The latest update of the HTC 4G has broken my application. Internally I set 
a socket port listening for some internal messages and it's dieing with the 
following error:
*ERROR/HTTPDataSource(64): HTTP request failed w/ http status 404*

What's my code doing:
mServerSocket = new ServerSocket(0);
mServerSocket.accept();


The accept seems to get killed without ever giving me a Socket.  Any ideas 
why this might be happening?

Thanks!
-Moto

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to