Re: [android-developers] what's wrong with this http post to server code?

2011-06-26 Thread из за Угла
You do not set content length. It supposes to be chunked, but it's worth to set some http watcher and see what actually you transfer. -- 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] Looking for tester of Android application

2011-06-26 Thread из за Угла
I am interested to find people who create web application packaged as war and ear files to run directly on ANdroid devices. If somebody can share any information, I really appreciate. I develped application server running on Android devices and I want just make sure it can run arbitrary any

[android-developers] How to access serversocket in emulator?

2011-06-10 Thread из за Угла
I created ServerSocket successfully, however I can't figure out how to access it. If I provide explicit binding to address given me at interfaces enumeration, it reports exception nonexistenhost, but if I ommit binding, socket got created successfully, but I couldn't figure out IP to access. Any