Skip to content

Instantly share code, notes, and snippets.

View welling-wang-fuxt's full-sized avatar
🎯
Focusing

Welling Wang welling-wang-fuxt

🎯
Focusing
View GitHub Profile
@welling-wang-fuxt
welling-wang-fuxt / AdbCommands
Created August 5, 2021 08:18 — 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