commands.sh

adb reboot

all

Reboot a connected Android device or emulator.

More info →

Examples (4)

Reboot the device normally

Reboot the device into bootloader mode

adb reboot bootloader

Reboot the device into recovery mode

adb reboot recovery

Reboot the device into fastboot mode

made by @shridhargupta | data from tldr-pages