Skip to content

Commit

Permalink
Fix broken ideviceactivation for iPod touch on iOS <4
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jun 12, 2024
1 parent 02ced1b commit 7e74f22
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
Binary file modified bin/linux/arm64/ideviceactivation
Binary file not shown.
Binary file modified bin/linux/armhf/ideviceactivation
Binary file not shown.
Binary file modified bin/linux/x86_64/ideviceactivation
Binary file not shown.
Binary file modified bin/macos/ideviceactivation
Binary file not shown.
Binary file modified bin/macos/lib/libideviceactivation-1.0.2.dylib
Binary file not shown.
7 changes: 2 additions & 5 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7002,17 +7002,14 @@ device_activate() {
print "* For hacktivation, go to \"Restore/Downgrade\" or \"Hacktivate Device\" instead."
fi
fi
$ideviceactivation activate
case $device_type in
iPod[123],1 )
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"
print "* You may need to use iTunes/Finder to activate the device instead."
pause
log "Continuing anyway..."
$ideviceactivation itunes
fi
;;
esac
$ideviceactivation activate
print "* If it returns an error, just try again."
}

Expand Down

0 comments on commit 7e74f22

Please sign in to comment.