Skip to content

Instantly share code, notes, and snippets.

View Biswajit-10's full-sized avatar
🥶

Biswajit Samal Biswajit-10

🥶
View GitHub Profile
@Biswajit-10
Biswajit-10 / AdbCommands
Created May 28, 2022 05:59 — 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