[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-28 Thread Cydrike
anything to artificially keep the session alive? What happens if you use unencrypted http? Finally, are you using any kind of rooted or modified firmware? -- Kostya 27.09.2010 19:27, Cydrike пишет: I've looked at what's happening on the server. The server is as mobile, it doesn't see any

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-28 Thread Cydrike
://stackoverflow.com/questions/2294971/intent-action-for-network-... -- Kostya 28.09.2010 16:52, Cydrike пишет: Looks like a SSL problem after all ? Well, I've done more dumps. It appears that even when the connection is working, I can see this strange behavior of [RST

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-27 Thread Cydrike
the Encrypted Alert. Then a RST comes from the mobile Nothing is going through the connection anymore. Can you explain me what's happening ? On 24 sep, 11:49, Cydrike cedric.bruck...@gmail.com wrote: There's nothing in logcat apart from garbage collector actions. I'm already listening

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-27 Thread Cydrike
comes from the mobile Nothing is going through the connection anymore. Can you explain me what's happening ? On 24 sep, 11:49, Cydrike cedric.bruck...@gmail.com wrote: There's nothing in logcat apart from garbage collector actions. I'm already listening to ConnectivityManager

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-24 Thread Cydrike
goes bad. -- Kostya Vasilyev --http://kmansoft.wordpress.com 23.09.2010 14:00 пользователь Cydrike cedric.bruck...@gmail.com написал: Hello Kostya, I've tried what you said but my problem remains. I'm fact the problem only occurs when the device goes in sleep mode. If I let it connected

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-23 Thread Cydrike
to make sure the connection is still there. Just make sure your server can deal with it - actually read the data past the initial HTTP request, if only to drop it on the floor. -- Kostya 22.09.2010 13:21, Cydrike пишет: New information: It seems that I don't receive Connection Reset

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-22 Thread Cydrike
No error can be seen in logcat, no exception is raised. It seems that Android has just stop using my connection. Is there some kind of mechanism that kill idle connections while in sleep mode ? Cédric On 6 sep, 14:57, Cydrike cedric.bruck...@gmail.com wrote: Cloud 2 Device Messaging seems

[android-developers] Http chunked response and Connection Reset by Peer error

2010-09-06 Thread Cydrike
Hi everyone, I'm facing an annoying problem here. My application is connected to a server that sends some data from time to time. It's some kind of eventing server. In order to receive data, I'm connecting to the server with an HttpURLConnection, retrieve the response InputStream and loop on it

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-06 Thread Cydrike
at Google C2DM (Cloud 2 Device Messaging). -- Kostya 06.09.2010 11:37, Cydrike пишет: Hi everyone, I'm facing an annoying problem here. My application is connected to a server that sends some data from time to time. It's some kind of eventing server. In order to receive data, I'm

[android-developers] Re: Http chunked response and Connection Reset by Peer error

2010-09-06 Thread Cydrike
at Google C2DM (Cloud 2 Device Messaging). -- Kostya 06.09.2010 11:37, Cydrike пишет: Hi everyone, I'm facing an annoying problem here. My application is connected to a server that sends some data from time to time. It's some kind of eventing server. In order to receive data, I'm

[android-developers] Re: Poor roaming performance ! Is it an Android bug ?

2010-07-02 Thread Cydrike
A little update, the problem is only appearing with HTTPS connections. HTTP roaming is working fine. -- 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

[android-developers] Re: Poor roaming performance ! Is it an Android bug ?

2010-06-24 Thread Cydrike
I'm upping this subject to know if I'm the only one facing this problem ? Perhaps someone by Google can check this out ? -- 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

[android-developers] Re: Poor roaming performance ! Is it an Android bug ?

2010-06-23 Thread Cydrike
Hi David, I'm using Android 2.1 on an HTC Desire. -- 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] Poor roaming performance ! Is it an Android bug ?

2010-06-22 Thread Cydrike
Hi, I'm encountering very poor roaming performance. When my device switch from 3G to Wifi and vice versa, my application can't connect to the INTERNET for about 10 minutes. The given error is connection timeout: socket is not connected. I've already posted a similar problem here:

[android-developers] Re: Poor roaming performance ! Is it an Android bug ?

2010-06-22 Thread Cydrike
I'm running a 2.1 Android on my HTC Desire. Is there a way to clear DNS cache when we detect roaming ? -- 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

[android-developers] Re: Poor roaming performance ! Is it an Android bug ?

2010-06-22 Thread Cydrike
I think there's a little misunderstanding. I've no problem with integrated browser. When I switch from 3G to Wifi, the browser works well. It's my application that stops working correctly. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: HttpURLConnection and data roaming

2010-06-21 Thread Cydrike
No one face this problem ? I've noticed that the browser hasn't this problem when switching from 3G to wifi. Can someone explain me how to do ? Thanks On 19 juin, 17:40, Cydrike cedric.bruck...@gmail.com wrote: Some additional info : I'm running with Android 2.1. The phone I use id a HTC

[android-developers] Re: HttpURLConnection and data roaming

2010-06-19 Thread Cydrike
Some additional info : I'm running with Android 2.1. The phone I use id a HTC Desire. -- 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,

[android-developers] HttpURLConnection and data roaming

2010-06-18 Thread Cydrike
Hello everyone, I've got an application which is making a web request every 10s using HttpURLConnection. When the application starts in 3G, it works great. Then I activate Wifi and after that, all my requests fail during exactly 10 minutes with the fallowing exception : Socket is not connected.