Skip to content

Instantly share code, notes, and snippets.

View ProstoSasha0612's full-sized avatar
👾

ProstoSasha0612

👾
  • Minsk
View GitHub Profile
@ProstoSasha0612
ProstoSasha0612 / AdbCommands
Created October 24, 2022 18:55 — 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