mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
iPad 1 users: restore to 5.0 first before to 4.3.x
not sure if this applies to touch 3 users but i also added the message anyway
This commit is contained in:
parent
3f72b37a22
commit
bfeb34c7f7
@ -3014,10 +3014,10 @@ restore_prepare() {
|
||||
device_buttons
|
||||
fi
|
||||
restore_idevicerestore
|
||||
if [[ $device_target_vers != "5"* && $device_type == "iPad1,1" ]]; then
|
||||
if [[ $device_target_vers != "5"* ]] && [[ $device_type == "iPad1,1" || $device_type == "iPod3,1" ]]; then
|
||||
log "Do not disconnect your device yet"
|
||||
device_find_mode Recovery 50
|
||||
device_ramdisk setnvram
|
||||
$irecovery -n
|
||||
log "Done, your device should boot now"
|
||||
fi
|
||||
elif [[ $device_target_vers == "4.1" && $ipsw_jailbreak != 1 ]]; then
|
||||
@ -4043,6 +4043,9 @@ menu_ipsw() {
|
||||
iPod3,1 ) print "* Any iOS version from 4.3 to 5.1 is supported";;
|
||||
esac
|
||||
fi
|
||||
if [[ $device_type == "iPad1,1" || $device_type == "iPod3,1" ]]; then
|
||||
print "* For downgrading to 4.3.x, make sure to downgrade to 5.0 first."
|
||||
fi
|
||||
echo
|
||||
local text2="(iOS 7.1.x)"
|
||||
case $device_type in
|
||||
|
Loading…
Reference in New Issue
Block a user