Execute shell command on device
android.shell.execExecute shell commands on Android devices via ADB to automate tasks, manage files, or control system functions. Use caution as commands can perform any device operation.
Instructions
WARNING: Executes arbitrary shell command via adb shell. Can perform any operation on the device. Use with extreme caution. Returns stdout, stderr, and exit code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| command | Yes |