A tiny sideloader for the Quest2. Most sideloader applications come with alot of bloat and usually an app marketplace. Quest2PyLoader removes this
and just creates an easy way to use the ADB commands to install your homebrew applications to your Quest device.
1.) Setup Developer Mode on you Oculus Device:
https://developer.oculus.com/documentation/native/android/mobile-device-setup/
2.) Install ADB Platform tools by:
Windows:
Download: https://developer.android.com/tools/releases/platform-tools
Extract to C: so it's C:\platform-tools
Run Powershell as Admin type: setx PATH "%PATH%;C:\platform-tools"
Mac:
brew install --cask android-platform-tools
Linux via APT:
sudo apt-get install android-tools-adb -y
3.) Drivers for Windows
https://developer.oculus.com/downloads/package/oculus-adb-drivers/
4.) Run
Run Quest2PyLoader by:
python Quest2PyLoader.py or with python3 Quest2PyLoader.py
