Skip to content

Instantly share code, notes, and snippets.

@LeeSeungHi
LeeSeungHi / gist:a8c254aff5b496dfb979020bec90c2fb
Last active November 14, 2024 07:47
Meta Quest Adb Command List
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.