Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
tazougphi's avatar
tazougphi
Honored Guest
2 years ago

Launching Meta Quest TV through intents

Hi all,

I am trying to have a native application launch the TV app to play a 3D 360 video (I know this may sound unusual, but I really need it to work this way!). For this, I need to be able to trigger an Android Intent with all the information necessary to play the video.

Using adb commands and some information found online, I managed to trigger a view intent to play a specific video like this:

adb shell am start -a android.intent.action.VIEW -d com.oculus.tv -e uri file:///storage/emulated/0/<path_to_video> com.oculus.vrshell/.MainActivity

However this starts the video in 2D mode, requiring the user to manually change the projection mode to 3D 360.

I have looked everywhere online but cannot seem to find a documentation with the supported extras for intents aimed at Meta Quest TV. I also tried looking at the app's logcat output to try to find any clues but nothing I tried seemed to have any effect.

Would anyone happen to know a list of supported options when starting the TV app through intents? Is it possible to ensure it starts with the correct projection mode?

3 Replies