Skip to content

Instantly share code, notes, and snippets.

View AntonSikret87's full-sized avatar

Anton AntonSikret87

  • Ukraine.Mukachevo
View GitHub Profile
@AntonSikret87
AntonSikret87 / AdbCommands
Created April 14, 2020 07: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