Permission granting issues - madmagic007/Oculus-Quest-Presence GitHub Wiki
Issues with granting the permission
A recent update broke granting the permission from in the app itself, this issue is currently still being investigated. A working workaround currently can be used in the meantime. Follow the steps below. After having followed these steps, re-launch the app on your quest and continue set up like normal. This workaround is for both the quest and quest 2.
For some reason this command doesn't work on Mac. You have to use a windows machine to run it. More info and if you are unable to connect quest to a windows pc, read this
To grant the permission manually from pc, follow these steps:
- Connect the Quest to your computer and open sidequest. Make sure the Quest is detected by sidequest and that the apk is already installed.
- Click the "Run ADB commands" button at the top right and click on "CUSTOM COMMAND".
- Enter
adb shell "package=com.madmagic.oqrpc; op=GET_USAGE_STATS; appops set $package $op allow --user `dumpsys package $package | grep userId= | grep -Eo '[0-9]+'`"
and click Run command. - If everything was succesfull, it should say "Command completed".