grindee / palera1n

iOS 15.0-15.4.1 semi-tethered checkm8 "jailbreak"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palera1n

iOS 15.0-15.4.1 work in progress semi-tethered checkm8 "jailbreak"

What does this do?

It boots the device with AMFI patches. Eventually, I want it to automatically install Pogo by Amy. For now, it has to be installed with TrollStore. You can get an IPA here. There is no tweak injection yet.

NOTE: sudo usbmuxd -p -f should fix most USB issues on Linux.

NOTE 2: Onboard blobs are pretty much needed so you don't get the black screen issue. Dump onboards with SSHRD_Script, then use that blob to boot with palera1n. Progress is being made for this to be done for you, check out the ramdisk branch if interested (it's currently not working).

WARNING: As of now, this is pretty unstable (atleast just on A11). On my A11 device, it has the deep sleep bug while booted with palera1n, and will kernel panic, or just not wake up until force rebooted, about a minute after being in sleep mode. Patching AMFI also seems to log you out of iCloud?

WARNING 2: I am NOT responsible for any data loss. While nothing should happen, jailbreaking has risks in itself. If your device is stuck in recovery, please run futurerestore --exit-recovery, or use irecovery.

Known working devices:

  • iPhone X (GSM)
  • iPhone 7
  • iPhone 6s

How to use

  1. Install libimobiledevice
    • It's needed for ideviceenterrecovery and ideviceinfo
  2. Clone this repo with git clone https://github.com/itsnebulalol/palera1n && cd palera1n
  3. Prepare your onboard blob for the current version you're on
  1. Run ./palera1n.sh path/to/blob.shsh2
    • [A10+] Before running, you must disable your passcode
    • If you want to start from DFU, run ./palera1n.sh path/to/blob.shsh2 --dfu <your iOS version here>
  2. Make sure your device is in normal mode, if you didn't start from DFU
  3. Follow the steps
    • Right now, getting into DFU is steps for A11, please suppliment the steps for your device
  1. Install Pogo through TrollStore, then hit Install in the Pogo app!
    • You can get a Pogo IPA from here
    • You should now see Sileo on your homescreen, enjoy!
    • You'll have to uicache in the Pogo app every reboot

Credits

About

iOS 15.0-15.4.1 semi-tethered checkm8 "jailbreak"

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%