From 4c7f40952626828a8791034ca2fe93f019e29475 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:42:12 +0800 Subject: [PATCH] Allow touch 3 to hacktivate for testing idk if this will work or not --- restore.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index e5ce8507..9bb199ad 100755 --- a/restore.sh +++ b/restore.sh @@ -7511,7 +7511,7 @@ menu_other() { 3.1.3 | 4.[12]* ) menu_items+=("Hacktivate Device" "Revert Hacktivation");; esac ;; - iPhone[23],1 ) menu_items+=("Hacktivate Device" "Revert Hacktivation");; + iPhone[23],1 | iPod3,1 ) menu_items+=("Hacktivate Device" "Revert Hacktivation");; esac ;; esac @@ -7894,6 +7894,8 @@ device_activate() { print "* For iPhone 4 and older devices, make sure to have a valid SIM card." if [[ $device_type == "iPhone1"* || $device_type == "iPhone2,1" ]]; then print "* For hacktivation, go to \"Restore/Downgrade\" or \"Hacktivate Device\" instead." + elif [[ $device_type == "iPod3,1" ]]; then + print "* For iPod3,1 on 3.x, try going to \"Hacktivate Device\" if device does not activate" fi fi "$dir/ideviceactivation" activate