[android-developers] Re: httpclient and timeout

2008-10-06 Thread arnouf
Thanks a lot Dai. For your information, my problem was due to my Android version. I didn't use v1.0 and Apache libs. I upgraded my environment using Android v1.0 and Apache libs (mime, httpclient and so one). I think that now i could use setConnectionTimeout. I don't understand why Android, the I

[android-developers] Re: httpclient and timeout

2008-10-05 Thread dai
I dont a bug about it, but how'bout using SDK1.0? On 10月5日, 午後6:27, arnouf <[EMAIL PROTECTED]> wrote: > Nobody have a solution? Or an idea? > > Regards > > On 4 oct, 20:43, arnouf <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > in previous versions there was a bug on setTimeOut(long) checking a

[android-developers] Re: httpclient and timeout

2008-10-05 Thread dai
I dont use setTimeout(long) method in the package(http:// code.google.com/android/reference/org/apache/http/conn/params/ ConnManagerParamBean.html...?) I'm using the HttpConnectionParams#setConnectionTimeout() in org.apache.commons.httpclient.params package. When setting time out, no error happen

[android-developers] Re: httpclient and timeout

2008-10-05 Thread arnouf
Thanks dai. I'm using 0.9...could you give me a part of your code where you use the setTimeout? Regards On 5 oct, 11:58, dai <[EMAIL PROTECTED]> wrote: > I dont a bug about it, but how'bout using SDK1.0? > > On 10月5日, 午後6:27, arnouf <[EMAIL PROTECTED]> wrote: > > > Nobody have a solution? Or an

[android-developers] Re: httpclient and timeout

2008-10-05 Thread arnouf
Nobody have a solution? Or an idea? Regards On 4 oct, 20:43, arnouf <[EMAIL PROTECTED]> wrote: > Hello all, > > in previous versions there was a bug on setTimeOut(long) checking a > lost web connection. > Is there a solution now? I'm using SDK 0.9 but I didn't find a > solution. > > Thanks a lot