Execute Command in Termux
adb_termux_execExecute bash commands in Termux on an Android device via ADB, requiring user confirmation to prevent unauthorized actions.
Instructions
Execute a command in Termux bash. ⚠️ Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute in Termux bash environment | |
| confirm | Yes | Confirmation flag - must be true | |
| timeout | No | Timeout in seconds |