diff options
author | Todd Poynor <toddpoynor@google.com> | 2011-10-03 14:47:50 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-10-03 14:59:41 -0700 |
commit | dde0da50930a6be933dc74b596d6dc3eb6b15fab (patch) | |
tree | 5b64f820ce254547fdcff5d0acb9cb77f11579f1 /overlay/frameworks/base | |
parent | 20207bee122513e1ea6fa66280b457feacf23192 (diff) | |
download | device_samsung_maguro-dde0da50930a6be933dc74b596d6dc3eb6b15fab.zip device_samsung_maguro-dde0da50930a6be933dc74b596d6dc3eb6b15fab.tar.gz device_samsung_maguro-dde0da50930a6be933dc74b596d6dc3eb6b15fab.tar.bz2 |
maguro: power profile update for scanning vs. paging
Change-Id: If694b6fee9c8fe678534242dc5ec2757c675a4ac
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 9 |
1 files changed, 5 insertions, 4 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 3000d57..801e3d2 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -33,10 +33,11 @@ <item name="radio.active">150</item> <item name="gps.on">55</item> <item name="battery.capacity">1750</item> - <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> + <item name="radio.scanning">90</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>3.0</value> + <value>3.0</value> </array> <array name="cpu.speeds"> <value>350000</value> |