User Tools

Site Tools


devices:oculus_quest_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:oculus_quest_2 [2024/06/27 11:40] Sean Rhonedevices:oculus_quest_2 [2025/03/16 00:20] (current) Sean Rhone
Line 1: Line 1:
 +====== Update ======
 +
 +  * https://www.meta.com/help/quest/software_update/
 +
 ====== ADB Commands ====== ====== ADB Commands ======
  
Line 35: Line 39:
 ==== Performance AIO ==== ==== Performance AIO ====
  
-  * Sets CPU and GPU performance level to ''5'', enables [[https://developer.oculus.com/documentation/native/android/mobile-phase-sync/|Phase Sync]] globally, and minor Developer Options tweaks ((''always_finish_activities 1'' could //potentially// cause issues with background apps))+  * Sets CPU and GPU performance level to ''5'', enables [[https://developer.oculus.com/documentation/native/android/mobile-phase-sync/|Phase Sync]] globally, and minor Developer Options tweaks
  
-<code>adb shell "setprop debug.oculus.cpuLevel 5 && setprop debug.oculus.gpuLevel 5 && setprop debug.oculus.adaclocks.force 0 && setprop debug.oculus.phaseSync 1 && settings put global always_finish_activities && settings put global wifi_scan_throttle_enabled 1 && settings put global window_animation_scale 0.25 && settings put global transition_animation_scale 0.25 && settings put global animator_duration_scale 0.25 && sync"</code>+<code>adb shell "setprop debug.oculus.cpuLevel 5 && setprop debug.oculus.gpuLevel 5 && setprop debug.oculus.adaclocks.force 0 && setprop debug.oculus.phaseSync 1 && settings put global always_finish_activities && settings put global wifi_scan_throttle_enabled 1 && settings put global window_animation_scale 0.25 && settings put global transition_animation_scale 0.25 && settings put global animator_duration_scale 0.25 && sync"</code>
  
 <code>adb shell "setprop debug.oculus.refreshRate 120 && sync"</code> <code>adb shell "setprop debug.oculus.refreshRate 120 && sync"</code>
Line 44: Line 48:
  
 <code> <code>
-adb shell 'getprop debug.oculus.cpuLevel'</code>+adb shell "getprop debug.oculus.cpuLevel"</code>
  
 <code> <code>
-adb shell 'getprop debug.oculus.gpuLevel'</code>+adb shell "getprop debug.oculus.gpuLevel"</code>
  
 <code> <code>
-adb shell 'getprop debug.oculus.adaclocks.force'</code>+adb shell "getprop debug.oculus.adaclocks.force"</code>
  
 <code> <code>
-adb shell 'getprop debug.oculus.phaseSync'</code>+adb shell "getprop debug.oculus.phaseSync"</code>
  
 <code> <code>
-adb shell 'settings get global always_finish_activities'</code>+adb shell "settings get global always_finish_activities"</code>
  
 <code> <code>
-adb shell 'settings get global wifi_scan_throttle_enabled'</code>+adb shell "settings get global wifi_scan_throttle_enabled"</code>
  
 <code> <code>
-adb shell 'settings get global window_animation_scale'</code>+adb shell "settings get global window_animation_scale"</code>
  
 <code> <code>
-adb shell 'settings get global transition_animation_scale'</code>+adb shell "settings get global transition_animation_scale"</code>
  
 <code> <code>
-adb shell 'settings get global animator_duration_scale'</code>+adb shell "settings get global animator_duration_scale"</code>
  
 ====== Notes ====== ====== Notes ======
/srv/www/wiki/data/attic/devices/oculus_quest_2.1719502856.txt.gz · Last modified: by Sean Rhone