PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Titan (http://forum.ppcgeeks.com/forumdisplay.php?f=44)
-   -   Disable Automatic Vision Connecting (http://forum.ppcgeeks.com/showthread.php?t=11508)

bcrooker 11-11-2007 11:55 AM

Disable Automatic Vision Connecting
 
Is there any way to disable the automatic vision connection?

I have 4 accounts defined in Messaging / Pocket Outlook, and would like to be able to have it check email every 30 minutes, but only when I want it to.

Or maybe there is some other way to accomplish this. I am also try to figure out if there is some programmatic way to switch the 'Automatic send/receive' option from 'Manual' to '30 minutes'.

bcrooker 11-11-2007 12:56 PM

Quote:

Originally Posted by bcrooker (Post 119297)
Is there any way to disable the automatic vision connection?

I have 4 accounts defined in Messaging / Pocket Outlook, and would like to be able to have it check email every 30 minutes, but only when I want it to.

Or maybe there is some other way to accomplish this. I am also try to figure out if there is some programmatic way to switch the 'Automatic send/receive' option from 'Manual' to '30 minutes'.

In case anyone else is interested, I figured out a way to do this. I just created two REG files like this:

vision-on.reg

Code:

REGEDIT4

[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}\HTTP-{F079757F-9357-4000-8305-9CA6B9B6CAEC}]
"Enable"=dword:00000001

vision-off.reg

Code:

REGEDIT4

[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}\HTTP-{F079757F-9357-4000-8305-9CA6B9B6CAEC}]
"Enable"=dword:00000000

You need TRE installed and registered for .REG files. I put these files in my Program folder and then added them to the Start Menu. It is possible that the GUID's are different on each 6800 so you may need to look in your registry.

bcrooker 11-11-2007 07:27 PM

These files work better - they just disable the Sprint PCS connection rather than the Internet connection. That way WiFi still works:

vision-on.reg

Code:

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

vision-off.reg

Code:

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



All times are GMT -4. The time now is 04:35 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0