Skip to content

Instantly share code, notes, and snippets.

View PattarapolSang's full-sized avatar
🏠
Working from home

Pattarapol Sangaroon PattarapolSang

🏠
Working from home
View GitHub Profile
@PattarapolSang
PattarapolSang / AdbCommands
Last active April 25, 2024 01:46 — 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