Skip to content

Instantly share code, notes, and snippets.

View learner-Pankaj's full-sized avatar
💭
Having Fun with Java

Pankaj Yadav learner-Pankaj

💭
Having Fun with Java
View GitHub Profile
@learner-Pankaj
learner-Pankaj / AdbCommands
Created November 15, 2022 07:06 — 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