Skip to content

Instantly share code, notes, and snippets.

View ih54r94's full-sized avatar

28a77fe3c5b88c5cc4f8e6a3297068ec33ca7f22adc407d7a0a120829693d329 ih54r94

View GitHub Profile
@ih54r94
ih54r94 / AdbCommands
Created January 22, 2021 15:57 — 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