Skip to content

Instantly share code, notes, and snippets.

@brewagebear
brewagebear / AdbCommands
Created July 29, 2021 09:01 — forked from ernestkamara/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell