#Android question: Oculus Quest headset is not detected by adb under Linux.
Things I've tried:
- use a USB 3.0 cable (A to C, running in 5gbps mode)
- set up udev rules (they are correct)
- restart adb server (did not fix it)
- headset is in developer mode, connection is approved
- vendor ID added to ~/.android/adb_usb.ini
Now what do I do? It doesn't seem like adb has any sort of verbose output option...
@joepie91 tried reboot yet after setting udev rules? Had issues with that once. Other than that I have no idea
Well, I've found the answer and it's incredibly cursed: migrating the Oculus account to a Meta account got it into a weird inbetween state where it was simultaneously a developer account but also not.
So half of the device thought it was in developer mode, but the other half (the part that adb interacts with) thought it wasn't, so it didn't show up...
After re-enabling developer mode on the account side, it works again. I fucking hate tech companies so much.