sukarodo / JailMe

An uninstaller script for Multiple Jailbreaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JailMe

Please jail my iDevice!

JailMe, an uninstaller script for:

  • Coolstars' Electra iOS 11.0 - 11.4 jailbreak
  • Pwn20wnd's unc0ver iOS 11.0 - 12.4 jailbreak
  • to.panga mess-up
  • and the Xiaolian Fakebreak.

Please read everything in this readme before you do anything!

Dowload link or Download raw file

Chimera Support?

Chimera support is currently in the works. Until then, you may have restore rootFS from the app itself. Otherwise, I don't know of any other method for a full clean.

Why?

Why not?

I followed all filesystem changes from the jailbreak bootstrap files and electra source code and added those to the unjailbreak.sh script. This should undo everything done by the installer, except the APFS snapshot. (So SemiRestore11/Rollectra should still work.)

!! DO NOT USE THIS IF YOU DON'T KNOW WHAT YOU ARE DOING !! This is not recommended by Coolstar, KirovAir, or even myself.

How to use?

  1. Uninstall ALL user installed packages and tweaks. You can use SemiRestore11-lite for this now!
  2. Put unjailbreak.sh on your phone. Anywhere is fine.
  3. Reboot your device and rejailbreak without tweaks enabled. (This should make the process more stable)
  4. SSH into your phone as root and run unjailbreak.sh from this repo:
cd /<DIRECTORY>
sh unjailbreak.sh
  1. Wait until the device reboots and then reboot again.

User reports

Don't use to avoid any risk at all since I can NOT guarantee a successful uninstall. Every system is different after multiple tweak installations so make sure you remove every tweak you have installed to be as stock as possible.

Update 01-03-2018: Multiple people on Reddit and here have used the script succesfully on various devices.

Update 04-03-2018: Even futurerestore(d) devices seems to work, as well as the iPhone 6s as seen in the user reports. Still, be careful!

Troubleshooting

My tweaks are not working on the betas anymore?

This was an issue when you used an older version of this script. This is fixed now.

  1. SSH into your phone as root and run:
mkdir /Library/Frameworks/
  1. Reboot and re-jailbreak with a beta electra version and it should be fixed.

I get a topanga error when I try to rejailbreak

This happens when there are still some remaining files on your system from unfortunate packages or tweaks. The latest version of this script should take care of this for you. This may also happen when the script gets aborted half-way through.

  • If you still have SSH access simply re-run the latest version of this script.
  • If not use Filza and (carefully!) check for any of the files in this list and remove them. Do not remove directories. Remove the files one by one there are crucial system files in some of the directories next to the topanga files.

About

An uninstaller script for Multiple Jailbreaks


Languages

Language:Shell 100.0%