Skip to content

Instantly share code, notes, and snippets.

View shalperin's full-sized avatar

Shimi Halperin shalperin

View GitHub Profile
@shalperin
shalperin / AdbCommands
Created June 22, 2020 14:47 — 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