alvr-org / ALVR

Stream VR games from your PC to your headset via Wi-Fi
MIT License
5.52k stars 488 forks source link

ALVR 19.1.1 doesn't work on latest Meta OS update for Quest 2. #1789

Closed RomanVolvenkov closed 1 year ago

RomanVolvenkov commented 1 year ago

Hello!

As the title says, after the latest update on Quest 2, the ALVR 19.1.1 is not working anymore. Is there anything we could do? We have an integration with this version and would like to stay with it.

Thanks in advance!

qqshnep commented 1 year ago

you should add a new permission in AndroidManifest.xml

<uses-permission android:name="android.permission.WAKE_LOCK"/>

RomanVolvenkov commented 1 year ago

It worked! Thank you!