Skip to content

Instantly share code, notes, and snippets.

View nvn27's full-sized avatar
🎯
Focusing

nvn27 nvn27

🎯
Focusing
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active May 5, 2024 13:39
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