Skip to content

Instantly share code, notes, and snippets.

View dinhlamvn's full-sized avatar

Dinh Lam dinhlamvn

View GitHub Profile
@dinhlamvn
dinhlamvn / AdbCommands
Created February 13, 2020 03:54 — 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