Skip to content

Commit

Permalink
Allow touch 3 to hacktivate for testing
Browse files Browse the repository at this point in the history
idk if this will work or not
  • Loading branch information
LukeZGD committed Jul 17, 2024
1 parent 37870c0 commit 4c7f409
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c7f409

Please sign in to comment.