View Single Post
  #2 (permalink)  
Old 12-05-2008, 05:36 PM
bcrooker's Avatar
bcrooker
N00b
Offline
Location: Forest, VA
 
Join Date: Jun 2007
Posts: 49
Reputation: 10
bcrooker is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Turn data off and keep it off

Quote:
Originally Posted by mabmarc View Post
Is there a way to turn the CDMA data off and keep programs from restarting it. I am looking for a hard shut off switch. The comm manager off button just kills the connection but lets any program turn it back on.

Anyone know of a program or hack that can do this? I would be nice if it was convenient and could be turned on or off pretty simply.
I used a couple of REG files like this on my Mogul:

Vision Off.reg

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS]
"Enabled"=dword:00000000
Vision On.reg

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS]
"Enabled"=dword:00000001
Then use a program like TRE to make it so you can execute REG files, then create a shortcut to these REG files in your Program menu, then you can map these shortcuts to your Start menu.

You would obviously need to tweak the file to reference the correct connection.
Reply With Quote