mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-26 23:15:40 +01:00
Disable/enable exploit on iPhone3,1 only
This commit is contained in:
parent
2e1b636644
commit
b0fe860e34
@ -941,10 +941,6 @@ main_menu() {
|
|||||||
if [[ $platform != "macos" ]]; then
|
if [[ $platform != "macos" ]]; then
|
||||||
tmp_items+=("Restore to Latest iOS")
|
tmp_items+=("Restore to Latest iOS")
|
||||||
fi
|
fi
|
||||||
# Disable/enable exploit for iPhone 4 only
|
|
||||||
if [[ $device_proc == 4 ]]; then
|
|
||||||
tmp_items+=("Disable/Enable Exploit")
|
|
||||||
fi
|
|
||||||
# kDFU/pwned iBSS for 32-bit only
|
# kDFU/pwned iBSS for 32-bit only
|
||||||
if (( device_proc < 7 )); then
|
if (( device_proc < 7 )); then
|
||||||
if [[ $device_mode == "Normal" ]]; then
|
if [[ $device_mode == "Normal" ]]; then
|
||||||
@ -954,9 +950,9 @@ main_menu() {
|
|||||||
fi
|
fi
|
||||||
tmp_items+=("Save Onboard Blobs")
|
tmp_items+=("Save Onboard Blobs")
|
||||||
fi
|
fi
|
||||||
# SSH Ramdisk for iPhone 4 GSM only
|
# Options for iPhone 4 GSM only
|
||||||
if [[ $device_type == "iPhone3,1" ]]; then
|
if [[ $device_type == "iPhone3,1" ]]; then
|
||||||
tmp_items+=("SSH Ramdisk")
|
tmp_items+=("Disable/Enable Exploit" "SSH Ramdisk")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Save OTA blobs for A5, A6, A7 only
|
# Save OTA blobs for A5, A6, A7 only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user