Skip to content

Instantly share code, notes, and snippets.

View pushpeshkarki's full-sized avatar
🌍
I may be slow to respond.

Pushpesh pushpeshkarki

🌍
I may be slow to respond.
  • 04:52 (UTC +05:30)
View GitHub Profile
@pushpeshkarki
pushpeshkarki / AdbCommands
Created February 7, 2022 09:43 — 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