When Wireless ADB is activated, the adbd service is supposed to broadcast the listening port using mDNS (aka Multicast, previously known as Bonjour). I can't seem to detect this mDNS though, and I don't know if it's an issue with my phone, my network, my computer, or something else.
If you are someone who already uses Wireless ADB with Graphene, could you please try a few things?
- After authorizing your network and pairing your phone with your computer, turn off Wireless ADB then turn it back on. Then, on your computer...
- Immediately run
adb devices
- Does anything show up?
- In whatever shell you're using, set a local variable "ADB_MDNS_OPENSCREEN" equal to "1". Run
adb kill-server
then adb start-server
. Then run adb mdns services
- Does anything show up?
For me, none of these commands return any data. I'm hoping someone here will have a different experience.