-
Notifications
You must be signed in to change notification settings - Fork 176
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 Support #38
Comments
I'm gonna have to say no, it does not. After installing it and rebooting the device, the device stayed stuck in boot mode. Went through the process of restoring, rejailbreaking a device, and installing every dependency one by one, and rebooting after every dependency. After I installed Introspy and rebooted via SSH, the device stayed stuck in boot (not a boot loop). Good thing I was able to recover by putting device in Safe mode and removing the introspy package. After removing introspy, rebooted again successfully. Reinstalled introspy, rebooted, stuck again. I think it is safe to say this is an introspy problem. Will look into it soon :) |
Regarding the reboot issues, this might help: nabla-c0d3/ssl-kill-switch2#5 |
@nabla-c0d3 I'll definitely look into it. Thanks for the lead! |
@nabla-c0d3 So from what I understood in that ticket, it was related to the page size. I updated my theos with the pagesize fixes but the problem still occurs with Introspy. The copy-only-when-needed approach is a good workaround but it only avoids the problem. Any other lead? |
@radj I ended up switching to kerb's theos (https://github.com/kirb/theos) for building the tweak and with the cydia substrate update, it fixed all the issues. |
@nabla-c0d3 I started trying that repo now and ending up with more compile errors and warnings than before. Yikes. Might be a setup issue. Did you also just use Edit: kirb theos works fine with https://github.com/nabla-c0d3/ssl-kill-switch2 though. Can build successfully. I checked out a clean copy of Introspy and still getting the |
The same problem occurred for me too: "After installing it and rebooting the device, the device stayed stuck in boot mode" Is there any workaround for it? |
@yog3shsharma Try the changes in this pull request. |
Thanks for the prompt response @radj. I'll try and update here. |
It stops the bootloop but so far, Introspy hasn't worked for me yet. I haven't looked into that, too. |
Gentleman. |
So I think I've fixed the problem with iOS 9 thanks to @Naville's tip and code. I've made a pull request that includes the change. |
@radj I tried your changes but I still get stuck on the boot problem, is my setup correct?
I also tried using kirb/theos but ran into same |
@danylokostyshyn That fixed it! Thanks so much! |
Does Introspy still work with iOS 9?
The text was updated successfully, but these errors were encountered: