Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Halo-Michael opened this issue Feb 27, 2020 · 4 comments

Comments

@Halo-Michael
Copy link

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')".

@narcyzzo
Copy link

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 ?

@Xoloth
Copy link

Xoloth commented Feb 28, 2020

I think you need to do that before you downgrade.

@Halo-Michael
Copy link
Author

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.

@narcyzzo
Copy link

narcyzzo commented Mar 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants