Console application designed to handle forwarding TCP Ports (using ADB) between your PC and Android devices, over USB
Specifically made for use with ALVR, but config.json can be configured to work with any port needed for any other purposes.
Supports any ADB compatible device
- Download the latest release
- Extract the archive somewhere convenient in a separate directory
- Run the program and ALVR, order does not matter
- ALVR may (or may not) restart
- You should see your device's serial ID show up in the console, if it says the following, all is well!
Successfully forwarded device: ...
Don't hesitate to raise an issue if you encounter problems!
Thank you. AtlasTheProto, for OG ADBForwarder codebase
Thank you, Mantas-2155X, for iterating and refactoring AtlasTheProto's work, to bring Linux support!
Thank you, Quamotion, for SharpADBClient!