Skip to content

Instantly share code, notes, and snippets.

View huutuan99bg's full-sized avatar
🎯
Focusing

Huu tuan dev huutuan99bg

🎯
Focusing
  • 17:38 - 7h ahead
View GitHub Profile
@huutuan99bg
huutuan99bg / AdbCommands
Created February 22, 2024 02: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