Skip to content

Instantly share code, notes, and snippets.

View Nitish001's full-sized avatar
🎯
Focusing

nitish prajapati Nitish001

🎯
Focusing
View GitHub Profile
@Nitish001
Nitish001 / AdbCommands
Created March 20, 2020 07:02 — 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
@Nitish001
Nitish001 / AdbCommands
Created March 20, 2020 07:01 — 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