Skip to content

Instantly share code, notes, and snippets.

View ginsoul's full-sized avatar

Cüneyt Egin ginsoul

  • 1&1 Telecommunication SE
  • Germany
View GitHub Profile
@ginsoul
ginsoul / AdbCommands
Created October 22, 2020 11:25 — 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