Skip to content

An updated version of Meridian with Cydia Substrate and updated bootstrap

License

Notifications You must be signed in to change notification settings

LukeZGD/MeridianFix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeridianFix

Meridian is an iOS 10.x Jailbreak for all 64-bit devices.

MeridianFix is a build of Meridian's substrate branch with an updated bootstrap.

  • Uses Cydia Substrate instead of Substitute for tweak injection and compatibility
  • Installs Zebra v1.1.36 instead of Cydia on initial installation

App version (ipa): https://github.com/LukeZGD/MeridianFix/releases

Web version (TNS): https://lukezgd.github.io/MeridianFix

Note: The web app might not work for iOS versions below 10.3.x. It is recommended to use the app instead for iOS 10.0-10.2.1

Note 2: Because MeridianFix still uses v0rtex exploit, jailbreaking is going to take a lot of tries. This is because the success rate of v0rtex is really bad.

For previously jailbroken devices

If your device was previously jailbroken with Meridian (or other jailbreak tools) and would like to switch to MeridianFix, you may try to do the following steps:

  1. Run Legacy iOS Kit, go to Other Utilities -> SSH Ramdisk
  2. Follow instructions. Once in the SSH Ramdisk, select Connect to SSH
  3. Run the following commands:
mount_apfs /dev/disk0s1s1 /mnt1
rm -rf /mnt1/Applications/Cydia.app /mnt1/meridian
sync
exit
  • Replace mount_apfs with mount_hfs on iOS 10.0-10.2.1
  1. Select Reboot Device
  2. Once device reboots, jailbreak with MeridianFix instead

Building

Clone repo, open Xcode project, target your device (or generic), and make sure ldid is in $PATH. /usr/local/bin, /usr/bin, /bin, ~/bin, whatever, make sure it's present. You'll also need tar, but I'd like to assume everyone has that already ;)

About

An updated version of Meridian with Cydia Substrate and updated bootstrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 56.0%
  • C 41.2%
  • C++ 1.3%
  • Other 1.5%