Skip to content

Instantly share code, notes, and snippets.

View deorabanna1925's full-sized avatar
🏠
Working from home

Pushpendra Singh Deora deorabanna1925

🏠
Working from home
View GitHub Profile
@deorabanna1925
deorabanna1925 / AdbCommands
Created August 30, 2021 20:22 — 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