From 14963e9a2d35b09b4af66ab8182a76fbd2ef241f Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:36:41 +0800 Subject: [PATCH] Add msg if device boots after powder 5.1.1 --- restore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/restore.sh b/restore.sh index 5afdcdb..6889524 100755 --- a/restore.sh +++ b/restore.sh @@ -3501,6 +3501,7 @@ restore_prepare() { if [[ $device_target_vers == "4.3"* ]] && [[ $device_type == "iPad1,1" || $device_type == "iPod3,1" ]]; then log "Do not disconnect your device yet" + print "* If the device already boots, no need to continue and press Ctrl+C to cancel" device_find_mode Recovery 50 $irecovery -n log "Done, your device should boot now"