Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.31 KB

ADBForwarder

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

Usage

  • 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: ...

Problems?

Don't hesitate to raise an issue if you encounter problems!

Attributions

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!