mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 08:29:17 +01:00
Disable 5C 7.0.x powdersn0w
it doesnt actually work
This commit is contained in:
parent
a4d2fe2ade
commit
5347735874
@ -92,7 +92,7 @@
|
|||||||
- iPod touch 3 - iOS 4.0 to 5.1
|
- iPod touch 3 - iOS 4.0 to 5.1
|
||||||
- Using powdersn0w requires iOS 7.1.x blobs for your device
|
- Using powdersn0w requires iOS 7.1.x blobs for your device
|
||||||
- No blob requirement for iPhone 4, iPad 1, iPod touch 3 (7.1.2 and 5.1.1 are signed)
|
- No blob requirement for iPhone 4, iPad 1, iPod touch 3 (7.1.2 and 5.1.1 are signed)
|
||||||
- For iPhone 5 and 5C, both 7.0.x and 7.1.x blobs can be used
|
- For iPhone 5, both 7.0.x and 7.1.x blobs can be used
|
||||||
- Restoring to other unsigned versions without blobs is supported on the following devices and target versions:
|
- Restoring to other unsigned versions without blobs is supported on the following devices and target versions:
|
||||||
- iPhone 3GS - iOS 3.0 to 6.1.3 (all versions)
|
- iPhone 3GS - iOS 3.0 to 6.1.3 (all versions)
|
||||||
- iPod touch 2 - iOS 2.1.1 to 4.1 (all versions)
|
- iPod touch 2 - iOS 2.1.1 to 4.1 (all versions)
|
||||||
|
Binary file not shown.
@ -5376,17 +5376,13 @@ menu_ipsw() {
|
|||||||
local text2="(iOS 7.1.x)"
|
local text2="(iOS 7.1.x)"
|
||||||
case $device_type in
|
case $device_type in
|
||||||
iPhone3,[13] ) text2="(iOS 7.1.2)";;
|
iPhone3,[13] ) text2="(iOS 7.1.2)";;
|
||||||
iPhone5,[1234] ) text2="(iOS 7.x)";;
|
iPhone5,[12] ) text2="(iOS 7.x)";;
|
||||||
iPad3,[456] ) text2="(iOS 7.0.x)";;
|
iPad3,[456] ) text2="(iOS 7.0.x)";;
|
||||||
iPad1,1 | iPod3,1 ) text2="(iOS 5.1.1)";;
|
iPad1,1 | iPod3,1 ) text2="(iOS 5.1.1)";;
|
||||||
esac
|
esac
|
||||||
if [[ -n $ipsw_base_path ]]; then
|
if [[ -n $ipsw_base_path ]]; then
|
||||||
print "* Selected Base $text2 IPSW: $ipsw_base_path.ipsw"
|
print "* Selected Base $text2 IPSW: $ipsw_base_path.ipsw"
|
||||||
print "* Base Version: $device_base_vers-$device_base_build"
|
print "* Base Version: $device_base_vers-$device_base_build"
|
||||||
if [[ $device_base_build == "11A"* ]]; then
|
|
||||||
warn "There might be an issue when selecting iOS 7.0-7.0.2 base."
|
|
||||||
print "* The device might get stuck at recovery mode after the restore."
|
|
||||||
fi
|
|
||||||
if [[ $device_proc != 4 ]]; then
|
if [[ $device_proc != 4 ]]; then
|
||||||
menu_items+=("Select Base SHSH")
|
menu_items+=("Select Base SHSH")
|
||||||
fi
|
fi
|
||||||
@ -5672,7 +5668,7 @@ menu_ipsw_browse() {
|
|||||||
local check_vers="7.1"
|
local check_vers="7.1"
|
||||||
local base_vers="7.1.x"
|
local base_vers="7.1.x"
|
||||||
case $device_type in
|
case $device_type in
|
||||||
iPhone5* )
|
iPhone5,[12] )
|
||||||
check_vers="7"
|
check_vers="7"
|
||||||
base_vers="7.x"
|
base_vers="7.x"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user