View Single Post
  #12 (permalink)  
Old 03-26-2008, 11:37 AM
dcharlip's Avatar
dcharlip
N00b
Offline
 
Join Date: Feb 2007
Posts: 30
Reputation: 5
dcharlip is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Shutting off Data Connection

Here's a registry tweek that works very well. It stops the data connection after 60 seconds (or what ever duration you desire).

To Stop Data Connection
go to : HKLM\Comm\ConnMgr\Planner\Settings
delete the "SuspendResume" line
add a new line called "SuspendResume"
select the type to be String
value of the key set to "GPRS_bye_if_device_off" (without quotes)
select key name CacheTime
change the key value to 60 (for 60 seconds before disconnect)
Reply With Quote