execute_command
Run shell commands on an Android phone remotely. Specify command, working directory, and timeout.
Instructions
Execute a shell command on the phone.
Args: command: Shell command to execute working_directory: Working directory (default: current) timeout: Timeout in seconds (default: 30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| working_directory | No | . | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |