User Tools

Site Tools


devices:oculus_quest_2

This is an old revision of the document!


Apps

Oculus

  • TODO

SideQuest

ADB Commands

Graphics

90Hz

  • :!: This may 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
  • %localappdata%\Oculus contains Logs
/var/www/wiki/data/attic/devices/oculus_quest_2.1612359851.txt.gz · Last modified: 2021/02/03 08:44 by Sean Rhone