Skip to content

Instantly share code, notes, and snippets.

View elektroschmock's full-sized avatar

Kim elektroschmock

  • Winnenden / Germany
View GitHub Profile
@elektroschmock
elektroschmock / AdbCommands
Created April 30, 2020 19:49 — 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