logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ADB Reboot - Control Android Device Reboot | Online Free DevTools by Hexmos

Control Android device reboot with ADB Reboot. Reboot into bootloader, recovery, or fastboot modes instantly using this command-line tool. Free online tool, no registration required.

adb-reboot

Reboot a connected Android device or emulator. More information: https://manned.org/adb.

  • Reboot the device normally:

adb reboot

  • Reboot the device into bootloader mode:

adb reboot bootloader

  • Reboot the device into recovery mode:

adb reboot recovery

  • Reboot the device into fastboot mode:

adb reboot fastboot

See Also