diff options
author | Todd Poynor <toddpoynor@google.com> | 2011-10-03 13:39:44 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-10-03 14:11:19 -0700 |
commit | 20207bee122513e1ea6fa66280b457feacf23192 (patch) | |
tree | e032a0a6b704428b8213f30b4c5ec0723f787729 /overlay | |
parent | c5b7b70710091d8c48332aadfd75e252fa7229f2 (diff) | |
download | device_samsung_maguro-20207bee122513e1ea6fa66280b457feacf23192.zip device_samsung_maguro-20207bee122513e1ea6fa66280b457feacf23192.tar.gz device_samsung_maguro-20207bee122513e1ea6fa66280b457feacf23192.tar.bz2 |
maguro: power profile updates for radio paging
Change-Id: I382f88455ce297c80604dd3f51d7f4c6ee9bb38a
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml index 31c0bd8..3000d57 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -33,13 +33,10 @@ <item name="radio.active">150</item> <item name="gps.on">55</item> <item name="battery.capacity">1750</item> - <item name="radio.scanning">88</item> <!-- TBD --> - <array name="radio.on"> <!-- 1 entry per signal strength bin, TBD --> - <value>100</value> - <value>75</value> - <value>50</value> - <value>25</value> - <value>0</value> + <item name="radio.scanning">10</item> <!-- TBD --> + <!-- Current consumed by the radio at different signal strengths, when paging <array name="radio.on"> <!-- 1 entry per signal strength bin, TBD --> + <value>0.4</value> + <value>0.4</value> </array> <array name="cpu.speeds"> <value>350000</value> |