mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Update some baseband info
- 5c models share the same baseband with 5s - (i realized this a bit late but ig better late than never)
This commit is contained in:
parent
7ab1b79baa
commit
7ee96c6d67
@ -116,13 +116,14 @@ GetDeviceValues() {
|
|||||||
LatestVer="10.3.4"
|
LatestVer="10.3.4"
|
||||||
|
|
||||||
elif [[ $ProductType == "iPad4,2" || $ProductType == "iPad4,3" || $ProductType == "iPad4,5" ||
|
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)
|
BasebandURL=$(cat $Firmware/14G60/url)
|
||||||
Baseband="Mav7Mav8-7.60.00.Release.bbfw"
|
Baseband="Mav7Mav8-7.60.00.Release.bbfw"
|
||||||
BasebandSHA1="f397724367f6bed459cf8f3d523553c13e8ae12c"
|
BasebandSHA1="f397724367f6bed459cf8f3d523553c13e8ae12c"
|
||||||
|
|
||||||
elif [[ $ProductType != "iPad2"* && $ProductType != "iPad3"* && $ProductType != "iPad4,1" &&
|
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."
|
Error "Your device $ProductType ${version}is not supported."
|
||||||
else
|
else
|
||||||
BasebandURL=0
|
BasebandURL=0
|
||||||
|
1
resources/firmware/iPhone5,3/14G60/url
Normal file
1
resources/firmware/iPhone5,3/14G60/url
Normal file
@ -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
|
1
resources/firmware/iPhone5,4/14G60/url
Normal file
1
resources/firmware/iPhone5,4/14G60/url
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user