Skip to content

Instantly share code, notes, and snippets.

View carlos-hp's full-sized avatar

Carlos Henrique carlos-hp

  • Marília, São Paulo - Brasil
View GitHub Profile
@carlos-hp
carlos-hp / AdbCommands
Created August 4, 2021 14:33 — 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