Skip to content

Instantly share code, notes, and snippets.

View asifadamsha's full-sized avatar
🏠
Working from home

Asif Adamsha asifadamsha

🏠
Working from home
View GitHub Profile
@asifadamsha
asifadamsha / AdbCommands
Created November 20, 2020 09:48 — 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