Skip to content

Instantly share code, notes, and snippets.

View nage46's full-sized avatar

DalBhat nage46

View GitHub Profile
@nage46
nage46 / AdbCommands
Created June 20, 2021 16:27 — 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