View Full Version : GPRS Dropping
stoelman
13th February 2003, 01:00 AM
I have vodafone (NL) as carrier, and everytime i connect to the gprs network it seems to drop the connection when it idles (when i'm not surfing) Is there a way to go around this time-out, since GPRS will only cost you, if you are ussing bandwidth. What i'm trying to do, is to have it online all the time for my instand messenger. would be really nice to have that. :lol:
vpreHoose
13th February 2003, 12:09 PM
Inbox, Pocket Internet Explorer, MSN Messenger and all Microsoft apps bundled on the device will deactivate the GPRS connection after 10 minutes of inactivity. So much for "GPRS Always On".
That's the problem with American programers in general. They didn't live with GPRS day in, day out when writing Pocket PC 2002. They have it now, but that's too late.
stoelman
21st February 2003, 10:53 PM
is it not possible to run a small application that pings any IP address, in order to keep the connection up. could someone tell me if it's possible? i figured a ping does not take a lot of bandwidth, so i dont mind the 2kb a day for just pinging, i just wanna be "always connected"
datasafe
6th May 2003, 05:35 PM
Was there any resolution to this problem? I too need to leave MSN Messenger running on my journeys.
Also, I would like to use Yahoo Messenger - is this possible?
Regards
John
GBird
11th December 2005, 03:23 PM
Take a look at the link here:
http://eggheadcafe.com/articles/20020209.asp
It describes a ping utility for you. However, the Icmp socket type is not available (at least through C# Compact .NET framework on my PDA) so I ended up modifying it to use:
Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
instead.
I did lots of modifications as I was using this for a very specific purpose but it was a good starting point.
Setting up a ping to a server will keep the connection alive if it is already up. I would suggest "playing" with the timing to keep bandwidth down and keep the connection up.
I know this post is old so this probably is not useful but others may run into it.
Hope this helps,
Graham.
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.