Skip to content

Instantly share code, notes, and snippets.

View rayala144's full-sized avatar
๐Ÿ™‚

Rayala Akhil rayala144

๐Ÿ™‚
View GitHub Profile
@rayala144
rayala144 / AdbCommands
Created March 24, 2022 04: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