-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 9 Compatibility #8
Comments
I'll have a look within the next few weeks. |
in libimobildevice is a news that comments on some problems about iOS9:
|
is this dead? :( |
@mr-gosh It isn't. But I stopped working on this until there is an other jailbreak for iOS 9. Due to the removed archive option and the introduction of app thinning, DiOS for iOS 9 will probably not be able to archive apps anymore. |
well there is still a way to archive the apps - but not through libimobiledevice... |
Quick status update on iOS 9 support: I did some first basic changes to support iOS 9. It's still work in progress but everyone who is brave enough can give it a try: https://github.com/DiOS-Analysis/Pilot/tree/ios9 Please report any issues here and let me know how it goes. |
I am currently testing the AAExecutor part on a jailbroken iOS 9.1 (iPhone 5S). However, the daemon throws an exception when checking if UIAutomation is enabled, despite the fact that I have enabled the UI Automation in the Settings - Developer options. I have extended the catch clause to output more information:
Here the output from idevicesyslog:
I have digged into the actual disassembly of
I currently don't know why
Does someone have any suggestions how to fix this? Or what the reason could be? |
I can't get our Jailbroken iOS 9.0.2 Device to work with DiOS.
Any idea how complex the adjustments could be to get this fixed?
The text was updated successfully, but these errors were encountered: