Skip to content

Instantly share code, notes, and snippets.

View chinhdm308's full-sized avatar

chinh.dm chinhdm308

  • Ha Noi City, VietNam
View GitHub Profile
@chinhdm308
chinhdm308 / AdbCommands
Created June 30, 2021 16:34 — 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