Skip to content

Instantly share code, notes, and snippets.

View kavindu26589's full-sized avatar
🏠
Working from home

Kavindu Hansaka Jayasinghe kavindu26589

🏠
Working from home
  • 23:09 (UTC +05:30)
View GitHub Profile
@kavindu26589
kavindu26589 / AdbCommands
Created March 28, 2024 15:08 — 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