Skip to content

Instantly share code, notes, and snippets.

View liqing2206's full-sized avatar

liqing2206

  • Tesla
  • San Jose, California
View GitHub Profile
@liqing2206
liqing2206 / AdbCommands
Created September 5, 2022 03:51 — 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