From 73de3671d4396c54d2d75603962c5bde202436f0 Mon Sep 17 00:00:00 2001 From: galister <3123227-galister@users.noreply.gitlab.com> Date: Thu, 19 Sep 2024 15:21:00 +0000 Subject: [PATCH] update USB wivrn for 0.19 release --- content/docs/fossvr/wivrn/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.