Console application designed to handle forwarding TCP Ports (using ADB) between your PC and Quest/Go HMDs, over USB
Specifically made for use with ALVR, for now. Supports the Oculus Go, Quest 1, 2, 3, and Pico 4/Neo 3.
- Download the latest release
- Extract the archive somewhere convenient
- 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: 1WMHHXXXXXXXXX [hollywood]
- "eureka" is Quest 3 "hollywood" is Quest 2, "monterey" is Quest 1, "pacific" is Go
- "a7h10" is pico 3 + link, "phoenix_ovs" is pico 4
VR Headset | Support |
---|---|
Quest Go/1/2/3 | ✔️ |
Quest Pro | ❌ |
Pico 4/Neo 3 | ✔️ |
If the program won't run, try installing the DotNet 4.6.1 Runtime
You need to use Mono
Don't hesitate to raise an issue if you encounter problems!
Thank you, Mantas-2155X, for iterating and refactoring my work, to bring Linux support!
Thank you, Quamotion, for SharpADBClient!
Thank you, AtlasTheProto, for adding newer headsets and other misc work.