adb_qemu_connect
Connect to a running QEMU VM's ADB service to expose the guest as a debuggable Android device via localhost.
Instructions
Connect to a running QEMU VM's ADB service, making the guest appear as a device for DeepADB tools. Requires the guest OS to have an ADB daemon running (e.g., Android guest with USB debugging enabled). Requires the 'adb' binary (install with: pkg install android-tools). Connections are restricted to localhost only — no remote host connections allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | VM name to connect to (must be running) | |
| timeout | No | Connection timeout in milliseconds (3s-30s). Default 10s. |