All Projects → whitewhidow → quest-sidenoder

whitewhidow / quest-sidenoder

Licence: MIT license
Cross platform Sideloader for Quest standalone headset

Programming Languages

javascript
184084 projects - #8 most used programming language
Twig
543 projects
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to quest-sidenoder

Phonesploit
Using open Adb ports we can exploit a Andriod Device
Stars: ✭ 854 (+994.87%)
Mutual labels:  adb, apk
CodeAndQuestsEveryDay
Regular research on the Quest for developers.
Stars: ✭ 27 (-65.38%)
Mutual labels:  vr, quest
Adbsploit
A python based tool for exploiting and managing Android devices via ADB
Stars: ✭ 147 (+88.46%)
Mutual labels:  adb, apk
adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (-43.59%)
Mutual labels:  adb, apk
Uber Adb Tools
A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform.
Stars: ✭ 106 (+35.9%)
Mutual labels:  adb, apk
Apk Utilities
🛠 Tools and scripts to manipulate Android APKs
Stars: ✭ 134 (+71.79%)
Mutual labels:  adb, apk
Oculess
Removes account requirements and telemetry from Oculus Quest devices
Stars: ✭ 1,551 (+1888.46%)
Mutual labels:  apk, quest
air writing
Online Hand Writing Recognition using BLSTM
Stars: ✭ 26 (-66.67%)
Mutual labels:  vr
android-https-patcher
🐱‍💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.
Stars: ✭ 68 (-12.82%)
Mutual labels:  apk
vrcbce
VRCBilliards: Community Edition
Stars: ✭ 198 (+153.85%)
Mutual labels:  quest
icosa-viewer
3D Viewer component for Tilt Brush / Open Brush, Google Blocks files and their derivatives
Stars: ✭ 24 (-69.23%)
Mutual labels:  vr
apkpure get
apkpure.com apk downloader
Stars: ✭ 42 (-46.15%)
Mutual labels:  apk
device api-android
DeviceAPI-Android
Stars: ✭ 18 (-76.92%)
Mutual labels:  adb
vrtist
Virtual Reality tool for storytelling
Stars: ✭ 43 (-44.87%)
Mutual labels:  vr
macaca-adb
Node.js wrapper for ADB.
Stars: ✭ 36 (-53.85%)
Mutual labels:  adb
QuestJS
A major re-write of Quest that is written in JavaScript and will run in the browser.
Stars: ✭ 47 (-39.74%)
Mutual labels:  quest
DesktopPortal
An overlay and utility program for SteamVR
Stars: ✭ 27 (-65.38%)
Mutual labels:  vr
FireTVRemote-Node
A web app that can control your Amazon FireTV (Stick). Just startup Node, fill in your device's IP address and use your web browser as a remote. (Enable ADB debugging)
Stars: ✭ 54 (-30.77%)
Mutual labels:  adb
extensiveautomation-server
Extensive Automation server
Stars: ✭ 19 (-75.64%)
Mutual labels:  adb
ccViewer
CryptCloudViewer source codes
Stars: ✭ 66 (-15.38%)
Mutual labels:  rclone

JUNE 18 2021 : NOTICE: OFFICIAL SIDENODER DISCONTINUED

JUNE 20 2021 : UNOFFICIAL USER-MAINTAINED FORK AVAILABLE HERE




SideNoder - A cross platform sideloader for Quest(1&2) standalone vr headset.

What makes sidenoder better than other sideloaders ?
  • Automatically scan hmd and drive, to find available updates.
  • Apps automatically update without losing app/cache/save data.
  • Apps can update across mismatching apk signatures.
  • Drive list indicates availability of working multiplayer functionality.
  • Drive list is sorted by date and offers search function.
  • Drive list offers pictures and versionCodes.
  • Much much more.

screen

How to install or run this app
How to download and manually run this app using node instead

Running the compiled version

Run precompiled release on windows:

  1. Download and unpack the latest windows release from https://github.com/whitewhidow/quest-sidenoder/releases/latest
  2. Run the windows-install.bat script and follow the onscreen instructions (this will install 7ZIP, GIT, NODE, ADB, RCLONE and WINFSP)
  3. Run the sidenoder.exe application

Run precompiled release on linux:

  1. Install ADB and RCLONE: sudo apt install adb && curl https://rclone.org/install.sh | sudo bash
  2. Download and unpack the latest linux AppImage from https://github.com/whitewhidow/quest-sidenoder/releases/latest
  3. Make the AppImage executable.
  4. Run the AppImage

Run precompiled release on mac:

  1. Install ADB, RCLONE and OSXFUSE:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install android-platform-tools
curl https://rclone.org/install.sh | sudo bash
brew install osxfuse
  1. Download and unpack the latest mac release (.App / .dmg) from https://github.com/whitewhidow/quest-sidenoder/releases/latest
  2. Run the .App or .dmg
Running big sur? For mounting issues with Sidenoder on Osx Big Sur, Please install the latest osxfuse (prerelease) https://github.com/osxfuse/osxfuse/releases

Please report any issues here :

https://github.com/whitewhidow/quest-sidenoder/issues | https://t.me/whitewhidow | https://discord.gg/pVMsAyYhAf







Alternatively, Manually run using node

Manually run using node on windows:

  1. Download and install GIT from https://git-scm.com/download/win
  2. Run the following in a command line terminal (cmd):
    git clone https://github.com/whitewhidow/quest-sidenoder.git
    cd quest-sidenoder/
    windows-install.bat
    npm install
    
  3. Reboot and launch the app from the command line terminal:
    cd C:\wherever\you\installed\quest-sidenoder
    npm start
    

Manually run using node on linux:

sudo apt install git adb nodejs
curl https://rclone.org/install.sh | sudo bash
git clone https://github.com/whitewhidow/quest-sidenoder.git
cd quest-sidenoder/
npm install
npm start

Manually run using node on mac:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install node
curl https://rclone.org/install.sh | sudo bash
brew cask install android-platform-tools
brew cask install osxfuse
git clone https://github.com/whitewhidow/quest-sidenoder.git
cd quest-sidenoder/
npm install
npm start
Running big sur? For mounting issues with Sidenoder on Osx Big Sur, Please install the latest osxfuse (prerelease) from `https://github.com/osxfuse/osxfuse/releases`
Please report any issues here :

https://github.com/whitewhidow/quest-sidenoder/issues | https://t.me/whitewhidow | https://discord.gg/pVMsAyYhAf

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].