From 897939db43a059a9f3b576f7f12ecd37ad8d8797 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Tue, 21 Oct 2025 13:51:03 -0500 Subject: [PATCH 1/2] wivrn: more info about solarxr apk --- content/docs/fossvr/wivrn/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/docs/fossvr/wivrn/_index.md b/content/docs/fossvr/wivrn/_index.md index 6a0dd4d..abfa006 100644 --- a/content/docs/fossvr/wivrn/_index.md +++ b/content/docs/fossvr/wivrn/_index.md @@ -100,8 +100,9 @@ Manual steps: See the [README](https://github.com/WiVRn/WiVRn/blob/master/README ## WiVRn + SlimeVR trackers -To use SlimeVR trackers through WiVRn, you currently must use a [fork](https://github.com/notpeelz/WiVRn) of WiVRn: -The APK for this fork of WiVRn can be found as an artifact of the most recent GitHub action on the solarxr-patches branch. +To use SlimeVR trackers through WiVRn, you currently must use a fork of WiVRn. Follow one of the **below options first**, then don't forget to come back and sideload the custom WiVRn APK: + +You can find the APK for this fork of WiVRn as an artifact of the most recent GitHub action on the `solarxr-patches` branch. In other words, in this [list of recent GitHub actions](https://github.com/notpeelz/WiVRn/actions/workflows/Build.yml?query=branch%3Asolarxr-patches), click the topmost entry, scroll down past the graphs and stuff, and click the **apk-Standard-Release** row. ### Option A: Build with Envision @@ -113,6 +114,7 @@ To use this fork within Envision, edit these fields in your profile: Then save and clean build the profile. ### Option B: NixOS + Override the `wivrn` package from nixpkgs with something resembling the following, replacing `[COMMIT HASH HERE]` with the latest commit hash from https://github.com/notpeelz/WiVRn/commits/solarxr-patches and filling in the correct src hash. Do note you may need to adapt this depending on how you install WiVRn: ```nix { pkgs, lib, ... }: -- 2.49.1 From def3ce1a68b57af180a1ce2efcf8dbf164cf12f7 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Tue, 21 Oct 2025 14:22:54 -0500 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- content/docs/fossvr/wivrn/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/fossvr/wivrn/_index.md b/content/docs/fossvr/wivrn/_index.md index abfa006..73f12ff 100644 --- a/content/docs/fossvr/wivrn/_index.md +++ b/content/docs/fossvr/wivrn/_index.md @@ -100,9 +100,7 @@ Manual steps: See the [README](https://github.com/WiVRn/WiVRn/blob/master/README ## WiVRn + SlimeVR trackers -To use SlimeVR trackers through WiVRn, you currently must use a fork of WiVRn. Follow one of the **below options first**, then don't forget to come back and sideload the custom WiVRn APK: - -You can find the APK for this fork of WiVRn as an artifact of the most recent GitHub action on the `solarxr-patches` branch. In other words, in this [list of recent GitHub actions](https://github.com/notpeelz/WiVRn/actions/workflows/Build.yml?query=branch%3Asolarxr-patches), click the topmost entry, scroll down past the graphs and stuff, and click the **apk-Standard-Release** row. +To use SlimeVR trackers through WiVRn, you currently must use the `solarxr-patches` fork of WiVRn. Follow one of the **below options first**, then don't forget to come back and sideload the [solarxr-patches WiVRn APK](https://nightly.link/notpeelz/WiVRn/workflows/Build/solarxr-patches/apk-Standard-Release). ### Option A: Build with Envision -- 2.49.1