devices:oculus_quest_2
This is an old revision of the document!
Table of Contents
Apps
Oculus
- TODO
SideQuest
ADB Commands
Graphics
90Hz
- As of 2020/10/21, this breaks Oculus Link
- This will increase heat and battery/power usage
adb shell "setprop debug.oculus.refreshRate 90"
Performance
- This disables dynamic clocks and forces max clocks on CPU and GPU
- This will increase heat and battery/power usage
adb shell "setprop debug.oculus.cpuLevel 4"
adb shell "setprop debug.oculus.gpuLevel 4"
adb shell "setprop debug.oculus.adaclocks.force 0"
Texture Quality
- Some native Quest games have lower performance with increased textures
- TODO: What's the default values?
adb shell "setprop debug.oculus.textureWidth 2048"
adb shell "setprop debug.oculus.textureHeight 2048"
Telemetry
adb shell "pm disable-user --user 0 com.oculus.unifiedtelemetry"
adb shell "pm disable-user --user 0 com.oculus.gatekeeperservice"
adb shell "pm disable-user --user 0 com.oculus.notification_proxy"
adb shell "pm disable-user --user 0 com.oculus.bugreporter"
adb shell "pm disable-user --user 0 com.oculus.os.logcollector"
adb shell "pm disable-user --user 0 com.oculus.appsafety"
Tips
- Developer mode needs manually re-enabled from Oculus app on mobile after Factory Reset
- Hold PWR + Vol- to access bootloader menu to perform Factory Reset on-device
- Can use PolyWatch on lenses with coffee filter to buff, and then apply Rain-X
/var/www/wiki/data/attic/devices/oculus_quest_2.1611317271.txt.gz · Last modified: (external edit)