Skip to content

Instantly share code, notes, and snippets.

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

Richard loker tri-cloud

💭
I may be slow to respond.
View GitHub Profile
@tri-cloud
tri-cloud / AdbCommands
Created January 22, 2021 07:41 — 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