From 7ee96c6d670cd55c37688e8d677deedc3fefd835 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Sat, 7 May 2022 14:44:39 +0800 Subject: [PATCH] Update some baseband info - 5c models share the same baseband with 5s - (i realized this a bit late but ig better late than never) --- resources/device.sh | 5 +++-- resources/firmware/iPhone5,3/14G60/url | 1 + resources/firmware/iPhone5,4/14G60/url | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 resources/firmware/iPhone5,3/14G60/url create mode 100644 resources/firmware/iPhone5,4/14G60/url diff --git a/resources/device.sh b/resources/device.sh index 8ae97a6..a62de8e 100755 --- a/resources/device.sh +++ b/resources/device.sh @@ -116,13 +116,14 @@ GetDeviceValues() { LatestVer="10.3.4" elif [[ $ProductType == "iPad4,2" || $ProductType == "iPad4,3" || $ProductType == "iPad4,5" || - $ProductType == "iPhone6,1" || $ProductType == "iPhone6,2" ]]; then + $ProductType == "iPhone6,1" || $ProductType == "iPhone6,2" || + $ProductType == "iPhone5,3" || $ProductType == "iPhone5,4" ]]; then BasebandURL=$(cat $Firmware/14G60/url) Baseband="Mav7Mav8-7.60.00.Release.bbfw" BasebandSHA1="f397724367f6bed459cf8f3d523553c13e8ae12c" elif [[ $ProductType != "iPad2"* && $ProductType != "iPad3"* && $ProductType != "iPad4,1" && - $ProductType != "iPad4,4" && $ProductType != "iPod5,1" && $ProductType != "iPhone5"* ]]; then + $ProductType != "iPad4,4" && $ProductType != "iPod5,1" ]]; then Error "Your device $ProductType ${version}is not supported." else BasebandURL=0 diff --git a/resources/firmware/iPhone5,3/14G60/url b/resources/firmware/iPhone5,3/14G60/url new file mode 100644 index 0000000..84bf64e --- /dev/null +++ b/resources/firmware/iPhone5,3/14G60/url @@ -0,0 +1 @@ +http://appldnld.apple.com/ios10.3.3/091-23384-20170719-CA966D80-6977-11E7-9F96-3E9100BA0AE3/iPhone_4.0_32bit_10.3.3_14G60_Restore.ipsw \ No newline at end of file diff --git a/resources/firmware/iPhone5,4/14G60/url b/resources/firmware/iPhone5,4/14G60/url new file mode 100644 index 0000000..84bf64e --- /dev/null +++ b/resources/firmware/iPhone5,4/14G60/url @@ -0,0 +1 @@ +http://appldnld.apple.com/ios10.3.3/091-23384-20170719-CA966D80-6977-11E7-9F96-3E9100BA0AE3/iPhone_4.0_32bit_10.3.3_14G60_Restore.ipsw \ No newline at end of file