Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
Adama
Posts: 77
Registered: ‎01-27-2010
My Carrier: AT&T

Battery Consumption

Hello, I'm working on an application that management has required to check in with our servers every five minutes.  I know that I read somewhere that this will drain the battery but I need some official BlackBerry guideline that I can point to to prove that.  If anyone could find that guideline I would appreciate it.  I've tried Google but nothing seems to come up.

Please use plain text.
Developer
simon_hain
Posts: 13,830
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Battery Consumption

if you don't use the network it goes into GPRS_IDLE mode and consumes a lot less energy. if you open a connection every 5 minutes you kind of destroy that.

as BB has the push infrastructure it would be a good approach to leverage this advantage, for example by writing a nagios plugin that alerts the BB, with the addition of a pull status by request.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
peter_strange
Posts: 17,719
Registered: ‎07-14-2008

Re: Battery Consumption

Having said that, and depending on BB, connecting every 5 minutes should not shorten the  battery life enough so that it does not last a day. 

Please use plain text.