Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
FeroxD's avatar
FeroxD
Protege
6 years ago

Oculus Quest adb devices empty.

Hello, i can build UE4 project for my phone, create APK but i cannot see my Oculus Quest in the console (cmd "adb devices").. I saw it one week ago and on developer mode, installed Oculus ADB GO drivers. But for now i cannot see my Quest device, mb anyone knows how to fix it?

7 Replies

Replies have been turned off for this discussion
  • Something not stable with connections. When i open UE4 editor for some seconds from start it seems on devices commands and i can try to launch the project. But not all times its a success.
  • But from UE4 editor i can see Quest.. And i can launch my project to the device. But i cannot send APK file coz adb devices list is empty.
  • Hello, i Reinstalled my windows 10 and install AndroidSDK, adb bridge and it's working!
  • Anonymous's avatar
    Anonymous
    My device wouldn't show up when I initially connected it. I had to disconnect and reconnect it, but when I attempted to install a packaged game, it would always fail. I discovered that I could connect and install wirelessly using these commands commands



    // Connect device to pc and run this command

    adb tcpip 5555



    // Print IP address of device

    adb shell ip route



    // Disconnect device from PC and

    // Connect wirelessly

    adb connect IP_ADDRESS



    // Run .bat file to install APK
  • You have to Reinstalled your windows 1 and install Android SDK, ADB bridge then check it.