Skip to content

Instantly share code, notes, and snippets.

View ashutoshroy02's full-sized avatar

ASHUTOSH ROY ashutoshroy02

View GitHub Profile
@ashutoshroy02
ashutoshroy02 / AdbCommands
Created March 25, 2023 07:11 — 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