org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-159FCC18-2C9D-49F0-BAC1-DFEAADCF1D89.html
author Eugene Ostroukhov <eugeneo@symbian.org>
Fri, 04 Jun 2010 09:44:40 -0700
changeset 345 7723a46fe224
parent 229 716254ccbcc0
permissions -rw-r--r--
Bug 2480 - Excluded resources are still available in preview and debugger


<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="concept"/><meta name="DC.Title" content="Saving battery time"/><meta name="abstract" content="Mobile devices are not constantly connected to a power source but run on battery power. Latest devices are equipped with large color displays, multi-megapixel cameras, various radio transmitters, advanced multimedia, and other fancy features—all of which consume a lot of power. At the same time, more power-hungry applications that use the new possibilities are provided. Power optimization has become crucial to keep the device power consumption at an acceptable level and to prevent users from running out of battery time."/><meta name="description" content="Mobile devices are not constantly connected to a power source but run on battery power. Latest devices are equipped with large color displays, multi-megapixel cameras, various radio transmitters, advanced multimedia, and other fancy features—all of which consume a lot of power. At the same time, more power-hungry applications that use the new possibilities are provided. Power optimization has become crucial to keep the device power consumption at an acceptable level and to prevent users from running out of battery time."/><meta name="DC.Relation" scheme="URI" content="GUID-C158B834-9FF8-47C1-B2B5-BA154EBFA8BC"/><meta name="DC.Relation" scheme="URI" content="GUID-A60E9080-A08C-4701-A45E-0D0BAE33C88F"/><meta name="DC.Relation" scheme="URI" content="GUID-D54DEFE7-E878-4530-B707-A5388DFE1D9D"/><meta name="DC.Relation" scheme="URI" content="GUID-1C067AC7-2B92-4EEB-896B-814B4064590F"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-159FCC18-2C9D-49F0-BAC1-DFEAADCF1D89"/><title>Saving battery time </title><script type="text/javascript">
      function initPage() {}
    </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-159FCC18-2C9D-49F0-BAC1-DFEAADCF1D89">Saving battery time</h1><div><p>Mobile devices are not constantly connected to a power source but run on battery power. Latest devices are equipped with large color displays, multi-megapixel cameras, various radio transmitters, advanced multimedia, and other fancy features—all of which consume a lot of power. At the same time, more power-hungry applications that use the new possibilities are provided.  Power optimization has become crucial to keep the device power consumption at an acceptable level and to prevent users from running out of battery time.</p>
<p>The amount of power an application consumes is affected by:</p>
<ul>
<li><p>Timers.</p></li>
<li><p>Backlight.</p></li>
<li><p>Network connections.</p></li>
<li><p><a href="GUID-B77C2006-879F-4AC6-B7BF-04B25B563A29.html#GUID-B77C2006-879F-4AC6-B7BF-04B25B563A29">Sensors</a>.</p></li>
</ul>
<p>For more tips on how to manage the power consumption of an application, see <a href="http://www.forum.nokia.com/main/resources/development_process/power_management/" target="_blank">Power Management</a> on Forum Nokia.</p>
<p>You can use the power information services to determine what the battery level is on a device and whether the charger is connected to the device. For more information, see <a href="GUID-6521F749-FA06-493B-A11D-B47F4DC0E6D6.html#GUID-6521F749-FA06-493B-A11D-B47F4DC0E6D6">Power information services</a>.</p>
<div><h3>Using timers</h3><p>You can use timers to update content that you fetch from the device. Observe the following guidelines:</p><ul>
<li><p>Turn off timers when they are no longer needed or when the application is moved to the background.</p></li>
<li><p> Do not fire timers at minimum intervals (for example, 10 ms) for long periods of time. Firing timers at longer intervals (for example, every 1 to 2 seconds) does not necessarily have a significant effect.</p></li>
</ul></div>
<div><h3>Using device backlight</h3><p>The backlight of the mobile device screen consumes energy. Do not override the default backlight settings unless it is absolutely necessary.</p></div>
<div><h3>Creating network connections</h3><p>Implement a reasonable schedule for retrieving data via network connections. For example, retrieve news data once in an hour. Optimize the amount of data that is transferred. For more information, see <a href="GUID-46FA9398-10C1-429F-B496-EC70E88F9CC7.html#GUID-46FA9398-10C1-429F-B496-EC70E88F9CC7">Retrieving data</a>.</p></div>
</div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>