Skip to content

Device Shell

Run any shell command on a connected device. Useful for checking system state, running dumpsys commands, and other advanced operations.

ParameterTypeRequiredDefaultDescription
commandstringYesShell command to execute on the device
deviceIdstringNoTarget device serial

Run “dumpsys meminfo com.example.myapp” on the device

Run “pm list packages -3” to list third-party apps

Run “getprop ro.build.version.release” to get Android version

Run “df -h” to check disk space

Run “dumpsys battery” to check battery stats