summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorkristof.petho <kristof.petho@gmail.com>2013-01-10 09:37:52 +0100
committerkristof.petho <kristof.petho@gmail.com>2013-01-10 09:37:52 +0100
commit95c92c08a3fb9ba3931ff0dc5391a157aef616c3 (patch)
treebdc66fa4ff12d748b100c436225ab7a7a73913bc /overlay/frameworks
parentb90dde22b557eb7a0cd1e33042460984158f45b0 (diff)
downloaddevice_samsung_n7100-95c92c08a3fb9ba3931ff0dc5391a157aef616c3.zip
device_samsung_n7100-95c92c08a3fb9ba3931ff0dc5391a157aef616c3.tar.gz
device_samsung_n7100-95c92c08a3fb9ba3931ff0dc5391a157aef616c3.tar.bz2
N7100: Fix incall BT audio and cleanup
- Fixes incall bluetooth audio (thanks to codeworkx for idea) - Cleanup audio routing - Cleanup audio volumes - Cleanup power_profile to match stock values Change-Id: I40e8f5df5e892475e73f7eae3e4418824385cc52
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/power_profile.xml22
1 files changed, 11 insertions, 11 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 c2c653f..3501baa 100644
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -20,19 +20,19 @@
<device name="Android">
<!-- All values are in mAh except as noted -->
<item name="none">0</item>
- <item name="screen.on">49</item>
- <item name="bluetooth.active">142</item>
+ <item name="screen.on">71</item>
+ <item name="bluetooth.active">17</item>
<item name="bluetooth.on">0.3</item>
<item name="bluetooth.at">35690</item>
- <item name="screen.full">260</item>
- <item name="wifi.on">4</item>
- <item name="wifi.active">120</item>
- <item name="wifi.scan">220</item>
- <item name="dsp.audio">88</item>
- <item name="dsp.video">88</item>
- <item name="radio.active">185</item>
+ <item name="screen.full">380</item>
+ <item name="wifi.on">0.3</item>
+ <item name="wifi.active">96</item>
+ <item name="wifi.scan">70</item>
+ <item name="dsp.audio">44</item>
+ <item name="dsp.video">280</item>
+ <item name="radio.active">250</item>
<!-- The current consumed by the radio when it is scanning for a signal -->
- <item name="radio.scanning">88</item>
+ <item name="radio.scanning">82</item>
<item name="gps.on">50</item>
<!-- Current consumed by the radio at different signal strengths, when paging -->
<array name="radio.on"> <!-- Strength 0 to BINS-1 -->
@@ -51,7 +51,7 @@
<value>1600000</value>
</array>
<!-- Power consumption when CPU is idle -->
- <item name="cpu.idle">1.4</item>
+ <item name="cpu.idle">4</item>
<!-- Power consumption due to wake lock held -->
<item name="cpu.awake">44</item>
<!-- Power consumption at different speeds -->