Skip to content

Instantly share code, notes, and snippets.

View shahrukhjaved786's full-sized avatar

Shahrukh Javed shahrukhjaved786

View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active May 6, 2024 12:28
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