Skip to content

Instantly share code, notes, and snippets.

View jwilson1980's full-sized avatar
🌴
On vacation

jwilson1980

🌴
On vacation
View GitHub Profile
@jwilson1980
jwilson1980 / AdbCommands
Created March 23, 2022 21: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