You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a feature that has the Quest 2 disable the ability to turn up the volume without confirming it in the Quest app.
The problem is that I've removed the account login on my quest and can now no longer turn up the volume. It would be great to disable this "feature" if at all possible. (even with ADB)
The text was updated successfully, but these errors were encountered:
adb shell pm grant com.orgname.packagename android.permission.WRITE_SECURE_SETTINGS
To be ran via ADB.
I'd be happy to contribute this feature and documentation on how others can use it if you'd like, @basti564, but I also understand if you mark this out-of-scope
I'll consider it, but considering you can already enable it with just adb I don't see why you would want to first grant Oculess write secure settings permission. adb shell settings put global audio_safe_volume_state 2
There seems to be a feature that has the Quest 2 disable the ability to turn up the volume without confirming it in the Quest app.
The problem is that I've removed the account login on my quest and can now no longer turn up the volume. It would be great to disable this "feature" if at all possible. (even with ADB)
The text was updated successfully, but these errors were encountered: