Skip to content

Instantly share code, notes, and snippets.

View Gvolexe's full-sized avatar
🕳️

Gvol Gvolexe

🕳️
View GitHub Profile
@Gvolexe
Gvolexe / AdbCommands
Created June 18, 2024 16:42 — 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