-
-
Save pvllnspk/9efd7dbbd8578c69baee to your computer and use it in GitHub Desktop.
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 shell ls /system/bin | |
| adb shell dumpsys | |
| adb shell pm | |
| adb shell am | |
| ----------------------------------------------- | |
| adb shell dumpsys | grep DUMP | |
| adb shell service list | |
| ----------------------------------------------- | |
| adb shell dumpsys dbinfo <your app package> | |
| adb shell dumpsys meminfo <your app package> | |
| adb shell dumpsys cpuinfo <your app package> | |
| adb shell dumpsys activity <your app package> | |
| adb shell dumpsys account | |
| adb shell pm list packages | |
| #adb shell | |
| #am broadcast -a "android.intent.action.BATTERY_LOW" | |
| #am broadcast -a "android.intent.action.BATTERY_OKAY" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment