Skip to content

Instantly share code, notes, and snippets.

View rahul-sani's full-sized avatar
🏠
Working from home

Rahul Sani rahul-sani

🏠
Working from home
View GitHub Profile
@rahul-sani
rahul-sani / AdbCommands
Created February 3, 2021 22:41 — 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