Skip to content

Releases: thedroidgeek/oculus-wireless-adb

1.2 - standalone tcpip mode activation

15 May 18:49
c6291ef
Compare
Choose a tag to compare

This release adds a tcpip mode that can be activated along native ADB wifi, as long as an initial connection, with tcpip mode already on, was done through the app, for authorization.

The only thing needed is running the command adb tcpip 5555 from a computer with the Quest plugged in via USB for the first activation.

Once that is done, activation of the mode should be done through the app, which will authenticate the embedded ADB client for later use.

Demo:

tdg.oculuswirelessadb-1.2-demo.mp4

1.1 - shortcut for local ADB connection

07 May 22:14
Compare
Choose a tag to compare

This releases adds a shortcut (long pressing the IP:Port text) that copies an ADB command for localhost connection, and opens Termux for convenience.

demo

In order to achieve this configuration you can follow these steps :

On your computer:

  1. Have your Quest connected with ADB via USB.
  2. Install Oculus Wireless ADB and grant the needed permissions (check README.md on this repo).
  3. Obtain and install a Termux APK file.
  4. Run adb tcpip 5555 to enable TCP mode.

Put on your headset, then:

  1. Launch Termux and install the ADB client on it with apt update && apt install android-tools.
  2. Establish the initial ADB connection by running adb connect 127.0.0.1.
  3. An ADB authorization prompt should pop up, select always allow.
  4. Once the ADB connection is successful, reboot your headset.

If everything goes well, you can now use ADB within your headset without needing a computer as so :

  1. On your headset, launch the Oculus Wireless ADB app, toggle the switch to start the server, hit always allow on the prompt.
  2. Once the IP:Port text shows up, long press it - this will copy the localhost connection command to your clipboard and auto-launch Termux.
  3. Once Termux is launched, paste the command and run it to establish the connection.
  4. If everything goes well, you should have an ADB session, if not, repeat the process a second time.
  5. (Optional) You can run adb tcpip 5555 for apps that use adblib such as QuestGamesOptimizer.

Credits: blackle#8799 on Discord for his initial localhost ADB setup guide.

1.0

13 Oct 01:30
eb27108
Compare
Choose a tag to compare
1.0
Create README.md