-
Notifications
You must be signed in to change notification settings - Fork 466
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
Not working with Chimera jailbreak on iOS 12 #63
Comments
I think my test device was on 12.1 and it worked fine. Not sure about 12.0.1 but I don't have time to find a fix... Good luck! |
Hi, left me ask some question about this, i dont try yet because this version is very unstabill, Settings App is working fine for your version per example you can see the traffic of Apple Services i mean from Settings App is only that i need to know, thank you |
Also not working on 12.1.1 using Chimera + Sileo + Substitute + Substrate Compatibility Layer. Crashes into Safe Mode until uninstalled. Syslog not super helpful...
|
Doesn't work for me either on iPhone 5s iOS 12.1.4. Puts springboard into safe mode |
I just checked and I actually used an iPhone 7 running iOS 12.0 with uncover to implement and test the current version. I haven’t done anything with other versions of iOS... |
Works fine for me on both an iPhone 5S running iOS 12.1 and an iPhone 6s running iOS 12.2, both using the unc0ver jailbreak. Sounds like it could be an issue with the use of Substitue (used by Chimera and Electra) instead of Substrate (used by unc0ver and anything pre-Electra). Electra's TweakInject was always a bit finicky for me and could end up breaking this tweak back in iOS 11.x days for me depending on install order etc. |
me too. |
@Hwatu Try using unc0ver instead if this is important to you. |
A12 devices not Cydia store, so use Chimera Silleo only. |
That's true. I forgot about that. Substrate doesn't support A12 devices either, which is the bigger issue. |
So is working fine for unc0ver jailbreak in ios 12.2 i want to test in my SE? |
@frankl1m Well, it works fine on both of my iOS 12 devices, including the iPhone 6s on iOS12.2. I would assume it would work fine on the iPhone SE too. |
Last question bro, excuse my insistence the problem is that I use RSIM and a few days ago Apple patched them, so I would not want to jailbreak without taking advantage of it, because I lost the unlock by RSIM, you have successfully tried to check the iPhone traffic to setup.icloud.com. thank you |
Some quick googling suggests that RSIM is a hardware shim for bypassing the SIM lock. I don't have any experience with those devices as all iPhones over here are either sold unlocked or easily unlocked the official way. What did Apple patch? They prevented the RSIM device from successfully bypassing the SIM lock? I have not checked if traffic to setup.icloud.com is visible, if that's what you're asking. Note that I'm not the developer, just a user. |
Exactly the RSIM is patched at the moment, I mean is that I run the risk that my software will die and when I restore it I will only have an iPod, but my interest is not in that. If someone could check if with Charles or Fiddler or Burp or others, they can get the plain text traffic from setup.icloud.com and confirm. I would be grateful and i will take the risk, not need being a developer |
@frankl1m I can now confirm that traffic to setup.icloud.com seems to be visible in Burp. I have modified the .plist file on my main testing device so that it only injects this tweak in a few particular apps, which is why I couldn't verify it for you before. Earlier today I had to use a second device and before I reconfigured that one too, I noticed some traffic to that domain flowing through Burp successfully. @nabla-c0d3 When you have a moment, would you mind reading the email I sent you? :) |
@BluDen Thank so much for the help |
@blunden I finally replied :) |
The crash people are seeing is due to Substitute (the library that Chimera uses for hooking C functions) not supporting functions that are very short. I think if there's less than ~60 bytes of stack space available after the function prologue, Substitute will cause a crash. Alternatives:
|
Just jailbroken on iOS 12.0.1 but when activated, all applications [apart from settings] crash. Would really like for this to work as I've followed all the instructions and am not sure as to why this is happening.
The text was updated successfully, but these errors were encountered: