All Projects → GyroJoe → Oculustvlauncher

GyroJoe / Oculustvlauncher

Licence: mit
A simple launcher to start apps directly into Oculus TV on the Oculus Go - even while offline

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Oculustvlauncher

zephyr
Mirror Android notifications to VR
Stars: ✭ 78 (+77.27%)
Mutual labels:  vr, oculus
Openhmd
Free and Open Source API and drivers for immersive technology.
Stars: ✭ 837 (+1802.27%)
Mutual labels:  oculus, vr
AnotherBadBeatSaberClone
This is a discontinued but perhaps helpful VR project created during my Master's degree at FH Wedel.
Stars: ✭ 22 (-50%)
Mutual labels:  vr, oculus
Trance
procedural RIST
Stars: ✭ 27 (-38.64%)
Mutual labels:  oculus, vr
CodeAndQuestsEveryDay
Regular research on the Quest for developers.
Stars: ✭ 27 (-38.64%)
Mutual labels:  vr, oculus
Meganekko
Gear VR Application Framework
Stars: ✭ 25 (-43.18%)
Mutual labels:  vr, oculus
Hover Ui Kit
Create beautiful user interfaces for immersive VR/AR experiences.
Stars: ✭ 662 (+1404.55%)
Mutual labels:  oculus, vr
Webxr Handtracking
👐 WebXR hand tracking examples
Stars: ✭ 116 (+163.64%)
Mutual labels:  oculus, vr
MoonMotion
Moon Motion Toolkit - Free and open source toolkit for VR locomotion
Stars: ✭ 38 (-13.64%)
Mutual labels:  vr, oculus
aframe-controller-cursor-component
A cursor for tracked controllers.
Stars: ✭ 30 (-31.82%)
Mutual labels:  vr, oculus
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+30418.18%)
Mutual labels:  oculus, vr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+681.82%)
Mutual labels:  oculus, vr
Remixvr
RemixVR is a tool for collaboratively building customisable VR experiences.
Stars: ✭ 129 (+193.18%)
Mutual labels:  oculus, vr
home-space
Startpage and WebXR home
Stars: ✭ 43 (-2.27%)
Mutual labels:  vr, oculus
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+172.73%)
Mutual labels:  oculus, vr
janusweb
An in-browser implementation of JanusVR
Stars: ✭ 145 (+229.55%)
Mutual labels:  vr, oculus
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (+40.91%)
Mutual labels:  oculus, vr
Viro
ViroReact: AR and VR using React Native
Stars: ✭ 1,735 (+3843.18%)
Mutual labels:  oculus, vr
soundstagevr
virtual reality music sandbox built specifically for room-scale VR
Stars: ✭ 38 (-13.64%)
Mutual labels:  vr, oculus
Viveinpututility Unity
A toolkit that helps developing/prototyping VR apps.
Stars: ✭ 256 (+481.82%)
Mutual labels:  oculus, vr

Oculus TV Launcher

A simple launcher to start apps directly into Oculus TV on the Oculus Go - even while offline.

Background

The Oculus TV app on the Oculus Go supports running normal Android apps via a virtual screen. Apps that have an existing Android TV UI (leanback) are displayed in the "Unknown Sources" list at the bottom of the UI.

Other Android applications can be run too, but they need to be launched from another application.

Unfortunately Oculus TV refuses to show the list of "Unknown Sources" when no network connection is available.

This application fakes being a real VR application so the Oculus Go launcher will show it in the "Unknown Sources" list under the main library.

Usage

Install the apk on your Oculus Go via ADB.

Select the launcher from the "Unknown Sources" tab under Library.

Modifying

To change which application is launched, change the the target_package value in app/src/main/res/values/strings.xml. This needs to match the package name of the installed application.

To get a list of installed packages:

adb shell pm list packages
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].