This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Meta Quest Adb Command List | |
Excluding the letters ‘adb shell’ | |
GetProperty | |
getprop debug.oculus.[xxxxxx] | |
Set Screen & performance | |
setprop debug.oculus.refreshRate 60, 72, 90 (default), 120 Override the default refresh rate of the screen. 120Hz will only apply if enabled from Quest 2 settings (Experimental features). | |
setprop debug.oculus.textureWidth 1440 (default) Override the default texture width. | |
setprop debug.oculus.textureHeight 1584 (default) Override the default texture height. For optimal results, set the value to 1.1x texture width. |