PyBoot icon indicating copy to clipboard operation
PyBoot copied to clipboard

"Very high storage usage after downgrading." and "Jailbreak's don't work after downgrading." can be fixed.

Open Halo-Michael opened this issue 5 years ago • 4 comments

As the title said, "Very high storage usage after downgrading." and "Jailbreak's don't work after downgrading." can be fixed. It's because of the old system snapshot is still in rootfs, and keeping take up space. You can use command "snappy -f / -l" to check that. For those people who never jailbreaded in the old system, the snapshot should named "com.apple.os.update-". And for those people who used checkra1n loader app or unc0ver, It should named "orig-fs". Checkra1n loader will check the snapshot whether it matches the current system version. So we just need to delete this snapshot to fix the unjailbreakable issue and release the space. To delete the snapshot (whatever the name is), you should run command "snappy -f / -d $(snappy -f / -l | sed -n '2p')".

Halo-Michael avatar Feb 27 '20 10:02 Halo-Michael

how to do this ? i must install snappy tweak but how when i cant install cydia? or i can manually delete snapshot with root acces ?

narcyzzo avatar Feb 28 '20 14:02 narcyzzo

I think you need to do that before you downgrade.

Xoloth avatar Feb 28 '20 18:02 Xoloth

how to do this ? i must install snappy tweak but how when i cant install cydia? or i can manually delete snapshot with root acces ?

checkra1n is ready for everything. Just connect the device via ssh on port 44 and run the command.

Halo-Michael avatar Feb 28 '20 18:02 Halo-Michael

yes, i can confirm this method with deleting snapshot working, also u can jailbreak with checkra1n version 0.9.2, this version will allow installing cydia, then u can boot with 0.9.8 and all working fine

narcyzzo avatar Mar 01 '20 16:03 narcyzzo