History log of /frameworks/base/core/res/res/xml/power_profile.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e5ff5434486bfcfa6afbf2728c04a62fd33e2a2b 12-Jun-2012 Nick Pelly <npelly@google.com> Improve the default power_profile.xml.

Many devices are lazy about power profiling, so at least include sane
starting point values.

Also improve the documentation - most values are mA not mAh.

Bug: 6649983, 6642581
Change-Id: I834f6abd067cf27f6ab81dad936829d632a8f3ee
/frameworks/base/core/res/res/xml/power_profile.xml
9bd8034a1a0ccb20059057031ebec6b61a2c0499 27-May-2010 Amith Yamasani <yamasani@google.com> Fix a comment typo.
/frameworks/base/core/res/res/xml/power_profile.xml
bed865932f00eb503c775f03043413e34b0077de 27-May-2010 Amith Yamasani <yamasani@google.com> Add a battery capacity value to the power profile.

Can be accessed through PowerProfile.getBatteryCapacity()

Individual device profiles need to be updated with their capacities.
/frameworks/base/core/res/res/xml/power_profile.xml
f37447bad3773b62176baa837908daf6edb44273 09-Oct-2009 Amith Yamasani <yamasani@google.com> Proper fix for zero signal strength and no_service. Fixes #2176141

Track phone service state changes and use a separate timer for out-of-service
since the hunting can timeout on some devices.

Store the timeout value in the config.xml, as it is device/network specific.

Settings App will also change to use the hunting duration to compute the cost
of zero signal.
/frameworks/base/core/res/res/xml/power_profile.xml
e43530ab571e901f94361078c7c1f970a0bd27f2 21-Aug-2009 Amith Yamasani <yamasani@google.com> Track CPU speed stepping to get more accurate CPU cost per app.

More CPU speed stepping happening with newer devices, so we need
to qualify CPU time with the CPU speed, since power consumption
varies greatly by speed. Apps that peg the CPU should get a higher
penaltly.

Also, fix for 2062930: NPE at VolumePreference.onKey()
/frameworks/base/core/res/res/xml/power_profile.xml
3718aaabe6259dcf86a3666ff92d16e4be5da555 09-Jun-2009 Amith Yamasani <yamasani@google.com> Allow arrays of values for power profile data.

Parse arrays for data that has different levels with non-linear
power increase.
Track radio data awake_time from kernel and mobile/total data
transfers.
Use dummy values for default power_profile.xml. Actual values will
be in a product overlay.
/frameworks/base/core/res/res/xml/power_profile.xml