I'm trying to connect my Oculus Quest to SideQuest and while it detects my device, the ADB authorization prompt does not appear on my headset.
What I’ve Tried So Far: ✅ Enabled Developer Mode in the Meta Quest app. ✅ Restarted both my PC and Quest. ✅ Tried multiple USB cables and USB ports (USB 3.0 and 2.0). ✅ Verified that my Quest appears in File Explorer (so the USB connection works). ✅ Ran adb devices in Command Prompt, but the device is listed as unauthorized. ✅ Tried revoking USB debugging authorizations in my Quest settings. ✅ Installed the Oculus ADB drivers from the official website. ✅ Used SideQuest’s "Restart ADB" function and manually ran adb usb. ✅ Disabled and re-enabled Developer Mode. Expected Behavior: When I connect my Quest, the ADB authorization prompt should appear inside the headset. I should be able to select “Always allow from this computer” and press OK. Actual Behavior: SideQuest detects my Quest, but the ADB authorization prompt never shows up in my headset. Running adb devices lists my Quest as unauthorized. No way to approve the connection, making it impossible to use ADB. Additional Notes: I’m using Windows, and my ADB is installed in the Downloads folder. My Quest works fine otherwise and appears in File Explorer. Does anyone know how to force the ADB prompt to appear? Any help is appreciated!