diff options
| author | Siddharth Ray <siddharthr@google.com> | 2018-03-20 16:23:17 -0700 |
|---|---|---|
| committer | Siddharth Ray <siddharthr@google.com> | 2018-03-20 16:43:27 -0700 |
| commit | 5fab2ee0526e6ec8624ca7f937ad11765328b316 (patch) | |
| tree | 83e50581fbbd5615ce33aa3670e689b258846e4e /sailfish | |
| parent | 77f19b75df23a76dcfb12ddaebd58ed6d5fa8cd9 (diff) | |
Power profile for M/S
BUG:72383423
Change-Id: I1151b5ad4f6b34f68873ecf8724d4013dcafdab8
Diffstat (limited to 'sailfish')
| -rw-r--r-- | sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml index 0aa626c3..b78bb4d8 100644 --- a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -191,11 +191,11 @@ <!-- Idle Receive current for wifi radio in mA.--> <item name="wifi.controller.idle">1</item> <!-- Rx current for wifi radio in mA.--> - <item name="wifi.controller.rx">101</item> + <item name="wifi.controller.rx">125</item> <!-- Tx current for wifi radio in mA--> - <item name="wifi.controller.tx">250</item> + <item name="wifi.controller.tx">350</item> <!-- Operating volatage for wifi radio in mV.--> - <item name="wifi.controller.voltage">3800</item> + <item name="wifi.controller.voltage">3700</item> <!-- Additional power used when cellular radio is transmitting/receiving --> <item name="radio.active">300</item> @@ -208,16 +208,23 @@ </array> <!-- Cellular modem related values.--> - <item name="modem.controller.sleep">1</item> - <item name="modem.controller.idle">25</item> - <item name="modem.controller.rx">50</item> + <item name="modem.controller.sleep">0</item> + <item name="modem.controller.idle">105</item> + <item name="modem.controller.rx">175</item> <array name="modem.controller.tx"> <!-- Strength 0 to 4 --> <value>1</value> - <value>51</value> + <value>5</value> + <value>26</value> <value>100</value> - <value>150</value> - <value>200</value> + <value>249</value> </array> <item name="modem.controller.voltage">3700</item> + <!-- GPS related values.--> + <array name="gps.signalqualitybased"> <!-- Strength 0 to 1 --> + <value>35</value> + <value>7</value> + </array> + <item name="gps.voltage">3700</item> + </device> |
