Skip to content

Instantly share code, notes, and snippets.

View shahzadadeem's full-sized avatar
😀

Shahzad Hassan shahzadadeem

😀
  • Islamabad, Pakistan
View GitHub Profile
@shahzadadeem
shahzadadeem / AdbCommands
Created September 7, 2023 09:50 — 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