Skip to content

Instantly share code, notes, and snippets.

View iparfen0xff's full-sized avatar

Ivan Parfonov iparfen0xff

View GitHub Profile
@iparfen0xff
iparfen0xff / AdbCommands
Created April 3, 2023 12:41 — 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