Skip to content
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

Open
BJJLeon opened this issue Oct 20, 2015 · 15 comments
Open

iOS 9 Support #38

BJJLeon opened this issue Oct 20, 2015 · 15 comments

Comments

@BJJLeon
Copy link

BJJLeon commented Oct 20, 2015

Does Introspy still work with iOS 9?

@radj
Copy link

radj commented Oct 22, 2015

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 :)

@nabla-c0d3
Copy link
Member

Regarding the reboot issues, this might help: nabla-c0d3/ssl-kill-switch2#5

@radj
Copy link

radj commented Oct 23, 2015

@nabla-c0d3 I'll definitely look into it. Thanks for the lead!

@radj
Copy link

radj commented Oct 23, 2015

@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?

@nabla-c0d3
Copy link
Member

@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.

@radj
Copy link

radj commented Nov 2, 2015

@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 git clone --recursive https://github.com/kirb/theos.git? Or did you get your headers somewhere else?

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 undeclared identifier HBLogError compile error. Did you add HBLogger? How?

@yog3shsharma
Copy link

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?

@radj
Copy link

radj commented Feb 9, 2016

@yog3shsharma Try the changes in this pull request.

@yog3shsharma
Copy link

Thanks for the prompt response @radj. I'll try and update here.

@radj
Copy link

radj commented Feb 10, 2016

It stops the bootloop but so far, Introspy hasn't worked for me yet. I haven't looked into that, too.

@Naville
Copy link

Naville commented Feb 13, 2016

Gentleman.
I implemented my own version with improvements at https://github.com/Naville/WTFJH
Contains codes from this repo.
Hope that won't be a trouble

@radj
Copy link

radj commented Feb 29, 2016

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.

@jellylamp
Copy link

@radj I tried your changes but I still get stuck on the boot problem, is my setup correct?

  • Made package with rpetrich THEOS
  • Had to update theos with [http://stackoverflow.com/questions/21013325/dpkg-error-contains-ununderstood-data-member](this solution)
  • Copied header files from mobilesubstrate as directed in step 5 here

I also tried using kirb/theos but ran into same undeclared identifier HBLogError errors that you mentioned.

@danylokos
Copy link

Have you tried adding a bundle filter for UIKit, like it was done here in this commit ?

@jellylamp
Copy link

@danylokostyshyn That fixed it! Thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants