Skip to content

Instantly share code, notes, and snippets.

View atdm307's full-sized avatar
💬

atdm307 atdm307

💬
View GitHub Profile
@atdm307
atdm307 / AdbCommands
Created March 18, 2021 16:38 — 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