diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-06-24 17:55:24 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-06-24 17:55:24 +0200 |
commit | 155af4a443202905c2e48e4ecdb6d0fdbc7e55e0 (patch) | |
tree | ec897e646f920b83fc3db07ca9f99f5e7817b5a4 /overlay | |
parent | 1bbf6c627add9b722285ffdfadd14ea35f96a4c3 (diff) | |
download | device_goldelico_gta04-155af4a443202905c2e48e4ecdb6d0fdbc7e55e0.zip device_goldelico_gta04-155af4a443202905c2e48e4ecdb6d0fdbc7e55e0.tar.gz device_goldelico_gta04-155af4a443202905c2e48e4ecdb6d0fdbc7e55e0.tar.bz2 |
Power profile
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 48 |
1 files changed, 48 insertions, 0 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 new file mode 100644 index 0000000..5b1cfe2 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Paul Kocialkowski <contact@paulk.fr> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + --> + +<device name="Android"> + <item name="none">0</item> + <item name="screen.on">55</item> + <item name="screen.full">155</item> + <item name="bluetooth.on">10</item> + <item name="bluetooth.active">40</item> + <item name="wifi.on">10</item> + <item name="wifi.active">180</item> + <item name="wifi.scan">210</item> + <array name="radio.on"> + <value>5</value> + </array> + <item name="radio.active">300</item> + <item name="radio.scanning">10</item> + <item name="gps.on">50</item> + <item name="dsp.audio">10</item> + <item name="dsp.video">50</item> + <array name="cpu.speeds"> + <value>800000</value> + <value>1000000</value> + </array> + <array name="cpu.active"> + <value>200</value> + <value>250</value> + </array> + <item name="cpu.idle">30</item> + <item name="cpu.awake">100</item> + + <item name="battery.capacity">1200</item> +</device> |