Skip to content

Instantly share code, notes, and snippets.

View htookhantlinn's full-sized avatar
🎧
Focus

Htoo Khant Linn htookhantlinn

🎧
Focus
View GitHub Profile
@htookhantlinn
htookhantlinn / AdbCommands
Created October 28, 2022 02:31 — 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