diff --git a/content/docs/fossvr/wivrn/_index.md b/content/docs/fossvr/wivrn/_index.md index 6449f7d..5f5d697 100644 --- a/content/docs/fossvr/wivrn/_index.md +++ b/content/docs/fossvr/wivrn/_index.md @@ -20,15 +20,16 @@ Should you utilize [Envision](/docs/fossvr/envision/) for WiVRn setup, please en Use WiVRn with a cable instead of Wifi. Use a 5Gbps cable & port at the very least. Steps: -- Enable TCP Only mode, either via Envision or the [JSON configuration](https://github.com/WiVRn/WiVRn?tab=readme-ov-file#configuration)! - Connect the headset via USB - If WiVRn is running on the headset, close it now. - While in the system lobby of the headset, run the following `adb` commands on the PC: ```bash adb reverse tcp:9757 tcp:9757 - adb shell am start -a android.intent.action.VIEW -d "wivrn://127.0.0.1" org.meumeu.wivrn + adb shell am start -a android.intent.action.VIEW -d "wivrn+tcp://127.0.0.1" org.meumeu.wivrn ``` + (Setting TCP-only mode via config is no longer required as of WiVRn 0.19) + ## WiVRn + Lighthouse driver This section covers using WiVRn with any lighthouse-tracked device: Index/Vive controllers, Vive/Tundra trackers, etc.