mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Update restore.sh
This commit is contained in:
parent
42f05149d6
commit
f666255b1b
14
restore.sh
14
restore.sh
@ -2122,11 +2122,11 @@ ipsw_prepare_jailbreak() {
|
|||||||
ExtraArgs+=" -bbupdate"
|
ExtraArgs+=" -bbupdate"
|
||||||
elif [[ $device_type == "$device_disable_bbupdate" && $device_type == "iPhone"* ]]; then
|
elif [[ $device_type == "$device_disable_bbupdate" && $device_type == "iPhone"* ]]; then
|
||||||
device_dump baseband
|
device_dump baseband
|
||||||
ExtraArgs+=" ../saved/$device_type/baseband.tar"
|
ExtraArgs+=" ../saved/$device_type/baseband-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
if [[ $device_actrec == 1 ]]; then
|
if [[ $device_actrec == 1 ]]; then
|
||||||
device_dump activation
|
device_dump activation
|
||||||
ExtraArgs+=" ../saved/$device_type/activation.tar"
|
ExtraArgs+=" ../saved/$device_type/activation-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
if [[ $1 == "iboot" ]]; then
|
if [[ $1 == "iboot" ]]; then
|
||||||
ExtraArgs+=" iBoot.tar"
|
ExtraArgs+=" iBoot.tar"
|
||||||
@ -2645,11 +2645,11 @@ ipsw_prepare_32bit() {
|
|||||||
ExtraArgs+=" -bbupdate"
|
ExtraArgs+=" -bbupdate"
|
||||||
elif [[ $device_type == "$device_disable_bbupdate" && $device_type == "iPhone"* ]]; then
|
elif [[ $device_type == "$device_disable_bbupdate" && $device_type == "iPhone"* ]]; then
|
||||||
device_dump baseband
|
device_dump baseband
|
||||||
ExtraArgs+=" ../saved/$device_type/baseband.tar"
|
ExtraArgs+=" ../saved/$device_type/baseband-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
if [[ $device_actrec == 1 ]]; then
|
if [[ $device_actrec == 1 ]]; then
|
||||||
device_dump activation
|
device_dump activation
|
||||||
ExtraArgs+=" ../saved/$device_type/activation.tar"
|
ExtraArgs+=" ../saved/$device_type/activation-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $ipsw_jailbreak == 1 ]]; then
|
if [[ $ipsw_jailbreak == 1 ]]; then
|
||||||
@ -3232,7 +3232,7 @@ ipsw_prepare_ios4powder() {
|
|||||||
fi
|
fi
|
||||||
if [[ $device_actrec == 1 ]]; then
|
if [[ $device_actrec == 1 ]]; then
|
||||||
device_dump activation
|
device_dump activation
|
||||||
ExtraArgs+=" ../saved/$device_type/activation.tar"
|
ExtraArgs+=" ../saved/$device_type/activation-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
case $device_target_vers in
|
case $device_target_vers in
|
||||||
4.3.[45] ) :;;
|
4.3.[45] ) :;;
|
||||||
@ -3313,11 +3313,11 @@ ipsw_prepare_powder() {
|
|||||||
ExtraArgs+=" -bbupdate"
|
ExtraArgs+=" -bbupdate"
|
||||||
elif [[ $device_type == "$device_disable_bbupdate" && $device_type == "iPhone"* ]]; then
|
elif [[ $device_type == "$device_disable_bbupdate" && $device_type == "iPhone"* ]]; then
|
||||||
device_dump baseband
|
device_dump baseband
|
||||||
ExtraArgs+=" ../saved/$device_type/baseband.tar"
|
ExtraArgs+=" ../saved/$device_type/baseband-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
if [[ $device_actrec == 1 ]]; then
|
if [[ $device_actrec == 1 ]]; then
|
||||||
device_dump activation
|
device_dump activation
|
||||||
ExtraArgs+=" ../saved/$device_type/activation.tar"
|
ExtraArgs+=" ../saved/$device_type/activation-$device_ecid.tar"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $ipsw_jailbreak == 1 ]]; then
|
if [[ $ipsw_jailbreak == 1 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user