From 0c7294b7e848a34b5d42c756a26a49a668a2459e Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:18:47 +0800 Subject: [PATCH] Disable bbupdate iPad2,2 (fix #267) --- restore.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/restore.sh b/restore.sh index 05cf184..0f0a0bc 100755 --- a/restore.sh +++ b/restore.sh @@ -572,6 +572,10 @@ device_get_info() { device_latest_bb_sha1="7ec8d734da78ca2bb1ba202afdbb6fe3fd093cb0" ;; esac + # disable baseband update for these devices ipad 2 cellular + case $device_type in + iPad2,[23] ) device_disable_bbupdate=$device_type + esac # if latest vers is not set, copy use vers to latest if [[ -z $device_latest_vers || -z $device_latest_build ]]; then device_latest_vers=$device_use_vers