connect_wifi
Enable wireless ADB on an Android device and connect to it over WiFi by specifying the device serial and TCP port, returning the connection address for immediate use.
Instructions
Enable WiFi ADB and connect to the device wirelessly. Returns the connection address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | TCP port for ADB connection (default: 5555) | |
| serial | No | Device serial number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | The host:port the device was connected on | |
| message | Yes | Human-readable description of the result | |
| success | Yes | Whether the wireless connection was established |