Skip to content

BluetoothForQuest

Éloi Strée edited this page Jun 18, 2019 · 13 revisions

Video tutorial

Default Alt
Version: English-French

Command line used

adb devices -l 
adb install pathOf.apk
adb shell pm list packages -f -i -3
adb shell am start -a android.settings.BLUETOOTH_SETTINGS

Bluetooth

  1. Enter Developer mode
  2. Install ADB on your PC
  3. Define the Window Path System for ADB
  4. Plug your Quest on the PC

From adb

  1. Type "Win + R" on your keyboard
  2. Type "cmd" and validate
  3. Type adb shell am start -a android.settings.BLUETOOTH_SETTINGS
  4. Go in the headset and use the interface to pair/connect your bluetooth device

From Android setting

By ADB

  1. Type "Win + R" on your keyboard
  2. Type "cmd" and validate
  3. Download: Android Setting APK
  4. Type adb install "pathofthetool/AndroidSetting.apk
  5. Go in Library > TV > the "Setting" application > Bluetooth setting
  6. Pair/Connect your device (if not recognize turn off and on Bluetooth)

By SideQuest

  1. Install side Quest https://github.com/the-expanse/SideQuest/releases
  2. Add my repository link : https://gitlab.com/eloistree/eloiexperimentsfreequestgamestosideload/raw/master/
  3. Install "Android Setting"
  4. In the Quest, Go in Library > TV > the "Setting" application > Bluetooth setting
  5. Pair/Connect your device (if not recognize turn off and on bluetooth)

Connectable device

Keyboard

Image

Tap With Us

Bluetooht speaker

Image

XBox Controller

Image

HC-06

Image

Bluetooth receptor / Transmittor

Image

Clone this wiki locally