Sorry to pile on with another request, but I just discovered my favorite hack yet. This one automatically closes the data connection after 60 seconds of being idle. Should save on battery life!
HKLM\Comm\ConnMgr\Planner\Settings\
delete or rename the SuspendResume to XXXX then Add new one as name SuspendResume and select the type to be String the value of this key set to GPRS_bye_if_device_off
and look for the other key name CacheTime (if not found add new one with type of Dword) then set it to the number of second before disconnect like this
CacheTime = 60
|