PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-20-2007, 11:37 AM
shellguy's Avatar
Almost a VIP
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
Location: Largo, FL
 
Join Date: Jun 2007
Posts: 797
Reputation: 265
shellguy is becoming a PPCGeeks regularshellguy is becoming a PPCGeeks regularshellguy is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to shellguy Send a message via MSN to shellguy Send a message via Yahoo to shellguy
Data staying on and draining my batt

hey all here is the issue for some reason my data connection is staying on, i turn it off and it turns right back on, it almost drained my batt since 6am till now 11am, I have only installed ppc-6800 hacks from Trianglepowers.



Will
Reply With Quote
  #2 (permalink)  
Old 09-20-2007, 11:39 AM
AFAngryWarrior's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Verizon Wireless
Location: Rochester, NY
 
Join Date: Sep 2007
Posts: 205
Reputation: 130
AFAngryWarrior is keeping up the good workAFAngryWarrior is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
You don't have any constant data hogs running, like continous non-push email checks or Streaming programs?
Reply With Quote
  #3 (permalink)  
Old 09-20-2007, 12:29 PM
psywzrd's Avatar
Regular 'Geeker
Offline
 
Join Date: Sep 2007
Posts: 251
Reputation: 5
psywzrd is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Maybe he's talking about the "active but idle "data connection (grey arrows). I have that all the time too. Is there a way to set it up so that once the data connection is no longer needed, it disconnects completely (no longer active or idle)?
Reply With Quote
  #4 (permalink)  
Old 09-20-2007, 03:52 PM
shellguy's Avatar
Almost a VIP
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
Threadstarter
Location: Largo, FL
 
Join Date: Jun 2007
Posts: 797
Reputation: 265
shellguy is becoming a PPCGeeks regularshellguy is becoming a PPCGeeks regularshellguy is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to shellguy Send a message via MSN to shellguy Send a message via Yahoo to shellguy
even after closing all programs from memory it still turns back on
Reply With Quote
  #5 (permalink)  
Old 09-20-2007, 04:35 PM
borealcool's Avatar
PPCGeeks Regular
Offline
Pocket PC: Samsung Omnia i910
Carrier: Telus
 
Join Date: Jun 2007
Posts: 86
Reputation: 0
borealcool is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by psywzrd View Post
Maybe he's talking about the "active but idle "data connection (grey arrows). I have that all the time too. Is there a way to set it up so that once the data connection is no longer needed, it disconnects completely (no longer active or idle)?
I just posted this comment so instead of repeating myself, read this, it might help.
__________________
Thanks to HTC I had almost given up on Windows Mobile. The Samsung Omnia i910 changed my mind.

Last edited by borealcool; 09-20-2007 at 04:40 PM.
Reply With Quote
  #6 (permalink)  
Old 09-20-2007, 04:57 PM
letsgoflyers81's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
Location: North Wales, PA
 
Join Date: Jun 2007
Posts: 471
Reputation: 145
letsgoflyers81 is keeping up the good workletsgoflyers81 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to letsgoflyers81
Are they arrows staying white all the time, or do they go gray? It sounds like something is connecting to data but if the arrows are gray it's an idle connection and it shouldn't have too much of an impact on your battery life. If they stay white, then the connection is active and that would explain the battery drain.
Reply With Quote
  #7 (permalink)  
Old 09-20-2007, 05:05 PM
borealcool's Avatar
PPCGeeks Regular
Offline
Pocket PC: Samsung Omnia i910
Carrier: Telus
 
Join Date: Jun 2007
Posts: 86
Reputation: 0
borealcool is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by letsgoflyers81 View Post
Are they arrows staying white all the time, or do they go gray? It sounds like something is connecting to data but if the arrows are gray it's an idle connection and it shouldn't have too much of an impact on your battery life. If they stay white, then the connection is active and that would explain the battery drain.
Unfortunately not with my Mogul, idle seems to drain as much as an active connection. The only surefire solution I've found was to install nogprs and map it to button 5 for quick on/off access.
Reply With Quote
  #8 (permalink)  
