Skip to content

Instantly share code, notes, and snippets.

View bbsusheelkumar's full-sized avatar
✌️
Dream . Believe . Achieve .

Susheel Kumar B B bbsusheelkumar

✌️
Dream . Believe . Achieve .
View GitHub Profile
@bbsusheelkumar
bbsusheelkumar / AdbCommands
Last active January 8, 2023 09:24 — 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
@Pulimet
Pulimet / AdbCommands
Last active April 25, 2024 08:49
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