Skip to content

Instantly share code, notes, and snippets.

View toymak3r's full-sized avatar
🏠
Working from home

Edward Facundo toymak3r

🏠
Working from home
View GitHub Profile
@toymak3r
toymak3r / AdbCommands
Created February 10, 2021 22:45 — 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