Skip to content

Instantly share code, notes, and snippets.

@pvllnspk
Last active October 23, 2015 08:55
Show Gist options
  • Save pvllnspk/9efd7dbbd8578c69baee to your computer and use it in GitHub Desktop.
Save pvllnspk/9efd7dbbd8578c69baee to your computer and use it in GitHub Desktop.
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