GithubHelp home page GithubHelp logo

Comments (6)

Anthony-6 avatar Anthony-6 commented on May 26, 2024

Hello, any news about it ?

from oculus-wireless-adb.

ColinBou avatar ColinBou commented on May 26, 2024

Hello I vote for this feature !

from oculus-wireless-adb.

Severem avatar Severem commented on May 26, 2024

Does the Wireless ADB mode and .apk work with Meta Quest 3 headsets?? Perhaps a full demo of how to set all this up might alleviate the questions people have. I know I am very interested in having this work. This means I won't have to connect to my computer each and every time I load certain programs in my Meta.

from oculus-wireless-adb.

ShockedCoder avatar ShockedCoder commented on May 26, 2024

Is it possible to run this app and activate wireless adb automatically after a new boot?

AFAIK That's not possible unless you have root perms.

Everything works fine until a reboot is done.

That happens because ADBs don't persist through reboots.

Does the Wireless ADB mode and .apk work with Meta Quest 3 headsets??

It works with any android device.

Perhaps a full demo of how to set all this up might alleviate the questions people have.

Paraphrasing the README:

  • Download the APK
  • Open command prompt and use cd to change your directory to the place where you downloaded it
  • Connect your Quest to your PC through USB
  • Execute the following commands:
    • adb install app-debug.apk
    • adb shell pm grant tdg.oculuswirelessadb android.permission.WRITE_SECURE_SETTINGS
    • adb shell pm grant tdg.oculuswirelessadb android.permission.READ_LOGS
  • That's it

To enable the tcpip 5555 mode:

  • adb tcpip 5555 (first-time needed only)
  • Go into the app, turn the tcpip 5555 mode on and turn on ADB through it at least once with it on
  • You're done.

from oculus-wireless-adb.

stefanhuber avatar stefanhuber commented on May 26, 2024

ok thanks @ShockedCoder, at least for USB connected adb it works fine after reboots.

from oculus-wireless-adb.

ShockedCoder avatar ShockedCoder commented on May 26, 2024

Oh, you meant ADB in general? I thought you were talking about ADB in-context of the app.

And please disregard what I previously said about it only being possible with root, I was thinking about something else.
Depending on your phone, it is possible to have the application to start on boot and there could be functionality in the app to check for a Wi-Fi connection to start wireless ADB.

However, while I'm not an expert in this field, in my opinion that would use a relatively large amount of juice to constantly check for a Wi-Fi connection to start wireless ADB in response to.
But as it's as simple as opening an app and flipping a switch, I do not believe there to be a big enough incentive for somebody to implement this, so I would not hold my breath waiting for it.

If your issue is solved, then please close this issue, but if there's still something unclear, I'll be here to help.

from oculus-wireless-adb.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.