From ccf5a40e50b1b34a3d6f44a034dc467c7cd8ce29 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sat, 19 Nov 2011 07:28:57 +0700 Subject: Add overlay --- .../frameworks/base/core/res/res/values/config.xml | 193 +++++++++++++++++++++ .../base/core/res/res/xml/power_profile.xml | 60 +++++++ 2 files changed, 253 insertions(+) create mode 100644 overlay/frameworks/base/core/res/res/values/config.xml create mode 100644 overlay/frameworks/base/core/res/res/xml/power_profile.xml (limited to 'overlay') diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 0000000..ff9fa6c --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,193 @@ + + + + + + + true + + + true + + + false + + + true + + + + 10 + 160 + 225 + 320 + 640 + 1280 + 2600 + 10240 + + + + + 20 + 20 + 20 + 20 + 35 + 50 + 50 + 100 + 255 + + + + + 255 + 255 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + com.android.wallpaper/.nexus.NexusWallpaper + + 0 + 1 + + + #ffffffff + + + 9000 + + + com.google.android.location.NetworkLocationProvider + + + com.google.android.location.GeocodeProvider + + + + + + + + + + "wifi,1,1,1,-1,true" + "mobile,0,0,0,-1,true" + "mobile_mms,2,0,2,60000,true" + "mobile_supl,3,0,2,60000,true" + "mobile_dun,4,0,4,60000,true" + "mobile_hipri,5,0,3,60000,true" + + + + + "usb0" + + + + + + + + "wl0.1" + + + + + + + + + 30 + + + + + 1 + + + + true + + + + + true + 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..a00f060 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -0,0 +1,60 @@ + + + + + 0 + 49 + 142 + 0.3 + + 35690 + 260 + 4 + 120 + 220 + 88 + 88 + 185 + 50 + 1500 + 88 + + 3.4 + 3.4 + + + 100000 + 200000 + 400000 + 800000 + 1000000 + + + 1.4 + + 44 + + + 55.4 + 82.1 + 113.7 + 205.4 + 259.0 + + -- cgit v1.1