mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-04-07 11:57:55 +02:00
make dfu ipsw option available for s5l8900 devices, idk if it works though
DFU IPSW for S5L8900 devices is not tested. Let me know if it works or not
This commit is contained in:
parent
d74b4d2030
commit
c2db54ade0
@ -7357,9 +7357,9 @@ menu_restore() {
|
||||
case $device_type in
|
||||
iPhone3,[23] | iPod[34],1 ) menu_items+=("Other (Tethered)");;
|
||||
esac
|
||||
if (( device_proc < 7 )); then
|
||||
menu_items+=("DFU IPSW")
|
||||
fi
|
||||
fi
|
||||
if (( device_proc < 7 )); then
|
||||
menu_items+=("DFU IPSW")
|
||||
fi
|
||||
menu_items+=("IPSW Downloader" "Go Back")
|
||||
menu_print_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user