Why would JmDNS service discovery work on a Motorola Droid running Android 2.1-update1 and not on an
Posted
by Churlbong
on Stack Overflow
See other posts from Stack Overflow
or by Churlbong
Published on 2010-05-01T16:52:29Z
Indexed on
2010/05/01
16:57 UTC
Read the original article
Hit count: 334
I have successfully gotten JmDNS working on Android 2.1 testing on a Motorola Droid by using MulticastLock, but recently got an HTC Incredible as second test device, and JmDNS discovery doesn't work at all. I should mention that broadcasting a service still works and everything appears to run normally, but serviceAdded() never gets called. Does anyone have thoughts on why this might be? I was thinking it might be a permission issue, but I don't get any exceptions...
© Stack Overflow or respective owner