Skip to content

Instantly share code, notes, and snippets.

View hasibsakib1's full-sized avatar
😶‍🌫️

Hasibul Sakib hasibsakib1

😶‍🌫️
  • 05:20 (UTC +06:00)
View GitHub Profile
@hasibsakib1
hasibsakib1 / AdbCommands
Created January 10, 2024 06: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