Skip to content

Instantly share code, notes, and snippets.

View roshithrg147's full-sized avatar
๐Ÿ”
I may be slow to respond.

RR roshithrg147

๐Ÿ”
I may be slow to respond.
View GitHub Profile
@roshithrg147
roshithrg147 / AdbCommands
Created September 15, 2022 22:20 — 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