Skip to content

Instantly share code, notes, and snippets.

View manza7014's full-sized avatar

manza manza7014

  • ZhengZhou,HeNan,China
View GitHub Profile
@manza7014
manza7014 / AdbCommands
Created January 6, 2023 08:32 — 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