update USB wivrn for 0.19 release

This commit is contained in:
galister 2024-09-19 15:21:00 +00:00
parent d440bf8f28
commit 73de3671d4

View file

@ -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.