shell_exec
Execute arbitrary ADB shell commands on an Android device to perform operations not supported by other tools, returning the command output.
Instructions
Execute an arbitrary ADB shell command on the device and return the output. Use this for any device operation not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute on the device | |
| serial | No | Device serial number |