mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-25 07:41: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
|
device_buttons
|
||||||
fi
|
fi
|
||||||
restore_idevicerestore
|
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"
|
log "Do not disconnect your device yet"
|
||||||
device_find_mode Recovery 50
|
device_find_mode Recovery 50
|
||||||
device_ramdisk setnvram
|
$irecovery -n
|
||||||
log "Done, your device should boot now"
|
log "Done, your device should boot now"
|
||||||
fi
|
fi
|
||||||
elif [[ $device_target_vers == "4.1" && $ipsw_jailbreak != 1 ]]; then
|
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";;
|
iPod3,1 ) print "* Any iOS version from 4.3 to 5.1 is supported";;
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
echo
|
||||||
local text2="(iOS 7.1.x)"
|
local text2="(iOS 7.1.x)"
|
||||||
case $device_type in
|
case $device_type in
|
||||||
|
Loading…
Reference in New Issue
Block a user