Skip to content

Instantly share code, notes, and snippets.

View huutuan99bg's full-sized avatar
🎯
Focusing

Huu tuan dev huutuan99bg

🎯
Focusing
  • 21:16 (UTC +07:00)
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