mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
touch 3 3.1.x seems to be not usable for now
This commit is contained in:
parent
dc9c84d91f
commit
140371876e
@ -96,7 +96,7 @@
|
|||||||
- iPhone 4 CDMA - iOS 5.0 to 7.1.1
|
- 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
|
- 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
|
- 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
|
- 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 and 5C, both 7.0.x and 7.1.x blobs can be used
|
||||||
|
@ -5601,6 +5601,8 @@ device_ramdisk_ios3exploit() {
|
|||||||
if [[ $device_type == "iPad1,1" ]]; then
|
if [[ $device_type == "iPad1,1" ]]; then
|
||||||
$scp -P $ssh_port ../saved/iPad1,1/iBoot3_$device_ecid root@127.0.0.1:/mnt1/iBEC
|
$scp -P $ssh_port ../saved/iPad1,1/iBoot3_$device_ecid root@127.0.0.1:/mnt1/iBEC
|
||||||
fi
|
fi
|
||||||
|
log "fstab"
|
||||||
|
$scp -P $ssh_port $jelbrek/fstab_new root@127.0.0.1:/mnt1/private/etc/fstab
|
||||||
case $device_vers in
|
case $device_vers in
|
||||||
3.1.3 | 3.2* ) read -p "$(input "Do you also want to jailbreak it now? (Y/n) ")" opt;;
|
3.1.3 | 3.2* ) read -p "$(input "Do you also want to jailbreak it now? (Y/n) ")" opt;;
|
||||||
* ) opt='n';;
|
* ) 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"
|
$ssh -p $ssh_port root@127.0.0.1 "tar -xvf /mnt1/$untether -C /mnt1; rm /mnt1/$untether"
|
||||||
log "Mounting data partition"
|
log "Mounting data partition"
|
||||||
$ssh -p $ssh_port root@127.0.0.1 "mount.sh pv"
|
$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 cydiasubstrate.tar
|
||||||
device_send_rdtar cydiahttpatch.tar
|
device_send_rdtar cydiahttpatch.tar
|
||||||
if [[ $device_vers == "3.1.3" || $device_vers == "3.2" ]]; then
|
if [[ $device_vers == "3.1.3" || $device_vers == "3.2" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user