diff --git a/README.md b/README.md index 2feeebb..79adf96 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ - iPhone 4 CDMA - iOS 5.0 to 7.1.1 - iPhone 4S, 5, 5C, iPad 2 Rev A, iPod touch 5 - iOS 5.0 to 9.3.5 - iPad 1 - iOS 3.2 to 5.1 - - iPod touch 3 - iOS 3.1.1 to 5.1 + - iPod touch 3 - iOS 3.1.1 to 5.1 (3.1.x currently has issues) - 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 diff --git a/restore.sh b/restore.sh index cf2ad97..37d6e64 100755 --- a/restore.sh +++ b/restore.sh @@ -5601,6 +5601,8 @@ device_ramdisk_ios3exploit() { if [[ $device_type == "iPad1,1" ]]; then $scp -P $ssh_port ../saved/iPad1,1/iBoot3_$device_ecid root@127.0.0.1:/mnt1/iBEC fi + log "fstab" + $scp -P $ssh_port $jelbrek/fstab_new root@127.0.0.1:/mnt1/private/etc/fstab case $device_vers in 3.1.3 | 3.2* ) read -p "$(input "Do you also want to jailbreak it now? (Y/n) ")" opt;; * ) opt='n';; @@ -5613,8 +5615,6 @@ device_ramdisk_ios3exploit() { $ssh -p $ssh_port root@127.0.0.1 "tar -xvf /mnt1/$untether -C /mnt1; rm /mnt1/$untether" log "Mounting data partition" $ssh -p $ssh_port root@127.0.0.1 "mount.sh pv" - log "fstab" - $scp -P $ssh_port $jelbrek/fstab_new root@127.0.0.1:/mnt1/private/etc/fstab device_send_rdtar cydiasubstrate.tar device_send_rdtar cydiahttpatch.tar if [[ $device_vers == "3.1.3" || $device_vers == "3.2" ]]; then