dora2ios / p0insettia

A tool for [(semi-){un-(tethered jailbreak)}] of iOS 10.3.x 32-bit devices with checkm8 BootROM exploit.
GNU General Public License v3.0
39 stars 11 forks source link

[Not an issue with the JB] Coolbooter doesn't work #4

Closed ghost closed 2 years ago

ghost commented 2 years ago

CoolBooter doesn't work when the phone is jailbroken with p0insettia. Trying to install the firmware results in CB getting stuck in the "Extracting firmware" section, while trying to boot the firmware with CB after it's installed causes the phone to simply not do that, instead the phone will be stuck at the lock screen with the home button disabled. On the same iPhone, jailbreaking with H3lix makes both issues go away.

dora2-iOS commented 2 years ago

Did you insert additional entitlements in cb?

ghost commented 2 years ago

Did you insert additional entitlements in cb?

Unfortunately I don't know how to do that

dora2-iOS commented 2 years ago

Please read README for this project.

dora2-iOS commented 2 years ago

Extract ent in xml format using ldid and insert the key indicated by readme there. Then use that ent to re-sign with ldid.

dora2-iOS commented 2 years ago

If it works fine after adding that ent to cb, it's an app issue. This jailbreak applies a sandbox under '/Applications', so your app will need to add no-sandbox to ent, or run as root, to access outside the sandbox. If you add an ent and it doesn't work, I will accept this as a known issue.

ghost commented 2 years ago

Yes, adding the entitlement does fix the issue (booting, uninstalling and reinstalling all work) I'll report to the app developers. Thank you for your time!