[android-developers] Re: Multicast receive broken in Android 1.5?

2009-06-22 Thread Jonas Ådahl
I have the same problem after upgrading to 1.5, and it seems it's because the IP Multicast join packet is never sent out. I reported the bug here: http://code.google.com/p/android/issues/detail?id=2917 On May 31, 11:38 am, Dave wrote: > I have an application that sends and receives DatagramPacke

[android-developers] Re: Can not receive multicast packets

2009-06-17 Thread Jonas Ådahl
Take a look at this bug report: http://code.google.com/p/android/issues/detail?id=2917 According to michael.sciscenti the reason is, since Android 1.5 the Join packet is not sent out. Jonas On May 19, 4:57 pm, Whino wrote: > I'm using this code on real device. > I know there is someone wants t

[android-developers] Server sockets stopped working after upgrading to 1.5.

2009-06-08 Thread Jonas Ådahl
Hi, An application I'm working on stopped being usable after upgrading to 1.5, and the reason seems to be that, after joining a WiFi network and creating a TCP/IP or UDP/IP socket, there is no way to communicate using it from a remote entity. I can not even ping the phone using the normal ping co