Set device proxy
adb_set_proxyRoute Android device traffic through a given host:port using ADB, bypassing the need for WiFi proxy settings.
Instructions
Route device traffic through host:port via adb (no WiFi UI needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | ||
| hostPort | Yes | Proxy as <host-ip>:<port>, e.g. 10.126.193.90:8000 |