Last active
January 25, 2025 13:32
-
-
Save karawitan/fc0b6f883cbe5f71b81e221392bcf2ff to your computer and use it in GitHub Desktop.
Common adb shell commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb root | |
adb sideload | |
adb shell ps | |
adb shell top | |
adb shell getprop | |
adb shell setprop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment