View Single Post
  #2 (permalink)  
Old 12-22-2007, 03:46 PM
lightbiter's Avatar
lightbiter
Regular 'Geeker
Offline
 
Join Date: Oct 2007
Posts: 286
Reputation: 99
lightbiter is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Add a 'Disconnect' button (and Timer) to the Connection List for GPRS
To add a Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To add a Disconnect button and a timer display showing how long GRPS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)
__________________
1. Google is your friend
2. Search first, ask second (it increases retention)
3. Look before you leap. Then leap. Then fix it.
Reply With Quote