Skip to content

Instantly share code, notes, and snippets.

View mingjunli's full-sized avatar
💭
I may be slow to respond.

anly_jun mingjunli

💭
I may be slow to respond.
  • Hangzhou China
View GitHub Profile
@mingjunli
mingjunli / AdbCommands
Created May 6, 2024 12:28 — 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