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
@Pulimet
Pulimet / AdbCommands
Last active April 26, 2024 13:34
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