Old 09-20-2007, 06:26 PM
dcd's Avatar
dcd
VIP Member
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: May 2007
Posts: 575
Reputation: 2537
dcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIPdcd is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
unless youve changed the connection settings, the mogul default is 600sec idle disconnect.

there is a reg key to make the connection always stay on, and there is a reg key to enable/disable the connection.

activesync will establish the connection and keep it on/dormant if you have an exchange server with schedule set to 'as they arrive'

i wrote the following mortscript and bound to a button to disable/enable the cellular data connection on my mogul with less taps/effort than nogprs. i offer no support for this, use it if you want, it works for me. i actually created it for an easy way to shut off data entirely so that everything uses wifi when im at home. my battery was fine either way.

Code:
# dcd connection toggle.mscr - 9-9-07 r3
ShowWaitCursor
If ( NOT Connected() )
	RegWriteDword("HKLM","\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS","Enabled","1")
	Vibrate(100)
	Connect( "The Internet" )
Else
	RegWriteDword("HKLM","\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS","Enabled","0")
	Vibrate(100)
	Sleep(200)
	Vibrate(100)
	Disconnect
EndIf
HideWaitCursor
Reply With Quote
  #9 (permalink)  
Old 09-20-2007, 07:34 PM
borealcool's Avatar
PPCGeeks Regular
Offline
Pocket PC: Samsung Omnia i910
Carrier: Telus
 
Join Date: Jun 2007
Posts: 86
Reputation: 0
borealcool is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by dcd View Post
unless youve changed the connection settings, the mogul default is 600sec idle disconnect.
Thanks that explains a lot for me. If you've got your email account setup to check every 10 minutes, you basically have an idle connection all day. You make it sound as though this is an editable feature, but I looked through the registry and all I could find with a 600 setting is:

HKLM\Comm\ConnMgr\Planner\Settings\CacheTime\600

I changed this value to 30 and it didn't seem to shut down the connection any faster.
Reply With Quote
  #10 (permalink)  
Old 09-20-2007, 08:19 PM
borealcool's Avatar
PPCGeeks Regular
Offline
Pocket PC: Samsung Omnia i910
Carrier: Telus
 
Join Date: Jun 2007
Posts: 86
Reputation: 0
borealcool is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
From Microsoft's website:

Why doesn't it (data connection) go away?

In our 2002 release, when an application requested a connection to the internet, we'd create a connection. Then, when the application said it was finished with that connection, we'd tear it down. In our 2003 release, we changed this behavior to the current one. Once you've connected once, it stays connected. We made this change for a number of reasons, not the least of which was that it allowed a much better user experience. In 2002, whenever you wanted any data from the Internet, you had to wait a few seconds for the device to request an IP address from the network. Staying connected all the time means that you get data much more quickly. Also, Mobile Operators requested it. It was more expensive for them to be constantly creating and tearing down connections than to just do it once. Finally, staying connected enabled us to develop a fast "push email" client that relied on the device holding an IP address.

It's important to understand that we only do this on connections with "Suspend/Resume" functionality. These kinds of connections are suspended when a phone call comes in and resumed again when it is finished.


Doesn't this cost me money?

In general, no. A long time ago phones sent data over "circuit switched" connections. These were similar to old style modems on your PC. They would make a phone call and send data over that voice connection. The Mobile Operator couldn't really tell the difference between those calls and other voice calls, so they charged per minute. Current data connections (GPRS, etc), though, are different. For these types of connections, every Mobile Operator that I'm aware of now charges per byte transferred, not per minute. So you can keep your data connection on all the time and only get charged when you send or receive over it.


What about my battery life?

Just having a data connection shouldn't affect your battery life. Most of the time, the device isn't doing anything with that connection. It just sits there idle. If you're sending a lot of data over the connection, though, that will definitely impact your battery life. Unfortunately, the arrows don't really tell you whether you're sending data or not (though I've seen devices that animate the arrows while data is being transferred).

LOL if you own a Mogul you bet your a$$ the idle connection affects battery life

Last edited by borealcool; 09-20-2007 at 08:27 PM.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 05:40 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com