Skip to content

Instantly share code, notes, and snippets.

View alejandropaciotti's full-sized avatar

Alejandro Paciotti Iacchelli alejandropaciotti

View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active May 4, 2024 18:17
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