2.4 KiB
2.4 KiB
- iPad Jailbreaking/Downgrading
- ansible
- iPad lock/unlock via activator
- Editing preferences:
- making a webclip:
iPad Jailbreaking/Downgrading
iPad2,3 or iPad3,2
We want to be on an untethered jailbreak, which seems to mean iOS 8.4.1. Some sources claim it is also noticably faster
steps:
- JB with Phoenix (via https://jailbreaks.app/legacy.html or 3uTools)
-
Follow instructions here to downgrade to 8.4.1: Untethered Downgrade iPhone 5/iPad 2,3,4/iPad mini to iOS 8.4.1 without SHSH
-
Use 3uTools v2.55, or it will hang! (as per https://twitter.com/3utools/status/1455107861172797449)
- specifically, 2.58 was bugged at time of testing
- can be downloaded from http://www.3u.com/update-log
-
for iPad3,2: Use iOS-OTA-Downgrader to enter kDFU instead of kDFUApp
- Ideally this would work for the whole downgrade, but it was a bit buggy :(
-
-
install jailbreak (preferably daibutsu):
- https://github.com/LukeZGD/iOS-OTA-Downgrader/wiki/Jailbreaking
- used Sideloadly on MacOS
- daibutsu did not support iPad2,3 so EtasonJB was used
-
ansible setup:
- install "openssh" and "apt 0.7 strict" via cydia
su
to root andapt-get install sudo python vim
- edit
/etc/sudoers
to allowwheel
- edit
/etc/group
to add mobile towheel
- install mikoto to disable OTA update notifications (and some other things)
ansible
Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases
iPad lock/unlock via activator
activator send libactivator.system.sleepbutton # lock
activator send libactivator.lockscreen.dismiss # unlock
activator send com.rpetrich.monocle # hide status bar
Editing preferences:
can use plutil from http://repo.bingner.com/ to convert from/to binary plist to restart the preferences daemon after editing a plist:
launchctl kickstart -k system/com.apple.cfprefsd.xpc.daemon
making a webclip:
~/Library/WebClips/whatever.webclip
can place an Info.plist and icon then respring and it kind of just works
-
Can launch with
activator send com.apple.webapp
maybe?- only seems to work when it is already running (ie to switch to it, not launch it)