From 1089a3d0f7338ba2154c91ebd055f9240e48c1bb Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 24 Sep 2022 10:26:08 +0800 Subject: [PATCH] Update device for iPhone3,3 --- resources/device.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/device.sh b/resources/device.sh index 9fd0841..ff3e69c 100755 --- a/resources/device.sh +++ b/resources/device.sh @@ -111,9 +111,14 @@ GetDeviceValues() { BasebandSHA1="e6f54acc5d5652d39a0ef9af5589681df39e0aca" LatestVer="9.3.5" - elif [[ $ProductType == "iPad2,3" || $ProductType == "iPhone3,3" ]]; then + elif [[ $ProductType == "iPad2,3" ]]; then Baseband="Phoenix-3.6.03.Release.bbfw" BasebandSHA1="8d4efb2214344ea8e7c9305392068ab0a7168ba4" + + elif [[ $ProductType == "iPhone3,3" ]]; then + BasebandURL=$(cat $Firmware/11D257/url) + Baseband="Phoenix-3.0.04.Release.bbfw" + BasebandSHA1="a507ee2fe061dfbf8bee7e512df52ade8777e113" elif [[ $ProductType == "iPad2,6" || $ProductType == "iPad2,7" ]]; then Baseband="Mav5-11.80.00.Release.bbfw"