Skip to content

Instantly share code, notes, and snippets.

View SamiranKumar's full-sized avatar
🎯
Focusing

Samiran Kumar SamiranKumar

🎯
Focusing
View GitHub Profile
@SamiranKumar
SamiranKumar / AdbCommands
Created August 21, 2023 15:46 — 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
@SamiranKumar
SamiranKumar / AdbCommands
Created August 21, 2023 15:46 — 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