mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-13 06:59:15 +01:00
One more thing
This commit is contained in:
parent
430cdc5d84
commit
5b3ff4abf0
@ -107,10 +107,10 @@
|
|||||||
- iPhone 2G, 3G, 3GS, iPod touch 1, touch 2 - All versions are supported
|
- iPhone 2G, 3G, 3GS, iPod touch 1, touch 2 - All versions are supported
|
||||||
- Lowest downgradable version is 2.0. Going to 1.x does not work
|
- Lowest downgradable version is 2.0. Going to 1.x does not work
|
||||||
- For jailbreaking support, see below
|
- For jailbreaking support, see below
|
||||||
- Jailbreaking for older devices and versions support:
|
- Jailbreaking for 32-bit devices and versions support:
|
||||||
- iPhone 2G and touch 1 - Only 3.1.3 is supported
|
- iPhone 2G and touch 1 - 3.1.3 only
|
||||||
- iPhone 3G - Only 4.1 and 3.1.3 are supported
|
- iPhone 3G - 4.1 and 3.1.3
|
||||||
- iPod touch 2 - Only 4.2.1, 4.1, and 3.1.3 are supported
|
- iPod touch 2 - 4.2.1, 4.1, and 3.1.3
|
||||||
- iPhone 3GS - All versions are supported (all release versions from 3.0 to 6.1.6)
|
- iPhone 3GS - All versions are supported (all release versions from 3.0 to 6.1.6)
|
||||||
- Other devices - All versions from 3.1.3 to 9.3.4 are supported, with some exceptions
|
- Other devices - All versions from 3.1.3 to 9.3.4 are supported, with some exceptions
|
||||||
- For more details, go to the ["Jailbreaking" wiki page](https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Jailbreaking)
|
- For more details, go to the ["Jailbreaking" wiki page](https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Jailbreaking)
|
||||||
|
11
restore.sh
11
restore.sh
@ -2020,8 +2020,7 @@ ipsw_preference_set() {
|
|||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
case $device_target_vers in
|
case $device_target_vers in
|
||||||
4.2.1 ) :;;
|
4.[10]* ) ipsw_nojailbreak_message;;
|
||||||
4.[210]* ) ipsw_nojailbreak_message;;
|
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -2451,7 +2450,7 @@ ipsw_prepare_jailbreak() {
|
|||||||
5* | 4.[32]* ) JBFiles+=("g1lbertJB/${device_type}_${device_target_build}.tar");;
|
5* | 4.[32]* ) JBFiles+=("g1lbertJB/${device_type}_${device_target_build}.tar");;
|
||||||
esac
|
esac
|
||||||
case $device_target_vers in
|
case $device_target_vers in
|
||||||
[34]* ) JBFiles[0]="fstab_old.tar"
|
[43]* ) JBFiles[0]="fstab_old.tar"
|
||||||
esac
|
esac
|
||||||
for i in {0..1}; do
|
for i in {0..1}; do
|
||||||
JBFiles[i]=$jelbrek/${JBFiles[$i]}
|
JBFiles[i]=$jelbrek/${JBFiles[$i]}
|
||||||
@ -2463,7 +2462,7 @@ ipsw_prepare_jailbreak() {
|
|||||||
JBFiles[2]=
|
JBFiles[2]=
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
4.2.1 )
|
4.2.[8761] )
|
||||||
if [[ $device_type != "iPhone1,2" ]]; then
|
if [[ $device_type != "iPhone1,2" ]]; then
|
||||||
ExtraArgs+=" -punchd"
|
ExtraArgs+=" -punchd"
|
||||||
JBFiles[2]=$jelbrek/greenpois0n/${device_type}_${device_target_build}.tar
|
JBFiles[2]=$jelbrek/greenpois0n/${device_type}_${device_target_build}.tar
|
||||||
@ -2483,7 +2482,7 @@ ipsw_prepare_jailbreak() {
|
|||||||
fi
|
fi
|
||||||
if [[ $device_target_tethered == 1 && $device_type != "iPad2"* ]]; then
|
if [[ $device_target_tethered == 1 && $device_type != "iPad2"* ]]; then
|
||||||
case $device_target_vers in
|
case $device_target_vers in
|
||||||
4.2.1 ) :;;
|
4.2.[8761] ) :;;
|
||||||
5* | 4.[32]* ) JBFiles+=("$jelbrek/g1lbertJB/install.tar");;
|
5* | 4.[32]* ) JBFiles+=("$jelbrek/g1lbertJB/install.tar");;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
@ -3205,7 +3204,7 @@ ipsw_prepare_32bit() {
|
|||||||
fi
|
fi
|
||||||
if [[ $device_target_tethered == 1 ]]; then
|
if [[ $device_target_tethered == 1 ]]; then
|
||||||
case $device_target_vers in
|
case $device_target_vers in
|
||||||
4.2.1 ) :;;
|
4.2.[8761] ) :;;
|
||||||
5* | 4.[32]* ) JBFiles+=("$jelbrek/g1lbertJB/install.tar");;
|
5* | 4.[32]* ) JBFiles+=("$jelbrek/g1lbertJB/install.tar");;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user