Skip to content

Instantly share code, notes, and snippets.

View 4llex's full-sized avatar
🎯
Focusing

Alex Rosa 4llex

🎯
Focusing
  • Santa Rita do Sapucaí
View GitHub Profile
@4llex
4llex / AdbCommands
Created December 28, 2022 17:18 — 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