Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Add support for Oculus Focus Awareness #3158

Merged
merged 1 commit into from
Apr 16, 2020
Merged

Conversation

bluemarvin
Copy link
Contributor

From the docs:
To enable overlay for testing purposes, enter the following commands in a terminal:

Go to Setting -> See All -> Experiments and enable New Universal Menu

adb shell setprop debug.oculus.dbg_enable_overlay 1
adb shell am force-stop com.oculus.vrshell

After entering these commands, if an app has overlay support enabled in its app manifest, pressing the Oculus button from inside the app will cause the Universal Menu to be displayed as an overlay.

To disable overlay support, enter the following commands:

adb shell setprop debug.oculus.dbg_enable_overlay 0
adb shell am force-stop com.oculus.vrshell

From the docs:
To enable overlay for testing purposes, enter the following commands in a terminal:

Go to Setting -> See All -> Experiments and enable New Universal Menu

adb shell setprop debug.oculus.dbg_enable_overlay 1
adb shell am force-stop com.oculus.vrshell

After entering these commands, if an app has overlay support enabled in its app manifest, pressing the Oculus button from inside the app will cause the Universal Menu to be displayed as an overlay.

To disable overlay support, enter the following commands:

adb shell setprop debug.oculus.dbg_enable_overlay 0
adb shell am force-stop com.oculus.vrshell
@bluemarvin bluemarvin added this to the #10 features milestone Apr 14, 2020
@bluemarvin bluemarvin self-assigned this Apr 14, 2020
Copy link
Contributor

@keianhzo keianhzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works good for me

@MortimerGoro MortimerGoro merged commit f41255c into master Apr 16, 2020
@MortimerGoro MortimerGoro deleted the oculus-focus-aware branch April 16, 2020 10:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants