Always Remember that Mobile Device has Limited Battery Power
Development April 23rd. 2007, 6:32pmRecently I had a strange problem with my Nokia E61 device. The device needs to be charged every day. I was quite sure that the battery was still okay. The device was relatively new, about 1 month old. Before it happened, I could use my device for 3 - 4 days without charging.
I thought it must be from one of the applications that I have installed recently. I suspected one of the applications that I have just installed. Then, I decided to uninstall it (I am not going to disclose the name of the application). What happened after that? The problem with my battery was solved. I can use my device normally.
Why did it happen? Apparently, the application installed a server that runs in the background. I am not sure what the server is doing, but it empties the battery very fast.
As a mobile developer, how can we avoid this? Forum Nokia has a good paper, S60 Platform Effective Power and Resource Management. I won’t repeat everything here; just highlight some of the important points:
- Continuous timers, ticking too frequently (for example, more than once every five seconds), can adversely affect power consumption.
- If an application is moved to the background, it should, where appropriate, be paused and timers should be stopped.
- The backlight shall not be kept on without a good reason. It is turned off after a short period of inactivity is to conserve power; therefore overriding the system defaults should only be done if there is a compelling reason.
- Communication technologies, such as Bluetooth and WiFi, should be used carefully, as there is always some drain on the battery when any network interface is active.
- The camera has to be powered off when it is no longer used. Even if the camera is not being actively used, it is still consuming power if it is not powered off.
Please, always remember that mobile device has limited battery power. It is not the same as desktop world where the power is “unlimited”.
5 Responses to “Always Remember that Mobile Device has Limited Battery Power”
Comments are disabled.
April 24th, 2007 at 2:48 am
Fring?
April 24th, 2007 at 2:52 am
Hi,
I noticed the same thing on my E61. But for me it was not software which made my battery life suddenly very short but bad network.
My provider was switching networks so a lot of network roaming was done all the time. This dramatically decreased my battery life. Normally 2 to 3 days. Then empty in half a day!
Luckily this problem is over now.
Wouter
April 24th, 2007 at 7:26 am
@wouterk: That’s another good point. How did you solve the problem with the network?
April 24th, 2007 at 7:27 am
@Thomas: I don’t want to mention the name of the application because of ethic reasons. Let’s just hope the developers read this posting and fix their application.
April 25th, 2007 at 1:24 am
Hi Antony,
The problem solved itself.
) For a couple of weeks, users could use both networks. This did drain the battery a lot (apparently…)if you did not manually chose one of the networks.
Telfort (a Dutch cellphone compagny) got bought by KPN (another Dutch cellphone compagny) and Telfort went to the KPN network (which is much better…
I never suspected this to be a big battery drain but it definitely was!
Wouter