[android-developers] Re: HttpPost works with Wifi, not with Mobile...

2010-02-20 Thread p1erstef
Hi Kumar, I still got the problem mentioned above... I don't see how I could check the response status line: httpclient.execute(httppost) throws an IOException, so it doesn't return any response... Here are some logcat (between the start of HttpPost till the exception is raised): 02-20

[android-developers] Re: HttpPost works with Wifi, not with Mobile...

2010-02-20 Thread p1erstef
No, I'm not using https, I'm using http. On 20 fév, 18:07, Michael Rueger mike.rue...@gmail.com wrote: On 1/3/2010 6:52 PM, p1erstef wrote: Any idea of where the problem could come from? are you using https? http://groups.google.com/group/android-developers/browse_thread/threa...

[android-developers] Re: HttpPost works with Wifi, not with Mobile...

2010-01-03 Thread Kumar Bibek
Post some logcat log so that it will be clearer. Check the reponse status line. That will provide more information. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Jan 3, 10:52 pm, p1erstef pierre.stef...@gmail.com wrote: Hi all, I'm trying to use HttpPost to send data