Skip to content

Instantly share code, notes, and snippets.

View pixincreate's full-sized avatar
🔺
Spammy

Pa1NarK pixincreate

🔺
Spammy
View GitHub Profile
@pixincreate
pixincreate / AdbCommands
Created March 27, 2021 15:12 — 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