Skip to content

Instantly share code, notes, and snippets.

View althafvly's full-sized avatar
😄
If I were a writer, I’d have a better status.

Mohammed Althaf Thayyil althafvly

😄
If I were a writer, I’d have a better status.
View GitHub Profile
@althafvly
althafvly / AdbCommands
Created September 19, 2022 08:16 — 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