adb_reverse
Forwards a port from an Android device to the host, enabling device apps to 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' | |
| local | Yes | Local (host) spec, e.g., 'tcp:3000' | |
| device | No | Device serial |