Skip to content

Instantly share code, notes, and snippets.

View Mr-AndroidDev's full-sized avatar

Mr-AndroidDev

View GitHub Profile
@Mr-AndroidDev
Mr-AndroidDev / AdbCommands
Created January 12, 2022 07:40 — 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