I have a Hololens that I want to control with a simple Android app. All my code works fine in Hololens and in Editor. I can see packets being sent out from the Hololens but the Android phone (Samsung Galaxy S7) will not listen for incoming traffic. It does work to SEND though, but I need it to listen.
I can see no exceptions or errors in logcat. And I have the INTERNET permission in the manifest.
Anyone knows what is up? I should be able to open ports and listen to incoming traffic right?
I’m using 2017.1.0.p5 btw.
Afaik, NetworkDiscovery is broken in default HLAPI. Try using HLAPI Pro instead.
What does this mean? Pro License? Or is that some special package?
I do have the Pro License if that is what you mean.
Note: that local discovery will work only if your android device and desktop will belong to the same subnet. Firewall rules can prohibit this too. So, (1) check if it works on two different desktops and (2) check if android device connected to the same network (sometimes, your desktop connects to home router via ethernet and android via wifi in this case you should check that wifi and ethernet port belongs to the same net, and broadcasting between them is allowed)