-
Notifications
You must be signed in to change notification settings - Fork 2
Home
xAstroBoy edited this page Jun 15, 2026
·
5 revisions
Turn an old (V79-era) Meta Quest Home into an APK you can install on a current Quest 2 / 3 / Pro. This tool loads the old home, lets you (optionally) edit it, then cooks it into a modern HSL environment APK, signs it, and installs it for you.
⚠️ Work in progress. The cooking/repack pipeline produces installable, signed APKs, but the rendering of ported content is not yet faithful — expect wrong colours, flat shading, and some content that doesn't draw on older headsets (Quest 2). See the repo README disclaimer.
- Put
adb.exe,AdbWinApi.dll,AdbWinUsbApi.dllnext tohsr_renderer.exe→ Installation & Setup. - Plug the Quest in over USB and accept the "Allow USB debugging" prompt in the headset.
- Drag the old home (
env.apk/.gltf.ovrscene/.opa) ontohsr_renderer.exe. - Open the Cook tab, leave the defaults, press
COOK + SIGN + INSTALL. - Put the headset on — your env loads in place of Haven 2025 (the tool relaunched the shell). An unrooted Quest can't switch to a custom environment, so the spoof becomes Haven 2025 instead.
That's it — the tool cooks, signs, picks the correct APK for your device, and installs it.
- Installation & Setup — adb (3 files), Developer Mode, signing toolchain.
- Cooking a Home — the Cook tab, every option explained.
- The Two APKs — spoofed (no-root) vs own-package (rooted), and why the spoof exists.
- Restoring Haven 2025 — the automatic backup and how to put the stock home back.
- Troubleshooting — foggy default home, black void, signing/adb errors.
| Need | Why |
|---|---|
hsr_renderer.exe |
The editor + cooker (one binary). |
adb (3 files beside the exe) |
Installs the cooked APK to the headset. |
| A Quest in Developer Mode | To allow USB/Wi-Fi installs. |
| An old home file |
.apk / .gltf.ovrscene / .opa to port. |