Skip to content

Quest Home Editor v0.10.7

Choose a tag to compare

@xAstroBoy xAstroBoy released this 11 Jul 21:42

Safety fix for non-rooted headsets.

Never installs an unspoofed home without real root

The rooted flow installs your home under its own package and selects it — which only works with actual root. The root check had a false positive: a ro.debuggable=1 (userdebug) build was treated as rooted even when adb root/su don't actually work. On such a headset the app would install the unspoofed home, fail to select it (no root), and skip the spoof — so your home wouldn't change at all.

Root is now detected only when it's actually usable (adb root gives uid 0, or su does). Otherwise the app installs the spoof (Haven 2025 replacement), which is the correct no-root path. If it can't confirm root, it will never install an unspoofed home.

(Vista-neutralize still runs without root — it replaces store-app vista packages, not homes.)

Linux/macOS: build from source (bash QuestHomeEditor/build_linux.sh).