Skip to content

Instantly share code, notes, and snippets.

View bhavukshm's full-sized avatar
🎯
Focusing

bhavuksharma bhavukshm

🎯
Focusing
View GitHub Profile
@bhavukshm
bhavukshm / AdbCommands
Last active December 13, 2021 15:08 — 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