From bfeb34c7f7eabb6e0f95fa47f819c6cb60c0fa14 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:21:08 +0800 Subject: [PATCH] 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 --- restore.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/restore.sh b/restore.sh index f23b43d..3ba0967 100755 --- a/restore.sh +++ b/restore.sh @@ -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