Skip to content

Instantly share code, notes, and snippets.

@decioschmitt
decioschmitt / AdbCommands
Created January 10, 2024 16:01 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@decioschmitt
decioschmitt / AdbCommands
Created January 10, 2024 16:01 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader