Disable 5C 7.0.x powdersn0w

it doesnt actually work
This commit is contained in:
LukeZGD 2024-03-07 20:49:16 +08:00
parent a4d2fe2ade
commit 5347735874
3 changed files with 3 additions and 7 deletions

View File

@ -92,7 +92,7 @@
- iPod touch 3 - iOS 4.0 to 5.1
- 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)
- 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:
- iPhone 3GS - iOS 3.0 to 6.1.3 (all versions)
- iPod touch 2 - iOS 2.1.1 to 4.1 (all versions)

View File

@ -5376,17 +5376,13 @@ menu_ipsw() {
local text2="(iOS 7.1.x)"
case $device_type in
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)";;
iPad1,1 | iPod3,1 ) text2="(iOS 5.1.1)";;
esac
if [[ -n $ipsw_base_path ]]; then
print "* Selected Base $text2 IPSW: $ipsw_base_path.ipsw"
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
menu_items+=("Select Base SHSH")
fi
@ -5672,7 +5668,7 @@ menu_ipsw_browse() {
local check_vers="7.1"
local base_vers="7.1.x"
case $device_type in
iPhone5* )
iPhone5,[12] )
check_vers="7"
base_vers="7.x"
;;