Skip to content

Instantly share code, notes, and snippets.

View raushan52's full-sized avatar
💭
web-development

raushan_open_source raushan52

💭
web-development
View GitHub Profile
@raushan52
raushan52 / AdbCommands
Created January 5, 2023 05: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