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 is sorted by date and offers search function.
- Drive list offers pictures and versionCodes.
- Much much more.
- Download and unpack the latest windows release from
https://github.com/vKolerts/quest-sidenoder/releases/latest
- Run the windows-install.bat script and follow the onscreen instructions. This will install:
- 7ZIP - for unzip archives
- ADB - for communicate with your device
- RCLONE - for access to discs
- Run the
sidenoder.exe
application
- Install RCLONE:
curl https://rclone.org/install.sh | sudo bash
- Download and unpack the latest linux AppImage from
https://github.com/vKolerts/quest-sidenoder/releases/latest
- Make the AppImage executable.
- Run the AppImage
sudo apt install git adb nodejs already included as part of application
- Install ADB, RCLONE and OSXFUSE:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl https://rclone.org/install.sh | sudo bash
Beta OSX fuse from https://osxfuse.github.io
brew install android-platform-tools already included as part of application
brew install rclone brew version not support mount
brew install osxfuse old version
- Download and unpack the latest mac release (.App / .dmg) from
https://github.com/vKolerts/quest-sidenoder/releases/latest
- 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/releasesPlease report any issues here :
https://github.com/vKolerts/quest-sidenoder/issues
- Download and install GIT from
https://git-scm.com/download/win
- Run the following in a command line terminal (cmd):
git clone https://github.com/vKolerts/quest-sidenoder.git cd quest-sidenoder/ windows-install.bat windows-install-dev.bat npm install
- Reboot and launch the app from the command line terminal:
cd C:\wherever\you\installed\quest-sidenoder npm start
curl https://rclone.org/install.sh | sudo bash
git clone https://github.com/vKolerts/quest-sidenoder.git
cd quest-sidenoder/
npm install
npm start
sudo apt install git adb nodejs already included as part of application
/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 osxfuse
git clone https://github.com/vKolerts/quest-sidenoder.git
cd quest-sidenoder/
npm install
npm start
brew install android-platform-tools already included as part of application
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`https://github.com/vKolerts/quest-sidenoder/tree/dev
Please report any issues here :
https://github.com/vKolerts/quest-sidenoder/issues
Main repository https://github.com/whitewhidow/quest-sidenoder