Skip to content

Instantly share code, notes, and snippets.

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

Guy West guywest

💭
I may be slow to respond.
View GitHub Profile
@guywest
guywest / AdbCommands
Created March 27, 2024 13:42 — 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