Meta Quest ADB Commands: Difference between revisions

Created page with " <p> # Disable proximity sensor adb shell am broadcast -a com.oculus.vrpowermanager.prox_close # Restore proximity sensor adb shell am broadcast -a com.oculus.vrpowermanager.automation_disable </p>"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:




<p>
<syntaxhighlight lang="bash">
# Disable proximity sensor
# Disable proximity sensor
adb shell am broadcast -a com.oculus.vrpowermanager.prox_close
adb shell am broadcast -a com.oculus.vrpowermanager.prox_close
Line 8: Line 8:
adb shell am broadcast -a com.oculus.vrpowermanager.automation_disable
adb shell am broadcast -a com.oculus.vrpowermanager.automation_disable


</p>
</syntaxhighlight>