gino8080 / SideQuest

A open app store for mobile android based VR devices such as the Oculus Go, Oculus Quest or other android based devices.

Home Page:https://sidequestvr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SideQuest

SideQuest is no longer maintained here, this repo is obsolete and serves as an example only.

Latest Download | Discord | Patreon | Paypal

Image

SideQuest is designed to simplify sideloading apps onto your standalone android based headset. It should include everything you need to get started. When you first open the app it is best to open the setup screen and follow the instructions on screen to get set up.

The quest doesnt show 2D apps normally anywhere in the UI. Thankfully though SideQuest has a launcher ( install on the setup screen - scroll down to the bottom ) which appears in the unknown sources list and lets you open 2d apps. You can pick "SideQuest - Home" or "SideQuest - TV" to use the 2D app in the Oculus Home or Oculus TV environments.

VR apps dont work when launched from the app launcher currently, only 2d apps. The workaround is to launch the VR apps from the unknown sources list instead - they are usually listed there!

SideQuest Features

  • Automatic download of ADB platform-tools for your platform - win/mac/linux.
  • Automatic download of QuestSaberPatch for your platform - win/mac/linux.
  • Automatic download of songe-converter for your platform - win/mac/linux.
  • Setup instructions for enabling developer mode on your device.
  • AppStarter based app launcher in both Oculus Home and Oculus TV for launching and using 2D apps
  • Drag and drop support for installing arbitrary apk/obb files.
  • File manager with drag and drop support ( thanks Mitch )
  • Dark mode
  • New installed apps manager with a backup system.
  • Beat Saber song manager for patching songs onto the Oculus Quest - sorting, multi select, remove duplicates and drag and drop
  • Auto downloading via the in-app browser - now works with beatsaver.com, bsaber.com and also any APK downloads too!

Setup

Very Important setup instructions - 5 steps and only takes minutes

When you first launch SideQuest it will download the repositories and also download the ADB tools. Once this is done you should go to the Setup menu option and follow through the one time setup to get your device ready to install apps.

If you have any problems you can hit the bug icon on the top right and then open the console tab in that section to capture any errors - these will really help to find and fix bugs.

Important

Check your antivirus hasn't blocked some parts of the ADB download - this has happened for some with Avast antivirus in particular.

App Developers:

We now have a really easy and powerful app manager portal to be able to manage your app listings on SideQuest.

Submit Apps To SideQuest

Build Steps

Clone the repo.

To install the app dependencies

yarn install

To start the dev stack run

yarn start

To build the angular app only

yarn app-build

To build the electron app only

yarn build
yarn build --mac
yarn build --wlm

To build the app & angular app (NOT for Raspberry Pi)

yarn dist

To build the app & angular app on a Raspberry Pi

yarn dist --armv7l

To re-launch electron if you accidentally close it

yarn electron

To reset things

yarn reset

Windows Silent Install

"/S" for silent install and "/D=<path>"

Contribution Guidelines

We are pretty relaxed at this point, in that we will accept arbitrary PRs, but all collaborators must agree on a way forward. We live by the Contributor Covenant

About

A open app store for mobile android based VR devices such as the Oculus Go, Oculus Quest or other android based devices.

https://sidequestvr.com

License:MIT License


Languages

Language:TypeScript 46.9%Language:Java 33.4%Language:HTML 16.2%Language:CSS 2.9%Language:JavaScript 0.5%Language:NSIS 0.0%