adb_reverse
Reverse forward a port from the Android device to your host machine, so device apps can access services running on your computer.
Instructions
Reverse-forward a device port to a port on the host (device → host). Use for letting device apps reach services on your machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | Yes | Remote (device) spec, e.g., 'tcp:3000'. AF2 fix: format-validated. | |
| local | Yes | Local (host) spec, e.g., 'tcp:3000'. AF2 fix: format-validated. | |
| device | No | Device serial |