update USB wivrn for 0.19 release
This commit is contained in:
@@ -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.
|
Use WiVRn with a cable instead of Wifi. Use a 5Gbps cable & port at the very least.
|
||||||
|
|
||||||
Steps:
|
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
|
- Connect the headset via USB
|
||||||
- If WiVRn is running on the headset, close it now.
|
- 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:
|
- While in the system lobby of the headset, run the following `adb` commands on the PC:
|
||||||
```bash
|
```bash
|
||||||
adb reverse tcp:9757 tcp:9757
|
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
|
## WiVRn + Lighthouse driver
|
||||||
|
|
||||||
This section covers using WiVRn with any lighthouse-tracked device: Index/Vive controllers, Vive/Tundra trackers, etc.
|
This section covers using WiVRn with any lighthouse-tracked device: Index/Vive controllers, Vive/Tundra trackers, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user