adb_network_auto_connect
Scans a specified IP range and automatically connects to ADB-enabled Android devices over the network.
Instructions
Discover and automatically connect to ADB devices on the local network. Combines network scanning with adb connect in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipRange | No | IP range to scan (e.g., '192.168.1.1-254') | |
| port | No | ADB port to probe and connect (1-65535, default 5555) | |
| device | No | Device serial (used to determine local subnet for ARP-based discovery) |