Skip to content

Instantly share code, notes, and snippets.

View zeeshanaslam78's full-sized avatar

MUHAMMAD ZEESHAN ASLAM zeeshanaslam78

  • Germany
View GitHub Profile
@zeeshanaslam78
zeeshanaslam78 / AdbCommands
Created December 1, 2019 13:48 — 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