Skip to content

Instantly share code, notes, and snippets.

View d122082's full-sized avatar

Hsing-Yu Pan d122082

View GitHub Profile
@d122082
d122082 / AdbCommands
Created March 3, 2023 03:03 — 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