Skip to content

Instantly share code, notes, and snippets.

View SnowPerfectDev's full-sized avatar
🏴‍☠️
Tuts

Mercenário SnowPerfectDev

🏴‍☠️
Tuts
View GitHub Profile
@SnowPerfectDev
SnowPerfectDev / AdbCommands
Created June 3, 2021 04:05 — 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