To close this thread, my "solution" was just to avoid the SocketChannel on Android 1.6 ...
Android Issue 1523 : Writing to a nonblocking socket fails : http://code.google.com/p/android/issues/detail?id=1523 Thanks for your help Johan ! On Apr 26, 2:57 pm, Johan Mathe <[email protected]> wrote: > Did you try to run your code on the emulator runningCupcaketo check > if it behaves the same way? It's hard to say without more details on > your code/exception. > > On Apr 26, 10:39 am, moju27 <[email protected]> wrote: > > > > > Nothing ?? :( > > > On Apr 22, 8:23 pm, moju27 <[email protected]> wrote: > > > > Hello :) > > > > I'm currently writing an application to communicate with my server app > > > which is on a PC on the LAN. I'm using a SocketChannel and it causes > > > an IO exception (brokenpipe). The weird and really problematic part > > > is that this exception only occurs onCupcake!!! > > > > To give more details, the exception happens when I'm writing on the > > > socket channel. The socket channel says that it's connected / bound, > > > everything seems to be correct. Plus I see my client on the server > > > side. > > > By the way, I use a non blocking socket. > > > > So, I would be very happy if anyone had a clue regarding this ... I > > > couldn't find any help anywhere else. > > > > Thanks, > > > > Morgane > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group > > > athttp://groups.google.com/group/android-developers?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

