diff --git a/README.md b/README.md index ed2bcc2..f337996 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/resources/jailbreak/cydiahttpatch.tar b/resources/jailbreak/cydiahttpatch.tar index 921b6f7..c52ed8f 100644 Binary files a/resources/jailbreak/cydiahttpatch.tar and b/resources/jailbreak/cydiahttpatch.tar differ diff --git a/restore.sh b/restore.sh index f32f1f8..91ecbad 100755 --- a/restore.sh +++ b/restore.sh @@ -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" ;;