Skip to content

Instantly share code, notes, and snippets.

View xChAmeLIoNz's full-sized avatar
🤖
Coding...

Alessandro Fogli Iseppe xChAmeLIoNz

🤖
Coding...
View GitHub Profile
@xChAmeLIoNz
xChAmeLIoNz / AdbCommands
Created December 14, 2023 16:45 — 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