mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-21 10:42:29 +01:00
Fix broken ideviceactivation for iPod touch on iOS <4
This commit is contained in:
parent
02ced1b11d
commit
7e74f2288f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7002,17 +7002,14 @@ device_activate() {
|
|||||||
print "* For hacktivation, go to \"Restore/Downgrade\" or \"Hacktivate Device\" instead."
|
print "* For hacktivation, go to \"Restore/Downgrade\" or \"Hacktivate Device\" instead."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
$ideviceactivation activate
|
||||||
case $device_type in
|
case $device_type in
|
||||||
iPod[123],1 )
|
iPod[123],1 )
|
||||||
if (( device_det <= 3 )); then
|
if (( device_det <= 3 )); then
|
||||||
warn "Unfortunately ideviceactivation is broken for iPod touch devices on lower than iOS 4: https://github.com/libimobiledevice/libideviceactivation/issues/70"
|
$ideviceactivation itunes
|
||||||
print "* You may need to use iTunes/Finder to activate the device instead."
|
|
||||||
pause
|
|
||||||
log "Continuing anyway..."
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
$ideviceactivation activate
|
|
||||||
print "* If it returns an error, just try again."
|
print "* If it returns an error, just try again."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user