View Single Post
  #2 (permalink)  
Old 11-09-2007, 12:39 PM
schettj's Avatar
schettj
morsus mihi
Offline
Location: Not from around these parts
 
Join Date: Oct 2006
Posts: 3,017
Reputation: 3616
schettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIP
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
There is a reg setting to make that visible. you will need to use a registry editor...

Code:
To hide or show the GPS connection in the connections panel

        * The settings are at 'HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings'
        * The 'Hide' DWORD value should be set to '0' or deleted to show the panel and to '1' to hide the panel
        * The 'Group' DWORD value should be set to '2' to show the panel and deleted to hide the panel

        For example, to show the GPS connection in the connectionss panel

            * HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings\Hide = 0
            * HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings\Group = 2
From xda developers, although this info is widely known it's just the first place that came up in the google search
Reply With Quote