Skip to content

Instantly share code, notes, and snippets.

View viniciussousav's full-sized avatar
🎯
Focusing

Vinicius Vilela viniciussousav

🎯
Focusing
View GitHub Profile
@viniciussousav
viniciussousav / AdbCommands
Created September 9, 2020 14:43 — 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