diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml new file mode 100644 index 0000000..1d5c5f9 --- /dev/null +++ b/.github/workflows/Build.yml @@ -0,0 +1,34 @@ +name: Overlay + +on: + pull_request: + branches: [pie] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Check Out + uses: actions/checkout@main + + - name: Prepare the environment + run: | + sudo apt -y install git-core git xmlstarlet + sudo apt update + + - name: Run test scripts + run: | + cd tests + bash tests.sh + + - name: Build APK's + run: | + cd build + bash build.sh + + - name: Upload APK + uses: actions/upload-artifact@v3.0.0 + with: + path: build/*.apk + name: Overlays diff --git a/.gitignore b/.gitignore index a01ee28..2f5184c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .*.swp +.DS_Store diff --git a/Asus/ZenFone5/res/values-land/notch.xml b/Asus/ZenFone5/res/values-land/notch.xml new file mode 100644 index 0000000..f62d76b --- /dev/null +++ b/Asus/ZenFone5/res/values-land/notch.xml @@ -0,0 +1,5 @@ + + + + 24dp + diff --git a/Asus/ZenFone5/res/values/notch.xml b/Asus/ZenFone5/res/values/notch.xml index a0550ef..a928dc1 100644 --- a/Asus/ZenFone5/res/values/notch.xml +++ b/Asus/ZenFone5/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 87px 87px diff --git a/Asus/ZenFone5Z/res/values-land/notch.xml b/Asus/ZenFone5Z/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Asus/ZenFone5Z/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Asus/ZenFone5Z/res/values/notch.xml b/Asus/ZenFone5Z/res/values/notch.xml index a0550ef..a928dc1 100644 --- a/Asus/ZenFone5Z/res/values/notch.xml +++ b/Asus/ZenFone5Z/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 87px 87px diff --git a/Asus/ZenFoneMaxM2/res/values-land/notch.xml b/Asus/ZenFoneMaxM2/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Asus/ZenFoneMaxM2/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Asus/ZenFoneMaxM2/res/values/notch.xml b/Asus/ZenFoneMaxM2/res/values/notch.xml index c3bedc6..b3eeaf9 100644 --- a/Asus/ZenFoneMaxM2/res/values/notch.xml +++ b/Asus/ZenFoneMaxM2/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 57px 57px diff --git a/Asus/ZenFoneMaxShot/res/values-land/notch.xml b/Asus/ZenFoneMaxShot/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Asus/ZenFoneMaxShot/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Asus/ZenFoneMaxShot/res/values/notch.xml b/Asus/ZenFoneMaxShot/res/values/notch.xml index c5d9646..0db68a2 100644 --- a/Asus/ZenFoneMaxShot/res/values/notch.xml +++ b/Asus/ZenFoneMaxShot/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 81px 81px diff --git a/Asus/Zenfone5-10/res/values-land/config.xml b/Asus/Zenfone5-10/res/values-land/config.xml new file mode 100644 index 0000000..d89c7e6 --- /dev/null +++ b/Asus/Zenfone5-10/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Asus/Zenfone5-10/res/values/config.xml b/Asus/Zenfone5-10/res/values/config.xml index 712ce6e..4e615a1 100644 --- a/Asus/Zenfone5-10/res/values/config.xml +++ b/Asus/Zenfone5-10/res/values/config.xml @@ -4,7 +4,8 @@ true true - 87.0px + 87px + 87px 28dp 300.0% diff --git a/Blackview/BV9500Plus/res/values/config.xml b/Blackview/BV9500Plus/res/values/config.xml index 5d29035..08c600c 100644 --- a/Blackview/BV9500Plus/res/values/config.xml +++ b/Blackview/BV9500Plus/res/values/config.xml @@ -103,6 +103,8 @@ true true true + true + true 2 2000 3000 diff --git a/Essential/PH-1/res/values-land/notch.xml b/Essential/PH-1/res/values-land/notch.xml new file mode 100644 index 0000000..fb89265 --- /dev/null +++ b/Essential/PH-1/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 84px + diff --git a/Essential/PH-1/res/values/notch.xml b/Essential/PH-1/res/values/notch.xml index a3673f1..f5f4adb 100644 --- a/Essential/PH-1/res/values/notch.xml +++ b/Essential/PH-1/res/values/notch.xml @@ -1,6 +1,7 @@ -144.0px -84px -M -70, 0 L -70, 137 L 70, 137 L 70, 0 Z + 144.0px + 144.0px + 84px + M -70, 0 L -70, 137 L 70, 137 L 70, 0 Z diff --git a/Gestures/res/values/config.xml b/Gestures/res/values/config.xml deleted file mode 100644 index 789abb4..0000000 --- a/Gestures/res/values/config.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - true - diff --git a/HW-IMS/res/values/config.xml b/HW-IMS/res/values/config.xml index 15de5d5..43991ca 100644 --- a/HW-IMS/res/values/config.xml +++ b/HW-IMS/res/values/config.xml @@ -1,6 +1,8 @@ com.huawei.ims + true true - + true + true diff --git a/HighPriorityMisc/Android.mk b/HighPriorityMisc/Android.mk new file mode 100644 index 0000000..f49d1b3 --- /dev/null +++ b/HighPriorityMisc/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-highpriomisc +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Gestures/AndroidManifest.xml b/HighPriorityMisc/AndroidManifest.xml similarity index 66% rename from Gestures/AndroidManifest.xml rename to HighPriorityMisc/AndroidManifest.xml index a588e50..3ecba55 100644 --- a/Gestures/AndroidManifest.xml +++ b/HighPriorityMisc/AndroidManifest.xml @@ -1,9 +1,9 @@ - + diff --git a/HighPriorityMisc/res/values/config.xml b/HighPriorityMisc/res/values/config.xml new file mode 100644 index 0000000..7988c1f --- /dev/null +++ b/HighPriorityMisc/res/values/config.xml @@ -0,0 +1,8 @@ + + + + true + + true + diff --git a/Webview/res/xml/config_webview_packages.xml b/HighPriorityMisc/res/xml/config_webview_packages.xml similarity index 87% rename from Webview/res/xml/config_webview_packages.xml rename to HighPriorityMisc/res/xml/config_webview_packages.xml index e236498..6abcfe2 100644 --- a/Webview/res/xml/config_webview_packages.xml +++ b/HighPriorityMisc/res/xml/config_webview_packages.xml @@ -39,4 +39,7 @@ + + MIIDbTCCAlWgAwIBAgIEHcsmjjANBgkqhkiG9w0BAQsFADBmMQswCQYDVQQGEwJERTEQMA4GA1UECBMHVW5rbm93bjEPMA0GA1UEBxMGQmVybGluMRAwDgYDVQQKEwdCcm9taXRlMRAwDgYDVQQLEwdCcm9taXRlMRAwDgYDVQQDEwdjc2FnYW41MCAXDTE4MDExOTA3MjE1N1oYDzIwNjgwMTA3MDcyMTU3WjBmMQswCQYDVQQGEwJERTEQMA4GA1UECBMHVW5rbm93bjEPMA0GA1UEBxMGQmVybGluMRAwDgYDVQQKEwdCcm9taXRlMRAwDgYDVQQLEwdCcm9taXRlMRAwDgYDVQQDEwdjc2FnYW41MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtakjGj0eTavbBB2vWXj8KBixWn4zgXAKc+yGFu3SLEGF1VB5aJWwcMHxVI55yH/8M2eNnJP0BkSidfKgPVcm1sk/GrNEs9uk5sWod9byO5M5QWQmGP2REeTd6J0BVVVaMp2MZnqeR3Su3pwFzrSwTqIGyf8dkPSEz7ifj792+EeRNrov4oRQK7lIfqInzwc4d34wU069Lrw6m7J7HM0KbRYISsWMiYj025Qg+dTrtdWt7jbdcj7htW0eYyJoLd90+s43RWnOpENmWpcWv1EVPxUD4mCdV9idYwoHRIESpSu9IWvqDZp1VoRc43nLgsNfNBwmYdTkIaPiz1m7TBcr7QIDAQABoyEwHzAdBgNVHQ4EFgQUuWoGd7W7wMyQ1pOdjiMv10YHTR0wDQYJKoZIhvcNAQELBQADggEBAA7iw6eKz+T8HIpKDoDcX1Ywjn9JUzuCFu20LnsLzreO/Pog1xErYjdLAS7LTZokfbAnitBskO9QhV9BYkDiM0Qr5v2/HsJTtxa1mz9ywCcI36jblMyuXFj8tuwQI9/t9i+Fc3+bOFBV3t7djPo9qX1dIK0lZ6s8HcIhaCNdqm65fH+nWhC/H9djqC6qOtrkTiACKEcHQ4a/5dfROU0q0M4bS4YuiaAQWgjiGbik4LrZ8wZX1aqJCLt0Hs7MzXyyf0cRSO11FIOViHwzh6WTZGufq2J3YBFXPond8kLxkKL3LNezbi5yTcecxsbKQ6OS46CnIKcy/M8asSreLpoCDvw= + diff --git a/Huawei/ARE/res/values-land/config.xml b/Huawei/ARE/res/values-land/config.xml new file mode 100644 index 0000000..b63c1c5 --- /dev/null +++ b/Huawei/ARE/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 96px + diff --git a/Huawei/ARE/res/values/config.xml b/Huawei/ARE/res/values/config.xml index 0c83a91..fa77f4f 100644 --- a/Huawei/ARE/res/values/config.xml +++ b/Huawei/ARE/res/values/config.xml @@ -3,13 +3,14 @@ true true true - + + 96px 96px 96px - + 300.0% 20.000004% - + 1 6 1 @@ -19,7 +20,7 @@ 8000 180 60 - + 8 55 @@ -35,6 +36,6 @@ 250 255 - + M-100,0c17.9,0 32.8,19.4 32.8,32.8l0,0C-62.4,68.6 -38.7,96 0,96c37.1,0 62.4,-27.4 67.3,-63.2l0,0C67.3,19.4 82.1,0 100,0H-100z diff --git a/Huawei/hi6250/ANE/res/values-land/notch.xml b/Huawei/hi6250/ANE/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Huawei/hi6250/ANE/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Huawei/hi6250/ANE/res/values/notch.xml b/Huawei/hi6250/ANE/res/values/notch.xml index 8c391b5..82a0cc4 100644 --- a/Huawei/hi6250/ANE/res/values/notch.xml +++ b/Huawei/hi6250/ANE/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 90px 90px diff --git a/Huawei/hi6250/FIG/Android.mk b/Huawei/hi6250/FIG/Android.mk new file mode 100644 index 0000000..8d91926 --- /dev/null +++ b/Huawei/hi6250/FIG/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-huawei-FIG +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Webview/AndroidManifest.xml b/Huawei/hi6250/FIG/AndroidManifest.xml similarity index 54% rename from Webview/AndroidManifest.xml rename to Huawei/hi6250/FIG/AndroidManifest.xml index 99e6f58..72c377d 100644 --- a/Webview/AndroidManifest.xml +++ b/Huawei/hi6250/FIG/AndroidManifest.xml @@ -1,8 +1,10 @@ diff --git a/Huawei/hi6250/FIG/res/values/config.xml b/Huawei/hi6250/FIG/res/values/config.xml new file mode 100644 index 0000000..c5bca7c --- /dev/null +++ b/Huawei/hi6250/FIG/res/values/config.xml @@ -0,0 +1,200 @@ + + + + + + + + + 8 + 55 + 350 + 1600 + 2550 + + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + + 6 + + + 4 + + + true + + + true + + + false + + + false + + + false + + + false + + + + 4 + + + true + + + + rndis0 + + + + + wlan0|ap0 + + + + + bt-pan + + + + + + 1 + 7 + 0 + + + + false + + + false + + + true + + + true + + + true + + + true + + + true + + + true + + + + + diff --git a/Huawei/hi6250/FIG/res/xml/power_profile.xml b/Huawei/hi6250/FIG/res/xml/power_profile.xml new file mode 100644 index 0000000..4ff1f93 --- /dev/null +++ b/Huawei/hi6250/FIG/res/xml/power_profile.xml @@ -0,0 +1,71 @@ + + + + + 0 + 147 + 145 + 1.4 + 1.4 + 408 + 0.7 + 200 + 85 + 43 + 187 + 92 + 70 + 3000 + 65 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 480000 + 807000 + 1306000 + 1402000 + 1709000 + 1805000 + 2016000 + 2112000 + 2362000 + + + 3.9 + + 43 + + + 107 + 181 + 425 + 538 + 851 + 899 + 1417 + 1484 + 2323 + + diff --git a/Huawei/kirin970/CLT/res/values-land/notch.xml b/Huawei/kirin970/CLT/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Huawei/kirin970/CLT/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Huawei/kirin970/CLT/res/values/notch.xml b/Huawei/kirin970/CLT/res/values/notch.xml index ba85b16..4417be2 100644 --- a/Huawei/kirin970/CLT/res/values/notch.xml +++ b/Huawei/kirin970/CLT/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 81px 81px diff --git a/Huawei/kirin970/COL/Android.mk b/Huawei/kirin970/COL/Android.mk new file mode 100644 index 0000000..653fc08 --- /dev/null +++ b/Huawei/kirin970/COL/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-huawei-COL +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Huawei/kirin970/COL/AndroidManifest.xml b/Huawei/kirin970/COL/AndroidManifest.xml new file mode 100644 index 0000000..b5aa909 --- /dev/null +++ b/Huawei/kirin970/COL/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Huawei/kirin970/COL/res/values-land/config.xml b/Huawei/kirin970/COL/res/values-land/config.xml new file mode 100644 index 0000000..d3fc2ba --- /dev/null +++ b/Huawei/kirin970/COL/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 90px + diff --git a/Huawei/kirin970/COL/res/values/config.xml b/Huawei/kirin970/COL/res/values/config.xml new file mode 100644 index 0000000..13845a1 --- /dev/null +++ b/Huawei/kirin970/COL/res/values/config.xml @@ -0,0 +1,46 @@ + + + + 6 + 47 + 150 + 180 + 250 + 255 + + + 8 + 55 + 350 + 1600 + 2550 + + true + true + true + true + true + true + true + true + true + 300 + 1400 + 4 + 6 + 4 + 33 + 255 + 4 + 300.0% + 20.000004% + 7.5mm + 7.5mm + 7.5mm + 8.0dip + 8.0dip + 90px + 90px + 90px + M -156,0 L -156,90 L 156,90 L 156,0 Z + diff --git a/Huawei/kirin970/COL/res/xml/power_profile.xml b/Huawei/kirin970/COL/res/xml/power_profile.xml new file mode 100644 index 0000000..b525c6d --- /dev/null +++ b/Huawei/kirin970/COL/res/xml/power_profile.xml @@ -0,0 +1,81 @@ + + + + + 0 + 130 + 120 + 0.8 + 0.8 + 365 + 0.7 + 150 + 80 + 43 + 187 + 95 + 70 + 3400 + 65 + + + 13.0 + 10.0 + 10.0 + 10.0 + 10.0 + + + 509000 + 682000 + 1018000 + 1210000 + 1364000 + 1402000 + 1498000 + 1556000 + 1652000 + 1690000 + 1844000 + 1863000 + 2093000 + 2362000 + + + 5 + + 35 + + + 117 + 151 + 270 + 360 + 435 + 451 + 465 + 610 + 630 + 660 + 920 + 950 + 2000 + 2200 + + \ No newline at end of file diff --git a/Huawei/kirin970/COR/res/values-land/config.xml b/Huawei/kirin970/COR/res/values-land/config.xml new file mode 100644 index 0000000..819d72a --- /dev/null +++ b/Huawei/kirin970/COR/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 88px + diff --git a/Huawei/kirin970/COR/res/values/values.xml b/Huawei/kirin970/COR/res/values/values.xml index dc403c5..3583db3 100644 --- a/Huawei/kirin970/COR/res/values/values.xml +++ b/Huawei/kirin970/COR/res/values/values.xml @@ -67,6 +67,8 @@ 88px 8.0dip 8.0dip + + 88px 88px diff --git a/Huawei/kirin970/EML/res/values-land/notch.xml b/Huawei/kirin970/EML/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Huawei/kirin970/EML/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Huawei/kirin970/EML/res/values/notch.xml b/Huawei/kirin970/EML/res/values/notch.xml index 3a24285..8595f9b 100644 --- a/Huawei/kirin970/EML/res/values/notch.xml +++ b/Huawei/kirin970/EML/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 85px 85px diff --git a/Infinix/Note10Pro/Android.mk b/Infinix/Note10Pro/Android.mk new file mode 100755 index 0000000..ac5de24 --- /dev/null +++ b/Infinix/Note10Pro/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-infinix-note10pro +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Infinix/Note10Pro/AndroidManifest.xml b/Infinix/Note10Pro/AndroidManifest.xml new file mode 100755 index 0000000..0cfb60a --- /dev/null +++ b/Infinix/Note10Pro/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Infinix/Note10Pro/res/values-land/config.xml b/Infinix/Note10Pro/res/values-land/config.xml new file mode 100644 index 0000000..606eb19 --- /dev/null +++ b/Infinix/Note10Pro/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28.0dip + diff --git a/Infinix/Note10Pro/res/values/config.xml b/Infinix/Note10Pro/res/values/config.xml new file mode 100755 index 0000000..e5beabd --- /dev/null +++ b/Infinix/Note10Pro/res/values/config.xml @@ -0,0 +1,11 @@ + + + true + + 36.0dip + 36.0dip + 36.0dip + 28.0dip + + M -24,0 L -24,36 L 24,36 L 24,0 Z @dp + diff --git a/Infinix/Note10Pro/res/xml/power_profile.xml b/Infinix/Note10Pro/res/xml/power_profile.xml new file mode 100755 index 0000000..a68d71e --- /dev/null +++ b/Infinix/Note10Pro/res/xml/power_profile.xml @@ -0,0 +1,207 @@ + + + 0.1 + 123.15 + 333.35 + 22.73 + 0.7 + 0.21 + 235.52 + 67.86 + 17.9 + 89.15 + 295.4 + 756.52 + 32.27 + 15 + 36.25 + + 5.98 + 5.98 + + + 6 + 2 + + + 500000 + 774000 + 875000 + 975000 + 1075000 + 1175000 + 1275000 + 1375000 + 1500000 + 1618000 + 1666000 + 1733000 + 1800000 + 1866000 + 1933000 + 2000000 + + + 774000 + 835000 + 919000 + 1002000 + 1085000 + 1169000 + 1308000 + 1419000 + 1530000 + 1670000 + 1733000 + 1796000 + 1860000 + 1923000 + 1986000 + 2050000 + + + 6.76 + 9.47 + 11.18 + 12.95 + 15.27 + 18.73 + 22.00 + 25.15 + 30.29 + 35.78 + 38.37 + 41.35 + 45.00 + 49.04 + 53.58 + 55.65 + + + 34.42 + 36.76 + 42.69 + 49.41 + 56.50 + 69.44 + 80.24 + 107.99 + 129.97 + 156.56 + 168.90 + 176.07 + 178.23 + 200.59 + 203.88 + 210.66 + + 6.31 + 5 + 9.89 + 2.11 + 2.22 + + 500000 + 774000 + 875000 + 975000 + 1075000 + 1175000 + 1275000 + 1375000 + 1500000 + 1618000 + 1666000 + 1733000 + 1800000 + 1866000 + 1933000 + 2000000 + + + 774000 + 835000 + 919000 + 1002000 + 1085000 + 1169000 + 1308000 + 1419000 + 1530000 + 1670000 + 1733000 + 1796000 + 1860000 + 1923000 + 1986000 + 2050000 + + + 6.76 + 9.47 + 11.18 + 12.95 + 15.27 + 18.73 + 22.00 + 25.15 + 30.29 + 35.78 + 38.37 + 41.35 + 45.00 + 49.04 + 53.58 + 55.65 + + + 34.42 + 36.76 + 42.69 + 49.41 + 56.50 + 69.44 + 80.24 + 107.99 + 129.97 + 156.56 + 168.90 + 176.07 + 178.23 + 200.59 + 203.88 + 210.66 + + + 22.7 + + 5000 + 15.2 + 296.22 + 426.91 + + 4.0 + + 30.7 + 30.7 + 30.7 + 30.7 + 30.7 + + 0 + 96.36 + 676.3 + + 676.3 + 430.7 + 157.3 + 111.2 + 106.4 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Infinix/Note7/res/values-land/notch.xml b/Infinix/Note7/res/values-land/notch.xml new file mode 100644 index 0000000..606eb19 --- /dev/null +++ b/Infinix/Note7/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 28.0dip + diff --git a/Infinix/Note7/res/values/config.xml b/Infinix/Note7/res/values/config.xml index 94eead3..2dee889 100644 --- a/Infinix/Note7/res/values/config.xml +++ b/Infinix/Note7/res/values/config.xml @@ -1,5 +1,15 @@ + true + true + true + true + true + + 17 + 2000 + 3000 + 128 256 @@ -39,71 +49,4 @@ 255 255 - - 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,2,60000,true - mobile_hipri,5,0,3,60000,true - mobile_fota,10,0,2,60000,true - mobile_ims,11,0,2,60000,true - mobile_cbs,12,0,2,60000,true - wifi_p2p,13,1,0,-1,true - mobile_ia,14,0,2,-1,true - mobile_emergency,15,0,2,-1,true - - - rndis\\d - - - ap\\d - - - bt-pan - bt-dun - - - /system/framework/arm/boot-mediatek-framework.vdex - /system/lib/libjavacrypto.so - /system/lib/libhidltransport.so - /system/framework/arm/boot-core-libart.oat - /system/framework/arm/boot-conscrypt.oat - /system/framework/arm/boot-core-libart.vdex - /system/framework/arm/boot-ext.vdex - /system/framework/arm/boot.vdex - /system/framework/arm/boot-framework.vdex - - - com.google.android.gms - - true - true - false - false - false - true - true - true - true - true - true - true - false - true - true - false - true - true - 300.0% - 20.000004% - 2000 - 6000 - 10 - 17 - 102 - 255 - 1 - 1 - 130 diff --git a/Infinix/Note7/res/values/notch.xml b/Infinix/Note7/res/values/notch.xml index c92ca3e..ba653c6 100644 --- a/Infinix/Note7/res/values/notch.xml +++ b/Infinix/Note7/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 40.0dip 40.0dip diff --git a/Infinix/Note8/res/values-land/notch.xml b/Infinix/Note8/res/values-land/notch.xml new file mode 100644 index 0000000..606eb19 --- /dev/null +++ b/Infinix/Note8/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 28.0dip + diff --git a/Infinix/Note8/res/values/notch.xml b/Infinix/Note8/res/values/notch.xml index c5d1d4f..489472a 100644 --- a/Infinix/Note8/res/values/notch.xml +++ b/Infinix/Note8/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 44.0dip 44.0dip diff --git a/Infinix/S4/res/values-land/config.xml b/Infinix/S4/res/values-land/config.xml new file mode 100644 index 0000000..606eb19 --- /dev/null +++ b/Infinix/S4/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28.0dip + diff --git a/Infinix/S4/res/values/notch.xml b/Infinix/S4/res/values/notch.xml index 5834cea..1dc7d09 100644 --- a/Infinix/S4/res/values/notch.xml +++ b/Infinix/S4/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 50px 50px diff --git a/Infinix/Zero6/res/values-land/notch.xml b/Infinix/Zero6/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Infinix/Zero6/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Infinix/Zero6/res/values/notch.xml b/Infinix/Zero6/res/values/notch.xml index dfc26de..5ea97ca 100644 --- a/Infinix/Zero6/res/values/notch.xml +++ b/Infinix/Zero6/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 86.0px 86.0px diff --git a/LG/G7/res/values-land/notch.xml b/LG/G7/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/LG/G7/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/LG/G7/res/values/notch.xml b/LG/G7/res/values/notch.xml index ecac092..38fa002 100644 --- a/LG/G7/res/values/notch.xml +++ b/LG/G7/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 94px 94px diff --git a/LG/G7One/Android.mk b/LG/G7One/Android.mk new file mode 100644 index 0000000..7e80f55 --- /dev/null +++ b/LG/G7One/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-lg-phoenix_lao_com-phoenix_sprout +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/LG/G7One/AndroidManifest.xml b/LG/G7One/AndroidManifest.xml new file mode 100644 index 0000000..8e568b6 --- /dev/null +++ b/LG/G7One/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/LG/G7One/res/values-land/notch.xml b/LG/G7One/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/LG/G7One/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/LG/G7One/res/values/config.xml b/LG/G7One/res/values/config.xml new file mode 100644 index 0000000..815ef82 --- /dev/null +++ b/LG/G7One/res/values/config.xml @@ -0,0 +1,84 @@ + + + true + true + 10000 + 2000 + 3000 + -1 + 250 + 200 + 40 + + 16 + 61 + 70 + 100 + 116 + 137 + 161 + 178 + 209 + 255 + + + 8 + 15 + 50 + 100 + 200 + 400 + 800 + 1600 + 3100 + + + 8.2 + 23.3 + 122.28 + 144.4 + 189.4 + 237.9 + 341.8 + 550.0 + + + true + true + true + false + 2 + false + true + true + true + 3300 + true + true + 1 + 1 + false + 1 + 1 + true + + + 0 + 30 + + + 0 + 30 + + + 0 + 30 + + false + false + false + true + + true + true + diff --git a/LG/G7One/res/values/notch.xml b/LG/G7One/res/values/notch.xml new file mode 100644 index 0000000..38fa002 --- /dev/null +++ b/LG/G7One/res/values/notch.xml @@ -0,0 +1,27 @@ + + + + + 94px + + 94px + + 24dp + M -250,0 L -250,94 L 250,94 L 250,0 Z + diff --git a/LG/G7One/res/xml/power_profile.xml b/LG/G7One/res/xml/power_profile.xml new file mode 100644 index 0000000..386f430 --- /dev/null +++ b/LG/G7One/res/xml/power_profile.xml @@ -0,0 +1,189 @@ + + + 0 + 102.1 + 250 + 38.0 + 4.2 + 3.0 + 158.7 + 234.3 + 0.1 + 0.1 + 200.0 + 750.0 + 76.4 + 121.9 + 4.9 + + 2.2 + 1.3 + + 1.0 + 3.5 + 9.0 + 1800 + 4.9 + 183.1 + 183.1 + 825 + 3 + 20 + 33 + 3700 + + 4 + 4 + + + 300000 + 403200 + 480000 + 576000 + 652800 + 748800 + 825600 + 902400 + 979200 + 1056000 + 1132800 + 1228800 + 1324800 + 1420800 + 1516800 + 1612800 + 1689600 + 1766400 + + + 825600 + 902400 + 979200 + 1056000 + 1209600 + 1286400 + 1363200 + 1459200 + 1536000 + 1612800 + 1689600 + 1766400 + 1843200 + 1920000 + 1996800 + 2092800 + 2169600 + 2246400 + 2323200 + 2400000 + 2476800 + 2553600 + 2649600 + 2803200 + + 25.8 + 30.1 + + 6.4 + 8.8 + 9.7 + 12.0 + 12.5 + 13.9 + 15.2 + 16.7 + 19.5 + 21.8 + 24.1 + 27.3 + 29.8 + 34.3 + 39.9 + 45.7 + 52.6 + 57.8 + + + 49.2 + 55.3 + 60.5 + 66.1 + 76.4 + 83.7 + 89.6 + 105.6 + 114.2 + 123.1 + 131.8 + 155.0 + 159.8 + 193.0 + 215.4 + 230.0 + 247.9 + 256.7 + 278.8 + 303.1 + 333.0 + 357.3 + 431.4 + 483.6 + + 3000 + + .0002 + .002 + .02 + .2 + 2 + + 0.025 + 0.20 + + 0 + 0 + 0 + + + 0.08 + 0.04 + 0 + + + 0.35 + 0.25 + 0.15 + 0.08 + 0 + + + 0.35 + 0.25 + 0.15 + 0.08 + 0 + + + 0 + 0 + + 0.12 + + 0.01 + 0.01 + + + 0 + 0 + + + 0.24 + 0.52 + + + 0.01 + 1.00 + 0.01 + 0.01 + + diff --git a/LG/V40/res/values-land/notch.xml b/LG/V40/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/LG/V40/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/LG/V40/res/values/notch.xml b/LG/V40/res/values/notch.xml index ecac092..38fa002 100644 --- a/LG/V40/res/values/notch.xml +++ b/LG/V40/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 94px 94px diff --git a/LG/mfh505glm-SystemUI/Android.mk b/LG/mfh505glm-SystemUI/Android.mk new file mode 100644 index 0000000..31e9919 --- /dev/null +++ b/LG/mfh505glm-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-lge-mfh505glm-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/LG/mfh505glm-SystemUI/AndroidManifest.xml b/LG/mfh505glm-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..6824778 --- /dev/null +++ b/LG/mfh505glm-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/LG/mfh505glm-SystemUI/res/values-land/config.xml b/LG/mfh505glm-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/LG/mfh505glm-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/LG/mfh505glm-SystemUI/res/values/config.xml b/LG/mfh505glm-SystemUI/res/values/config.xml new file mode 100644 index 0000000..85c3fd5 --- /dev/null +++ b/LG/mfh505glm-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 35px + 35px + 124px + 35px + 35px + diff --git a/LG/mfh505glm/Android.mk b/LG/mfh505glm/Android.mk new file mode 100644 index 0000000..53a17b6 --- /dev/null +++ b/LG/mfh505glm/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-lge-mfh505glm +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/LG/mfh505glm/AndroidManifest.xml b/LG/mfh505glm/AndroidManifest.xml new file mode 100644 index 0000000..cf2ef84 --- /dev/null +++ b/LG/mfh505glm/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/LG/mfh505glm/res/values-land/config.xml b/LG/mfh505glm/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/LG/mfh505glm/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/LG/mfh505glm/res/values/config.xml b/LG/mfh505glm/res/values/config.xml new file mode 100644 index 0000000..d71943a --- /dev/null +++ b/LG/mfh505glm/res/values/config.xml @@ -0,0 +1,55 @@ + + + true + true + + 124px + 124px + 28dp + 124px + + 1 + + + 128 + 256 + 384 + 512 + 640 + 768 + 896 + 1024 + 2048 + 4096 + 6144 + 8192 + 10240 + 12288 + 14336 + 16384 + 18432 + + + 8 + 64 + 98 + 104 + 110 + 116 + 122 + 128 + 134 + 182 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + + + M -37,25 L -37,99 L 37,99 L 37,25 Z + M -37,25 L -37,99 L 37,99 L 37,25 Z + diff --git a/Lenovo/K5Pro/AndroidManifest.xml b/Lenovo/K5Pro/AndroidManifest.xml index e6db7d7..f162c8d 100644 --- a/Lenovo/K5Pro/AndroidManifest.xml +++ b/Lenovo/K5Pro/AndroidManifest.xml @@ -3,8 +3,8 @@ android:versionCode="1" android:versionName="1.0"> diff --git a/Lenovo/K5Pro/res/values/brightness.xml b/Lenovo/K5Pro/res/values/brightness.xml new file mode 100644 index 0000000..dfaf05a --- /dev/null +++ b/Lenovo/K5Pro/res/values/brightness.xml @@ -0,0 +1,47 @@ + + + true + 2000 + 5000 + 1 + 10 + 17 + 102 + 255 + 10 + + 1 + 20 + 50 + 50 + 50 + 50 + 65 + 82 + 106 + 123 + 147 + 166 + 187 + 200 + 212 + 255 + + + 6 + 33 + 67 + 100 + 167 + 222 + 389 + 500 + 610 + 800 + 1055 + 1220 + 1665 + 2220 + 3885 + + diff --git a/Lenovo/K5Pro/res/values/config.xml b/Lenovo/K5Pro/res/values/config.xml deleted file mode 100644 index 15e1abe..0000000 --- a/Lenovo/K5Pro/res/values/config.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - - 3 - 3 - 3 - 8 - 8 - 8 - 8 - 12 - 12 - 18 - 18 - 18 - 27 - 27 - 27 - 32 - 32 - 32 - 37 - 46 - 49 - 52 - 53 - 59 - 61 - 64 - 70 - 77 - 85 - 97 - 107 - 120 - 131 - 149 - 175 - 186 - 209 - 255 - - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 10 - 12 - 15 - 18 - 22 - 30 - 40 - 50 - 80 - 110 - 155 - 173 - 300 - 387 - 492 - 533 - 726 - 883 - 1023 - 1222 - 1501 - 1733 - 2034 - 2227 - 2517 - 3042 - 3495 - 3998 - 4472 - - true - true - true - true - false - true - true - true - true - true - true - true - true - true - true - true - true - true - false - true - true - true - 200.0% - 29.999996% - 2000 - 6000 - 1 - 1 - 17 - 67 - 255 - 1 - 1 - 3300 - 2 - 3 - 600 - diff --git a/Lenovo/K5Pro/res/values/connectivity.xml b/Lenovo/K5Pro/res/values/connectivity.xml new file mode 100644 index 0000000..24bf894 --- /dev/null +++ b/Lenovo/K5Pro/res/values/connectivity.xml @@ -0,0 +1,39 @@ + + + true + true + true + true + true + true + true + true + true + true + true + false + 0 + 0 + 0 + + usb\\d + rndis\\d + + + wigig0 + softap0 + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,4,60000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + bluetooth,7,7,2,-1,true + mobile_emergency,15,0,5,-1,true + + diff --git a/Lenovo/K5Pro/res/values/doze.xml b/Lenovo/K5Pro/res/values/doze.xml new file mode 100644 index 0000000..e0cc7aa --- /dev/null +++ b/Lenovo/K5Pro/res/values/doze.xml @@ -0,0 +1,9 @@ + + + true + false + false + false + false + false + diff --git a/Lenovo/K5Pro/res/xml/power_profile.xml b/Lenovo/K5Pro/res/xml/power_profile.xml index d2d98f7..2d62bbe 100644 --- a/Lenovo/K5Pro/res/xml/power_profile.xml +++ b/Lenovo/K5Pro/res/xml/power_profile.xml @@ -1,100 +1,99 @@ 0 - 64.19 - 108.3 - 9.22 - 1.17 - 0.52 - 476.28 - 21.3 - 19.9 - 40.99 - 160 - 586 - 132.43 - 134.84 - 33.23 - - 5.59 - 5.59 - - 0 - 0 - 0 - 0 + 79.01 + 479.19 + 158 + 523 + 53.25 + 35.94 - 4 - 4 + 6 + 2 - + 5.43 + 3.61 + 19.87 + 12 + 12 + 300000 576000 - 748000 - 998400 - 1209600 + 768000 + 1017600 + 1248000 1324800 - 1516800 + 1497600 1612800 - 1780000 + 1708800 + 1804800 - - 31.84 - 35.91 - 37.69 - 45.77 - 53.89 - 59.62 - 66.80 - 72.52 - 80.99 + + 11 + 23 + 28 + 43 + 52 + 79 + 90 + 108 + 128 + 149 - + 300000 652800 - 825600 + 806400 979200 - 1132800 - 1363200 - 1536000 - 1747200 + 1094400 + 1209600 + 1324800 + 1555200 + 1708800 1843200 - 1996800 - 2054400 + 1939200 2169600 2208000 - - 45.40 - 62.55 - 70.92 - 82.33 - 94.85 - 122.35 - 146.60 - 181.52 - 214.29 - 245.88 - 282.33 - 322.98 - 333.66 + + 243 + 297 + 312 + 362 + 389 + 448 + 586 + 696 + 876 + 900 + 948 + 1180 + 1300 - 9.6 - 6.44 - - 22.7 + 1.6 + 4050 + 2 + 140 + 260 + 3700 + 0 + 3 + 150 + + 150 + 180 + 230 + 300 + 390 - 4000 - 0 - 0 - 0 - - 0 - - .0002 - .002 - .02 - .2 - 2 + 3700 + + 49 + 8 - + 3700 + 0.01 + 9 + 7 + 3300 + \ No newline at end of file diff --git a/Lenovo/K5Pro/res/xml/power_profile_test.xml b/Lenovo/K5Pro/res/xml/power_profile_test.xml new file mode 100644 index 0000000..17bd39a --- /dev/null +++ b/Lenovo/K5Pro/res/xml/power_profile_test.xml @@ -0,0 +1,52 @@ + + + 3000 + + 4 + 4 + + 5 + 1.11 + 2.55 + 2.11 + 2.22 + + 300000 + 1000000 + 2000000 + + + 300000 + 1000000 + 2500000 + 3000000 + + + 10 + 20 + 30 + + + 25 + 35 + 50 + 60 + + 0.5 + 100 + 800 + 500 + 600 + 100.0 + 150.0 + 10 + 60 + 3 + + 6 + 5 + 4 + 3 + 3 + + \ No newline at end of file diff --git a/Lenovo/Z5/res/values-land/notch.xml b/Lenovo/Z5/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Lenovo/Z5/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Lenovo/Z5/res/values/notch.xml b/Lenovo/Z5/res/values/notch.xml index a0550ef..a928dc1 100644 --- a/Lenovo/Z5/res/values/notch.xml +++ b/Lenovo/Z5/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 87px 87px diff --git a/Meizu/M2181-SystemUI/res/values-land/config.xml b/Meizu/M2181-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Meizu/M2181-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Meizu/M2181-SystemUI/res/values-v31/config.xml b/Meizu/M2181-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..4be0201 --- /dev/null +++ b/Meizu/M2181-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 960px + diff --git a/Meizu/M2181-SystemUI/res/values/config.xml b/Meizu/M2181-SystemUI/res/values/config.xml index 166a8e9..4d11da4 100644 --- a/Meizu/M2181-SystemUI/res/values/config.xml +++ b/Meizu/M2181-SystemUI/res/values/config.xml @@ -2,7 +2,7 @@ 50px 50px - @*android:dimen/status_bar_height - @dimen/status_bar_padding_start - @dimen/status_bar_padding_end + 96px + 50px + 50px diff --git a/Meizu/M2181/res/values-land/config.xml b/Meizu/M2181/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Meizu/M2181/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Meizu/M2181/res/values/config.xml b/Meizu/M2181/res/values/config.xml index 04af8ac..e5b0620 100644 --- a/Meizu/M2181/res/values/config.xml +++ b/Meizu/M2181/res/values/config.xml @@ -2,10 +2,17 @@ true true + true + true + true + true + 96px 96px 28dp + 96px + 5 1 M -48,0 L -48,96 L 48,96 L 48,0 Z diff --git a/Misc/AOD/res/values/config.xml b/Misc/AOD/res/values/config.xml index 9c83bca..3a11a0a 100644 --- a/Misc/AOD/res/values/config.xml +++ b/Misc/AOD/res/values/config.xml @@ -2,7 +2,7 @@ true false - true + false true true 1 diff --git a/Moto/E6Plus/Android.mk b/Moto/E6Plus/Android.mk new file mode 100644 index 0000000..61a10e7 --- /dev/null +++ b/Moto/E6Plus/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-moto-e6plus +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Moto/E6Plus/AndroidManifest.xml b/Moto/E6Plus/AndroidManifest.xml new file mode 100644 index 0000000..b675f61 --- /dev/null +++ b/Moto/E6Plus/AndroidManifest.xml @@ -0,0 +1,14 @@ + + + + diff --git a/Moto/E6Plus/res/values/config.xml b/Moto/E6Plus/res/values/config.xml new file mode 100644 index 0000000..565e16d --- /dev/null +++ b/Moto/E6Plus/res/values/config.xml @@ -0,0 +1,60 @@ + + + + 0.0 + 50.0 + 90.0 + + + 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,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + + 24.0dip + 24.0dip + 1000 + 1500 + 300.0% + 20.000004% + 100.0% + 1 + 10 + 17 + 86 + 255 + 79 + 102 + 255 + 10 + + 0 + 10 + 50 + 80 + + + 70 + + + 0 + 30 + 80 + 94 + + + 0 + 350 + 250 + 350 + + M 0,0 L 88,0 L 88,58 L 0,58 L 0,0 Z + diff --git a/Moto/E6Plus/res/xml/power_profile.xml b/Moto/E6Plus/res/xml/power_profile.xml new file mode 100644 index 0000000..22b9382 --- /dev/null +++ b/Moto/E6Plus/res/xml/power_profile.xml @@ -0,0 +1,64 @@ + + + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + + 0.2 + 0.1 + + + 1 + + + 400000 + + + 0.1 + + 0.1 + + 22.7 + + 1000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Gestures/Android.mk b/Moto/G100-Nio/Android.mk similarity index 83% rename from Gestures/Android.mk rename to Moto/G100-Nio/Android.mk index 78e89fc..0bd0ddf 100644 --- a/Gestures/Android.mk +++ b/Moto/G100-Nio/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional -LOCAL_PACKAGE_NAME := treble-overlay-gestures +LOCAL_PACKAGE_NAME := treble-overlay-moto-nio LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true LOCAL_PRIVATE_PLATFORM_APIS := true diff --git a/Moto/G100-Nio/AndroidManifest.xml b/Moto/G100-Nio/AndroidManifest.xml new file mode 100644 index 0000000..7faba65 --- /dev/null +++ b/Moto/G100-Nio/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Moto/G100-Nio/res/values-land/config.xml b/Moto/G100-Nio/res/values-land/config.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Moto/G100-Nio/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Moto/G100-Nio/res/values/config.xml b/Moto/G100-Nio/res/values/config.xml new file mode 100644 index 0000000..465b308 --- /dev/null +++ b/Moto/G100-Nio/res/values/config.xml @@ -0,0 +1,277 @@ + + + + + + 1 + 2 + 5 + 10 + 29 + 50 + 90 + 100 + 150 + 200 + 300 + 400 + 500 + 800 + 1000 + 1300 + 1500 + 1800 + 2000 + 3000 + 4000 + 8000 + + + + + 3 + 10 + 20 + 50 + 70 + 85 + 110 + 130 + 150 + 180 + 180 + 180 + 180 + 225 + 270 + 300 + 315 + 330 + 380 + 420 + 450 + 450 + 450 + + + + + 0 + 2 + 6 + 11 + 28 + 40 + 48 + 62 + 74 + 85 + 102 + 128 + 153 + 170 + 179 + 187 + 215 + 238 + 255 + + + + + 0 + 3 + 10 + 20 + 50 + 70 + 85 + 110 + 130 + 150 + 180 + 225 + 270 + 300 + 315 + 330 + 380 + 420 + 450 + + + + + M 0,0 + h 240 + v 115 + h -240 + Z + @left + + + + true + + + true + + + true + + + true + + + + 0:2:15 + + + + true + + + 4 + + + 2 + + + + 0 + 67 + + + + + 0 + 67 + + + + + 0 + 30 + + + + + 0 + 0 + 94 + + + + + 0 + 15 + 30 + 15 + + + + true + + + true + + + + + 105px + + + 120px + + 120px + + 24dp + + + + diff --git a/Moto/G100-Nio/res/xml/power_profile.xml b/Moto/G100-Nio/res/xml/power_profile.xml new file mode 100644 index 0000000..ed95eb3 --- /dev/null +++ b/Moto/G100-Nio/res/xml/power_profile.xml @@ -0,0 +1,162 @@ + + + 130 + 400 + 1.2 + 68 + 75.7 + 24.9 + 123.6 + 187 + 662.3 + 47.4 + 237.8 + 45 + + 38.8 + 35 + 30 + 25 + 20 + 15 + 10 + 8 + + + 4 + 3 + 1 + + + 300000 + 403200 + 518400 + 614400 + 691200 + 787200 + 883200 + 979200 + 1075200 + 1171200 + 1248000 + 1344000 + 1420800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 17.398 + 17.709 + 18.098 + 18.380 + 18.424 + 18.624 + 18.641 + 21.351 + 21.568 + 21.594 + 21.675 + 22.185 + 22.325 + 22.431 + 22.545 + 24.618 + 25.684 + + + 710400 + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1382400 + 1478400 + 1574400 + 1670400 + 1766400 + 1862400 + 1958400 + 2054400 + 2150400 + 2246400 + 2342400 + 2419200 + + + 30 + 37 + 45 + 51 + 60 + 68 + 72 + 81 + 94 + 100 + 109 + 133 + 141 + 149 + 163 + 180 + 198 + 209 + + + 844800 + 960000 + 1075200 + 1190400 + 1305600 + 1401600 + 1516800 + 1632000 + 1747200 + 1862400 + 1977600 + 2073600 + 2169600 + 2265600 + 2361600 + 2457600 + 2553600 + 2649600 + 2745600 + 2841600 + + + 53 + 61 + 67 + 76 + 88 + 92 + 102 + 116 + 129 + 133 + 168 + 182 + 224 + 233 + 240 + 249 + 272 + 295 + 330 + 366 + + 11.5 + 8.7 + + 20 + + 5000 + 5 + 130 + 160 + 3700 + \ No newline at end of file diff --git a/Webview/Android.mk b/Moto/G31/Android.mk similarity index 83% rename from Webview/Android.mk rename to Moto/G31/Android.mk index 67290a2..18c786b 100644 --- a/Webview/Android.mk +++ b/Moto/G31/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional -LOCAL_PACKAGE_NAME := treble-overlay-webview +LOCAL_PACKAGE_NAME := treble-overlay-moto-g31 LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true LOCAL_PRIVATE_PLATFORM_APIS := true diff --git a/Moto/G31/AndroidManifest.xml b/Moto/G31/AndroidManifest.xml new file mode 100644 index 0000000..46a2e5f --- /dev/null +++ b/Moto/G31/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Moto/G31/res/values/arrays.xml b/Moto/G31/res/values/arrays.xml new file mode 100644 index 0000000..a6bf910 --- /dev/null +++ b/Moto/G31/res/values/arrays.xml @@ -0,0 +1,79 @@ + + + + 5 + 16 + 40 + 79 + 92 + 124 + 165 + 214 + 296 + 346 + 450 + + + 5 + 10 + 40 + 100 + 325 + 1250 + 3500 + 5500 + 10000 + 20000 + + + 0 + 2 + + + /system/framework/arm/boot-framework.oat + /system/framework/framework.jar + /system/framework/services.jar + /apex/com.android.media/javalib/updatable-media.jar + /system/lib64/libsurfaceflinger.so + + + 0 + 26 + + + 0 + 43 + + + 0 + 3 + 9 + 24 + 47 + 56 + 76 + 101 + 128 + 182 + 213 + 255 + + + 0 + 5 + 16 + 40 + 79 + 92 + 124 + 165 + 214 + 296 + 346 + 450 + + + 0 + 30 + + diff --git a/Moto/G31/res/values/bools.xml b/Moto/G31/res/values/bools.xml new file mode 100644 index 0000000..8bfd8b5 --- /dev/null +++ b/Moto/G31/res/values/bools.xml @@ -0,0 +1,6 @@ + + + true + true + true + diff --git a/Moto/G31/res/values/integers.xml b/Moto/G31/res/values/integers.xml new file mode 100644 index 0000000..a6024e6 --- /dev/null +++ b/Moto/G31/res/values/integers.xml @@ -0,0 +1,11 @@ + + + 500 + 500 + 65540 + 60 + 3 + 3 + 109 + 3 + diff --git a/Moto/G31/res/values/strings.xml b/Moto/G31/res/values/strings.xml new file mode 100644 index 0000000..e241785 --- /dev/null +++ b/Moto/G31/res/values/strings.xml @@ -0,0 +1,5 @@ + + + com.motorola.sensor.camera_activate + M 35,0 L -35,0 L -35,100 L 35,100 Z + diff --git a/Moto/G31/res/xml/power_profile.xml b/Moto/G31/res/xml/power_profile.xml new file mode 100644 index 0000000..8ffb912 --- /dev/null +++ b/Moto/G31/res/xml/power_profile.xml @@ -0,0 +1,106 @@ + + + 0 + 144.926 + 191.801 + 0.017 + 55.58 + 205.677 + 320.182 + 510.246 + 28.046 + 233.72 + 70.41 + + 35 + 30 + 25 + 20 + 15 + 10 + 5 + 3.14 + + + 6 + 2 + + + 500000 + 774000 + 850000 + 900000 + 950000 + 999000 + 1050000 + 1100000 + 1175000 + 1275000 + 1325000 + 1375000 + 1450000 + 1500000 + 1625000 + 1800000 + + + 850000 + 909000 + 998000 + 1087000 + 1176000 + 1295000 + 1354000 + 1443000 + 1532000 + 1621000 + 1710000 + 1800000 + 1850000 + 1900000 + 1950000 + 2000000 + + + 52.566 + 56.535 + 58.92 + 58.5 + 59.984 + 61.934 + 64.13 + 65.004 + 67.049 + 71.74 + 74.219 + 76.282 + 78.998 + 80.561 + 90.106 + 101.117 + + + 87.21 + 91.097 + 97.375 + 109.839 + 119.657 + 135.66 + 143.41 + 155.73 + 157.113 + 169.932 + 186.811 + 232.18 + 240.73 + 253.868 + 272.877 + 283.774 + + 34.95 + 33.438 + 3 + 4.407 + 3.477 + 5000 + \ No newline at end of file diff --git a/Moto/G7Play/res/values/config.xml b/Moto/G7Play/res/values/config.xml index 02b63b3..1c5ca6d 100644 --- a/Moto/G7Play/res/values/config.xml +++ b/Moto/G7Play/res/values/config.xml @@ -7,6 +7,7 @@ false true true + 72px 72px 2000 30 diff --git a/Moto/G8/res/values-land/config.xml b/Moto/G8/res/values-land/config.xml new file mode 100644 index 0000000..d89c7e6 --- /dev/null +++ b/Moto/G8/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Moto/G8/res/values/config.xml b/Moto/G8/res/values/config.xml index c3f7f9c..e518885 100644 --- a/Moto/G8/res/values/config.xml +++ b/Moto/G8/res/values/config.xml @@ -3,6 +3,7 @@ true true + 71.0px 71.0px 28dp diff --git a/Moto/G8Plus/res/values-land/config.xml b/Moto/G8Plus/res/values-land/config.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Moto/G8Plus/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Moto/G8Plus/res/values/config.xml b/Moto/G8Plus/res/values/config.xml index 7be6249..4458135 100644 --- a/Moto/G8Plus/res/values/config.xml +++ b/Moto/G8Plus/res/values/config.xml @@ -27,8 +27,9 @@ true false true - 24dp + 24dp 24dp + 24dp M -85,0 L -84,72.5 L 85,72.5 L 85,0 Z diff --git a/Moto/G8Power/res/values-land/config.xml b/Moto/G8Power/res/values-land/config.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Moto/G8Power/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Moto/G8Power/res/values/config.xml b/Moto/G8Power/res/values/config.xml index c86a105..2b5bfbb 100644 --- a/Moto/G8Power/res/values/config.xml +++ b/Moto/G8Power/res/values/config.xml @@ -1,7 +1,8 @@ - 24dp + 122px 122px + 24dp 122px M -544,0 L -416,0 L -416,116 L -544,116 Z diff --git a/Moto/One/res/values-land/notch.xml b/Moto/One/res/values-land/notch.xml index 3d158b3..8d3f98a 100644 --- a/Moto/One/res/values-land/notch.xml +++ b/Moto/One/res/values-land/notch.xml @@ -17,4 +17,6 @@ */ --> + + 24dp diff --git a/Moto/One/res/values/notch.xml b/Moto/One/res/values/notch.xml index ab0cab3..ba255d9 100644 --- a/Moto/One/res/values/notch.xml +++ b/Moto/One/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 62px 62px diff --git a/Moto/OneAction/res/values-land/notch.xml b/Moto/OneAction/res/values-land/notch.xml index 3d158b3..8d3f98a 100644 --- a/Moto/OneAction/res/values-land/notch.xml +++ b/Moto/OneAction/res/values-land/notch.xml @@ -17,4 +17,6 @@ */ --> + + 24dp diff --git a/Moto/OneAction/res/values/notch.xml b/Moto/OneAction/res/values/notch.xml index ab4efbf..8c4ca7f 100644 --- a/Moto/OneAction/res/values/notch.xml +++ b/Moto/OneAction/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 165px 165px diff --git a/Moto/OneFusionPlus/Android.mk b/Moto/OneFusionPlus/Android.mk new file mode 100644 index 0000000..c849fcc --- /dev/null +++ b/Moto/OneFusionPlus/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-moto-onefusionplus +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Moto/OneFusionPlus/AndroidManifest.xml b/Moto/OneFusionPlus/AndroidManifest.xml new file mode 100644 index 0000000..49644f1 --- /dev/null +++ b/Moto/OneFusionPlus/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Moto/OneFusionPlus/res/values/config.xml b/Moto/OneFusionPlus/res/values/config.xml new file mode 100644 index 0000000..88a342d --- /dev/null +++ b/Moto/OneFusionPlus/res/values/config.xml @@ -0,0 +1,142 @@ + + + + + + + + 1 + 2 + 3 + 4 + 8 + 12 + 20 + 33 + 55 + 90 + 148 + 245 + 403 + 665 + 1097 + 1808 + 2981 + 5000 + 10000 + + + + + 5.139055 + 9.962018965 + 18.34822964 + 21.55068128 + 24.0167788 + 30.62162162 + 35.09486396 + 41.2249643 + 47.6760716 + 55.73002427 + 66.24126116 + 79.67614115 + 98.04727274 + 125.1221991 + 161.6875093 + 208.4885553 + 264.8221315 + 327.8974352 + 401.1676739 + 494.0846144 + + + + + 2.0 + 450.0 + + + + + 1 + 255 + + + + 1 + + + 68 + + + 1 + + + 500 + + + 200 + + + false + diff --git a/Moto/OneFusionPlus/res/values/dimens.xml b/Moto/OneFusionPlus/res/values/dimens.xml new file mode 100644 index 0000000..81d4095 --- /dev/null +++ b/Moto/OneFusionPlus/res/values/dimens.xml @@ -0,0 +1,23 @@ + + + + + + 103px + diff --git a/Moto/OneFusionPlus/res/xml/power_profile.xml b/Moto/OneFusionPlus/res/xml/power_profile.xml new file mode 100644 index 0000000..cc0da27 --- /dev/null +++ b/Moto/OneFusionPlus/res/xml/power_profile.xml @@ -0,0 +1,97 @@ + + + 0 + 83.73 + 308.75 + 0.606 + 74.462 + 25.088 + 616.782 + 111.666 + 50.69 + 208.332 + 46.310 + + 33.079 + 30 + 25 + 20 + 15 + 10 + 5 + 1.090 + + + 6 + 2 + + + 300000 + 576000 + 748800 + 1017600 + 1248000 + 1324800 + 1497600 + 1612800 + 1708800 + 1804800 + + + 300000 + 652800 + 806400 + 979200 + 1094400 + 1209600 + 1324800 + 1555200 + 1708800 + 1843200 + 1939200 + 2169600 + 2208000 + + + 7.9 + 10.1 + 14.1 + 24.5 + 31.2 + 40.4 + 45.4 + 60.4 + 77.9 + 77.9 + + + 18.3 + 28.6 + 32.5 + 48.1 + 54.3 + 77.3 + 107.2 + 141.1 + 162.8 + 206.1 + 225.9 + 282.2 + 292.2 + + 0.7 + 6.7 + 3.993 + 5.019 + 3 + 5000 + + + 0.01 + + 9 + + 7 + + 3300 + diff --git a/Moto/OneHyper/res/values-land/config.xml b/Moto/OneHyper/res/values-land/config.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Moto/OneHyper/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Moto/OneHyper/res/values/config.xml b/Moto/OneHyper/res/values/config.xml index 7f1db23..71e1f86 100644 --- a/Moto/OneHyper/res/values/config.xml +++ b/Moto/OneHyper/res/values/config.xml @@ -26,8 +26,9 @@ true false true - 24dp + 80px 80px + 24dp 55 2 diff --git a/Moto/hiphi-SystemUI/Android.mk b/Moto/hiphi-SystemUI/Android.mk new file mode 100644 index 0000000..09cf309 --- /dev/null +++ b/Moto/hiphi-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-moto-hiphi-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Moto/hiphi-SystemUI/AndroidManifest.xml b/Moto/hiphi-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..e569609 --- /dev/null +++ b/Moto/hiphi-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Moto/hiphi-SystemUI/res/values-land/config.xml b/Moto/hiphi-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Moto/hiphi-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Moto/hiphi-SystemUI/res/values-v31/config.xml b/Moto/hiphi-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..40690d4 --- /dev/null +++ b/Moto/hiphi-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 693px + diff --git a/Moto/hiphi-SystemUI/res/values/config.xml b/Moto/hiphi-SystemUI/res/values/config.xml new file mode 100644 index 0000000..82313fb --- /dev/null +++ b/Moto/hiphi-SystemUI/res/values/config.xml @@ -0,0 +1,11 @@ + + + 35px + 35px + 102px + 35px + 35px + + + 4dp + diff --git a/Moto/hiphi/Android.mk b/Moto/hiphi/Android.mk new file mode 100644 index 0000000..0142fb8 --- /dev/null +++ b/Moto/hiphi/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-moto-hiphi +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Moto/hiphi/AndroidManifest.xml b/Moto/hiphi/AndroidManifest.xml new file mode 100644 index 0000000..76f824b --- /dev/null +++ b/Moto/hiphi/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Moto/hiphi/res/values-land/config.xml b/Moto/hiphi/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Moto/hiphi/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Moto/hiphi/res/values/config.xml b/Moto/hiphi/res/values/config.xml new file mode 100644 index 0000000..25b40e3 --- /dev/null +++ b/Moto/hiphi/res/values/config.xml @@ -0,0 +1,85 @@ + + + true + true + false + true + true + true + true + + 102px + 102px + 28dp + 102px + + 6 + 1 + + + 2 + 4 + 5 + 10 + 40 + 100 + 325 + 1250 + 3500 + 5500 + + + 10 + 20 + 40 + 70 + 110 + 160 + 200 + 255 + + + 5 + 7 + 10 + 12 + 24 + 95 + 111 + 149 + 192 + 252 + 500 + + + 0 + 5 + 7 + 10 + 12 + 24 + 95 + 111 + 149 + 192 + 252 + 500 + + + 0 + 4 + 5 + 6 + 7 + 13 + 51 + 59 + 82 + 102 + 138 + 255 + + + M -31,0 L -31,82 L 31,82 L 31,0 Z + M -31,0 L -31,82 L 31,82 L 31,0 Z + diff --git a/Moto/hiphi/res/xml/power_profile.xml b/Moto/hiphi/res/xml/power_profile.xml new file mode 100644 index 0000000..64c569e --- /dev/null +++ b/Moto/hiphi/res/xml/power_profile.xml @@ -0,0 +1,152 @@ + + + 0 + 104.64 + 171.75 + 1.189 + 80.689 + 250.59 + 634.17 + 224.175 + 8.65 + 257.53 + 72.7 + + 33.079 + 30 + 25 + 20 + 15 + 10 + 5 + 4.3 + + + 4 + 3 + 1 + + + 307200 + 403200 + 518400 + 614400 + 729600 + 844800 + 960000 + 1075200 + 1171200 + 1267200 + 1363200 + 1478400 + 1574400 + 1689600 + 1785600 + + + 633600 + 768000 + 833200 + 998400 + 1113600 + 1209600 + 1324800 + 1440000 + 1555200 + 1651200 + 1766400 + 1881600 + 1996800 + 2112000 + 2227200 + 2342400 + 2419200 + + + 806400 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1728000 + 1843200 + 1958400 + 2054400 + 2169600 + 2284800 + 2400000 + 2515200 + 2630400 + 2726400 + 2822400 + 2841600 + + + 6 + 7 + 10 + 11 + 12 + 17 + 21 + 23 + 30 + 33 + 37 + 43 + 55 + 61 + 65 + + + 33 + 41 + 51 + 59 + 68 + 75 + 87 + 100 + 113 + 121 + 155 + 175 + 207 + 235 + 260 + 301 + 309 + + + 68 + 82 + 105 + 127 + 152 + 179 + 192 + 219 + 247 + 297 + 321 + 376 + 425 + 430 + 440 + 455 + 475 + 502 + 514 + 516 + + 1.13 + 1.13 + 1.13 + 6.5 + 22.71 + 6.9 + 5069 + \ No newline at end of file diff --git a/Nokia/CTL-7.1/res/values-land/config.xml b/Nokia/CTL-7.1/res/values-land/config.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Nokia/CTL-7.1/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Nokia/CTL-7.1/res/values/config.xml b/Nokia/CTL-7.1/res/values/config.xml index eac70b2..b4359de 100644 --- a/Nokia/CTL-7.1/res/values/config.xml +++ b/Nokia/CTL-7.1/res/values/config.xml @@ -2,7 +2,9 @@ true true + true + 89px 89px 24dp 106px diff --git a/Nokia/DRG-6.1Plus-X6/res/values-land/config.xml b/Nokia/DRG-6.1Plus-X6/res/values-land/config.xml new file mode 100644 index 0000000..b5d881e --- /dev/null +++ b/Nokia/DRG-6.1Plus-X6/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 89.0px + diff --git a/Nokia/DRG-6.1Plus-X6/res/values/config.xml b/Nokia/DRG-6.1Plus-X6/res/values/config.xml index f2d038a..a567648 100644 --- a/Nokia/DRG-6.1Plus-X6/res/values/config.xml +++ b/Nokia/DRG-6.1Plus-X6/res/values/config.xml @@ -3,6 +3,7 @@ true true + 89.0px 89.0px 89.0px diff --git a/Nokia/Nokia-4.2/res/values-land/config.xml b/Nokia/Nokia-4.2/res/values-land/config.xml new file mode 100644 index 0000000..3db0de0 --- /dev/null +++ b/Nokia/Nokia-4.2/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 60px + diff --git a/Nokia/Nokia-4.2/res/values/notch.xml b/Nokia/Nokia-4.2/res/values/notch.xml index b8c49e1..6dda0c0 100644 --- a/Nokia/Nokia-4.2/res/values/notch.xml +++ b/Nokia/Nokia-4.2/res/values/notch.xml @@ -1,6 +1,7 @@ -60px -60px -M 0,0 L -24,0 C -24,0 -24,31 0,31 C 0,31 24,31 24,0 Z @dp + 60px + 60px + 60px + M 0,0 L -24,0 C -24,0 -24,31 0,31 C 0,31 24,31 24,0 Z @dp diff --git a/Nokia/PDA_sprout-5.1Plus-X5/res/values-land/notch.xml b/Nokia/PDA_sprout-5.1Plus-X5/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Nokia/PDA_sprout-5.1Plus-X5/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Nokia/PDA_sprout-5.1Plus-X5/res/values/notch.xml b/Nokia/PDA_sprout-5.1Plus-X5/res/values/notch.xml index ca5f434..8270762 100644 --- a/Nokia/PDA_sprout-5.1Plus-X5/res/values/notch.xml +++ b/Nokia/PDA_sprout-5.1Plus-X5/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 62px 62px diff --git a/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml b/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml index 5c4db4d..064b6d0 100644 --- a/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml +++ b/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml @@ -3,5 +3,7 @@ android:versionCode="1" android:versionName="1.0"> + android:requiredSystemPropertyName="ro.vendor.build.fingerprint" + android:requiredSystemPropertyValue="+Nokia/Phoenix*" + android:priority="164" /> diff --git a/Nokia/PNX-8.1-X7-SystemUI/res/values-sw372dp/config.xml b/Nokia/PNX-8.1-X7-SystemUI/res/values-sw372dp/config.xml index 42a128e..7498108 100644 --- a/Nokia/PNX-8.1-X7-SystemUI/res/values-sw372dp/config.xml +++ b/Nokia/PNX-8.1-X7-SystemUI/res/values-sw372dp/config.xml @@ -23,6 +23,6 @@ 37.0px 37.0px 37.0px -110.0px -110.0px +103.0px +103.0px diff --git a/Nokia/PNX-8.1-X7-SystemUI/res/values/config.xml b/Nokia/PNX-8.1-X7-SystemUI/res/values/config.xml index 6820063..ed4f134 100644 --- a/Nokia/PNX-8.1-X7-SystemUI/res/values/config.xml +++ b/Nokia/PNX-8.1-X7-SystemUI/res/values/config.xml @@ -20,6 +20,6 @@ 37.0px 37.0px 24.0px - 110.0px + 103.0px 37.0px diff --git a/Nokia/PNX-8.1-X7/res/values-land/config.xml b/Nokia/PNX-8.1-X7/res/values-land/config.xml new file mode 100644 index 0000000..5f2985d --- /dev/null +++ b/Nokia/PNX-8.1-X7/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 86px + diff --git a/Nokia/PNX-8.1-X7/res/values/config.xml b/Nokia/PNX-8.1-X7/res/values/config.xml index 84a21b1..03c63cd 100644 --- a/Nokia/PNX-8.1-X7/res/values/config.xml +++ b/Nokia/PNX-8.1-X7/res/values/config.xml @@ -7,10 +7,11 @@ true true + 86px 86px 86px - 110.0px - 110.0px + 103.0px + 103.0px 10.0dip 11.0dip @@ -27,7 +28,7 @@ 1 2000 8000 - + 9 13 diff --git a/Nubia/RedMagic3s/Android.mk b/Nubia/RedMagic3s/Android.mk new file mode 100644 index 0000000..3caa526 --- /dev/null +++ b/Nubia/RedMagic3s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-nubia-redmagic3s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Nubia/RedMagic3s/AndroidManifest.xml b/Nubia/RedMagic3s/AndroidManifest.xml new file mode 100644 index 0000000..d5ca21e --- /dev/null +++ b/Nubia/RedMagic3s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Nubia/RedMagic3s/res/values/config.xml b/Nubia/RedMagic3s/res/values/config.xml new file mode 100644 index 0000000..0df24a7 --- /dev/null +++ b/Nubia/RedMagic3s/res/values/config.xml @@ -0,0 +1,62 @@ + + + + 4 + 9 + 27 + 48 + 61 + 69 + 117 + 170 + 223 + + + 1 + 10 + 50 + 100 + 400 + 900 + 2000 + 5000 + + true + true + false + true + true + true + true + true + true + true + true + false + true + true + true + true + false + false + true + 300.0% + 20.000004% + 1000 + 1500 + 1 + 10 + 17 + 91 + 255 + 10 + 1 + 3300 + 2 + 3 + 680 + + true + true + true + diff --git a/Nubia/RedMagic3s/res/xml/power_profile.xml b/Nubia/RedMagic3s/res/xml/power_profile.xml new file mode 100644 index 0000000..dcd553c --- /dev/null +++ b/Nubia/RedMagic3s/res/xml/power_profile.xml @@ -0,0 +1,176 @@ + + + 0 + 80 + 340 + 80 + 1 + 1 + 61 + 30 + 78 + 58 + 300 + 550 + 159 + 4 + 46 + + 3.9 + 2.8 + + + 587000000 + 525000000 + 490000000 + 441600000 + 400000000 + 30500000 + + + 327 + 255 + 248 + 240 + 207 + 141 + + 4 + 20 + + 4 + 3 + 1 + + + 300000 + 403200 + 518400 + 614400 + 691200 + 787200 + 883200 + 979200 + 1075200 + 1171200 + 1248000 + 1344000 + 1420800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 16 + 17 + 20 + 21 + 22 + 23 + 24 + 26 + 27 + 30 + 33 + 35 + 36 + 39 + 45 + 55 + 56 + + + 710400 + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1382400 + 1478400 + 1574400 + 1670400 + 1766400 + 1862400 + 1958400 + 2054400 + 2150400 + 2246400 + 2342400 + 2419200 + + + 60 + 69 + 80 + 89 + 99 + 111 + 122 + 133 + 147 + 159 + 174 + 197 + 222 + 242 + 267 + 288 + 316 + 334 + + + 844800 + 960000 + 1075200 + 1190400 + 1305600 + 1401600 + 1516800 + 1632000 + 1747200 + 1862400 + 1977600 + 2073600 + 2169600 + 2265600 + 2361600 + 2457600 + 2553600 + 2649600 + 2745600 + 2841600 + + + 77 + 85 + 96 + 107 + 228 + 127 + 146 + 161 + 180 + 198 + 228 + 252 + 295 + 306 + 319 + 351 + 379 + 414 + 453 + 518 + + 4500 + + .0002 + .002 + .02 + .2 + 2 + + + diff --git a/OPPO/A54-SystemUI/Android.mk b/OPPO/A54-SystemUI/Android.mk new file mode 100644 index 0000000..32c336e --- /dev/null +++ b/OPPO/A54-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oppo-a54-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OPPO/A54-SystemUI/AndroidManifest.xml b/OPPO/A54-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..31bf5a1 --- /dev/null +++ b/OPPO/A54-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OPPO/A54-SystemUI/res/values-land/config.xml b/OPPO/A54-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/OPPO/A54-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/OPPO/A54-SystemUI/res/values/config.xml b/OPPO/A54-SystemUI/res/values/config.xml new file mode 100644 index 0000000..2389c44 --- /dev/null +++ b/OPPO/A54-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 16px + 32px + 88px + 16px + 32px + diff --git a/OPPO/A54/Android.mk b/OPPO/A54/Android.mk new file mode 100644 index 0000000..745ba85 --- /dev/null +++ b/OPPO/A54/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oppo-a54 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OPPO/A54/AndroidManifest.xml b/OPPO/A54/AndroidManifest.xml new file mode 100644 index 0000000..9ff40d2 --- /dev/null +++ b/OPPO/A54/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OPPO/A54/res/values-land/config.xml b/OPPO/A54/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/OPPO/A54/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/OPPO/A54/res/values/config.xml b/OPPO/A54/res/values/config.xml new file mode 100644 index 0000000..1a24949 --- /dev/null +++ b/OPPO/A54/res/values/config.xml @@ -0,0 +1,16 @@ + + + true + true + false + + 88px + 88px + 28dp + 88px + + 1 + + M -360,0 L -360,72 L -266,72 L -266,0 Z + M -360,0 L -360,72 L -266,72 L -266,0 Z + diff --git a/OPPO/PEQM00-SystemUI/AndroidManifest.xml b/OPPO/PEQM00-SystemUI/AndroidManifest.xml index 1e514e9..660a17a 100644 --- a/OPPO/PEQM00-SystemUI/AndroidManifest.xml +++ b/OPPO/PEQM00-SystemUI/AndroidManifest.xml @@ -3,8 +3,8 @@ android:versionCode="1" android:versionName="1.0"> diff --git a/OPPO/PEQM00-SystemUI/res/values/config.xml b/OPPO/PEQM00-SystemUI/res/values/config.xml index ea6d132..b3c4f5c 100644 --- a/OPPO/PEQM00-SystemUI/res/values/config.xml +++ b/OPPO/PEQM00-SystemUI/res/values/config.xml @@ -1,8 +1,8 @@ 25px - 45px - @*android:dimen/status_bar_height - @dimen/status_bar_padding_start - @dimen/status_bar_padding_end + 50px + 139px + 25px + 50px diff --git a/OPPO/PEQM00/AndroidManifest.xml b/OPPO/PEQM00/AndroidManifest.xml index d2b8406..05b07ff 100644 --- a/OPPO/PEQM00/AndroidManifest.xml +++ b/OPPO/PEQM00/AndroidManifest.xml @@ -3,8 +3,8 @@ android:versionCode="1" android:versionName="1.0"> diff --git a/OPPO/PEQM00/res/values-land/config.xml b/OPPO/PEQM00/res/values-land/config.xml index 9d6de4c..80d82e4 100644 --- a/OPPO/PEQM00/res/values-land/config.xml +++ b/OPPO/PEQM00/res/values-land/config.xml @@ -1,4 +1,5 @@ - @dimen/status_bar_height_landscape + 28dp + 28dp diff --git a/OPPO/PEQM00/res/values/config.xml b/OPPO/PEQM00/res/values/config.xml index 0b6690e..eeb1c83 100644 --- a/OPPO/PEQM00/res/values/config.xml +++ b/OPPO/PEQM00/res/values/config.xml @@ -3,9 +3,10 @@ true true + 139px 139px 28dp - @dimen/status_bar_height_portrait + 139px 128 @@ -48,4 +49,5 @@ M -540,0 L -540,106 L -401,106 L -401,0 Z + M -540,0 L -540,106 L -401,106 L -401,0 Z diff --git a/OPPO/RenoPro2019-SystemUI/Android.mk b/OPPO/RenoPro2019-SystemUI/Android.mk new file mode 100644 index 0000000..096328e --- /dev/null +++ b/OPPO/RenoPro2019-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oppo-renopro2019-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OPPO/RenoPro2019-SystemUI/AndroidManifest.xml b/OPPO/RenoPro2019-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..b3b7367 --- /dev/null +++ b/OPPO/RenoPro2019-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OPPO/RenoPro2019-SystemUI/res/values-land/config.xml b/OPPO/RenoPro2019-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/OPPO/RenoPro2019-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/OPPO/RenoPro2019-SystemUI/res/values/config.xml b/OPPO/RenoPro2019-SystemUI/res/values/config.xml new file mode 100644 index 0000000..f854ab1 --- /dev/null +++ b/OPPO/RenoPro2019-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 25px + 50px + 132px + 25px + 50px + diff --git a/OPPO/RenoPro2019/Android.mk b/OPPO/RenoPro2019/Android.mk new file mode 100644 index 0000000..2e3108e --- /dev/null +++ b/OPPO/RenoPro2019/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oppo-renopro2019 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OPPO/RenoPro2019/AndroidManifest.xml b/OPPO/RenoPro2019/AndroidManifest.xml new file mode 100644 index 0000000..8742fe2 --- /dev/null +++ b/OPPO/RenoPro2019/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OPPO/RenoPro2019/res/values-land/config.xml b/OPPO/RenoPro2019/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/OPPO/RenoPro2019/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/OPPO/RenoPro2019/res/values/config.xml b/OPPO/RenoPro2019/res/values/config.xml new file mode 100644 index 0000000..bc9284a --- /dev/null +++ b/OPPO/RenoPro2019/res/values/config.xml @@ -0,0 +1,16 @@ + + + true + true + false + + 132px + 132px + 28dp + 132px + + 1 + + M -540,0 L -540,102 L -408,102 L -408,0 Z + M -540,0 L -540,102 L -408,102 L -408,0 Z + diff --git a/OnePlus/N2-SystemUI/Android.mk b/OnePlus/N2-SystemUI/Android.mk new file mode 100755 index 0000000..b49705c --- /dev/null +++ b/OnePlus/N2-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oneplus-n2-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OnePlus/N2-SystemUI/AndroidManifest.xml b/OnePlus/N2-SystemUI/AndroidManifest.xml new file mode 100755 index 0000000..d59bcec --- /dev/null +++ b/OnePlus/N2-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OnePlus/N2-SystemUI/res/values-land/config.xml b/OnePlus/N2-SystemUI/res/values-land/config.xml new file mode 100755 index 0000000..0356339 --- /dev/null +++ b/OnePlus/N2-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/OnePlus/N2-SystemUI/res/values-v31/config.xml b/OnePlus/N2-SystemUI/res/values-v31/config.xml new file mode 100755 index 0000000..69d283f --- /dev/null +++ b/OnePlus/N2-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 825px + diff --git a/OnePlus/N2-SystemUI/res/values/config.xml b/OnePlus/N2-SystemUI/res/values/config.xml new file mode 100755 index 0000000..b3c4f5c --- /dev/null +++ b/OnePlus/N2-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 25px + 50px + 139px + 25px + 50px + diff --git a/OnePlus/N2/Android.mk b/OnePlus/N2/Android.mk new file mode 100755 index 0000000..45827a8 --- /dev/null +++ b/OnePlus/N2/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oneplus-n2 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OnePlus/N2/AndroidManifest.xml b/OnePlus/N2/AndroidManifest.xml new file mode 100755 index 0000000..0d88551 --- /dev/null +++ b/OnePlus/N2/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OnePlus/N2/res/values-land/config.xml b/OnePlus/N2/res/values-land/config.xml new file mode 100755 index 0000000..80d82e4 --- /dev/null +++ b/OnePlus/N2/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/OnePlus/N2/res/values/config.xml b/OnePlus/N2/res/values/config.xml new file mode 100755 index 0000000..b4e06fa --- /dev/null +++ b/OnePlus/N2/res/values/config.xml @@ -0,0 +1,21 @@ + + + true + true + false + true + true + true + true + + 139px + 139px + 28dp + 139px + + 2 + 1 + + M -540,0 L -540,100 L -401,100 L -401,0 Z + M -540,0 L -540,100 L -401,100 L -401,0 Z + diff --git a/OnePlus/N200-SystemUI/AndroidManifest.xml b/OnePlus/N200-SystemUI/AndroidManifest.xml index 106d0e7..bd0c5a2 100644 --- a/OnePlus/N200-SystemUI/AndroidManifest.xml +++ b/OnePlus/N200-SystemUI/AndroidManifest.xml @@ -2,7 +2,6 @@ package="me.phh.treble.overlay.oneplus.n200.systemui" android:versionCode="1" android:versionName="1.0"> - 25px - 45px + 50px 133px - @dimen/status_bar_padding_start - @dimen/status_bar_padding_end + 25px + 50px diff --git a/OnePlus/N200/AndroidManifest.xml b/OnePlus/N200/AndroidManifest.xml index 7ccb7e8..2b54ae6 100644 --- a/OnePlus/N200/AndroidManifest.xml +++ b/OnePlus/N200/AndroidManifest.xml @@ -2,7 +2,6 @@ package="me.phh.treble.overlay.oneplus.n200" android:versionCode="1" android:versionName="1.0"> - - @dimen/status_bar_height_landscape + 28dp + 28dp diff --git a/OnePlus/N200/res/values/config.xml b/OnePlus/N200/res/values/config.xml index 2f8df1c..0f7ae79 100644 --- a/OnePlus/N200/res/values/config.xml +++ b/OnePlus/N200/res/values/config.xml @@ -3,10 +3,12 @@ true true false + true + 133px 133px 28dp - @dimen/status_bar_height_portrait + 133px 1 diff --git a/OnePlus/OP10Pro-SystemUI/Android.mk b/OnePlus/OP10Pro-SystemUI/Android.mk new file mode 100644 index 0000000..8b37052 --- /dev/null +++ b/OnePlus/OP10Pro-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oneplus-op10pro-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OnePlus/OP10Pro-SystemUI/AndroidManifest.xml b/OnePlus/OP10Pro-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..903d364 --- /dev/null +++ b/OnePlus/OP10Pro-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OnePlus/OP10Pro-SystemUI/res/values-land/config.xml b/OnePlus/OP10Pro-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/OnePlus/OP10Pro-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/OnePlus/OP10Pro-SystemUI/res/values-v31/config.xml b/OnePlus/OP10Pro-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..bc88b94 --- /dev/null +++ b/OnePlus/OP10Pro-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 1280px + diff --git a/OnePlus/OP10Pro-SystemUI/res/values/config.xml b/OnePlus/OP10Pro-SystemUI/res/values/config.xml new file mode 100644 index 0000000..73f9928 --- /dev/null +++ b/OnePlus/OP10Pro-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 33px + 80px + 160px + 33px + 80px + diff --git a/OnePlus/OP10Pro/Android.mk b/OnePlus/OP10Pro/Android.mk new file mode 100644 index 0000000..76c8c1b --- /dev/null +++ b/OnePlus/OP10Pro/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oneplus-op10pro +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OnePlus/OP10Pro/AndroidManifest.xml b/OnePlus/OP10Pro/AndroidManifest.xml new file mode 100644 index 0000000..39ac85a --- /dev/null +++ b/OnePlus/OP10Pro/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OnePlus/OP10Pro/res/values-land/config.xml b/OnePlus/OP10Pro/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/OnePlus/OP10Pro/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/OnePlus/OP10Pro/res/values-sw320dp/dimens.xml b/OnePlus/OP10Pro/res/values-sw320dp/dimens.xml new file mode 100644 index 0000000..c1181c5 --- /dev/null +++ b/OnePlus/OP10Pro/res/values-sw320dp/dimens.xml @@ -0,0 +1,5 @@ + + + 160.000001px + 28.000001dp + diff --git a/OnePlus/OP10Pro/res/values-sw338dp/dimens.xml b/OnePlus/OP10Pro/res/values-sw338dp/dimens.xml new file mode 100644 index 0000000..332e33d --- /dev/null +++ b/OnePlus/OP10Pro/res/values-sw338dp/dimens.xml @@ -0,0 +1,5 @@ + + + 160.000002px + 28.000002dp + diff --git a/OnePlus/OP10Pro/res/values-sw360dp/dimens.xml b/OnePlus/OP10Pro/res/values-sw360dp/dimens.xml new file mode 100644 index 0000000..8e1fa7b --- /dev/null +++ b/OnePlus/OP10Pro/res/values-sw360dp/dimens.xml @@ -0,0 +1,5 @@ + + + 160.000003px + 28.000003dp + diff --git a/OnePlus/OP10Pro/res/values-sw411dp/dimens.xml b/OnePlus/OP10Pro/res/values-sw411dp/dimens.xml new file mode 100644 index 0000000..dba10f6 --- /dev/null +++ b/OnePlus/OP10Pro/res/values-sw411dp/dimens.xml @@ -0,0 +1,5 @@ + + + 160.000004px + 28.000004dp + diff --git a/OnePlus/OP10Pro/res/values-sw454dp/dimens.xml b/OnePlus/OP10Pro/res/values-sw454dp/dimens.xml new file mode 100644 index 0000000..0bb999e --- /dev/null +++ b/OnePlus/OP10Pro/res/values-sw454dp/dimens.xml @@ -0,0 +1,5 @@ + + + 160.000005px + 28.000005dp + diff --git a/OnePlus/OP10Pro/res/values-sw460dp/dimens.xml b/OnePlus/OP10Pro/res/values-sw460dp/dimens.xml new file mode 100644 index 0000000..e97d20b --- /dev/null +++ b/OnePlus/OP10Pro/res/values-sw460dp/dimens.xml @@ -0,0 +1,5 @@ + + + 160.000006px + 28.000006dp + diff --git a/OnePlus/OP10Pro/res/values/config.xml b/OnePlus/OP10Pro/res/values/config.xml new file mode 100644 index 0000000..0a26c7f --- /dev/null +++ b/OnePlus/OP10Pro/res/values/config.xml @@ -0,0 +1,21 @@ + + + true + true + false + true + true + true + true + + 160px + 160px + 28dp + 160px + + 3 + 1 + + M -720,0 L -720,124 L -525,124 L -525,0 Z + M -720,0 L -720,124 L -525,124 L -525,0 Z + diff --git a/OnePlus/OP10Pro/res/xml/power_profile.xml b/OnePlus/OP10Pro/res/xml/power_profile.xml new file mode 100644 index 0000000..2f810cc --- /dev/null +++ b/OnePlus/OP10Pro/res/xml/power_profile.xml @@ -0,0 +1,167 @@ + + + 0 + 100 + 580 + + 4 + 3 + 1 + + + 300000 + 403200 + 499200 + 614400 + 729600 + 844800 + 960000 + 1075200 + 1171200 + 1267200 + 1363200 + 1478400 + 1574400 + 1689600 + 1785600 + + + 5 + 7 + 8 + 12 + 16 + 21 + 22 + 26 + 29 + 34 + 40 + 41 + 54 + 58 + 65 + + + 633600 + 768000 + 883200 + 998400 + 1113600 + 1209600 + 1324800 + 1440000 + 1555200 + 1651200 + 1766400 + 1881600 + 1996800 + 2112000 + 2227200 + 2342400 + 2419200 + + + 33 + 42 + 51 + 59 + 70 + 75 + 88 + 101 + 122 + 130 + 151 + 181 + 207 + 233 + 278 + 314 + 335 + + + 806400 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1728000 + 1843200 + 1958400 + 2054400 + 2169600 + 2284800 + 2400000 + 2515200 + 2630400 + 2726400 + 2822400 + 2841600 + + + 86 + 96 + 109 + 127 + 142 + 158 + 169 + 190 + 207 + 231 + 270 + 290 + 333 + 386 + 428 + 487 + 554 + 616 + 684 + 686 + + 8.5 + 0.1 + 0 + 4040 + 0.1 + 173 + 0.5 + 25 + 81 + 550 + 390 + 13.5 + 170 + 5.8 + + 95 + 8 + + 6 + 204 + 220 + 4000 + + 21 + + 1 + 170 + 210 + 1 + 4000 + + .0001 + .001 + .01 + .1 + 1 + + 130 + 0.8 + 4000 + diff --git a/OnePlus/OP6/res/values-land/notch.xml b/OnePlus/OP6/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/OnePlus/OP6/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/OnePlus/OP6/res/values/notch.xml b/OnePlus/OP6/res/values/notch.xml index 4141502..667bd9b 100644 --- a/OnePlus/OP6/res/values/notch.xml +++ b/OnePlus/OP6/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 80px 80px diff --git a/OnePlus/OP6T/res/values-land/config.xml b/OnePlus/OP6T/res/values-land/config.xml new file mode 100644 index 0000000..b0af112 --- /dev/null +++ b/OnePlus/OP6T/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 80px + diff --git a/OnePlus/OP6T/res/values/config.xml b/OnePlus/OP6T/res/values/config.xml index 62a8488..e35a6a8 100644 --- a/OnePlus/OP6T/res/values/config.xml +++ b/OnePlus/OP6T/res/values/config.xml @@ -112,9 +112,10 @@ + 80px 80px 80px - + diff --git a/OnePlus/OP8-SystemUI/Android.mk b/OnePlus/OP8-SystemUI/Android.mk new file mode 100755 index 0000000..cb40d6f --- /dev/null +++ b/OnePlus/OP8-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oneplus-op8-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OnePlus/OP8-SystemUI/AndroidManifest.xml b/OnePlus/OP8-SystemUI/AndroidManifest.xml new file mode 100755 index 0000000..705d956 --- /dev/null +++ b/OnePlus/OP8-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OnePlus/OP8-SystemUI/res/values-land/config.xml b/OnePlus/OP8-SystemUI/res/values-land/config.xml new file mode 100755 index 0000000..0356339 --- /dev/null +++ b/OnePlus/OP8-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/OnePlus/OP8-SystemUI/res/values-v31/config.xml b/OnePlus/OP8-SystemUI/res/values-v31/config.xml new file mode 100755 index 0000000..72521e5 --- /dev/null +++ b/OnePlus/OP8-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 810px + diff --git a/OnePlus/OP8-SystemUI/res/values/config.xml b/OnePlus/OP8-SystemUI/res/values/config.xml new file mode 100755 index 0000000..f854ab1 --- /dev/null +++ b/OnePlus/OP8-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 25px + 50px + 132px + 25px + 50px + diff --git a/OnePlus/OP8/Android.mk b/OnePlus/OP8/Android.mk new file mode 100755 index 0000000..1cad4d7 --- /dev/null +++ b/OnePlus/OP8/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oneplus-op8 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OnePlus/OP8/AndroidManifest.xml b/OnePlus/OP8/AndroidManifest.xml new file mode 100755 index 0000000..85f6efb --- /dev/null +++ b/OnePlus/OP8/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OnePlus/OP8/res/values-land/config.xml b/OnePlus/OP8/res/values-land/config.xml new file mode 100755 index 0000000..80d82e4 --- /dev/null +++ b/OnePlus/OP8/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/OnePlus/OP8/res/values/config.xml b/OnePlus/OP8/res/values/config.xml new file mode 100755 index 0000000..bf9e807 --- /dev/null +++ b/OnePlus/OP8/res/values/config.xml @@ -0,0 +1,20 @@ + + + true + true + false + true + true + true + true + + 132px + 132px + 28dp + 132px + + 3 + 1 + + M -540,0 L -540,100 L -409,100 L -409,0 Z + diff --git a/OnePlus/OP8/res/xml/power_profile.xml b/OnePlus/OP8/res/xml/power_profile.xml new file mode 100755 index 0000000..3fe06bb --- /dev/null +++ b/OnePlus/OP8/res/xml/power_profile.xml @@ -0,0 +1,162 @@ + + + 0 + 119.79 + 430 + + 4 + 4 + + + 518400 + 614400 + 691200 + 787200 + 883200 + 979200 + 1075200 + 1171200 + 1248000 + 1344000 + 1420800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 7 + 8 + 10 + 11 + 12 + 13 + 15 + 16 + 17 + 19 + 21 + 23 + 25 + 29 + 31 + + + 710400 + 825600 + 844800 + 940800 + 960000 + 1056000 + 1075200 + 1171200 + 1190400 + 1286400 + 1305600 + 1382400 + 1401600 + 1478400 + 1516800 + 1574400 + 1632000 + 1670400 + 1747200 + 1766400 + 1862400 + 1958400 + 1977600 + 2054400 + 2073600 + 2150400 + 2169600 + 2246400 + 2265600 + 2342400 + 2361600 + 2419200 + 2457600 + 2553600 + 2649600 + 2745600 + 2841600 + + + 30 + 37 + 53 + 45 + 61 + 51 + 67 + 60 + 76 + 68 + 88 + 72 + 92 + 81 + 102 + 94 + 116 + 100 + 129 + 109 + 133 + 141 + 168 + 149 + 182 + 163 + 224 + 180 + 233 + 198 + 240 + 209 + 249 + 272 + 295 + 330 + 366 + + 7.6 + 0.1 + 0 + 3550 + 0.1 + 168 + 1.3 + 24 + 63 + 650 + 380 + 10 + 168 + 6 + + 88 + 8 + + 6 + 180 + 186 + 3700 + + 17 + + 1 + 152 + 190 + 1 + 3700 + + .0001 + .001 + .01 + .1 + 1 + + 135 + 0.6 + 3700 + \ No newline at end of file diff --git a/Realme/6/res/values-land/config.xml b/Realme/6/res/values-land/config.xml new file mode 100644 index 0000000..606eb19 --- /dev/null +++ b/Realme/6/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28.0dip + diff --git a/Realme/6/res/values/notch.xml b/Realme/6/res/values/notch.xml index 0deef0d..6062cf9 100644 --- a/Realme/6/res/values/notch.xml +++ b/Realme/6/res/values/notch.xml @@ -1,13 +1,12 @@ + + 110px 110px - 105px - 28.0dip - M -544,0 L -544,115 L -382,115 L -382,0 Z - + diff --git a/Realme/6i/res/values-land/notch.xml b/Realme/6i/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Realme/6i/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Realme/6i/res/values/notch.xml b/Realme/6i/res/values/notch.xml index 0deef0d..6062cf9 100644 --- a/Realme/6i/res/values/notch.xml +++ b/Realme/6i/res/values/notch.xml @@ -1,13 +1,12 @@ + + 110px 110px - 105px - 28.0dip - M -544,0 L -544,115 L -382,115 L -382,0 Z - + diff --git a/Realme/C2/res/values/dimens.xml b/Realme/C2/res/values/dimens.xml index 40aeffe..88df3de 100644 --- a/Realme/C2/res/values/dimens.xml +++ b/Realme/C2/res/values/dimens.xml @@ -7,5 +7,6 @@ 10.0px 10.0px 10.0px + 25.5dip 25.5dip diff --git a/Realme/GTNeo3-SystemUI/Android.mk b/Realme/GTNeo3-SystemUI/Android.mk new file mode 100644 index 0000000..458039f --- /dev/null +++ b/Realme/GTNeo3-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-gtneo3-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/GTNeo3-SystemUI/AndroidManifest.xml b/Realme/GTNeo3-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..a9614d7 --- /dev/null +++ b/Realme/GTNeo3-SystemUI/AndroidManifest.xml @@ -0,0 +1,11 @@ + + + + diff --git a/Realme/GTNeo3-SystemUI/res/values-land/config.xml b/Realme/GTNeo3-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Realme/GTNeo3-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Realme/GTNeo3-SystemUI/res/values-v31/config.xml b/Realme/GTNeo3-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..91351c6 --- /dev/null +++ b/Realme/GTNeo3-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 975px + diff --git a/Realme/GTNeo3-SystemUI/res/values/config.xml b/Realme/GTNeo3-SystemUI/res/values/config.xml new file mode 100644 index 0000000..e1b219a --- /dev/null +++ b/Realme/GTNeo3-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 55px + 55px + 121px + 55px + 55px + diff --git a/Realme/GTNeo3/Android.mk b/Realme/GTNeo3/Android.mk new file mode 100644 index 0000000..1801095 --- /dev/null +++ b/Realme/GTNeo3/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-gtneo3 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/GTNeo3/AndroidManifest.xml b/Realme/GTNeo3/AndroidManifest.xml new file mode 100644 index 0000000..b0c7e03 --- /dev/null +++ b/Realme/GTNeo3/AndroidManifest.xml @@ -0,0 +1,11 @@ + + + + diff --git a/Realme/GTNeo3/res/values-land/config.xml b/Realme/GTNeo3/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Realme/GTNeo3/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Realme/GTNeo3/res/values-sw320dp/dimens.xml b/Realme/GTNeo3/res/values-sw320dp/dimens.xml new file mode 100644 index 0000000..180ad6b --- /dev/null +++ b/Realme/GTNeo3/res/values-sw320dp/dimens.xml @@ -0,0 +1,5 @@ + + + 121.000001px + 28.000001dp + diff --git a/Realme/GTNeo3/res/values-sw338dp/dimens.xml b/Realme/GTNeo3/res/values-sw338dp/dimens.xml new file mode 100644 index 0000000..45eb899 --- /dev/null +++ b/Realme/GTNeo3/res/values-sw338dp/dimens.xml @@ -0,0 +1,5 @@ + + + 121.000002px + 28.000002dp + diff --git a/Realme/GTNeo3/res/values-sw360dp/dimens.xml b/Realme/GTNeo3/res/values-sw360dp/dimens.xml new file mode 100644 index 0000000..15a7f26 --- /dev/null +++ b/Realme/GTNeo3/res/values-sw360dp/dimens.xml @@ -0,0 +1,5 @@ + + + 121.000003px + 28.000003dp + diff --git a/Realme/GTNeo3/res/values-sw411dp/dimens.xml b/Realme/GTNeo3/res/values-sw411dp/dimens.xml new file mode 100644 index 0000000..1a25f0d --- /dev/null +++ b/Realme/GTNeo3/res/values-sw411dp/dimens.xml @@ -0,0 +1,5 @@ + + + 121.000004px + 28.000004dp + diff --git a/Realme/GTNeo3/res/values-sw454dp/dimens.xml b/Realme/GTNeo3/res/values-sw454dp/dimens.xml new file mode 100644 index 0000000..d847b66 --- /dev/null +++ b/Realme/GTNeo3/res/values-sw454dp/dimens.xml @@ -0,0 +1,5 @@ + + + 121.000005px + 28.000005dp + diff --git a/Realme/GTNeo3/res/values-sw460dp/dimens.xml b/Realme/GTNeo3/res/values-sw460dp/dimens.xml new file mode 100644 index 0000000..835c984 --- /dev/null +++ b/Realme/GTNeo3/res/values-sw460dp/dimens.xml @@ -0,0 +1,5 @@ + + + 121.000006px + 28.000006dp + diff --git a/Realme/GTNeo3/res/values/config.xml b/Realme/GTNeo3/res/values/config.xml new file mode 100644 index 0000000..a89dfcc --- /dev/null +++ b/Realme/GTNeo3/res/values/config.xml @@ -0,0 +1,21 @@ + + + true + true + false + true + true + true + true + + 121px + 121px + 28dp + 121px + + 12 + 1 + + M -31.5,0 L -31.5,93 L 31.5,93 L 31.5,0 Z + M -31.5,0 L -31.5,93 L 31.5,93 L 31.5,0 Z + diff --git a/Realme/GTNeo3/res/xml/power_profile.xml b/Realme/GTNeo3/res/xml/power_profile.xml new file mode 100644 index 0000000..08598c2 --- /dev/null +++ b/Realme/GTNeo3/res/xml/power_profile.xml @@ -0,0 +1,90 @@ + + + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + + 0.2 + 0.1 + + + 4 + 4 + + + 400000 + + + 0.1 + + 1.11 + 5 + 2.55. 2.11 + 2.22 + + 300000 + 1000000 + 2000000 + + + 300000 + 1000000 + 2500000 + 3000000 + + + 10 + 20 + 30 + + + 25 + 35 + 50 + 60 + + + 22.7 + + 1000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Realme/Q3/Android.mk b/Realme/Q3/Android.mk new file mode 100644 index 0000000..3d90415 --- /dev/null +++ b/Realme/Q3/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-q3 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/Q3/AndroidManifest.xml b/Realme/Q3/AndroidManifest.xml new file mode 100644 index 0000000..6254679 --- /dev/null +++ b/Realme/Q3/AndroidManifest.xml @@ -0,0 +1,11 @@ + + + + diff --git a/Realme/Q3/res/values-land/config.xml b/Realme/Q3/res/values-land/config.xml new file mode 100644 index 0000000..1394d3f --- /dev/null +++ b/Realme/Q3/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 110.0px + 110.0px + diff --git a/Realme/Q3/res/values/config.xml b/Realme/Q3/res/values/config.xml new file mode 100644 index 0000000..f792a8a --- /dev/null +++ b/Realme/Q3/res/values/config.xml @@ -0,0 +1,40 @@ + + + true + true + true + true + false + + 110.0px + 110.0px + 110.0px + 110.0px + + 17 + 1 + 863 + + + 10 + 20 + 40 + 70 + 110 + 160 + 200 + 255 + + + 10 + 30 + 60 + 100 + 150 + 210 + 255 + + + M -544,0 L -544,110 L -386,110 L -386,0 Z + M -544,0 L -544,110 L -386,110 L -386,0 Z + diff --git a/Realme/Q3/res/xml/power_profile.xml b/Realme/Q3/res/xml/power_profile.xml new file mode 100644 index 0000000..fc671dd --- /dev/null +++ b/Realme/Q3/res/xml/power_profile.xml @@ -0,0 +1,193 @@ + + + + + + + 0 + 100 + 240 + 80 + 1.5 + 2.8 + 190 + 130 + 0 + 0 + 95 + 750 + 50 + + + 50 + 3.8 + + + 2 + 1 + + + + + 0 + 0 + 0 + 0 + + + + 6 + 2 + + + + + 300000 + 576000 + 748800 + 998400 + 1132800 + 1324800 + 1516800 + 1612800 + 1708800 + + + + + 36 + 39 + 42 + 45 + 47 + 57 + 60 + 62 + 69 + + + + 300000 + 652800 + 852600 + 979200 + 1132800 + 1363200 + 1536000 + 1747200 + 1843200 + 1996800 + 2054400 + 2169600 + 2208000 + + + + + 49 + 57 + 63 + 71 + 80 + 95 + 109 + 128 + 160 + 190 + 203 + 232 + 241 + + + + 12 + + 5.5 + + + + 22.7 + + + + 5000 + + + + 4.5 + + 180 + + 205 + + + + + 3300 + + + .0002 + .002 + .02 + .2 + 2 + + + + diff --git a/Realme/RE513CL1/Android.mk b/Realme/RE513CL1/Android.mk new file mode 100644 index 0000000..c496b2e --- /dev/null +++ b/Realme/RE513CL1/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-re513cl1 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/RE513CL1/AndroidManifest.xml b/Realme/RE513CL1/AndroidManifest.xml new file mode 100644 index 0000000..214316c --- /dev/null +++ b/Realme/RE513CL1/AndroidManifest.xml @@ -0,0 +1,9 @@ + + + + diff --git a/Realme/RE513CL1/res/values-land/config.xml b/Realme/RE513CL1/res/values-land/config.xml new file mode 100644 index 0000000..a1c62f7 --- /dev/null +++ b/Realme/RE513CL1/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + @dimen/status_bar_height_landscape + + diff --git a/Realme/RE513CL1/res/values/arrays.xml b/Realme/RE513CL1/res/values/arrays.xml new file mode 100644 index 0000000..6c60ecd --- /dev/null +++ b/Realme/RE513CL1/res/values/arrays.xml @@ -0,0 +1,102 @@ + + + + 8 + 64 + 98 + 104 + 110 + 116 + 122 + 128 + 134 + 182 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + + + 128 + 256 + 384 + 512 + 640 + 768 + 896 + 1024 + 2048 + 4096 + 6144 + 8192 + 10240 + 12288 + 14336 + 16384 + 18432 + + + /system/framework/arm64/boot-framework.oat + /system/framework/arm/boot-framework.oat + /apex/com.android.art/javalib/arm64/boot-core-libart.oat + /apex/com.android.art/javalib/arm/boot-core-libart.oat + /apex/com.android.art/javalib/arm64/boot-okhttp.oat + /apex/com.android.art/javalib/arm/boot-okhttp.oat + /apex/com.android.art/javalib/arm64/boot.vdex + /apex/com.android.art/javalib/arm/boot.vdex + /apex/com.android.art/javalib/arm64/boot-core-libart.vdex + /apex/com.android.art/javalib/arm/boot-core-libart.vdex + /apex/com.android.art/javalib/arm64/boot-core-libart.art + /apex/com.android.art/javalib/arm/boot-core-libart.art + /system/framework/framework-res.apk + /system/lib64/libhwui.so + /system/lib/libhwui.so + /system/framework/boot-framework.vdex + /system/framework/oat/arm64/services.vdex + /system/framework/oat/arm64/services.odex + /apex/com.android.art/javalib/arm64/boot.oat + /apex/com.android.art/javalib/arm/boot.oat + /system/framework/telephony-common.jar + /system/framework/arm64/boot-telephony-common.art + /system/lib64/libsurfaceflinger.so + /apex/com.android.art/javalib/core-oj.jar + /apex/com.android.art/javalib/core-libart.jar + + + bt-pan + bt-dun + + + usb\\d + rndis\\d + + + softap\\d + ap\\d + + + 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,2,60000,true + mobile_hipri,5,0,3,60000,true + ethernet,9,9,9,-1,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,-1,-1,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + mobile_mcx,1001,0,3,60000,true + mobile_xcap,1002,0,3,60000,true + mobile_rcs,2001,0,3,60000,true + mobile_bip,2002,0,3,60000,true + mobile_vsim,2003,0,-1,60000,true + bluetooth,7,7,2,-1,true + + diff --git a/Realme/RE513CL1/res/values/bools.xml b/Realme/RE513CL1/res/values/bools.xml new file mode 100644 index 0000000..9412246 --- /dev/null +++ b/Realme/RE513CL1/res/values/bools.xml @@ -0,0 +1,23 @@ + + + + true + true + true + true + + + true + true + true + + + true + true + true + true + true + false + true + true + diff --git a/Realme/RE513CL1/res/values/notch.xml b/Realme/RE513CL1/res/values/notch.xml new file mode 100644 index 0000000..d94bf00 --- /dev/null +++ b/Realme/RE513CL1/res/values/notch.xml @@ -0,0 +1,20 @@ + + + + 110.0px + + + 110.0px + + + @dimen/status_bar_height_portrait + + + false + + + M -544,0 L -544,110 L -388,110 L -388,0 Z + + diff --git a/Realme/RE513CL1/res/xml/power_profile.xml b/Realme/RE513CL1/res/xml/power_profile.xml new file mode 100644 index 0000000..6ff2255 --- /dev/null +++ b/Realme/RE513CL1/res/xml/power_profile.xml @@ -0,0 +1,52 @@ + + + 4000 + + 4 + 4 + + 5 + 1.11 + 2.55 + 2.11 + 2.22 + + 300000 + 1000000 + 2000000 + + + 300000 + 1000000 + 2500000 + 3000000 + + + 10 + 20 + 30 + + + 25 + 35 + 50 + 60 + + 0.5 + 100 + 800 + 500 + 600 + 100.0 + 150.0 + 10 + 60 + 3 + + 6 + 5 + 4 + 3 + 3 + + diff --git a/Realme/RMX2117-SystemUI/Android.mk b/Realme/RMX2117-SystemUI/Android.mk new file mode 100644 index 0000000..30d196d --- /dev/null +++ b/Realme/RMX2117-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-rmx2117-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/RMX2117-SystemUI/AndroidManifest.xml b/Realme/RMX2117-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..8c7f677 --- /dev/null +++ b/Realme/RMX2117-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Realme/RMX2117-SystemUI/res/values-land/config.xml b/Realme/RMX2117-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Realme/RMX2117-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Realme/RMX2117-SystemUI/res/values/config.xml b/Realme/RMX2117-SystemUI/res/values/config.xml new file mode 100644 index 0000000..ded4666 --- /dev/null +++ b/Realme/RMX2117-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 25px + 50px + 133px + 25px + 50px + diff --git a/Realme/RMX2117/Android.mk b/Realme/RMX2117/Android.mk new file mode 100644 index 0000000..3553708 --- /dev/null +++ b/Realme/RMX2117/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-rmx2117 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/RMX2117/AndroidManifest.xml b/Realme/RMX2117/AndroidManifest.xml new file mode 100644 index 0000000..d9e8e38 --- /dev/null +++ b/Realme/RMX2117/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Realme/RMX2117/res/values-land/config.xml b/Realme/RMX2117/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Realme/RMX2117/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Realme/RMX2117/res/values/config.xml b/Realme/RMX2117/res/values/config.xml new file mode 100644 index 0000000..7a1e0ec --- /dev/null +++ b/Realme/RMX2117/res/values/config.xml @@ -0,0 +1,15 @@ + + + true + true + + 133px + 133px + 28dp + 133px + + 1 + + M -540,0 L -540,109 L -399,109 L -399,0 Z + M -540,0 L -540,109 L -399,109 L -399,0 Z + diff --git a/Realme/RMX2117/res/xml/power_profile.xml b/Realme/RMX2117/res/xml/power_profile.xml new file mode 100755 index 0000000..f778598 --- /dev/null +++ b/Realme/RMX2117/res/xml/power_profile.xml @@ -0,0 +1,212 @@ + + + + + + + 0 + 7 + 256 + 25.6 + 1.3 + 0.2 + 115.3 + 56.2 + 0 + 0 + 90 + 410 + 21.9 + + + 155.3 + 43.5 + + + 1.3 + 1.3 + + + + + 1.3 + 164.3 + 167.2 + 3700 + + + + 6 + 2 + + + + + 500000 + 650000 + 703000 + 756000 + 862000 + 968000 + 1048000 + 1128000 + 1287000 + 1393000 + 1500000 + 1645000 + 1750000 + 1812000 + 1916000 + 2000000 + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 19 + 27 + 31 + 36 + 46 + 49 + 50 + 51 + 53 + + + + 725000 + 840000 + 898000 + 985000 + 1042000 + 1129000 + 1274000 + 1418000 + 1534000 + 1650000 + 1837000 + 1993000 + 2118000 + 2210000 + 2306000 + 2400000 + + + + + 42 + 49 + 54 + 60 + 67 + 75 + 91 + 104 + 130 + 147 + 188 + 228 + 267 + 293 + 319 + 344 + + + + 11.7 + + 5.5 + + + + 22.7 + + + + 5000 + + + + 1 + + 104.5 + + 126.2 + + + + + 3300 + + + .0002 + .002 + .02 + .2 + 2 + + + diff --git a/Realme/RMX3366-SystemUI/Android.mk b/Realme/RMX3366-SystemUI/Android.mk new file mode 100644 index 0000000..2872336 --- /dev/null +++ b/Realme/RMX3366-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-rmx3366-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/RMX3366-SystemUI/AndroidManifest.xml b/Realme/RMX3366-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..b537bf8 --- /dev/null +++ b/Realme/RMX3366-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Realme/RMX3366-SystemUI/res/values-land/config.xml b/Realme/RMX3366-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Realme/RMX3366-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Realme/RMX3366-SystemUI/res/values-v31/config.xml b/Realme/RMX3366-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..5367e92 --- /dev/null +++ b/Realme/RMX3366-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 912px + diff --git a/Realme/RMX3366-SystemUI/res/values/config.xml b/Realme/RMX3366-SystemUI/res/values/config.xml new file mode 100644 index 0000000..f854ab1 --- /dev/null +++ b/Realme/RMX3366-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 25px + 50px + 132px + 25px + 50px + diff --git a/Realme/RMX3366/Android.mk b/Realme/RMX3366/Android.mk new file mode 100644 index 0000000..9213748 --- /dev/null +++ b/Realme/RMX3366/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-realme-rmx3366 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Realme/RMX3366/AndroidManifest.xml b/Realme/RMX3366/AndroidManifest.xml new file mode 100644 index 0000000..98f1e20 --- /dev/null +++ b/Realme/RMX3366/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Realme/RMX3366/res/values-land/config.xml b/Realme/RMX3366/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Realme/RMX3366/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Realme/RMX3366/res/values-sw320dp/dimens.xml b/Realme/RMX3366/res/values-sw320dp/dimens.xml new file mode 100644 index 0000000..c424dc4 --- /dev/null +++ b/Realme/RMX3366/res/values-sw320dp/dimens.xml @@ -0,0 +1,5 @@ + + + 132.000001px + 28.000001dp + diff --git a/Realme/RMX3366/res/values-sw338dp/dimens.xml b/Realme/RMX3366/res/values-sw338dp/dimens.xml new file mode 100644 index 0000000..0f0cd89 --- /dev/null +++ b/Realme/RMX3366/res/values-sw338dp/dimens.xml @@ -0,0 +1,5 @@ + + + 132.000002px + 28.000002dp + diff --git a/Realme/RMX3366/res/values-sw360dp/dimens.xml b/Realme/RMX3366/res/values-sw360dp/dimens.xml new file mode 100644 index 0000000..aa89571 --- /dev/null +++ b/Realme/RMX3366/res/values-sw360dp/dimens.xml @@ -0,0 +1,5 @@ + + + 132.000003px + 28.000003dp + diff --git a/Realme/RMX3366/res/values-sw411dp/dimens.xml b/Realme/RMX3366/res/values-sw411dp/dimens.xml new file mode 100644 index 0000000..8acf37a --- /dev/null +++ b/Realme/RMX3366/res/values-sw411dp/dimens.xml @@ -0,0 +1,5 @@ + + + 132.000004px + 28.000004dp + diff --git a/Realme/RMX3366/res/values-sw454dp/dimens.xml b/Realme/RMX3366/res/values-sw454dp/dimens.xml new file mode 100644 index 0000000..3ab8194 --- /dev/null +++ b/Realme/RMX3366/res/values-sw454dp/dimens.xml @@ -0,0 +1,5 @@ + + + 132.000005px + 28.000005dp + diff --git a/Realme/RMX3366/res/values-sw460dp/dimens.xml b/Realme/RMX3366/res/values-sw460dp/dimens.xml new file mode 100644 index 0000000..5d05517 --- /dev/null +++ b/Realme/RMX3366/res/values-sw460dp/dimens.xml @@ -0,0 +1,5 @@ + + + 132.000006px + 28.000006dp + diff --git a/Realme/RMX3366/res/values/config.xml b/Realme/RMX3366/res/values/config.xml new file mode 100644 index 0000000..bf9e807 --- /dev/null +++ b/Realme/RMX3366/res/values/config.xml @@ -0,0 +1,20 @@ + + + true + true + false + true + true + true + true + + 132px + 132px + 28dp + 132px + + 3 + 1 + + M -540,0 L -540,100 L -409,100 L -409,0 Z + diff --git a/Realme/RMX3366/res/xml/power_profile.xml b/Realme/RMX3366/res/xml/power_profile.xml new file mode 100644 index 0000000..3fe06bb --- /dev/null +++ b/Realme/RMX3366/res/xml/power_profile.xml @@ -0,0 +1,162 @@ + + + 0 + 119.79 + 430 + + 4 + 4 + + + 518400 + 614400 + 691200 + 787200 + 883200 + 979200 + 1075200 + 1171200 + 1248000 + 1344000 + 1420800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 7 + 8 + 10 + 11 + 12 + 13 + 15 + 16 + 17 + 19 + 21 + 23 + 25 + 29 + 31 + + + 710400 + 825600 + 844800 + 940800 + 960000 + 1056000 + 1075200 + 1171200 + 1190400 + 1286400 + 1305600 + 1382400 + 1401600 + 1478400 + 1516800 + 1574400 + 1632000 + 1670400 + 1747200 + 1766400 + 1862400 + 1958400 + 1977600 + 2054400 + 2073600 + 2150400 + 2169600 + 2246400 + 2265600 + 2342400 + 2361600 + 2419200 + 2457600 + 2553600 + 2649600 + 2745600 + 2841600 + + + 30 + 37 + 53 + 45 + 61 + 51 + 67 + 60 + 76 + 68 + 88 + 72 + 92 + 81 + 102 + 94 + 116 + 100 + 129 + 109 + 133 + 141 + 168 + 149 + 182 + 163 + 224 + 180 + 233 + 198 + 240 + 209 + 249 + 272 + 295 + 330 + 366 + + 7.6 + 0.1 + 0 + 3550 + 0.1 + 168 + 1.3 + 24 + 63 + 650 + 380 + 10 + 168 + 6 + + 88 + 8 + + 6 + 180 + 186 + 3700 + + 17 + + 1 + 152 + 190 + 1 + 3700 + + .0001 + .001 + .01 + .1 + 1 + + 135 + 0.6 + 3700 + \ No newline at end of file diff --git a/Samsung/A20/Android.mk b/Samsung/A20/Android.mk new file mode 100644 index 0000000..4d5ce9a --- /dev/null +++ b/Samsung/A20/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a20 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A20/AndroidManifest.xml b/Samsung/A20/AndroidManifest.xml new file mode 100644 index 0000000..968e7c0 --- /dev/null +++ b/Samsung/A20/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/A20/res/values/arrays.xml b/Samsung/A20/res/values/arrays.xml new file mode 100644 index 0000000..64f55c6 --- /dev/null +++ b/Samsung/A20/res/values/arrays.xml @@ -0,0 +1,116 @@ + + + + + 5 + 22 + 63 + 70 + 103 + 128 + 173 + 214 + 226 + 233 + 255 + 255 + + + + + 3 + 5 + 7 + 50 + 100 + 810 + 1675 + 1950 + 3100 + 4895 + 20000 + + + + + 5gnr:2097152,6291456,16777216,512000,2097152,8388608 + lte:2097152,4194304,8388608,512000,2097152,4194304 + lte_ca:2097152,4194304,8388608,1048576,3145728,4194304 + + + + + rndis0 + + + + + wlan0 + + + + + + + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,2,240000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + bluetooth,7,7,0,-1,true + ethernet,9,9,2,-1,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,1,-1,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + mobile_bip,23,0,2,60000,true + mobile_cas,24,0,3,60000,true + mobile_xcap,27,0,2,60000,true + mobile_ent1,28,0,2,-1,true + mobile_mcx,32,0,2,-1,true + mobile_foc,30,0,2,-1,true + mobile_rcs,31,0,2,-1,true + + diff --git a/Samsung/A20/res/values/bools.xml b/Samsung/A20/res/values/bools.xml new file mode 100644 index 0000000..f078935 --- /dev/null +++ b/Samsung/A20/res/values/bools.xml @@ -0,0 +1,35 @@ + + + + true + + + true + + + true + + + true + + + true + + + + + + + + true + + + true + diff --git a/Samsung/A20/res/values/dimens.xml b/Samsung/A20/res/values/dimens.xml new file mode 100644 index 0000000..113aee3 --- /dev/null +++ b/Samsung/A20/res/values/dimens.xml @@ -0,0 +1,10 @@ + + + + 100.73999px + 100.73999px + + + 53.0px + 53.0px + diff --git a/Samsung/A20/res/values/integers.xml b/Samsung/A20/res/values/integers.xml new file mode 100644 index 0000000..0766ce8 --- /dev/null +++ b/Samsung/A20/res/values/integers.xml @@ -0,0 +1,19 @@ + + + + 15 + + + 128 + + + 255 + + + 0 + diff --git a/Samsung/A20/res/values/strings.xml b/Samsung/A20/res/values/strings.xml new file mode 100644 index 0000000..01edfaf --- /dev/null +++ b/Samsung/A20/res/values/strings.xml @@ -0,0 +1,25 @@ + + + + M62,0l-3.8,0l-3.9,0.2l-3.9,0.4l-4,0.8l-3.9,1.2l-3.8,1.6l-3.7,2l-3.4,2.4l-3.1,2.8l-2.9,3l-2.7,3.1l-2.6,3.1 l-2.7,2.8C12.5,28,6.2,30.3,0,30.3c-6.3,0-12.5-2.3-17.5-6.8l-2.7-2.8l-2.6-3.1l-2.7-3.1l-2.9-3l-3.2-2.8 L-35,6.2l-3.7-2l-3.8-1.6l-3.9-1.2l-4-0.8L-54.3,0.2L-58.2,0L-62,0Z @dp + diff --git a/Samsung/A20/res/xml/power_profile.xml b/Samsung/A20/res/xml/power_profile.xml new file mode 100644 index 0000000..e7190d4 --- /dev/null +++ b/Samsung/A20/res/xml/power_profile.xml @@ -0,0 +1,88 @@ + + + 0 + 93 + 313 + 118 + 0.98 + 0.43 + 488 + 502 + 45 + 286 + 124 + 662 + 32 + 164 + 115 + + 7.3 + 7.3 + + + 6 + 2 + + + 1586000 + 1482000 + 1352000 + 1248000 + 1144000 + 1014000 + 902000 + 839000 + 757000 + 676000 + 546000 + 449000 + + + 50 + 43 + 34 + 28 + 24 + 18 + 15 + 13 + 11 + 10 + 7 + 6 + + + 1768000 + 1664000 + 1560000 + 1352000 + 1144000 + 936000 + + + 162 + 142 + 120 + 87 + 61 + 41 + + 3.79 + 23 + 3900 + 4000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/A20s-SystemUI/Android.mk b/Samsung/A20s-SystemUI/Android.mk new file mode 100644 index 0000000..f12c9e1 --- /dev/null +++ b/Samsung/A20s-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a20s-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Samsung/A20s-SystemUI/AndroidManifest.xml b/Samsung/A20s-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..a28afe3 --- /dev/null +++ b/Samsung/A20s-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/Samsung/A20s-SystemUI/res/values/config.xml b/Samsung/A20s-SystemUI/res/values/config.xml new file mode 100644 index 0000000..af5df80 --- /dev/null +++ b/Samsung/A20s-SystemUI/res/values/config.xml @@ -0,0 +1,9 @@ + + + 45px + 45px + 35dp + 45px + 45px + 4dp + diff --git a/Samsung/A20s/Android.mk b/Samsung/A20s/Android.mk new file mode 100644 index 0000000..e6f5c93 --- /dev/null +++ b/Samsung/A20s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a20s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Samsung/A20s/AndroidManifest.xml b/Samsung/A20s/AndroidManifest.xml new file mode 100644 index 0000000..7604af3 --- /dev/null +++ b/Samsung/A20s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/Samsung/A20s/res/values-land/dimens.xml b/Samsung/A20s/res/values-land/dimens.xml new file mode 100644 index 0000000..54d279d --- /dev/null +++ b/Samsung/A20s/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 24.0dip + diff --git a/Samsung/A20s/res/values/arrays.xml b/Samsung/A20s/res/values/arrays.xml new file mode 100644 index 0000000..df69bbb --- /dev/null +++ b/Samsung/A20s/res/values/arrays.xml @@ -0,0 +1,31 @@ + + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,2,240000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + bluetooth,7,7,0,-1,true + ethernet,9,9,2,-1,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,1,-1,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + mobile_bip,23,0,2,60000,true + mobile_cas,24,0,3,60000,true + mobile_xcap,27,0,2,60000,true + mobile_ent1,28,0,2,-1,true + mobile_mcx,32,0,2,-1,true + mobile_foc,30,0,2,-1,true + mobile_rcs,31,0,2,-1,true + + + 1,1 + 0,1 + 7,1 + + \ No newline at end of file diff --git a/Samsung/A20s/res/values/bools.xml b/Samsung/A20s/res/values/bools.xml new file mode 100644 index 0000000..7c3e623 --- /dev/null +++ b/Samsung/A20s/res/values/bools.xml @@ -0,0 +1,4 @@ + + + true + \ No newline at end of file diff --git a/Samsung/A20s/res/values/config.xml b/Samsung/A20s/res/values/config.xml new file mode 100644 index 0000000..c9631cc --- /dev/null +++ b/Samsung/A20s/res/values/config.xml @@ -0,0 +1,84 @@ + + + true + true + true + true + true + true + true + true + true + false + true + true + true + false + true + false + true + true + true + true + true + + lte:2097152,4194304,8388608,524288,1572864,2097152 + lte_ca:2097152,4194304,8388608,4096,1048576,2097152 + umts:4094,87380,1220608,4096,16384,1220608 + hspa:4094,87380,1220608,4096,16384,1220608 + hsupa:4094,87380,1220608,4096,16384,1220608 + hsdpa:4094,87380,1220608,4096,16384,1220608 + hspap:4094,87380,1220608,4096,16384,1220608 + edge:4093,26280,35040,4096,16384,35040 + gprs:4092,8760,11680,4096,8760,11680 + evdo:4094,87380,524288,4096,16384,262144 + + + bnep\\d + bt-pan + + 17 + + 0 + 1 + 5 + 7 + + + usb\\d + rndis\\d + + + wigig0 + wlan0 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 5 + 6 + 50 + 100 + 500 + 1500 + 3000 + 4999 + 5000 + 19999 + 20000 + + \ No newline at end of file diff --git a/Samsung/A20s/res/values/dimens.xml b/Samsung/A20s/res/values/dimens.xml new file mode 100644 index 0000000..146b740 --- /dev/null +++ b/Samsung/A20s/res/values/dimens.xml @@ -0,0 +1,8 @@ + + + 0.0dip + 30.0dip + 30.0dip + 24.0dip + 46.0dip + diff --git a/Samsung/A20s/res/xml/power_profile.xml b/Samsung/A20s/res/xml/power_profile.xml new file mode 100644 index 0000000..b1c811c --- /dev/null +++ b/Samsung/A20s/res/xml/power_profile.xml @@ -0,0 +1,46 @@ + + + 3900 + 4000 + + 8 + + 20 + 3.6 + 2.55 + + 652800 + 1036800 + 1401600 + 1689600 + 1804800 + + + 25 + 40 + 59 + 78 + 104 + + 95.6 + 321 + 350 + 480 + 10 + 48 + 36.2 + 56 + 1.1 + 0.5 + 160 + 13.5 + 60 + 1.8 + + 6 + 5 + 4 + 3 + 3 + + \ No newline at end of file diff --git a/Samsung/A30/res/values-land/dimens.xml b/Samsung/A30/res/values-land/dimens.xml new file mode 100644 index 0000000..54d279d --- /dev/null +++ b/Samsung/A30/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 24.0dip + diff --git a/Samsung/A30/res/values/bools.xml b/Samsung/A30/res/values/bools.xml index bef0ed5..56c111e 100644 --- a/Samsung/A30/res/values/bools.xml +++ b/Samsung/A30/res/values/bools.xml @@ -2,7 +2,7 @@ true true - false + true true true true diff --git a/Samsung/A30/res/values/dimens.xml b/Samsung/A30/res/values/dimens.xml index b5f452e..8510d3f 100644 --- a/Samsung/A30/res/values/dimens.xml +++ b/Samsung/A30/res/values/dimens.xml @@ -1,6 +1,7 @@ 151.0px - 24.0dip + 83.0px 83.0px + 24.0dip diff --git a/Samsung/A40/res/values-land/notch.xml b/Samsung/A40/res/values-land/notch.xml new file mode 100644 index 0000000..54d279d --- /dev/null +++ b/Samsung/A40/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24.0dip + diff --git a/Samsung/A40/res/values/notch.xml b/Samsung/A40/res/values/notch.xml index b23486b..9214d5a 100644 --- a/Samsung/A40/res/values/notch.xml +++ b/Samsung/A40/res/values/notch.xml @@ -1,8 +1,9 @@ 0px - 24.0dip + 86.0px 86.0px + 24.0dip true M38,0c-4.2,0-5.6,0.3-5.6,0.3c-2.6,0.4-4.6,1.5-4.6,1.5c-3.3,1.6-4.6,4.8-4.6,4.8 c-1,1.8-1.8,5.9-1.8,5.9C18.8,21.8,10.2,28.7,0,28.7s-18.7-6.9-21.3-16.2c0,0-0.9-4.1-1.8-5.9 c0,0-1.4-3.1-4.6-4.8c0,0-2.1-1.1-4.6-1.5C-32.4,0.3,-33.8,0,-38,0Z @dp diff --git a/Samsung/A50/res/values-land/dimens.xml b/Samsung/A50/res/values-land/dimens.xml new file mode 100644 index 0000000..37570d8 --- /dev/null +++ b/Samsung/A50/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 24dip + diff --git a/Samsung/A50/res/values/dimens.xml b/Samsung/A50/res/values/dimens.xml index 7d21797..92241ab 100644 --- a/Samsung/A50/res/values/dimens.xml +++ b/Samsung/A50/res/values/dimens.xml @@ -2,6 +2,7 @@ M36.95,0C26.35,0,24.15,3.8,23.15,9.8 l-0.1,0.7c-1.7,9.6-9.3,17.2-18.9,18.9c-12.7,2.2-24.8-6.2-27-18.9 c0,0-0.1-0.7-0.1-0.7C-24.15,3.8,-26.25,0,-36.95,0Z @dp 112px + 83px 83px 24dip diff --git a/Samsung/A51-SystemUI/Android.mk b/Samsung/A51-SystemUI/Android.mk new file mode 100644 index 0000000..c9082d2 --- /dev/null +++ b/Samsung/A51-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a51-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A51-SystemUI/AndroidManifest.xml b/Samsung/A51-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..a393f55 --- /dev/null +++ b/Samsung/A51-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/A51-SystemUI/res/values/config.xml b/Samsung/A51-SystemUI/res/values/config.xml new file mode 100644 index 0000000..f24d804 --- /dev/null +++ b/Samsung/A51-SystemUI/res/values/config.xml @@ -0,0 +1,6 @@ + + + 40px + 40px + 35px + diff --git a/Samsung/A51/res/values/config.xml b/Samsung/A51/res/values/config.xml index def61cc..72b7e31 100644 --- a/Samsung/A51/res/values/config.xml +++ b/Samsung/A51/res/values/config.xml @@ -1,30 +1,33 @@ - + rndis0 - + + 40 - + 0 1 20 21 - + 0 10 20 30 - 4000 - 102 - 255 - 10 - 1 - 1 - + + 4000 + 102 + 255 + 10 + 1 + 1 + + 10 12 15 @@ -61,8 +64,9 @@ 675 675 700 - - + + + 6 6 6 @@ -91,7 +95,7 @@ 19999 20000 - + 0 1 2 @@ -629,5 +633,8 @@ 675 700 - true + + true + true + true diff --git a/Samsung/A51/res/xml/power_profile.xml b/Samsung/A51/res/xml/power_profile.xml index 997ee1d..b5927de 100644 --- a/Samsung/A51/res/xml/power_profile.xml +++ b/Samsung/A51/res/xml/power_profile.xml @@ -1,67 +1,113 @@ - - - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - - 0.2 - 0.1 - - - 0.1 - - - 1 - - - 400000 - - - 0.1 - - 0.1 - - 22.7 - - 1000 - 0 - 0 - 0 - - 0 - - .0002 - .002 - .02 - .2 - 2 - - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - 0 - - 0 - - 0 - 0 - - 0 - \ No newline at end of file + + + 0 + 55 + 361 + 93.57 + 1.07 + 1 + 330 + 73 + 39 + 205 + 178 + 665 + 55 + 27 + 146.23 + 103 + + 3.01 + 3.01 + + 0 + 0 + 0 + 0 + + 4 + 4 + + + 1742000 + 1638000 + 1534000 + 1456000 + 1326000 + 1222000 + 1118000 + 1053000 + 910000 + 806000 + 702000 + 598000 + 403000 + + + 256 + 182 + 146 + 126 + 101 + 85 + 72 + 65 + 51 + 41 + 34 + 27 + 18 + + + 2314000 + 2210000 + 2184000 + 2080000 + 1976000 + 1898000 + 1768000 + 1664000 + 1508000 + 1456000 + 1352000 + 1248000 + 1144000 + 1040000 + 936000 + + + 921 + 796 + 721 + 614 + 514 + 452 + 379 + 318 + 248 + 223 + 187 + 154 + 136 + 116 + 80 + + 5.79 + 23.1 + 3890 + 4000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + diff --git a/Samsung/A52/Android.mk b/Samsung/A52/Android.mk new file mode 100644 index 0000000..b6c691d --- /dev/null +++ b/Samsung/A52/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a52 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A52/AndroidManifest.xml b/Samsung/A52/AndroidManifest.xml new file mode 100644 index 0000000..5296aa1 --- /dev/null +++ b/Samsung/A52/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/A52/res/values/arrays.xml b/Samsung/A52/res/values/arrays.xml new file mode 100644 index 0000000..c0556ba --- /dev/null +++ b/Samsung/A52/res/values/arrays.xml @@ -0,0 +1,1057 @@ + + + + 11 + 15 + 22 + 27 + 31 + 35 + 55 + 75 + 95 + 106 + 112 + 119 + 134 + 157 + 220 + 378 + 378 + 468 + 515 + 563 + 610 + 658 + 705 + 753 + 776 + 800 + 800 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + 460 + 461 + 462 + 463 + 464 + 465 + 466 + 467 + 468 + 469 + 470 + 471 + 472 + 473 + 474 + 475 + 476 + 477 + 478 + 479 + 480 + 481 + 482 + 483 + 484 + 485 + 486 + + + 2 + 2.31094 + 2.76562 + 3.29698 + 3.88518 + 4.51962 + 5.19353 + 5.90213 + 6.64185 + 7.4099 + 8.20403 + 9.02238 + 9.86339 + 10.7257 + 11.60817 + 12.50976 + 13.42957 + 14.36681 + 15.32074 + 16.29071 + 17.27612 + 18.27643 + 19.29114 + 20.31978 + 21.36193 + 22.41719 + 23.4852 + 24.5656 + 25.65808 + 26.76233 + 27.87806 + 29.005 + 30.14291 + 31.29154 + 32.45066 + 33.62005 + 34.79951 + 35.98884 + 37.18785 + 38.39637 + 39.61422 + 40.84124 + 42.07727 + 43.32216 + 44.57577 + 45.83796 + 47.10859 + 48.38753 + 49.67467 + 50.96987 + 52.27303 + 53.58403 + 54.90277 + 56.22914 + 57.56303 + 58.90436 + 60.25302 + 61.60893 + 62.972 + 64.34213 + 65.71925 + 67.10327 + 68.49412 + 69.89171 + 71.29598 + 72.70684 + 74.12423 + 75.54807 + 76.97831 + 78.41487 + 79.85769 + 81.3067 + 82.76186 + 84.22308 + 85.69033 + 87.16354 + 88.64265 + 90.12761 + 91.61837 + 93.11487 + 94.61707 + 96.12491 + 97.63835 + 99.15733 + 100.68181 + 102.21175 + 103.7471 + 105.28781 + 106.83385 + 108.38516 + 109.94171 + 111.50346 + 113.07037 + 114.6424 + 116.2195 + 117.80165 + 119.3888 + 120.98091 + 122.57796 + 124.17991 + 125.78672 + 127.39835 + 129.01479 + 130.63597 + 132.26189 + 133.89252 + 135.52779 + 137.16771 + 138.81223 + 140.46133 + 142.11497 + 143.77313 + 145.43578 + 147.10287 + 148.77441 + 150.45035 + 152.13068 + 153.81534 + 155.50433 + 157.19763 + 158.8952 + 160.59702 + 162.30307 + 164.0133 + 165.72774 + 167.4463 + 169.169 + 170.89581 + 172.62671 + 174.36166 + 176.10066 + 177.84367 + 179.59067 + 181.34166 + 183.0966 + 184.85547 + 186.61826 + 188.38493 + 190.15547 + 191.92989 + 193.70811 + 195.49016 + 197.27602 + 199.06563 + 200.85902 + 202.65614 + 204.45699 + 206.26154 + 208.06976 + 209.88167 + 211.69724 + 213.51642 + 215.33922 + 217.16563 + 218.99564 + 220.8292 + 222.6663 + 224.50696 + 226.35114 + 228.1988 + 230.04997 + 231.90462 + 233.76271 + 235.62427 + 237.48923 + 239.35762 + 241.22942 + 243.10458 + 244.98312 + 246.86504 + 248.75027 + 250.63885 + 252.53075 + 254.42593 + 256.32443 + 258.2262 + 260.1312 + 262.0395 + 263.951 + 265.86572 + 267.7837 + 269.70483 + 271.62915 + 273.55667 + 275.48734 + 277.42114 + 279.35812 + 281.2982 + 283.2414 + 285.1877 + 287.1371 + 289.08957 + 291.0451 + 293.00372 + 294.9654 + 296.93005 + 298.89777 + 300.8685 + 302.84222 + 304.81894 + 306.79865 + 308.78134 + 310.76697 + 312.75555 + 314.74707 + 316.74155 + 318.73892 + 320.7392 + 322.7424 + 324.7485 + 326.75745 + 328.7693 + 330.784 + 332.80154 + 334.82193 + 336.84518 + 338.87122 + 340.9001 + 342.9318 + 344.96625 + 347.0035 + 349.04358 + 351.0864 + 353.13196 + 355.1803 + 357.23138 + 359.2852 + 361.34174 + 363.401 + 365.46298 + 367.52765 + 369.59503 + 371.66507 + 373.73782 + 375.81323 + 377.8913 + 379.97202 + 382.0554 + 384.1414 + 386.23004 + 388.32132 + 390.4152 + 392.5117 + 394.61075 + 396.71246 + 398.8167 + 400.92355 + 403.033 + 405.14496 + 407.2595 + 409.3766 + 411.49622 + 413.61838 + 415.74307 + 417.87027 + 420 + 425 + 426.46628 + 428.29913 + 429.7654 + 431.59824 + 433.0645 + 434.89737 + 436.36365 + 438.19647 + 439.66275 + 441.12903 + 442.96188 + 444.42816 + 446.261 + 447.72726 + 449.56012 + 451.0264 + 452.85925 + 454.3255 + 455.79178 + 457.62463 + 459.0909 + 460.92374 + 462.39005 + 464.22287 + 465.68915 + 467.522 + 468.98828 + 470.8211 + 472.28738 + 473.75366 + 475.58652 + 477.0528 + 478.88562 + 480.3519 + 482.18475 + 483.65103 + 485.48386 + 486.95016 + 488.4164 + 490.24927 + 491.71555 + 493.5484 + 495.01465 + 496.8475 + 498.31378 + 500.14664 + 501.6129 + 503.0792 + 504.91202 + 506.3783 + 508.21115 + 509.67743 + 511.51025 + 512.97656 + 514.8094 + 516.27563 + 518.1085 + 519.57477 + 521.0411 + 522.8739 + 524.3402 + 526.17303 + 527.6393 + 529.47217 + 530.9384 + 532.77124 + 534.23755 + 535.7038 + 537.5367 + 539.0029 + 540.83575 + 542.30206 + 544.1349 + 545.6012 + 547.434 + 548.90027 + 550.3666 + 552.1994 + 553.6657 + 555.49854 + 556.9648 + 558.79767 + 560.2639 + 562.09674 + 563.56305 + 565.3959 + 566.8622 + 568.3284 + 570.1613 + 571.62756 + 573.4604 + 574.9267 + 576.7595 + 578.2258 + 580.05865 + 581.5249 + 582.9912 + 584.82404 + 586.29034 + 588.12317 + 589.5894 + 591.4223 + 592.88855 + 594.72144 + 596.1877 + 597.65393 + 599.4868 + 600.95306 + 602.78595 + 604.2522 + 606.085 + 607.55133 + 609.38416 + 610.85046 + 612.3167 + 614.14954 + 615.61584 + 617.44867 + 618.915 + 620.7478 + 622.21405 + 624.04694 + 625.5132 + 627.34607 + 628.8123 + 630.27856 + 632.11145 + 633.5777 + 635.4106 + 636.87683 + 638.70966 + 640.17596 + 642.0088 + 643.4751 + 644.94135 + 646.7742 + 648.2405 + 650.0733 + 651.5396 + 653.37244 + 654.8387 + 656.6716 + 658.1378 + 659.6041 + 661.43695 + 662.90326 + 664.7361 + 666.20233 + 668.0352 + 669.50146 + 671.3343 + 672.8006 + 674.6334 + 676.09973 + 677.566 + 679.3988 + 680.8651 + 682.69794 + 684.16425 + 685.9971 + 687.4633 + 689.2962 + 690.76245 + 692.22876 + 694.0616 + 695.52783 + 697.3607 + 698.82697 + 700.6598 + 702.1261 + 703.9589 + 705.42523 + 706.8915 + 708.72437 + 710.1906 + 712.02344 + 713.48975 + 715.3226 + 716.7889 + 718.6217 + 720.08795 + 721.55426 + 723.3871 + 724.8534 + 726.6862 + 728.15247 + 729.98535 + 731.4516 + 733.2845 + 734.75073 + 736.58356 + 738.04987 + 739.5161 + 741.349 + 742.81525 + 744.6481 + 746.1144 + 747.9472 + 749.4135 + 751.24634 + 752.7126 + 754.1789 + 756.0117 + 757.478 + 759.31085 + 760.7771 + 762.61 + 764.07623 + 765.9091 + 767.37537 + 768.8416 + 770.6745 + 772.14075 + 773.97363 + 775.4399 + 777.2727 + 778.739 + 780.57184 + 782.03815 + 783.871 + 785.3372 + 786.8035 + 788.63635 + 790.10266 + 791.9355 + 793.40173 + 795.2346 + 796.70087 + 798.5337 + 800 + + + bnep\\d + bt-pan + + + 0 + 1 + 5 + 7 + + + usb\\d + rndis\\d + + + 1,1 + 0,1 + 7,1 + + diff --git a/Samsung/A52/res/values/bools.xml b/Samsung/A52/res/values/bools.xml new file mode 100644 index 0000000..ccdeed8 --- /dev/null +++ b/Samsung/A52/res/values/bools.xml @@ -0,0 +1,23 @@ + + + true + true + true + true + true + false + true + true + true + false + false + true + true + true + true + true + true + true + true + true + diff --git a/Samsung/A52/res/values/integers.xml b/Samsung/A52/res/values/integers.xml new file mode 100644 index 0000000..ed7f6ef --- /dev/null +++ b/Samsung/A52/res/values/integers.xml @@ -0,0 +1,7 @@ + + + 12 + 128 + 255 + 0 + diff --git a/Samsung/A52/res/values/strings.xml b/Samsung/A52/res/values/strings.xml new file mode 100644 index 0000000..0c9b58a --- /dev/null +++ b/Samsung/A52/res/values/strings.xml @@ -0,0 +1,4 @@ + + + M 0,0 M 0,12.25101276465640 a 10.60613009248640,10.60613009248640 0 1,0 0,21.21226018497290 a 10.60613009248640,10.60613009248640 0 1,0 0,-21.21226018497290 Z @dp + diff --git a/Samsung/A52/res/xml/power_profile.xml b/Samsung/A52/res/xml/power_profile.xml new file mode 100644 index 0000000..a15def7 --- /dev/null +++ b/Samsung/A52/res/xml/power_profile.xml @@ -0,0 +1,106 @@ + + + 0 + 25 + 66 + 300 + 29 + 0.4 + 1.2 + 287 + 95 + 6.6 + 15 + 100 + 222 + 76 + 153 + 6.5 + + 2.2 + 2.2 + + 0 + 0 + 0 + 0 + + 6 + 2 + + + 300000 + 576000 + 768000 + 1017600 + 1248000 + 1324800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 10 + 15 + 17 + 25 + 32 + 42 + 55 + 60 + 70 + 75 + + + 652800 + 825600 + 979200 + 1113600 + 1267200 + 1555200 + 1708800 + 1843200 + 1900800 + 1996800 + 2112000 + 2208000 + 2323200 + + + 15 + 35 + 45 + 52 + 65 + 85 + 113 + 135 + 155 + 187 + 212 + 220 + 230 + + 5.7 + 14 + 4370 + 4500 + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/A53-SystemUI/Android.mk b/Samsung/A53-SystemUI/Android.mk new file mode 100644 index 0000000..73357f9 --- /dev/null +++ b/Samsung/A53-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a53-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A53-SystemUI/AndroidManifest.xml b/Samsung/A53-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..50f208a --- /dev/null +++ b/Samsung/A53-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/A53-SystemUI/res/values/configs.xml b/Samsung/A53-SystemUI/res/values/configs.xml new file mode 100644 index 0000000..3fa76fe --- /dev/null +++ b/Samsung/A53-SystemUI/res/values/configs.xml @@ -0,0 +1,6 @@ + + + 40px + 35px + 1150px + diff --git a/Samsung/A53/Android.mk b/Samsung/A53/Android.mk new file mode 100644 index 0000000..dac85fb --- /dev/null +++ b/Samsung/A53/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a53 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A53/AndroidManifest.xml b/Samsung/A53/AndroidManifest.xml new file mode 100644 index 0000000..f810c26 --- /dev/null +++ b/Samsung/A53/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/A53/res/values/configs.xml b/Samsung/A53/res/values/configs.xml new file mode 100644 index 0000000..f067238 --- /dev/null +++ b/Samsung/A53/res/values/configs.xml @@ -0,0 +1,512 @@ + + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + 460 + 461 + 462 + 463 + 464 + 465 + 466 + 467 + 468 + 469 + 470 + 471 + 472 + 473 + 474 + 475 + 476 + 477 + 478 + 479 + 480 + 481 + 482 + 483 + 484 + 485 + 486 + + + true + true + true + false + true + true + true + true + true + true + + 128 + 255 + 0 + + 87.0px + 87.0px + + M 0,0 M 0,11.43427858034597 a 9.899054752987353,9.899054752987353 0 1,0 0,19.79810950597471 a 9.899054752987353,9.899054752987353 0 1,0 0,-19.79810950597471 Z @dp + diff --git a/Samsung/A53/res/xml/power_profile.xml b/Samsung/A53/res/xml/power_profile.xml new file mode 100644 index 0000000..ed1a011 --- /dev/null +++ b/Samsung/A53/res/xml/power_profile.xml @@ -0,0 +1,156 @@ + + + 0 + 29.3 + 103.8 + 310.5 + 26.8 + 25 + 212.2 + 149 + 116.4 + + 7.5 + 7.5 + + 0 + 85 + 96 + + 163 + 198 + 239 + 295 + 338 + + 3700 + 2.1 + 75 + 275 + + 0 + + 4000 + + .0002 + .002 + .02 + .2 + 2 + + 42.6 + 0.9 + 95 + 280 + 4000 + 6.1 + 15.5 + + 6 + 2 + + + 533000 + 672000 + 768000 + 864000 + 960000 + 1056000 + 1152000 + 1248000 + 1344000 + 1440000 + 1536000 + 1632000 + 1728000 + 1824000 + 1920000 + 2002000 + + + 49 + 51 + 52 + 53 + 55 + 56 + 59 + 61 + 64 + 66 + 71 + 74 + 80 + 84 + 90 + 95 + + + 533000 + 672000 + 768000 + 864000 + 960000 + 1056000 + 1152000 + 1248000 + 1344000 + 1440000 + 1536000 + 1632000 + 1728000 + 1824000 + 1920000 + 2016000 + 2112000 + 2208000 + 2288000 + 2400000 + + + 72 + 84 + 96 + 105 + 113 + 122 + 132 + 142 + 158 + 171 + 192 + 212 + 242 + 272 + 306 + 345 + 386 + 442 + 491 + 573 + + + 104000 + 208000 + 312000 + 403000 + 507000 + 611000 + 702000 + 806000 + 897000 + + + 22 + 45 + 70 + 95 + 133 + 181 + 221 + 294 + 375 + + 4860 + 5000 + \ No newline at end of file diff --git a/Samsung/A7/res/values-land/dimens.xml b/Samsung/A7/res/values-land/dimens.xml new file mode 100644 index 0000000..54d279d --- /dev/null +++ b/Samsung/A7/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 24.0dip + diff --git a/Samsung/A7/res/values/dimens.xml b/Samsung/A7/res/values/dimens.xml index 9b5b5a8..d7b96f7 100755 --- a/Samsung/A7/res/values/dimens.xml +++ b/Samsung/A7/res/values/dimens.xml @@ -1,6 +1,7 @@ 45.0px - 24.0dip + 69.0px 69.0px + 24.0dip diff --git a/Samsung/A70/res/values-land/dimens.xml b/Samsung/A70/res/values-land/dimens.xml new file mode 100644 index 0000000..e7b3629 --- /dev/null +++ b/Samsung/A70/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 25.0dip + diff --git a/Samsung/A70/res/values/dimens.xml b/Samsung/A70/res/values/dimens.xml index 5ea59f4..1a1f885 100644 --- a/Samsung/A70/res/values/dimens.xml +++ b/Samsung/A70/res/values/dimens.xml @@ -6,6 +6,8 @@ 60.0px + + 77px 77px diff --git a/Samsung/A71/Android.mk b/Samsung/A71/Android.mk new file mode 100644 index 0000000..883606f --- /dev/null +++ b/Samsung/A71/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a71 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A71/AndroidManifest.xml b/Samsung/A71/AndroidManifest.xml new file mode 100644 index 0000000..e3acf37 --- /dev/null +++ b/Samsung/A71/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/A71/res/values/config.xml b/Samsung/A71/res/values/config.xml new file mode 100644 index 0000000..638f5d3 --- /dev/null +++ b/Samsung/A71/res/values/config.xml @@ -0,0 +1,955 @@ + + + + usb\\d + rndis\\d + + + 40 + + + 0 + 1 + 20 + 21 + + + 0 + 10 + 20 + 30 + + 4000 + 128 + 255 + 0 + 1 + 1 + + 12 + 17 + 25 + 30 + 35 + 40 + 62 + 85 + 108 + 119 + 119 + 119 + 123 + 123 + 126 + 134 + 152 + 183 + 249 + 420 + 420 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 655 + 700 + + + 10 + 80 + 162 + 190 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 10000 + 20000 + 30000 + 40000 + 50000 + 60000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + + + 2 + 3 + 4 + 6 + 7 + 8 + 9 + 11 + 12 + 13 + 14 + 15 + 17 + 18 + 19 + 20 + 22 + 23 + 25 + 26 + 28 + 29 + 30 + 32 + 33 + 35 + 36 + 37 + 39 + 41 + 42 + 43 + 45 + 46 + 48 + 49 + 50 + 52 + 53 + 55 + 56 + 58 + 59 + 61 + 62 + 63 + 65 + 66 + 68 + 69 + 71 + 72 + 74 + 75 + 76 + 78 + 79 + 81 + 82 + 84 + 85 + 87 + 88 + 89 + 91 + 92 + 94 + 95 + 97 + 98 + 100 + 101 + 102 + 104 + 105 + 107 + 108 + 109 + 111 + 113 + 114 + 115 + 117 + 118 + 120 + 121 + 122 + 124 + 125 + 127 + 128 + 130 + 131 + 133 + 134 + 135 + 137 + 138 + 140 + 141 + 143 + 144 + 146 + 147 + 148 + 150 + 151 + 153 + 154 + 156 + 157 + 159 + 160 + 161 + 163 + 164 + 166 + 167 + 169 + 170 + 172 + 173 + 174 + 176 + 177 + 179 + 180 + 181 + 183 + 185 + 187 + 189 + 190 + 192 + 194 + 196 + 198 + 200 + 202 + 204 + 205 + 207 + 209 + 211 + 213 + 215 + 216 + 218 + 221 + 222 + 224 + 226 + 228 + 230 + 232 + 233 + 235 + 237 + 239 + 241 + 243 + 244 + 246 + 248 + 250 + 252 + 254 + 256 + 258 + 260 + 261 + 263 + 265 + 267 + 269 + 271 + 272 + 275 + 276 + 278 + 280 + 282 + 284 + 286 + 288 + 289 + 291 + 293 + 295 + 297 + 299 + 300 + 303 + 304 + 306 + 308 + 310 + 312 + 314 + 315 + 317 + 319 + 321 + 323 + 325 + 327 + 328 + 331 + 332 + 334 + 336 + 338 + 340 + 342 + 343 + 345 + 347 + 349 + 351 + 353 + 355 + 357 + 359 + 360 + 362 + 364 + 366 + 368 + 370 + 371 + 373 + 375 + 377 + 379 + 381 + 382 + 385 + 386 + 388 + 390 + 392 + 394 + 396 + 398 + 399 + 401 + 403 + 405 + 407 + 409 + 411 + 413 + 414 + 416 + 418 + 420 + 421 + 423 + 424 + 425 + 428 + 429 + 431 + 432 + 434 + 436 + 437 + 439 + 441 + 442 + 444 + 446 + 447 + 449 + 450 + 453 + 454 + 455 + 457 + 459 + 460 + 462 + 464 + 466 + 467 + 469 + 471 + 472 + 473 + 476 + 477 + 479 + 480 + 482 + 484 + 485 + 487 + 489 + 490 + 492 + 494 + 495 + 497 + 498 + 500 + 502 + 503 + 505 + 507 + 508 + 510 + 512 + 513 + 515 + 517 + 519 + 520 + 521 + 523 + 525 + 526 + 528 + 530 + 532 + 533 + 535 + 537 + 538 + 539 + 542 + 543 + 545 + 546 + 548 + 550 + 551 + 553 + 555 + 556 + 558 + 560 + 561 + 563 + 564 + 566 + 568 + 569 + 571 + 573 + 574 + 576 + 578 + 580 + 581 + 583 + 585 + 586 + 587 + 589 + 591 + 593 + 594 + 596 + 598 + 599 + 601 + 603 + 604 + 606 + 608 + 609 + 611 + 612 + 614 + 616 + 617 + 619 + 621 + 622 + 624 + 626 + 627 + 629 + 630 + 633 + 634 + 635 + 637 + 639 + 640 + 642 + 644 + 646 + 647 + 649 + 651 + 652 + 653 + 656 + 657 + 659 + 660 + 662 + 664 + 665 + 667 + 669 + 670 + 672 + 674 + 675 + 677 + 678 + 680 + 682 + 683 + 685 + 687 + 688 + 690 + 692 + 693 + 695 + 697 + 699 + 700 + + true + diff --git a/Samsung/A71/res/xml/power_profile.xml b/Samsung/A71/res/xml/power_profile.xml new file mode 100644 index 0000000..ee7d6bd --- /dev/null +++ b/Samsung/A71/res/xml/power_profile.xml @@ -0,0 +1,106 @@ + + + 0 + 25 + 66 + 300 + 29 + 0.4 + 1.2 + 287 + 95 + 6.6 + 15 + 100 + 222 + 76 + 153 + 6.5 + + 2.2 + 2.2 + + 0 + 0 + 0 + 0 + + 6 + 2 + + + 300000 + 576000 + 768000 + 1017600 + 1248000 + 1324800 + 1497600 + 1612800 + 1708800 + 1804800 + + + 10 + 13 + 16 + 19 + 24 + 26 + 31 + 35 + 38 + 43 + + + 300000 + 652800 + 806400 + 979200 + 1094400 + 1209600 + 1324800 + 1555200 + 1708800 + 1843200 + 1939200 + 2169600 + 2208000 + + + 36 + 56 + 66 + 82 + 95 + 104 + 117 + 159 + 190 + 242 + 272 + 354 + 377 + + 6 + 21 + 4370 + 4500 + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/A80/res/values-land/config.xml b/Samsung/A80/res/values-land/config.xml new file mode 100644 index 0000000..e7b3629 --- /dev/null +++ b/Samsung/A80/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 25.0dip + diff --git a/Samsung/A80/res/values/dimens.xml b/Samsung/A80/res/values/dimens.xml index 393b0bd..b637150 100644 --- a/Samsung/A80/res/values/dimens.xml +++ b/Samsung/A80/res/values/dimens.xml @@ -6,6 +6,8 @@ 60.0px + + 60px 60px diff --git a/Samsung/A9/Android.mk b/Samsung/A9/Android.mk new file mode 100644 index 0000000..5c288f5 --- /dev/null +++ b/Samsung/A9/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a9 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/A9/AndroidManifest.xml b/Samsung/A9/AndroidManifest.xml new file mode 100644 index 0000000..4ce7ff6 --- /dev/null +++ b/Samsung/A9/AndroidManifest.xml @@ -0,0 +1,4 @@ + + + diff --git a/Samsung/A9/res/values/brightness.xml b/Samsung/A9/res/values/brightness.xml new file mode 100644 index 0000000..7c140f4 --- /dev/null +++ b/Samsung/A9/res/values/brightness.xml @@ -0,0 +1,596 @@ + + + true + 4000 + 8000 + 1 + 57 + 17 + 128 + 255 + 10 + + 10 + 11 + 15 + 17 + 19 + 25 + 30 + 34 + 38 + 44 + 49 + 67 + 82 + 90 + 102 + 108 + 148 + 183 + 247 + 304 + 350 + 391 + 420 + 420 + 450 + 500 + 550 + 575 + 600 + + + 10 + 80 + 162 + 190 + 255 + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 1500 + 2000 + 3000 + 4000 + 4999 + 5000 + 10000 + 20000 + 30000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + + + 2 + 3 + 4 + 6 + 7 + 8 + 9 + 10 + 12 + 13 + 14 + 15 + 16 + 18 + 19 + 20 + 22 + 24 + 25 + 26 + 28 + 29 + 31 + 32 + 34 + 35 + 36 + 38 + 39 + 41 + 42 + 44 + 45 + 46 + 48 + 49 + 51 + 52 + 54 + 55 + 57 + 58 + 60 + 61 + 62 + 64 + 65 + 67 + 68 + 70 + 71 + 72 + 74 + 75 + 77 + 78 + 80 + 81 + 83 + 84 + 86 + 87 + 88 + 90 + 91 + 93 + 94 + 95 + 97 + 98 + 100 + 101 + 103 + 104 + 105 + 107 + 109 + 110 + 111 + 113 + 114 + 116 + 117 + 119 + 120 + 121 + 123 + 124 + 126 + 127 + 129 + 130 + 131 + 133 + 135 + 136 + 137 + 139 + 140 + 142 + 143 + 145 + 146 + 147 + 149 + 150 + 152 + 153 + 155 + 156 + 157 + 159 + 161 + 162 + 163 + 165 + 166 + 168 + 169 + 171 + 172 + 173 + 175 + 176 + 178 + 179 + 181 + 182 + 183 + 186 + 188 + 189 + 191 + 193 + 195 + 197 + 198 + 201 + 202 + 204 + 206 + 208 + 210 + 212 + 214 + 216 + 217 + 219 + 221 + 223 + 225 + 226 + 229 + 230 + 232 + 234 + 236 + 238 + 240 + 242 + 244 + 245 + 247 + 249 + 251 + 253 + 254 + 257 + 258 + 260 + 262 + 264 + 266 + 268 + 270 + 272 + 273 + 275 + 277 + 279 + 281 + 282 + 285 + 286 + 288 + 290 + 292 + 294 + 296 + 298 + 300 + 301 + 303 + 305 + 307 + 309 + 310 + 313 + 314 + 316 + 318 + 320 + 322 + 324 + 326 + 327 + 329 + 331 + 333 + 335 + 337 + 338 + 341 + 342 + 344 + 346 + 348 + 350 + 352 + 354 + 355 + 357 + 359 + 361 + 363 + 365 + 366 + 369 + 370 + 372 + 374 + 376 + 378 + 379 + 382 + 383 + 385 + 387 + 389 + 391 + 393 + 395 + 397 + 398 + 400 + 402 + 404 + 406 + 407 + 410 + 411 + 413 + 415 + 417 + 419 + 420 + + diff --git a/Samsung/A9/res/values/doze.xml b/Samsung/A9/res/values/doze.xml new file mode 100644 index 0000000..3f98cf0 --- /dev/null +++ b/Samsung/A9/res/values/doze.xml @@ -0,0 +1,9 @@ + + + true + false + false + true + false + false + diff --git a/Samsung/A9/res/values/network.xml b/Samsung/A9/res/values/network.xml new file mode 100644 index 0000000..516fd15 --- /dev/null +++ b/Samsung/A9/res/values/network.xml @@ -0,0 +1,42 @@ + + + true + true + true + true + false + + lte:2097152,4194304,8388608,524288,1572864,2097152 + lte_ca:2097152,4194304,8388608,4096,1048576,2097152 + umts:4094,87380,1220608,4096,16384,1220608 + hspa:4094,87380,1220608,4096,16384,1220608 + hsupa:4094,87380,1220608,4096,16384,1220608 + hsdpa:4094,87380,1220608,4096,16384,1220608 + hspap:4094,87380,1220608,4096,16384,1220608 + edge:4093,26280,35040,4096,16384,35040 + gprs:4092,8760,11680,4096,8760,11680 + evdo:4094,87380,524288,4096,16384,262144 + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,2,240000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + bluetooth,7,7,0,-1,true + ethernet,9,9,2,-1,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,1,-1,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + mobile_bip,23,0,2,60000,true + mobile_cas,24,0,3,60000,true + mobile_xcap,27,0,2,60000,true + mobile_ent1,28,0,2,-1,true + mobile_mcx,32,0,2,-1,true + mobile_foc,30,0,2,-1,true + + diff --git a/Samsung/A9/res/xml/power_profile.xml b/Samsung/A9/res/xml/power_profile.xml new file mode 100755 index 0000000..f2dbe1a --- /dev/null +++ b/Samsung/A9/res/xml/power_profile.xml @@ -0,0 +1,86 @@ + + + 0 + 22 + 62 + 301 + 34 + 1 + 2.4 + 298 + 169 + 41 + 56 + 163 + 518 + 77 + 116 + 90 + + 2.8 + 2.8 + + 0 + 0 + 0 + 0 + + 4 + 4 + + + 633600 + 902400 + 1113600 + 1401600 + 1536000 + 1747200 + 1843200 + + + 15 + 23 + 29 + 42 + 55 + 69 + 76 + + + 1113600 + 1401600 + 1747200 + 1958400 + 2150400 + 2208000 + + + 79 + 122 + 187 + 253 + 314 + 385 + + 5.2 + 13 + 3720 + 3800 + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + diff --git a/Samsung/M31-SystemUI/Android.mk b/Samsung/M31-SystemUI/Android.mk new file mode 100644 index 0000000..a457ced --- /dev/null +++ b/Samsung/M31-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-m31-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/M31-SystemUI/AndroidManifest.xml b/Samsung/M31-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..a938a83 --- /dev/null +++ b/Samsung/M31-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/M31-SystemUI/res/values/config.xml b/Samsung/M31-SystemUI/res/values/config.xml new file mode 100644 index 0000000..673dcd6 --- /dev/null +++ b/Samsung/M31-SystemUI/res/values/config.xml @@ -0,0 +1,10 @@ + + + 20px + 20px + 35dp + 45px + 45px + 4dp + 870px + diff --git a/Samsung/M31/Android.mk b/Samsung/M31/Android.mk new file mode 100644 index 0000000..0156039 --- /dev/null +++ b/Samsung/M31/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-m31 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/M31/AndroidManifest.xml b/Samsung/M31/AndroidManifest.xml new file mode 100644 index 0000000..afc64b2 --- /dev/null +++ b/Samsung/M31/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/M31/res/values-land/config.xml b/Samsung/M31/res/values-land/config.xml new file mode 100755 index 0000000..ebc2971 --- /dev/null +++ b/Samsung/M31/res/values-land/config.xml @@ -0,0 +1,4 @@ + + +24dp + diff --git a/Samsung/M31/res/values/config.xml b/Samsung/M31/res/values/config.xml new file mode 100644 index 0000000..59f9d4d --- /dev/null +++ b/Samsung/M31/res/values/config.xml @@ -0,0 +1,612 @@ + + + +rndis0 + + +4000 +128 +255 +10 +1 +1 + + +10 +11 +15 +17 +19 +25 +30 +34 +38 +44 +49 +67 +82 +90 +102 +108 +148 +183 +247 +304 +350 +391 +420 +420 +450 +500 +550 +575 +600 + + +10 +80 +162 +190 +255 + + +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +15 +20 +25 +50 +100 +300 +500 +1000 +1500 +2000 +3000 +4000 +4999 +5000 +10000 +20000 +30000 +40000 + + +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 +97 +98 +99 +100 +101 +102 +103 +104 +105 +106 +107 +108 +109 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +123 +124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +250 +251 +252 +253 +254 +255 +365 + + +2 +3 +4 +6 +7 +8 +9 +10 +12 +13 +14 +15 +16 +18 +19 +20 +22 +24 +25 +26 +28 +29 +31 +32 +34 +35 +36 +38 +39 +41 +42 +44 +45 +46 +48 +49 +51 +52 +54 +55 +57 +58 +60 +61 +62 +64 +65 +67 +68 +70 +71 +72 +74 +75 +77 +78 +80 +81 +83 +84 +86 +87 +88 +90 +91 +93 +94 +95 +97 +98 +100 +101 +103 +104 +105 +107 +109 +110 +111 +113 +114 +116 +117 +119 +120 +121 +123 +124 +126 +127 +129 +130 +131 +133 +135 +136 +137 +139 +140 +142 +143 +145 +146 +147 +149 +150 +152 +153 +155 +156 +157 +159 +161 +162 +163 +165 +166 +168 +169 +171 +172 +173 +175 +176 +178 +179 +181 +182 +183 +186 +188 +189 +191 +193 +195 +197 +198 +201 +202 +204 +206 +208 +210 +212 +214 +216 +217 +219 +221 +223 +225 +226 +229 +230 +232 +234 +236 +238 +240 +242 +244 +245 +247 +249 +251 +253 +254 +257 +258 +260 +262 +264 +266 +268 +270 +272 +273 +275 +277 +279 +281 +282 +285 +286 +288 +290 +292 +294 +296 +298 +300 +301 +303 +305 +307 +309 +310 +313 +314 +316 +318 +320 +322 +324 +326 +327 +329 +331 +333 +335 +337 +338 +341 +342 +344 +346 +348 +350 +352 +354 +355 +357 +359 +361 +363 +365 +366 +369 +370 +372 +374 +376 +378 +379 +382 +383 +385 +387 +389 +391 +393 +395 +397 +398 +400 +402 +404 +406 +407 +410 +411 +413 +415 +417 +419 +420 +600 + + +63px +63px +24dp +78.0px +78.0px +50.0px +M36.95,0C26.35,0,24.15,3.8,23.15,9.8 l-0.1,0.7c-1.7,9.6-9.3,17.2-18.9,18.9c-12.7,2.2-24.8-6.2-27-18.9 c0,0-0.1-0.7-0.1-0.7C-24.15,3.8,-26.25,0,-36.95,0Z @dp + +true +true +true + diff --git a/Samsung/M31/res/xml/power_profile.xml b/Samsung/M31/res/xml/power_profile.xml new file mode 100644 index 0000000..3712653 --- /dev/null +++ b/Samsung/M31/res/xml/power_profile.xml @@ -0,0 +1,113 @@ + + + 0 + 55 + 361 + 93.57 + 1.07 + 1 + 330 + 73 + 39 + 205 + 178 + 665 + 55 + 27 + 146.23 + 103 + + 3.01 + 3.01 + + 0 + 0 + 0 + 0 + + 4 + 4 + + + 1742000 + 1638000 + 1534000 + 1456000 + 1326000 + 1222000 + 1118000 + 1053000 + 910000 + 806000 + 702000 + 598000 + 403000 + + + 256 + 182 + 146 + 126 + 101 + 85 + 72 + 65 + 51 + 41 + 34 + 27 + 18 + + + 2314000 + 2210000 + 2184000 + 2080000 + 1976000 + 1898000 + 1768000 + 1664000 + 1508000 + 1456000 + 1352000 + 1248000 + 1144000 + 1040000 + 936000 + + + 921 + 796 + 721 + 614 + 514 + 452 + 379 + 318 + 248 + 223 + 187 + 154 + 136 + 116 + 80 + + 5.79 + 23.1 + 5830 + 6000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/M31s/Android.mk b/Samsung/M31s/Android.mk new file mode 100644 index 0000000..ca39b29 --- /dev/null +++ b/Samsung/M31s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-m31s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/M31s/AndroidManifest.xml b/Samsung/M31s/AndroidManifest.xml new file mode 100644 index 0000000..8dd908e --- /dev/null +++ b/Samsung/M31s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/M31s/res/values/config.xml b/Samsung/M31s/res/values/config.xml new file mode 100644 index 0000000..d650fc0 --- /dev/null +++ b/Samsung/M31s/res/values/config.xml @@ -0,0 +1,621 @@ + + + + 10 + 11 + 15 + 17 + 19 + 25 + 30 + 34 + 38 + 44 + 49 + 67 + 82 + 90 + 102 + 108 + 148 + 183 + 247 + 304 + 350 + 391 + 420 + 420 + 450 + 500 + 550 + 575 + 600 + + + 10 + 80 + 162 + 190 + 255 + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 1500 + 2000 + 3000 + 4000 + 4999 + 5000 + 10000 + 20000 + 30000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 365 + + + 2 + 3 + 4 + 6 + 7 + 8 + 9 + 10 + 12 + 13 + 14 + 15 + 16 + 18 + 19 + 20 + 22 + 24 + 25 + 26 + 28 + 29 + 31 + 32 + 34 + 35 + 36 + 38 + 39 + 41 + 42 + 44 + 45 + 46 + 48 + 49 + 51 + 52 + 54 + 55 + 57 + 58 + 60 + 61 + 62 + 64 + 65 + 67 + 68 + 70 + 71 + 72 + 74 + 75 + 77 + 78 + 80 + 81 + 83 + 84 + 86 + 87 + 88 + 90 + 91 + 93 + 94 + 95 + 97 + 98 + 100 + 101 + 103 + 104 + 105 + 107 + 109 + 110 + 111 + 113 + 114 + 116 + 117 + 119 + 120 + 121 + 123 + 124 + 126 + 127 + 129 + 130 + 131 + 133 + 135 + 136 + 137 + 139 + 140 + 142 + 143 + 145 + 146 + 147 + 149 + 150 + 152 + 153 + 155 + 156 + 157 + 159 + 161 + 162 + 163 + 165 + 166 + 168 + 169 + 171 + 172 + 173 + 175 + 176 + 178 + 179 + 181 + 182 + 183 + 186 + 188 + 189 + 191 + 193 + 195 + 197 + 198 + 201 + 202 + 204 + 206 + 208 + 210 + 212 + 214 + 216 + 217 + 219 + 221 + 223 + 225 + 226 + 229 + 230 + 232 + 234 + 236 + 238 + 240 + 242 + 244 + 245 + 247 + 249 + 251 + 253 + 254 + 257 + 258 + 260 + 262 + 264 + 266 + 268 + 270 + 272 + 273 + 275 + 277 + 279 + 281 + 282 + 285 + 286 + 288 + 290 + 292 + 294 + 296 + 298 + 300 + 301 + 303 + 305 + 307 + 309 + 310 + 313 + 314 + 316 + 318 + 320 + 322 + 324 + 326 + 327 + 329 + 331 + 333 + 335 + 337 + 338 + 341 + 342 + 344 + 346 + 348 + 350 + 352 + 354 + 355 + 357 + 359 + 361 + 363 + 365 + 366 + 369 + 370 + 372 + 374 + 376 + 378 + 379 + 382 + 383 + 385 + 387 + 389 + 391 + 393 + 395 + 397 + 398 + 400 + 402 + 404 + 406 + 407 + 410 + 411 + 413 + 415 + 417 + 419 + 420 + 600 + + + rndis0 + + + + true + true + true + true + true + true + + true + true + true + false + + + 70.0px + 70.0px + 50.0px + + + 15 + 128 + 255 + 0 + + 17 + + + M 0,0 M 0,12.25101276465640 a 10.60613009248640,10.60613009248640 0 1,0 0,21.21226018497290 a 10.60613009248640,10.60613009248640 0 1,0 0,-21.21226018497290 Z @dp + diff --git a/Samsung/M31s/res/xml/power_profile.xml b/Samsung/M31s/res/xml/power_profile.xml new file mode 100644 index 0000000..e42b056 --- /dev/null +++ b/Samsung/M31s/res/xml/power_profile.xml @@ -0,0 +1,110 @@ + + + 0 + 67 + 206 + 93.57 + 1.07 + 19 + 25 + 111.85 + 205 + 55 + 9.64 + 110 + 103 + + 4.09 + 4.09 + + 0 + 0 + 0 + 0 + + 4 + 4 + + + 1742000 + 1638000 + 1534000 + 1456000 + 1326000 + 1222000 + 1118000 + 1053000 + 910000 + 806000 + 702000 + 598000 + 403000 + + + 256 + 182 + 146 + 126 + 101 + 85 + 72 + 65 + 51 + 41 + 34 + 27 + 18 + + + 2314000 + 2210000 + 2184000 + 2080000 + 1976000 + 1898000 + 1768000 + 1664000 + 1508000 + 1456000 + 1352000 + 1248000 + 1144000 + 1040000 + 936000 + + + 921 + 796 + 721 + 614 + 514 + 452 + 379 + 318 + 248 + 223 + 187 + 154 + 136 + 116 + 80 + + 4.65 + 23.1 + 5830 + 6000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/S20fe-SystemUI/Android.mk b/Samsung/S20fe-SystemUI/Android.mk new file mode 100644 index 0000000..f41330a --- /dev/null +++ b/Samsung/S20fe-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-S20fe-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/S20fe-SystemUI/AndroidManifest.xml b/Samsung/S20fe-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..fcfa74c --- /dev/null +++ b/Samsung/S20fe-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/S20fe-SystemUI/res/values/config.xml b/Samsung/S20fe-SystemUI/res/values/config.xml new file mode 100644 index 0000000..1b4ab9d --- /dev/null +++ b/Samsung/S20fe-SystemUI/res/values/config.xml @@ -0,0 +1,7 @@ + + + 40px + 40px + 38px + 92px + diff --git a/Samsung/S20fe/Android.mk b/Samsung/S20fe/Android.mk new file mode 100644 index 0000000..e7231bf --- /dev/null +++ b/Samsung/S20fe/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-S20fe +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/S20fe/AndroidManifest.xml b/Samsung/S20fe/AndroidManifest.xml new file mode 100644 index 0000000..b7f5bdf --- /dev/null +++ b/Samsung/S20fe/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/S20fe/res/values/config.xml b/Samsung/S20fe/res/values/config.xml new file mode 100644 index 0000000..1e0fccc --- /dev/null +++ b/Samsung/S20fe/res/values/config.xml @@ -0,0 +1,1061 @@ + + + + 12 + 17 + 25 + 30 + 35 + 40 + 62 + 85 + 108 + 119 + 119 + 119 + 123 + 123 + 126 + 134 + 152 + 178 + 249 + 420 + 420 + 468 + 515 + 563 + 610 + 658 + 705 + 753 + 776 + 800 + 800 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + 460 + 461 + 462 + 463 + 464 + 465 + 466 + 467 + 468 + 469 + 470 + 471 + 472 + 473 + 474 + 475 + 476 + 477 + 478 + 479 + 480 + 481 + 482 + 483 + 484 + 485 + 486 + + + 2 + 2.1 + 3.2 + 3.3 + 4.4 + 4.5 + 5.6 + 5.7 + 6.8 + 6.9 + 8 + 9.2 + 10.3 + 10.6 + 11.8 + 12.7 + 13.6 + 14.6 + 15.6 + 16.5 + 17.6 + 18.6 + 19.6 + 20.6 + 21.7 + 22.8 + 23.9 + 25 + 26.1 + 27.2 + 28.3 + 29.5 + 30.6 + 31.8 + 33 + 34.2 + 35.4 + 36.6 + 37.8 + 39.1 + 40.3 + 41.5 + 42.8 + 44.1 + 45.3 + 46.6 + 47.9 + 49.2 + 50.5 + 51.9 + 53.2 + 54.5 + 55.9 + 57.2 + 58.6 + 59.9 + 61.3 + 62.7 + 64.1 + 65.5 + 66.9 + 68.3 + 69.7 + 71.1 + 72.5 + 74 + 75.4 + 76.9 + 78.3 + 79.8 + 81.3 + 82.7 + 84.2 + 85.7 + 87.2 + 88.7 + 90.2 + 91.7 + 93.2 + 94.8 + 96.3 + 97.8 + 99.4 + 100.9 + 102.5 + 104 + 105.6 + 107.1 + 108.7 + 110.3 + 111.9 + 113.5 + 115.1 + 116.7 + 118.3 + 119.9 + 121.5 + 123.1 + 124.7 + 126.4 + 128 + 129.7 + 131.3 + 133 + 134.6 + 136.3 + 137.9 + 139.6 + 141.3 + 143 + 144.6 + 146.3 + 148 + 149.7 + 151.4 + 153.1 + 154.8 + 156.5 + 158.3 + 160 + 161.7 + 163.5 + 165.2 + 166.9 + 168.7 + 170.4 + 172.2 + 173.9 + 175.7 + 177.5 + 179.2 + 181 + 182.8 + 184.6 + 186.4 + 188.1 + 189.9 + 191.7 + 193.5 + 195.3 + 197.2 + 199 + 200.8 + 202.6 + 204.4 + 206.3 + 208.1 + 209.9 + 211.8 + 213.6 + 215.5 + 217.3 + 219.2 + 221 + 222.9 + 224.8 + 226.6 + 228.5 + 230.4 + 232.3 + 234.2 + 236 + 237.9 + 239.8 + 241.7 + 243.6 + 245.5 + 247.4 + 249.4 + 251.3 + 253.2 + 255.1 + 257 + 259 + 260.9 + 262.8 + 264.8 + 266.7 + 268.7 + 270.6 + 272.6 + 274.5 + 276.5 + 278.4 + 280.4 + 282.4 + 284.4 + 286.3 + 288.3 + 290.3 + 292.3 + 294.3 + 296.2 + 298.2 + 300.2 + 302.2 + 304.2 + 306.2 + 308.3 + 310.3 + 312.3 + 314.3 + 316.3 + 318.3 + 320.4 + 322.4 + 324.4 + 326.5 + 328.5 + 330.6 + 332.6 + 334.7 + 336.7 + 338.8 + 340.8 + 342.9 + 344.9 + 346 + 348.1 + 350 + 351.8 + 353.5 + 355.3 + 357 + 359 + 361 + 363 + 365 + 367.3 + 369.7 + 372 + 374 + 376 + 378 + 380 + 381.8 + 383.5 + 385.3 + 387 + 389 + 391 + 393 + 395 + 397 + 399 + 401 + 403 + 405.3 + 407.5 + 409.8 + 412 + 413.6 + 415.2 + 416.8 + 418.4 + 420 + 444.684 + 446.423 + 447.582 + 449.321 + 451.059 + 452.219 + 453.957 + 455.696 + 456.855 + 458.594 + 460.333 + 461.492 + 463.231 + 464.97 + 466.129 + 467.868 + 469.607 + 470.766 + 472.505 + 474.244 + 475.403 + 477.142 + 478.881 + 480.04 + 481.779 + 483.517 + 484.677 + 486.416 + 488.154 + 489.314 + 491.052 + 492.791 + 493.95 + 495.689 + 497.428 + 498.587 + 500.326 + 502.065 + 503.224 + 504.963 + 506.702 + 507.861 + 509.6 + 511.339 + 512.498 + 514.237 + 515.976 + 517.135 + 518.874 + 520.612 + 521.772 + 523.51 + 525.249 + 526.409 + 528.147 + 529.886 + 531.045 + 532.784 + 534.523 + 535.682 + 537.421 + 539.16 + 540.319 + 542.058 + 543.797 + 544.956 + 546.695 + 548.434 + 549.593 + 551.332 + 553.071 + 554.23 + 555.969 + 557.707 + 558.867 + 560.605 + 562.344 + 563.503 + 565.242 + 566.981 + 568.14 + 569.879 + 571.618 + 572.777 + 574.516 + 576.255 + 577.414 + 579.153 + 580.892 + 582.051 + 583.79 + 585.529 + 586.688 + 588.427 + 590.165 + 591.325 + 593.063 + 594.802 + 595.962 + 597.7 + 599.439 + 600.598 + 602.337 + 604.076 + 605.235 + 606.974 + 608.713 + 609.872 + 611.611 + 613.35 + 614.509 + 616.248 + 617.407 + 619.146 + 620.885 + 622.044 + 623.783 + 625.522 + 626.681 + 628.42 + 630.158 + 631.318 + 633.056 + 634.795 + 635.955 + 637.693 + 639.432 + 640.591 + 642.33 + 644.069 + 645.228 + 646.967 + 648.706 + 649.865 + 651.604 + 653.343 + 654.502 + 656.241 + 657.98 + 659.139 + 660.878 + 662.617 + 663.776 + 665.515 + 667.253 + 668.413 + 670.151 + 671.89 + 673.049 + 674.788 + 676.527 + 677.686 + 679.425 + 681.164 + 682.323 + 684.062 + 685.801 + 686.96 + 688.699 + 690.438 + 691.597 + 693.336 + 695.075 + 696.234 + 697.973 + 699.711 + 700.871 + 702.609 + 704.348 + 705.508 + 707.246 + 708.985 + 710.144 + 711.883 + 713.622 + 714.781 + 716.52 + 718.259 + 719.418 + 721.157 + 722.896 + 724.055 + 725.794 + 727.533 + 728.692 + 730.431 + 732.17 + 733.329 + 735.068 + 736.806 + 737.966 + 739.704 + 741.443 + 742.602 + 744.341 + 746.08 + 747.239 + 748.978 + 750.717 + 751.876 + 753.615 + 755.354 + 756.513 + 758.252 + 759.991 + 761.15 + 762.889 + 764.628 + 765.787 + 767.526 + 769.264 + 770.424 + 772.163 + 773.901 + 775.061 + 776.799 + 778.538 + 779.697 + 781.436 + 783.175 + 784.334 + 786.073 + 787.812 + 788.971 + 790.71 + 792.449 + 793.608 + 795.347 + 797.086 + 798.245 + 800 + + + true + true + false + true + true + true + + 92.0px + 92.0px + @dimen/status_bar_height_portrait + + 0 + + M 0,0 M 0,12.25101276465640 a 10.60613009248640,10.60613009248640 0 1,0 0,21.21226018497290 a 10.60613009248640,10.60613009248640 0 1,0 0,-21.21226018497290 Z @dp + diff --git a/Samsung/S20fe/res/xml/power_profile.xml b/Samsung/S20fe/res/xml/power_profile.xml new file mode 100644 index 0000000..437623f --- /dev/null +++ b/Samsung/S20fe/res/xml/power_profile.xml @@ -0,0 +1,175 @@ + + + 0 + 27 + 85 + 279 + 0 + 0 + 0 + 0 + 0 + 66 + 196 + 116 + 173.1 + 62 + 173 + 101 + + 2.2 + 2.2 + + 0 + 0 + 0 + 0 + + 4 + 3 + 1 + + + 300000 + 403200 + 518400 + 614400 + 691200 + 787200 + 883200 + 979200 + 1075200 + 1171200 + 1248000 + 1344000 + 1420800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 27.8 + 28.4 + 29.2 + 29.8 + 30.2 + 31.4 + 32.1 + 32.9 + 33.5 + 35.5 + 35.6 + 37.6 + 38.9 + 40.4 + 43.0 + 46.0 + 49.5 + + + 710400 + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1382400 + 1478400 + 1574400 + 1670400 + 1766400 + 1862400 + 1958400 + 2054400 + 2150400 + 2246400 + 2342400 + 2419200 + + + 51.1 + 57.5 + 65 + 72.6 + 81.3 + 91.1 + 97.9 + 106.3 + 117.8 + 128.1 + 153.8 + 177.4 + 185.7 + 199.8 + 219.9 + 241.1 + 262.8 + 282 + + + 844800 + 960000 + 1075200 + 1190400 + 1305600 + 1401600 + 1516800 + 1632000 + 1747200 + 1862400 + 1977600 + 2073600 + 2169600 + 2265600 + 2361600 + 2457600 + 2553600 + 2649600 + 2745600 + 2841600 + + + 62.9 + 71.4 + 79.8 + 88.8 + 98.2 + 105.7 + 119.5 + 134.0 + 150.4 + 168.5 + 188.1 + 211.3 + 243.1 + 252.5 + 265.7 + 288.7 + 313.4 + 339.8 + 370.4 + 391.6 + + 7.3 + 22 + 4370 + 4500 + 0 + 10 + 10 + 1 + 130 + 420 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/a51x/res/values-land/config.xml b/Samsung/a51x/res/values-land/config.xml new file mode 100644 index 0000000..d89c7e6 --- /dev/null +++ b/Samsung/a51x/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Samsung/a51x/res/values/config.xml b/Samsung/a51x/res/values/config.xml index c22285c..3fbabf3 100644 --- a/Samsung/a51x/res/values/config.xml +++ b/Samsung/a51x/res/values/config.xml @@ -3,6 +3,7 @@ true true + 93px 93px 28dp diff --git a/Samsung/a60q/res/values-land/config.xml b/Samsung/a60q/res/values-land/config.xml new file mode 100644 index 0000000..d89c7e6 --- /dev/null +++ b/Samsung/a60q/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Samsung/a60q/res/values/config.xml b/Samsung/a60q/res/values/config.xml index 453f612..d92e3ec 100644 --- a/Samsung/a60q/res/values/config.xml +++ b/Samsung/a60q/res/values/config.xml @@ -3,6 +3,7 @@ true true + 111.5px 111.5px 28dp diff --git a/Samsung/a82xq-SystemUI/Android.mk b/Samsung/a82xq-SystemUI/Android.mk new file mode 100644 index 0000000..fa0250d --- /dev/null +++ b/Samsung/a82xq-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a82xq-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/a82xq-SystemUI/AndroidManifest.xml b/Samsung/a82xq-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..5522754 --- /dev/null +++ b/Samsung/a82xq-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/a82xq-SystemUI/res/values-land/config.xml b/Samsung/a82xq-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Samsung/a82xq-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Samsung/a82xq-SystemUI/res/values/config.xml b/Samsung/a82xq-SystemUI/res/values/config.xml new file mode 100644 index 0000000..4fa9c55 --- /dev/null +++ b/Samsung/a82xq-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 50px + 50px + 90px + 50px + 50px + diff --git a/Samsung/a82xq/Android.mk b/Samsung/a82xq/Android.mk new file mode 100644 index 0000000..1cfc9b1 --- /dev/null +++ b/Samsung/a82xq/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-a82xq +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/a82xq/AndroidManifest.xml b/Samsung/a82xq/AndroidManifest.xml new file mode 100644 index 0000000..77defc1 --- /dev/null +++ b/Samsung/a82xq/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/a82xq/res/values-land/config.xml b/Samsung/a82xq/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Samsung/a82xq/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Samsung/a82xq/res/values/config.xml b/Samsung/a82xq/res/values/config.xml new file mode 100644 index 0000000..eff438f --- /dev/null +++ b/Samsung/a82xq/res/values/config.xml @@ -0,0 +1,630 @@ + + + true + true + true + + 90px + 90px + 28dp + 90px + + 1 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 11 + 15 + 22 + 27 + 31 + 35 + 55 + 75 + 95 + 106 + 106 + 106 + 108 + 110 + 112 + 119 + 134 + 157 + 220 + 372 + 372 + 468 + 515 + 563 + 610 + 658 + 705 + 753 + 776 + 800 + 800 + + + 2 + 2.1 + 2.3 + 2.4 + 2.6 + 2.7 + 2.9 + 3 + 3.1 + 3.3 + 3.4 + 3.6 + 3.7 + 3.9 + 4 + 4.1 + 4.3 + 4.4 + 4.6 + 4.7 + 4.9 + 5 + 5.1 + 5.3 + 5.4 + 5.6 + 5.7 + 5.9 + 6 + 6.1 + 6.3 + 6.4 + 6.6 + 6.7 + 6.9 + 7 + 8 + 8.5 + 9 + 9.5 + 10 + 10.5 + 11 + 11.5 + 12 + 12.5 + 13 + 13.5 + 14 + 14.5 + 15 + 15.5 + 16 + 16.5 + 17 + 18.5 + 19 + 20 + 20.5 + 21 + 21.5 + 22 + 23.5 + 24 + 24.5 + 25 + 26.5 + 27 + 28.5 + 29 + 30 + 31.5 + 32 + 33.5 + 34 + 35.5 + 37 + 38 + 39 + 40.5 + 41 + 42.5 + 44 + 45.5 + 47 + 48.5 + 50 + 51.5 + 53 + 54.5 + 56 + 58 + 60 + 62 + 64 + 66.5 + 68 + 70 + 72 + 74.5 + 77 + 79.5 + 82 + 84.5 + 87 + 90 + 93 + 95.5 + 98 + 101.5 + 105 + 108.5 + 111 + 115 + 119 + 122.5 + 126 + 130 + 134 + 138.5 + 143 + 148 + 152 + 157 + 162 + 167 + 172 + 178 + 183 + 184.7 + 186.4 + 188.1 + 189.9 + 191.6 + 193.3 + 195 + 196.7 + 198.4 + 200.1 + 201.9 + 203.6 + 205.3 + 207 + 208.9 + 210.7 + 212.6 + 214.4 + 216.3 + 218.1 + 220 + 221.8 + 223.5 + 225.3 + 227 + 228.8 + 230.5 + 232.3 + 234 + 235.9 + 237.8 + 239.6 + 241.5 + 243.4 + 245.3 + 247.1 + 249 + 250.8 + 252.6 + 254.3 + 256.1 + 257.9 + 259.7 + 261.4 + 263.2 + 265 + 266.9 + 268.8 + 270.7 + 272.6 + 274.4 + 276.3 + 278.2 + 280.1 + 282 + 283.8 + 285.6 + 287.4 + 289.2 + 291 + 292.8 + 294.6 + 296.4 + 298.2 + 300 + 302 + 304 + 306 + 308 + 310 + 312 + 314 + 316 + 317.9 + 319.8 + 321.7 + 323.6 + 325.4 + 327.3 + 329.2 + 331.1 + 333 + 334.9 + 336.8 + 338.7 + 340.6 + 342.4 + 344.3 + 346.2 + 348.1 + 350 + 351.8 + 353.5 + 355.3 + 357 + 359 + 361 + 363 + 365 + 367.3 + 369.7 + 372 + 374 + 376 + 378 + 380 + 381.8 + 383.5 + 385.3 + 387 + 389 + 391 + 393 + 395 + 397 + 399 + 401 + 403 + 405.3 + 407.5 + 409.8 + 412 + 413.6 + 415.2 + 416.8 + 418.4 + 420 + 444 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 634 + 658 + 681 + 705 + 729 + 753 + 776 + 800 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 269 + 284 + 298 + 313 + 327 + 342 + 356 + 370 + 385 + 399 + 414 + 428 + 442 + 457 + 471 + 486 + + + M -29,0 L -29,90 L 29,90 L 29,0 Z + M -29,0 L -29,90 L 29,90 L 29,0 Z + diff --git a/Samsung/a82xq/res/xml/power_profile.xml b/Samsung/a82xq/res/xml/power_profile.xml new file mode 100644 index 0000000..57ac0fc --- /dev/null +++ b/Samsung/a82xq/res/xml/power_profile.xml @@ -0,0 +1,177 @@ + + + 0 + 28 + 121 + 254 + 0 + 0 + 0 + 0 + 0 + 47 + 25 + 116 + 194 + 43 + 94 + 53 + + 7.2 + 7.2 + + 0 + 0 + 0 + 0 + + 4 + 3 + 1 + + + 300000 + 403200 + 499200 + 576000 + 672000 + 768000 + 844800 + 940800 + 1036800 + 1113600 + 1209600 + 1305600 + 1382400 + 1478400 + 1555200 + 1632000 + 1708800 + 1785600 + + + 31.9 + 32.5 + 33.1 + 33.7 + 34.1 + 35.3 + 36.2 + 37.4 + 38.8 + 39.8 + 41.4 + 43.4 + 44.6 + 47.1 + 48.1 + 57.6 + 60.2 + 63.4 + + + 710400 + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1708800 + 1804800 + 1920000 + 2016000 + 2131200 + 2227200 + 2323200 + 2419200 + + + 65 + 72.5 + 79.5 + 88.6 + 97.1 + 106.9 + 118.2 + 130.4 + 158.3 + 174.2 + 189.7 + 203.4 + 227.2 + 250.1 + 271.9 + 299.3 + 325.5 + + + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1708800 + 1804800 + 1920000 + 2016000 + 2131200 + 2227200 + 2323200 + 2419200 + 2534400 + 2649600 + 2745600 + 2841600 + 2956800 + + + 72 + 80.3 + 90.3 + 99.3 + 110.4 + 121.6 + 132.8 + 148.5 + 161.3 + 187.6 + 207.5 + 224.8 + 249.7 + 257.7 + 296.6 + 308.8 + 342.1 + 373.9 + 407.6 + 442.5 + 556 + + 6.8 + 14.7 + 4370 + 4500 + 0 + 10 + 10 + 1 + 100 + 500 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/d1q-SystemUI/Android.mk b/Samsung/d1q-SystemUI/Android.mk new file mode 100644 index 0000000..6eb386f --- /dev/null +++ b/Samsung/d1q-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-d1q-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/d1q-SystemUI/AndroidManifest.xml b/Samsung/d1q-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..0d9ea48 --- /dev/null +++ b/Samsung/d1q-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/d1q-SystemUI/res/values-land/config.xml b/Samsung/d1q-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Samsung/d1q-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Samsung/d1q-SystemUI/res/values/config.xml b/Samsung/d1q-SystemUI/res/values/config.xml new file mode 100644 index 0000000..63d598c --- /dev/null +++ b/Samsung/d1q-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 36px + 36px + 108px + 36px + 36px + diff --git a/Samsung/d1q/Android.mk b/Samsung/d1q/Android.mk new file mode 100644 index 0000000..9828170 --- /dev/null +++ b/Samsung/d1q/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-d1q +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/d1q/AndroidManifest.xml b/Samsung/d1q/AndroidManifest.xml new file mode 100644 index 0000000..f61dff7 --- /dev/null +++ b/Samsung/d1q/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/d1q/res/values-land/config.xml b/Samsung/d1q/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Samsung/d1q/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Samsung/d1q/res/values/config.xml b/Samsung/d1q/res/values/config.xml new file mode 100644 index 0000000..43d5c2e --- /dev/null +++ b/Samsung/d1q/res/values/config.xml @@ -0,0 +1,273 @@ + + + true + true + true + + 108px + 108px + 28dp + 108px + + 1 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 10000 + 20000 + 30000 + 40000 + 50000 + 60000 + 80000 + + + 10 + 80 + 162 + 190 + 255 + + + 12 + 17 + 25 + 30 + 35 + 40 + 62 + 84.5 + 108 + 119 + 119 + 119 + 122.5 + 122.5 + 126 + 134 + 152 + 178 + 249 + 403 + 403 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 681 + 753 + 800 + + + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 19 + 20 + 21 + 22 + 24 + 25 + 27 + 29 + 30 + 32 + 34 + 37 + 39 + 41 + 44 + 47 + 50 + 53 + 56 + 60 + 64 + 68 + 72 + 77 + 82 + 87 + 93 + 98 + 105 + 111 + 119 + 126 + 134 + 143 + 152 + 162 + 172 + 183 + 195 + 207 + 220 + 234 + 249 + 265 + 282 + 300 + 316 + 333 + 350 + 357 + 365 + 372 + 380 + 387 + 395 + 403 + 412 + 420 + 444 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 634 + 658 + 681 + 705 + 729 + 753 + 776 + 800 + + + 0 + 7 + 14 + 21 + 28 + 35 + 36 + 38 + 40 + 44 + 46 + 48 + 50 + 52 + 54 + 56 + 57 + 59 + 61 + 63 + 65 + 67 + 69 + 70 + 72 + 74 + 76 + 78 + 80 + 82 + 84 + 86 + 88 + 90 + 92 + 94 + 96 + 98 + 100 + 102 + 104 + 106 + 108 + 110 + 112 + 114 + 116 + 118 + 120 + 122 + 124 + 126 + 128 + 135 + 142 + 149 + 157 + 165 + 174 + 183 + 193 + 201 + 210 + 219 + 225 + 230 + 234 + 238 + 242 + 246 + 250 + 255 + 258 + 261 + 269 + 284 + 298 + 313 + 327 + 342 + 356 + 370 + 385 + 399 + 414 + 428 + 442 + 457 + 471 + 486 + + + M -37,0 L -37,108 L 37,108 L 37,0 Z + M -37,0 L -37,108 L 37,108 L 37,0 Z + diff --git a/Samsung/d1q/res/xml/power_profile.xml b/Samsung/d1q/res/xml/power_profile.xml new file mode 100644 index 0000000..f4863e0 --- /dev/null +++ b/Samsung/d1q/res/xml/power_profile.xml @@ -0,0 +1,175 @@ + + + 0 + 21.8 + 60.7 + 299 + 0 + 0 + 0 + 0 + 0 + 60.7 + 170.3 + 161.2 + 219.4 + 43 + 94 + 53 + + 6.8 + 6.8 + + 0 + 0 + 0 + 0 + + 4 + 3 + 1 + + + 300000 + 403200 + 499200 + 576000 + 672000 + 768000 + 844800 + 940800 + 1036800 + 1113600 + 1209600 + 1305600 + 1382400 + 1478400 + 1555200 + 1632000 + 1708800 + 1785600 + + + 31.9 + 32.5 + 33.1 + 33.7 + 34.1 + 35.3 + 36.2 + 37.4 + 38.8 + 39.8 + 41.4 + 43.4 + 44.6 + 47.1 + 48.1 + 57.6 + 60.2 + 63.4 + + + 710400 + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1708800 + 1804800 + 1920000 + 2016000 + 2131200 + 2227200 + 2323200 + 2419200 + + + 65 + 72.5 + 79.5 + 88.6 + 97.1 + 106.9 + 118.2 + 130.4 + 158.3 + 174.2 + 189.7 + 203.4 + 227.2 + 250.1 + 271.9 + 299.3 + 325.5 + + + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1708800 + 1804800 + 1920000 + 2016000 + 2131200 + 2227200 + 2323200 + 2419200 + 2534400 + 2649600 + 2745600 + 2841600 + + + 72 + 80.3 + 90.3 + 99.3 + 110.4 + 121.6 + 132.8 + 148.5 + 161.3 + 187.6 + 207.5 + 224.8 + 249.7 + 257.7 + 296.6 + 308.8 + 342.1 + 373.9 + 407.6 + 442.5 + + 7.5 + 14.6 + 3400 + 3500 + 0 + 10 + 10 + 1 + 130 + 420 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/d1x-SystemUI/Android.mk b/Samsung/d1x-SystemUI/Android.mk new file mode 100644 index 0000000..629f841 --- /dev/null +++ b/Samsung/d1x-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-d1x-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/d1x-SystemUI/AndroidManifest.xml b/Samsung/d1x-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..3f1edde --- /dev/null +++ b/Samsung/d1x-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/d1x-SystemUI/res/values-land/config.xml b/Samsung/d1x-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Samsung/d1x-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Samsung/d1x-SystemUI/res/values/config.xml b/Samsung/d1x-SystemUI/res/values/config.xml new file mode 100644 index 0000000..63d598c --- /dev/null +++ b/Samsung/d1x-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 36px + 36px + 108px + 36px + 36px + diff --git a/Samsung/d1x/Android.mk b/Samsung/d1x/Android.mk new file mode 100644 index 0000000..eaad028 --- /dev/null +++ b/Samsung/d1x/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-d1x +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/d1x/AndroidManifest.xml b/Samsung/d1x/AndroidManifest.xml new file mode 100644 index 0000000..1b8ee8a --- /dev/null +++ b/Samsung/d1x/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/d1x/res/values-land/config.xml b/Samsung/d1x/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Samsung/d1x/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Samsung/d1x/res/values/config.xml b/Samsung/d1x/res/values/config.xml new file mode 100644 index 0000000..43d5c2e --- /dev/null +++ b/Samsung/d1x/res/values/config.xml @@ -0,0 +1,273 @@ + + + true + true + true + + 108px + 108px + 28dp + 108px + + 1 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 10000 + 20000 + 30000 + 40000 + 50000 + 60000 + 80000 + + + 10 + 80 + 162 + 190 + 255 + + + 12 + 17 + 25 + 30 + 35 + 40 + 62 + 84.5 + 108 + 119 + 119 + 119 + 122.5 + 122.5 + 126 + 134 + 152 + 178 + 249 + 403 + 403 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 681 + 753 + 800 + + + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 19 + 20 + 21 + 22 + 24 + 25 + 27 + 29 + 30 + 32 + 34 + 37 + 39 + 41 + 44 + 47 + 50 + 53 + 56 + 60 + 64 + 68 + 72 + 77 + 82 + 87 + 93 + 98 + 105 + 111 + 119 + 126 + 134 + 143 + 152 + 162 + 172 + 183 + 195 + 207 + 220 + 234 + 249 + 265 + 282 + 300 + 316 + 333 + 350 + 357 + 365 + 372 + 380 + 387 + 395 + 403 + 412 + 420 + 444 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 634 + 658 + 681 + 705 + 729 + 753 + 776 + 800 + + + 0 + 7 + 14 + 21 + 28 + 35 + 36 + 38 + 40 + 44 + 46 + 48 + 50 + 52 + 54 + 56 + 57 + 59 + 61 + 63 + 65 + 67 + 69 + 70 + 72 + 74 + 76 + 78 + 80 + 82 + 84 + 86 + 88 + 90 + 92 + 94 + 96 + 98 + 100 + 102 + 104 + 106 + 108 + 110 + 112 + 114 + 116 + 118 + 120 + 122 + 124 + 126 + 128 + 135 + 142 + 149 + 157 + 165 + 174 + 183 + 193 + 201 + 210 + 219 + 225 + 230 + 234 + 238 + 242 + 246 + 250 + 255 + 258 + 261 + 269 + 284 + 298 + 313 + 327 + 342 + 356 + 370 + 385 + 399 + 414 + 428 + 442 + 457 + 471 + 486 + + + M -37,0 L -37,108 L 37,108 L 37,0 Z + M -37,0 L -37,108 L 37,108 L 37,0 Z + diff --git a/Samsung/d1x/res/xml/power_profile.xml b/Samsung/d1x/res/xml/power_profile.xml new file mode 100644 index 0000000..e5181e5 --- /dev/null +++ b/Samsung/d1x/res/xml/power_profile.xml @@ -0,0 +1,186 @@ + + + 0 + 21.8 + 58 + 293.5 + 74 + 195 + 150 + 243 + 53 + 169 + 109 + + 10 + 10 + + 0 + 0 + 0 + 0 + + 4 + 2 + 2 + + + 1950000 + 1846000 + 1742000 + 1586000 + 1456000 + 1300000 + 1157000 + 1053000 + 949000 + 806000 + 650000 + 546000 + 442000 + + + 111 + 102 + 91 + 77 + 69 + 63 + 58 + 54 + 51 + 48 + 45 + 43 + 42 + + + 2400000 + 2314000 + 2210000 + 2106000 + 2002000 + 1898000 + 1794000 + 1690000 + 1586000 + 1508000 + 1404000 + 1222000 + 1066000 + 962000 + 845000 + 754000 + 650000 + 507000 + + + 415 + 367 + 283 + 241 + 216 + 196 + 176 + 155 + 139 + 129 + 119 + 104 + 91 + 84 + 77 + 72 + 66 + 59 + + + 2730000 + 2600000 + 2530000 + 2470000 + 2340000 + 2236000 + 2080000 + 1976000 + 1820000 + 1664000 + 1560000 + 1456000 + 1378000 + 1248000 + 1144000 + 1040000 + 936000 + 819000 + 728000 + 624000 + 520000 + + + 1067 + 1001 + 835 + 752 + 621 + 561 + 443 + 387 + 328 + 288 + 254 + 229 + 213 + 189 + 174 + 155 + 132 + 118 + 112 + 101 + 92 + + 7.2 + 27 + 3400 + 3500 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 10 + 10 + + 73 + 95 + 115 + 138 + 205 + 235 + 333 + 408 + 515 + + + 156000 + 200000 + 260000 + 325000 + 377000 + 433000 + 572000 + 650000 + 754000 + + \ No newline at end of file diff --git a/Samsung/gta2xl/Android.mk b/Samsung/gta2xl/Android.mk new file mode 100644 index 0000000..a488831 --- /dev/null +++ b/Samsung/gta2xl/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-gta2xl +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/gta2xl/AndroidManifest.xml b/Samsung/gta2xl/AndroidManifest.xml new file mode 100644 index 0000000..1684c77 --- /dev/null +++ b/Samsung/gta2xl/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/gta2xl/res/values/config.xml b/Samsung/gta2xl/res/values/config.xml new file mode 100644 index 0000000..b8bd201 --- /dev/null +++ b/Samsung/gta2xl/res/values/config.xml @@ -0,0 +1,30 @@ + + + true + 1000 + 2000 + 10 + + 1 + 5 + 10 + 50 + 100 + 200 + 500 + 1000 + 5000 + + + 1 + 3 + 7 + 15 + 50 + 100 + 140 + 180 + 200 + 255 + + \ No newline at end of file diff --git a/Samsung/gta2xl/res/xml/power_profile.xml b/Samsung/gta2xl/res/xml/power_profile.xml new file mode 100644 index 0000000..fe6194a --- /dev/null +++ b/Samsung/gta2xl/res/xml/power_profile.xml @@ -0,0 +1,54 @@ + + + 0 + 163 + 792 + 60 + 1.5 + 2.17 + 250 + 78 + 43 + 96 + 260 + 114 + 32 + 95 + 109 + + 2.3 + 2.3 + 2.3 + 2.3 + 2.3 + 2.3 + + + 8 + + + 24 + 38 + 57 + 77 + 102 + + + 652800 + 1036800 + 1401600 + 1689600 + 1804800 + + 6.5 + 16 + 0.15 + 7300 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/gts7xllite/Android.mk b/Samsung/gts7xllite/Android.mk new file mode 100644 index 0000000..dde9f9c --- /dev/null +++ b/Samsung/gts7xllite/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-gts7xllite +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/gts7xllite/AndroidManifest.xml b/Samsung/gts7xllite/AndroidManifest.xml new file mode 100644 index 0000000..97d7048 --- /dev/null +++ b/Samsung/gts7xllite/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/gts7xllite/res/values/bools.xml b/Samsung/gts7xllite/res/values/bools.xml new file mode 100644 index 0000000..46bd796 --- /dev/null +++ b/Samsung/gts7xllite/res/values/bools.xml @@ -0,0 +1,21 @@ + + + true + true + true + true + true + true + true + true + true + false + false + true + true + true + true + true + true + true + diff --git a/Samsung/gts7xllite/res/values/config.xml b/Samsung/gts7xllite/res/values/config.xml new file mode 100644 index 0000000..4c540a1 --- /dev/null +++ b/Samsung/gts7xllite/res/values/config.xml @@ -0,0 +1,624 @@ + + + + 0 + 1 + 5 + 7 + + + usb\\d + rndis\\d + + 15 + 125 + 255 + 2 + 1 + 1 + + 12 + 17 + 25 + 30 + 35 + 40 + 62 + 85 + 108 + 119 + 119 + 119 + 123 + 123 + 126 + 134 + 152 + 162 + 249 + 500 + 500 + 600 + 600 + + + 10 + 80 + 162 + 190 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 20000 + 40000 + + + 5gnr:2097152,6291456,16777216,512000,2097152,8388608 + lte:2097152,4194304,8388608,262144,524288,1048576 + lte_ca:4096,6291456,12582912,4096,1048576,2097152 + umts:4094,87380,1220608,4096,16384,1220608 + hspa:4094,87380,1220608,4096,16384,1220608 + hsupa:4094,87380,1220608,4096,16384,1220608 + hsdpa:4094,87380,1220608,4096,16384,1220608 + hspap:4094,87380,1220608,4096,16384,1220608 + edge:4093,26280,35040,4096,16384,35040 + gprs:4092,8760,11680,4096,8760,11680 + evdo:4094,87380,524288,4096,16384,262144 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + + + 4.6 + 4.7 + 4.8 + 4.9 + 6.15 + 7.36 + 9.6 + 10.72 + 11.93 + 12.86 + 14.07 + 15.19 + 17.71 + 18.64 + 20.04 + 20.88 + 23.21 + 25.63 + 26.75 + 27.77 + 29.08 + 29.83 + 31.13 + 33.65 + 34.3 + 35.88 + 36.91 + 38.12 + 40.26 + 41.57 + 42.41 + 43.81 + 46.32 + 48.28 + 49.21 + 50.98 + 51.82 + 53.13 + 54.06 + 56.39 + 57.32 + 58.07 + 59.74 + 61.05 + 61.89 + 63.84 + 65.52 + 67.39 + 68.78 + 69.25 + 71.39 + 73.82 + 74.66 + 75.68 + 76.99 + 78.1 + 80.62 + 81.65 + 82.58 + 84.07 + 86.77 + 90.31 + 90.87 + 92.74 + 94.6 + 95.72 + 98.33 + 98.8 + 100.29 + 100.66 + 102.34 + 103.27 + 105.88 + 107.28 + 108.3 + 110.17 + 111.47 + 112.68 + 113.71 + 117.44 + 117.45 + 118.65 + 118.83 + 122.47 + 123.12 + 123.96 + 126.2 + 126.94 + 129.09 + 130.49 + 131.51 + 133 + 133.28 + 133.93 + 138.69 + 138.97 + 140.09 + 141.2 + 142.04 + 144.37 + 145.21 + 146.89 + 147.26 + 147.91 + 149.78 + 151.46 + 153.97 + 154.16 + 154.25 + 157.33 + 160.12 + 161.24 + 161.62 + 162.17 + 164.23 + 165.16 + 166.65 + 167.39 + 168.89 + 169.54 + 170.56 + 171.03 + 174.76 + 175.41 + 178.3 + 180.82 + 181.75 + 184.54 + 186.69 + 188.46 + 192.93 + 194.89 + 196.66 + 198.24 + 200.2 + 202.25 + 205.51 + 207.1 + 210.73 + 211.85 + 215.49 + 218.28 + 221.83 + 224.06 + 226.77 + 229 + 231.05 + 235.71 + 236.55 + 236.92 + 237.95 + 242.33 + 247.08 + 249.04 + 251.46 + 251.84 + 254.07 + 261.25 + 262 + 267.96 + 268.8 + 269.36 + 271.22 + 274.67 + 277.28 + 279.05 + 279.98 + 284.92 + 287.81 + 290.24 + 294.34 + 296.39 + 299.09 + 300.02 + 301.79 + 303.1 + 304.59 + 308.78 + 311.49 + 313.91 + 316.89 + 319.88 + 322.49 + 323.88 + 325 + 325.75 + 326.03 + 330.13 + 334.42 + 338.89 + 341.41 + 342.8 + 343.46 + 347.46 + 348.96 + 350.54 + 352.59 + 357.16 + 358 + 359.39 + 359.86 + 362.1 + 363.68 + 367.88 + 371.7 + 374.21 + 375.33 + 376.45 + 377.38 + 381.48 + 382.79 + 387.26 + 389.69 + 391.18 + 392.67 + 394.81 + 396.3 + 399.19 + 401.8 + 403.57 + 405.44 + 406.65 + 409.35 + 413.17 + 416.16 + 418.02 + 420.44 + 423.05 + 423.8 + 424.17 + 427.99 + 430.6 + 431.44 + 434.8 + 437.69 + 438.71 + 440.02 + 445.79 + 447.94 + 449.43 + 453.34 + 454.56 + 456.33 + 458 + 459.03 + 459.77 + 460.52 + 461.17 + 462.48 + 465.09 + 469 + 469.84 + 472.08 + 474.13 + 477.48 + 500 + 600 + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,4,60000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + bluetooth,7,7,2,-1,true + mobile_emergency,15,0,5,-1,true + + + 1,1 + 0,1 + 7,1 + + diff --git a/Samsung/gts7xllite/res/xml/power_profile.xml b/Samsung/gts7xllite/res/xml/power_profile.xml new file mode 100644 index 0000000..5200c54 --- /dev/null +++ b/Samsung/gts7xllite/res/xml/power_profile.xml @@ -0,0 +1,119 @@ + + + 27 + 204 + 2430 + 0 + 0 + 0 + 0 + 0 + 12 + 410 + 63 + 232 + 61 + 103 + 6.2 + + 2.2 + 2.2 + + + 6 + 2 + + + 300000 + 576000 + 768000 + 1017600 + 1248000 + 1324800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 300000 + 787200 + 979200 + 1036800 + 1248000 + 1401600 + 1555200 + 1766400 + 1900800 + 2073600 + 2131200 + 2208000 + + + 17 + 18 + 20 + 24 + 29 + 31 + 38 + 44 + 46 + 48 + + + 74 + 75 + 96 + 102 + 131 + 158 + 187 + 243 + 286 + 369 + 405 + 449 + + 16 + 6 + + 22.7 + + 9800 + 10090 + 3 + 20 + 33 + 3700 + 1 + 100 + 190 + + 190 + + 3700 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Samsung/gts8p/Android.mk b/Samsung/gts8p/Android.mk new file mode 100644 index 0000000..8e6e5c3 --- /dev/null +++ b/Samsung/gts8p/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-gts8p +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/gts8p/AndroidManifest.xml b/Samsung/gts8p/AndroidManifest.xml new file mode 100644 index 0000000..9d73ff1 --- /dev/null +++ b/Samsung/gts8p/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/gts8p/res/values/bools.xml b/Samsung/gts8p/res/values/bools.xml new file mode 100644 index 0000000..f648d9c --- /dev/null +++ b/Samsung/gts8p/res/values/bools.xml @@ -0,0 +1,25 @@ + + + true + true + true + true + true + true + true + true + true + false + false + true + true + true + true + true + true + true + true + true + true + true + diff --git a/Samsung/gts8p/res/values/config.xml b/Samsung/gts8p/res/values/config.xml new file mode 100644 index 0000000..f5665f0 --- /dev/null +++ b/Samsung/gts8p/res/values/config.xml @@ -0,0 +1,623 @@ + + + + 0 + 1 + 5 + 7 + + + usb\\d + rndis\\d + + 13 + 128 + 255 + 0 + 17 + 1 + + 11 + 15 + 22 + 26 + 31 + 35 + 46 + 62 + 79 + 88 + 93 + 99 + 111 + 162 + 190 + 340 + 500 + 500 + 500 + + + 10 + 80 + 162 + 190 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 3000 + 40000 + 999999 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 257 + 260 + 262 + 265 + 267 + 270 + 272 + 274 + 277 + 279 + 282 + 284 + 287 + 289 + 291 + 294 + 296 + 299 + 301 + 304 + + + 2 + 2.311 + 2.766 + 3.297 + 3.885 + 4.52 + 5.194 + 5.902 + 6.642 + 7.41 + 8.204 + 9.022 + 9.863 + 10.726 + 11.608 + 12.51 + 13.43 + 14.367 + 15.321 + 16.291 + 17.276 + 18.276 + 19.291 + 20.32 + 21.362 + 22.417 + 23.485 + 24.566 + 25.658 + 26.762 + 27.878 + 29.005 + 30.143 + 31.292 + 32.451 + 33.62 + 34.8 + 35.989 + 37.188 + 38.396 + 39.614 + 40.841 + 42.077 + 43.322 + 44.576 + 45.838 + 47.109 + 48.388 + 49.675 + 50.97 + 52.273 + 53.584 + 54.903 + 56.229 + 57.563 + 58.904 + 60.253 + 61.609 + 62.972 + 64.342 + 65.719 + 67.103 + 68.494 + 69.892 + 71.296 + 72.707 + 74.124 + 75.548 + 76.978 + 78.415 + 79.858 + 81.307 + 82.762 + 84.223 + 85.69 + 87.164 + 88.643 + 90.128 + 91.618 + 93.115 + 94.617 + 96.125 + 97.638 + 99.157 + 100.682 + 102.212 + 103.747 + 105.288 + 106.834 + 108.385 + 109.942 + 111.503 + 113.07 + 114.642 + 116.22 + 117.802 + 119.389 + 120.981 + 122.578 + 124.18 + 125.787 + 127.398 + 129.015 + 130.636 + 132.262 + 133.893 + 135.528 + 137.168 + 138.812 + 140.461 + 142.115 + 143.773 + 145.436 + 147.103 + 148.774 + 150.45 + 152.131 + 153.815 + 155.504 + 157.198 + 158.895 + 160.597 + 162.303 + 164.013 + 165.728 + 167.446 + 169.169 + 170.896 + 172.627 + 174.362 + 176.101 + 177.844 + 179.591 + 181.342 + 183.097 + 184.855 + 186.618 + 188.385 + 190.155 + 191.93 + 193.708 + 195.49 + 197.276 + 199.066 + 200.859 + 202.656 + 204.457 + 206.262 + 208.07 + 209.882 + 211.697 + 213.516 + 215.339 + 217.166 + 218.996 + 220.829 + 222.666 + 224.507 + 226.351 + 228.199 + 230.05 + 231.905 + 233.763 + 235.624 + 237.489 + 239.358 + 241.229 + 243.105 + 244.983 + 246.865 + 248.75 + 250.639 + 252.531 + 254.426 + 256.324 + 258.226 + 260.131 + 262.039 + 263.951 + 265.866 + 267.784 + 269.705 + 271.629 + 273.557 + 275.487 + 277.421 + 279.358 + 281.298 + 283.241 + 285.188 + 287.137 + 289.09 + 291.045 + 293.004 + 294.965 + 296.93 + 298.898 + 300.868 + 302.842 + 304.819 + 306.799 + 308.781 + 310.767 + 312.756 + 314.747 + 316.742 + 318.739 + 320.739 + 322.742 + 324.748 + 326.757 + 328.769 + 330.784 + 332.802 + 334.822 + 336.845 + 338.871 + 340.9 + 342.932 + 344.966 + 347.004 + 349.044 + 351.086 + 353.132 + 355.18 + 357.231 + 359.285 + 361.342 + 363.401 + 365.463 + 367.528 + 369.595 + 371.665 + 373.738 + 375.813 + 377.891 + 379.972 + 382.055 + 384.141 + 386.23 + 388.321 + 390.415 + 392.512 + 394.611 + 396.712 + 398.817 + 400.924 + 403.033 + 405.145 + 407.259 + 409.377 + 411.496 + 413.618 + 415.743 + 417.87 + 420 + 424 + 428 + 432 + 436 + 440 + 444 + 448 + 452 + 456 + 460 + 464 + 468 + 472 + 476 + 480 + 484 + 488 + 492 + 496 + 500 + + diff --git a/Samsung/gts8p/res/xml/power_profile.xml b/Samsung/gts8p/res/xml/power_profile.xml new file mode 100644 index 0000000..31c4051 --- /dev/null +++ b/Samsung/gts8p/res/xml/power_profile.xml @@ -0,0 +1,173 @@ + + + 0 + 27 + 302 + 1240 + 0 + 0 + 0 + 0 + 0 + 60.7 + 410 + 160.4 + 219.4 + 43 + 94 + 53 + + 7.2 + 7.2 + + 0 + 0 + 0 + 0 + + 4 + 3 + 1 + + + 307200 + 403200 + 518400 + 614400 + 729600 + 844800 + 960000 + 1075200 + 1171200 + 1267200 + 1363200 + 1478400 + 1574400 + 1689600 + 1785600 + + + 33 + 35 + 39 + 41 + 45 + 50 + 58 + 67 + 74 + 80 + 88 + 104 + 118 + 132 + 141 + + + 633600 + 768000 + 883200 + 998400 + 1113600 + 1209600 + 1324800 + 1440000 + 1555200 + 1651200 + 1766400 + 1881600 + 1996800 + 2112000 + 2227200 + 2342400 + 2419200 + 2496000 + + + 52 + 63 + 71 + 83 + 91 + 102 + 113 + 126 + 140 + 153 + 175 + 200 + 244 + 280 + 315 + 353 + 373 + 411 + + + 806400 + 940800 + 1056000 + 1171200 + 1286400 + 1401600 + 1497600 + 1612800 + 1728000 + 1843200 + 1958400 + 2054400 + 2169600 + 2284800 + 2400000 + 2515200 + 2630400 + 2726400 + 2822400 + 2841600 + 2995200 + + + 102 + 115 + 133 + 147 + 163 + 180 + 200 + 217 + 243 + 265 + 305 + 328 + 364 + 403 + 454 + 515 + 564 + 635 + 701 + 710 + 811 + + 13.5 + 32 + 9800 + 10090 + 0 + 10 + 10 + 1 + 130 + 420 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/o1s/Android.mk b/Samsung/o1s/Android.mk new file mode 100644 index 0000000..dbfd55c --- /dev/null +++ b/Samsung/o1s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-o1s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/o1s/AndroidManifest.xml b/Samsung/o1s/AndroidManifest.xml new file mode 100644 index 0000000..2956d6b --- /dev/null +++ b/Samsung/o1s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/o1s/res/values-land/config.xml b/Samsung/o1s/res/values-land/config.xml new file mode 100644 index 0000000..c061e23 --- /dev/null +++ b/Samsung/o1s/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 95px + 95px + diff --git a/Samsung/o1s/res/values/config.xml b/Samsung/o1s/res/values/config.xml new file mode 100644 index 0000000..b104b75 --- /dev/null +++ b/Samsung/o1s/res/values/config.xml @@ -0,0 +1,1029 @@ + + + + rndis0 + + + 40 + + + 0 + 1 + 20 + 21 + + + 0 + 10 + 20 + 30 + + 3000 + 128 + 255 + 0 + 17 + 1 + + 13 + 18 + 26 + 32 + 37 + 42 + 55 + 75 + 95 + 106 + 112 + 119 + 134 + 157 + 220 + 450 + 450 + 545 + 590 + 635 + 680 + 725 + 770 + 815 + 860 + 900 + 900 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + + + 2 + 2.31653 + 2.7794 + 3.32032 + 3.91911 + 4.56497 + 5.25101 + 5.97236 + 6.7254 + 7.50727 + 8.3157 + 9.14878 + 10.00492 + 10.88276 + 11.7811 + 12.69892 + 13.6353 + 14.5894 + 15.5605 + 16.54793 + 17.55108 + 18.56939 + 19.60236 + 20.64952 + 21.71043 + 22.78469 + 23.87191 + 24.97176 + 26.0839 + 27.20803 + 28.34384 + 29.49107 + 30.64946 + 31.81876 + 32.99874 + 34.18918 + 35.38987 + 36.6006 + 37.8212 + 39.05147 + 40.29124 + 41.54035 + 42.79862 + 44.06592 + 45.3421 + 46.627 + 47.9205 + 49.22247 + 50.53277 + 51.85128 + 53.1779 + 54.5125 + 55.85497 + 57.20521 + 58.56312 + 59.92859 + 61.30153 + 62.68184 + 64.06944 + 65.46424 + 66.86614 + 68.27507 + 69.69095 + 71.1137 + 72.54324 + 73.9795 + 75.4224 + 76.87187 + 78.32785 + 79.79027 + 81.25906 + 82.73415 + 84.2155 + 85.70303 + 87.19668 + 88.6964 + 90.20214 + 91.71383 + 93.23142 + 94.75486 + 96.28409 + 97.81907 + 99.35975 + 100.90607 + 102.458 + 104.01547 + 105.57845 + 107.1469 + 108.72076 + 110.3 + 111.88457 + 113.47443 + 115.06954 + 116.66986 + 118.27535 + 119.88597 + 121.50169 + 123.12246 + 124.74826 + 126.37904 + 128.01477 + 129.65541 + 131.30093 + 132.95131 + 134.60649 + 136.26646 + 137.93117 + 139.60062 + 141.27473 + 142.9535 + 144.63692 + 146.32492 + 148.01749 + 149.7146 + 151.41621 + 153.12233 + 154.83289 + 156.54788 + 158.26727 + 159.99104 + 161.71918 + 163.45163 + 165.18839 + 166.9294 + 168.67468 + 170.4242 + 172.1779 + 173.93579 + 175.69783 + 177.46402 + 179.23431 + 181.0087 + 182.78716 + 184.56966 + 186.35617 + 188.1467 + 189.94121 + 191.73969 + 193.5421 + 195.34843 + 197.15869 + 198.97281 + 200.7908 + 202.61264 + 204.4383 + 206.26778 + 208.10103 + 209.93805 + 211.77884 + 213.62335 + 215.47159 + 217.32352 + 219.17914 + 221.03842 + 222.90135 + 224.76791 + 226.6381 + 228.51189 + 230.38925 + 232.27019 + 234.15466 + 236.0427 + 237.93423 + 239.82928 + 241.72781 + 243.62984 + 245.53532 + 247.44424 + 249.3566 + 251.27238 + 253.19156 + 255.11414 + 257.04007 + 258.9694 + 260.90204 + 262.83804 + 264.77734 + 266.71997 + 268.6659 + 270.61508 + 272.56754 + 274.5233 + 276.48224 + 278.44443 + 280.40985 + 282.37848 + 284.3503 + 286.32532 + 288.3035 + 290.28482 + 292.26932 + 294.25693 + 296.24768 + 298.24152 + 300.2385 + 302.23853 + 304.24167 + 306.24786 + 308.2571 + 310.2694 + 312.28476 + 314.3031 + 316.3245 + 318.34888 + 320.37625 + 322.40662 + 324.43994 + 326.47623 + 328.51547 + 330.55768 + 332.6028 + 334.65085 + 336.7018 + 338.75568 + 340.81244 + 342.8721 + 344.9346 + 346 + 349.94672 + 353.92163 + 357.89655 + 362.36835 + 366.34326 + 370.31818 + 374.2931 + 378.26804 + 382.24295 + 386.71472 + 390.68967 + 394.66458 + 398.6395 + 402.6144 + 406.58932 + 410.56427 + 415.03604 + 419.01096 + 422.9859 + 426.96082 + 430.93573 + 434.91068 + 439.38245 + 443.35736 + 447.33228 + 451.30722 + 455.28214 + 459.25705 + 463.72885 + 467.70377 + 471.67868 + 475.6536 + 479.62854 + 483.60345 + 487.57837 + 492.05017 + 496.0251 + 500 + 502.001 + 504.002 + 505.8029 + 507.8039 + 509.8049 + 511.8059 + 513.8069 + 515.6078 + 517.6088 + 519.6098 + 521.61084 + 523.6118 + 525.4127 + 527.4137 + 529.41473 + 531.4157 + 533.4167 + 535.2176 + 537.2186 + 539.2196 + 541.2206 + 543.2216 + 545.0225 + 547.0235 + 549.02454 + 551.0255 + 553.0265 + 554.8274 + 556.8284 + 558.8294 + 560.83044 + 562.8314 + 564.6323 + 566.6333 + 568.63434 + 570.6353 + 572.6363 + 574.4372 + 576.43823 + 578.4392 + 580.44025 + 582.4412 + 584.2421 + 586.2431 + 588.24414 + 590.2451 + 592.2461 + 594.047 + 596.04803 + 598.049 + 600.05005 + 602.051 + 603.8519 + 605.8529 + 607.85394 + 609.8549 + 611.85596 + 613.65686 + 615.65784 + 617.6588 + 619.65985 + 621.6608 + 623.46173 + 625.4627 + 627.46375 + 629.4647 + 631.2656 + 633.2666 + 635.26764 + 637.2686 + 639.26965 + 641.07056 + 643.07153 + 645.0725 + 647.07355 + 649.0745 + 650.8754 + 652.87646 + 654.87744 + 656.8784 + 658.87946 + 660.68036 + 662.68134 + 664.6823 + 666.68335 + 668.6843 + 670.4852 + 672.48627 + 674.48724 + 676.4882 + 678.48926 + 680.29016 + 682.29114 + 684.2922 + 686.29315 + 688.2941 + 690.09503 + 692.09607 + 694.09705 + 696.098 + 698.09906 + 699.89996 + 701.90094 + 703.902 + 705.90295 + 707.90393 + 709.70483 + 711.7059 + 713.70685 + 715.7078 + 717.70886 + 719.50977 + 721.51074 + 723.5118 + 725.51276 + 727.51373 + 729.31464 + 731.3157 + 733.31665 + 735.3177 + 737.31866 + 739.11957 + 741.12054 + 743.1216 + 745.12256 + 747.12354 + 748.92444 + 750.9255 + 752.92645 + 754.9275 + 756.92847 + 758.7294 + 760.73035 + 762.7314 + 764.73236 + 766.7334 + 768.53424 + 770.5353 + 772.53625 + 774.5373 + 776.53827 + 778.3392 + 780.34015 + 782.3412 + 784.34216 + 786.34314 + 788.14404 + 790.1451 + 792.14606 + 794.1471 + 796.1481 + 797.949 + 799.94995 + 801.951 + 803.95197 + 805.953 + 807.7539 + 809.7549 + 811.75586 + 813.7569 + 815.7579 + 817.5588 + 819.55975 + 821.5608 + 823.56177 + 825.5628 + 827.3637 + 829.3647 + 831.36566 + 833.3667 + 835.3677 + 837.1686 + 839.1696 + 841.1706 + 843.1716 + 845.1726 + 846.9735 + 848.9745 + 850.97546 + 852.9765 + 854.9775 + 856.7784 + 858.7794 + 860.7804 + 862.7814 + 864.7824 + 866.5833 + 868.5843 + 870.58527 + 872.5863 + 874.5873 + 876.3882 + 878.38916 + 880.3902 + 882.3912 + 884.3922 + 886.1931 + 888.1941 + 890.1951 + 892.1961 + 894.1971 + 895.998 + 897.999 + 900 + + true + true + true + false + 95px + 95px + diff --git a/Samsung/o1s/res/xml/power_profile.xml b/Samsung/o1s/res/xml/power_profile.xml new file mode 100644 index 0000000..f176de2 --- /dev/null +++ b/Samsung/o1s/res/xml/power_profile.xml @@ -0,0 +1,213 @@ + + + 0 + 23.3 + 86.6 + 317 + 78.9 + 220.1 + 126.5 + 294.8 + 50 + 0 + 88 + 95 + + 147 + 186 + 233 + 298 + 364 + + 3700 + + 4 + 3 + 1 + + + 400000 + 533000 + 650000 + 754000 + 858000 + 962000 + 1066000 + 1170000 + 1274000 + 1378000 + 1482000 + 1586000 + 1690000 + 1794000 + 1898000 + 2002000 + 2106000 + 2210000 + + + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 110 + 111 + 114 + 115 + 117 + 120 + 123 + 127 + 132 + 138 + 144 + + + 533000 + 624000 + 728000 + 832000 + 936000 + 1040000 + 1144000 + 1248000 + 1352000 + 1456000 + 1560000 + 1664000 + 1768000 + 1872000 + 1976000 + 2080000 + 2184000 + 2288000 + 2392000 + 2496000 + 2600000 + 2704000 + 2808000 + + + 126 + 132 + 138 + 146 + 151 + 161 + 169 + 178 + 190 + 200 + 214 + 226 + 242 + 257 + 278 + 301 + 326 + 360 + 394 + 430 + 478 + 530 + 585 + + + 533000 + 624000 + 728000 + 832000 + 936000 + 1040000 + 1144000 + 1248000 + 1352000 + 1456000 + 1560000 + 1664000 + 1768000 + 1872000 + 1976000 + 2080000 + 2184000 + 2288000 + 2392000 + 2496000 + 2600000 + 2704000 + 2808000 + 2912000 + + + 143 + 149 + 157 + 166 + 178 + 189 + 201 + 213 + 229 + 241 + 260 + 280 + 301 + 323 + 347 + 381 + 413 + 465 + 509 + 579 + 632 + 709 + 800 + 897 + + 7.1 + 26.6 + 3880 + 4000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 10 + 10 + + 83 + 145 + 202 + 284 + 354 + 450 + 537 + 690 + 865 + + + 130000 + 221000 + 312000 + 403000 + 494000 + 585000 + 676000 + 767000 + 858000 + + \ No newline at end of file diff --git a/Samsung/p3s/Android.mk b/Samsung/p3s/Android.mk new file mode 100644 index 0000000..d58d0c2 --- /dev/null +++ b/Samsung/p3s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-p3s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/p3s/AndroidManifest.xml b/Samsung/p3s/AndroidManifest.xml new file mode 100644 index 0000000..413a8f1 --- /dev/null +++ b/Samsung/p3s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/p3s/res/values-land/config.xml b/Samsung/p3s/res/values-land/config.xml new file mode 100644 index 0000000..128dd7d --- /dev/null +++ b/Samsung/p3s/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 100px + 100px + diff --git a/Samsung/p3s/res/values/config.xml b/Samsung/p3s/res/values/config.xml new file mode 100644 index 0000000..759c846 --- /dev/null +++ b/Samsung/p3s/res/values/config.xml @@ -0,0 +1,1235 @@ + + + + rndis0 + + + 40 + + + 0 + 1 + 20 + 21 + + + 0 + 10 + 20 + 30 + + 3000 + 128 + 255 + 0 + 17 + 1 + + 13 + 18 + 26 + 32 + 37 + 42 + 55 + 75 + 95 + 106 + 112 + 119 + 134 + 157 + 220 + 450 + 450 + 557 + 612 + 668 + 724 + 780 + 836 + 892 + 948 + 1000 + 1000 + 1000 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + 999999 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + 460 + 461 + 462 + 463 + 464 + 465 + 466 + 467 + 468 + 469 + 470 + 471 + 472 + 473 + 474 + 475 + 476 + 477 + 478 + 479 + 480 + 481 + 482 + 483 + 484 + 485 + 486 + 487 + 488 + 489 + 490 + 491 + 492 + 493 + 494 + 495 + 496 + 497 + 498 + 499 + 500 + 501 + 502 + 503 + 504 + 505 + 506 + 507 + 508 + 509 + 510 + 511 + 512 + 513 + 514 + 515 + 516 + 517 + 518 + 519 + 520 + 521 + 522 + 523 + 524 + 525 + 526 + 527 + 528 + 529 + 530 + 531 + 532 + 533 + 534 + 535 + 536 + 537 + 538 + 539 + 540 + 541 + 542 + 543 + 544 + 545 + 546 + 547 + 548 + 549 + 550 + 551 + 552 + 553 + 554 + 555 + 556 + 557 + 558 + 559 + 560 + 561 + + + 2 + 2.317 + 2.779 + 3.32 + 3.919 + 4.565 + 5.251 + 5.972 + 6.725 + 7.507 + 8.316 + 9.149 + 10.005 + 10.883 + 11.781 + 12.699 + 13.635 + 14.589 + 15.56 + 16.548 + 17.551 + 18.569 + 19.602 + 20.65 + 21.71 + 22.785 + 23.872 + 24.972 + 26.084 + 27.208 + 28.344 + 29.491 + 30.649 + 31.819 + 32.999 + 34.189 + 35.39 + 36.601 + 37.821 + 39.051 + 40.291 + 41.54 + 42.799 + 44.066 + 45.342 + 46.627 + 47.921 + 49.222 + 50.533 + 51.851 + 53.178 + 54.512 + 55.855 + 57.205 + 58.563 + 59.929 + 61.302 + 62.682 + 64.069 + 65.464 + 66.866 + 68.275 + 69.691 + 71.114 + 72.543 + 73.979 + 75.422 + 76.872 + 78.328 + 79.79 + 81.259 + 82.734 + 84.215 + 85.703 + 87.197 + 88.696 + 90.202 + 91.714 + 93.231 + 94.755 + 96.284 + 97.819 + 99.36 + 100.906 + 102.458 + 104.015 + 105.578 + 107.147 + 108.721 + 110.3 + 111.885 + 113.474 + 115.07 + 116.67 + 118.275 + 119.886 + 121.502 + 123.122 + 124.748 + 126.379 + 128.015 + 129.655 + 131.301 + 132.951 + 134.606 + 136.266 + 137.931 + 139.601 + 141.275 + 142.954 + 144.637 + 146.325 + 148.017 + 149.715 + 151.416 + 153.122 + 154.833 + 156.548 + 158.267 + 159.991 + 161.719 + 163.452 + 165.188 + 166.929 + 168.675 + 170.424 + 172.178 + 173.936 + 175.698 + 177.464 + 179.234 + 181.009 + 182.787 + 184.57 + 186.356 + 188.147 + 189.941 + 191.74 + 193.542 + 195.348 + 197.159 + 198.973 + 200.791 + 202.613 + 204.438 + 206.268 + 208.101 + 209.938 + 211.779 + 213.623 + 215.472 + 217.324 + 219.179 + 221.038 + 222.901 + 224.768 + 226.638 + 228.512 + 230.389 + 232.27 + 234.155 + 236.043 + 237.934 + 239.829 + 241.728 + 243.63 + 245.535 + 247.444 + 249.357 + 251.272 + 253.192 + 255.114 + 257.04 + 258.969 + 260.902 + 262.838 + 264.777 + 266.72 + 268.666 + 270.615 + 272.568 + 274.523 + 276.482 + 278.444 + 280.41 + 282.378 + 284.35 + 286.325 + 288.303 + 290.285 + 292.269 + 294.257 + 296.248 + 298.242 + 300.238 + 302.239 + 304.242 + 306.248 + 308.257 + 310.269 + 312.285 + 314.303 + 316.324 + 318.349 + 320.376 + 322.407 + 324.44 + 326.476 + 328.515 + 330.558 + 332.603 + 334.651 + 336.702 + 338.756 + 340.812 + 342.872 + 344.935 + 346 + 349.947 + 353.922 + 357.897 + 362.368 + 366.343 + 370.318 + 374.293 + 378.268 + 382.243 + 386.715 + 390.69 + 394.665 + 398.639 + 402.614 + 406.589 + 410.564 + 415.036 + 419.011 + 422.986 + 426.961 + 430.936 + 434.911 + 439.382 + 443.357 + 447.332 + 451.307 + 455.282 + 459.257 + 463.729 + 467.704 + 471.679 + 475.654 + 479.629 + 483.603 + 487.578 + 492.05 + 496.025 + 500 + 510 + 512 + 513 + 515 + 517 + 519 + 521 + 523 + 525 + 527 + 529 + 531 + 533 + 535 + 537 + 539 + 541 + 543 + 545 + 547 + 548 + 550 + 552 + 554 + 556 + 558 + 560 + 562 + 564 + 566 + 568 + 570 + 572 + 573 + 575 + 577 + 579 + 581 + 583 + 585 + 587 + 589 + 591 + 593 + 595 + 597 + 599 + 601 + 603 + 605 + 607 + 608 + 610 + 612 + 614 + 616 + 618 + 620 + 622 + 624 + 626 + 628 + 630 + 632 + 634 + 635 + 637 + 639 + 641 + 643 + 645 + 647 + 649 + 651 + 653 + 655 + 657 + 659 + 661 + 663 + 665 + 667 + 668 + 670 + 672 + 674 + 676 + 678 + 680 + 682 + 684 + 686 + 688 + 690 + 692 + 694 + 695 + 697 + 699 + 701 + 703 + 705 + 707 + 709 + 711 + 713 + 715 + 717 + 719 + 721 + 723 + 725 + 727 + 728 + 730 + 732 + 734 + 736 + 738 + 740 + 742 + 744 + 746 + 748 + 750 + 752 + 754 + 755 + 757 + 759 + 761 + 763 + 765 + 767 + 769 + 771 + 773 + 775 + 777 + 779 + 781 + 783 + 785 + 787 + 788 + 790 + 792 + 794 + 796 + 798 + 800 + 802 + 804 + 806 + 808 + 810 + 812 + 814 + 815 + 817 + 819 + 821 + 823 + 825 + 827 + 829 + 831 + 833 + 835 + 837 + 839 + 841 + 842 + 845 + 847 + 849 + 850 + 852 + 854 + 856 + 858 + 860 + 862 + 864 + 866 + 868 + 870 + 872 + 874 + 875 + 877 + 879 + 881 + 883 + 885 + 887 + 889 + 891 + 893 + 895 + 897 + 899 + 901 + 902 + 904 + 907 + 909 + 910 + 912 + 914 + 916 + 918 + 920 + 922 + 924 + 926 + 928 + 930 + 932 + 934 + 936 + 937 + 939 + 941 + 943 + 945 + 947 + 949 + 951 + 953 + 955 + 957 + 959 + 961 + 962 + 964 + 966 + 969 + 970 + 972 + 974 + 976 + 978 + 980 + 982 + 984 + 986 + 988 + 990 + 992 + 994 + 996 + 997 + 999 + 1001 + 1003 + 1005 + 1007 + 1009 + 1011 + 1013 + 1015 + 1017 + 1019 + 1021 + 1023 + 1024 + 1026 + 1028 + 1030 + 1032 + 1034 + 1036 + 1038 + 1040 + 1042 + 1044 + 1046 + 1048 + 1050 + 1052 + 1054 + 1056 + 1057 + 1059 + 1061 + 1063 + 1065 + 1067 + 1069 + 1071 + 1073 + 1075 + 1077 + 1079 + 1081 + 1083 + 1084 + 1086 + 1088 + 1090 + 1092 + 1094 + 1096 + 1098 + 1100 + + true + true + true + false + 100px + 100px + diff --git a/Samsung/p3s/res/xml/power_profile.xml b/Samsung/p3s/res/xml/power_profile.xml new file mode 100644 index 0000000..2a10078 --- /dev/null +++ b/Samsung/p3s/res/xml/power_profile.xml @@ -0,0 +1,213 @@ + + + 0 + 36.4 + 98.6 + 416 + 78.9 + 259.7 + 126.5 + 294.8 + 50 + 0 + 88 + 95 + + 147 + 186 + 233 + 298 + 364 + + 3700 + + 4 + 3 + 1 + + + 400000 + 533000 + 650000 + 754000 + 858000 + 962000 + 1066000 + 1170000 + 1274000 + 1378000 + 1482000 + 1586000 + 1690000 + 1794000 + 1898000 + 2002000 + 2106000 + 2210000 + + + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 110 + 111 + 114 + 115 + 117 + 120 + 123 + 127 + 132 + 138 + 144 + + + 533000 + 624000 + 728000 + 832000 + 936000 + 1040000 + 1144000 + 1248000 + 1352000 + 1456000 + 1560000 + 1664000 + 1768000 + 1872000 + 1976000 + 2080000 + 2184000 + 2288000 + 2392000 + 2496000 + 2600000 + 2704000 + 2808000 + + + 126 + 132 + 138 + 146 + 151 + 161 + 169 + 178 + 190 + 200 + 214 + 226 + 242 + 257 + 278 + 301 + 326 + 360 + 394 + 430 + 478 + 530 + 585 + + + 533000 + 624000 + 728000 + 832000 + 936000 + 1040000 + 1144000 + 1248000 + 1352000 + 1456000 + 1560000 + 1664000 + 1768000 + 1872000 + 1976000 + 2080000 + 2184000 + 2288000 + 2392000 + 2496000 + 2600000 + 2704000 + 2808000 + 2912000 + + + 143 + 149 + 157 + 166 + 178 + 189 + 201 + 213 + 229 + 241 + 260 + 280 + 301 + 323 + 347 + 381 + 413 + 465 + 509 + 579 + 632 + 709 + 800 + 897 + + 7.1 + 26.6 + 4855 + 5000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 10 + 10 + + 83 + 145 + 202 + 284 + 354 + 450 + 537 + 690 + 865 + + + 130000 + 221000 + 312000 + 403000 + 494000 + 585000 + 676000 + 767000 + 858000 + + \ No newline at end of file diff --git a/Samsung/r0s-SystemUI/Android.mk b/Samsung/r0s-SystemUI/Android.mk new file mode 100644 index 0000000..530a1e8 --- /dev/null +++ b/Samsung/r0s-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-r0s-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/r0s-SystemUI/AndroidManifest.xml b/Samsung/r0s-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..190806c --- /dev/null +++ b/Samsung/r0s-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/r0s-SystemUI/res/values/config.xml b/Samsung/r0s-SystemUI/res/values/config.xml new file mode 100644 index 0000000..7f85097 --- /dev/null +++ b/Samsung/r0s-SystemUI/res/values/config.xml @@ -0,0 +1,10 @@ + + + 52px + 14px + 0px + 104px + 68px + 55px + + diff --git a/Samsung/r0s/Android.mk b/Samsung/r0s/Android.mk new file mode 100644 index 0000000..ef1d278 --- /dev/null +++ b/Samsung/r0s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-r0s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/r0s/AndroidManifest.xml b/Samsung/r0s/AndroidManifest.xml new file mode 100644 index 0000000..0c46873 --- /dev/null +++ b/Samsung/r0s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/r0s/res/values-land/config.xml b/Samsung/r0s/res/values-land/config.xml new file mode 100644 index 0000000..ebc2971 --- /dev/null +++ b/Samsung/r0s/res/values-land/config.xml @@ -0,0 +1,4 @@ + + +24dp + diff --git a/Samsung/r0s/res/values/config.xml b/Samsung/r0s/res/values/config.xml new file mode 100644 index 0000000..82a67ba --- /dev/null +++ b/Samsung/r0s/res/values/config.xml @@ -0,0 +1,1107 @@ + + + 1000 + 1000 + 5 + 255 + 100 + 1 + + 11 + 15 + 22 + 26 + 31 + 35 + 46 + 62 + 79 + 88 + 93 + 99 + 111 + 130 + 190 + 340 + 500 + 650 + 800 + 900 + 900 + 900 + 900 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 3000 + 4000 + 5000 + 6000 + 20000 + 50000 + 999999 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + 460 + 461 + 462 + 463 + 464 + 465 + 466 + 467 + 468 + 469 + 470 + 471 + 472 + 473 + 474 + 475 + 476 + 477 + 478 + 479 + 480 + 481 + 482 + 483 + 484 + 485 + 486 + 487 + 488 + 489 + 490 + 491 + 492 + 493 + 494 + 495 + 496 + 497 + 498 + 499 + 500 + 501 + 502 + 503 + 504 + 505 + 506 + 507 + 508 + 509 + 510 + + + 2 + 2.31653 + 2.7794 + 3.32032 + 3.91911 + 4.56497 + 5.25101 + 5.97236 + 6.7254 + 7.50727 + 8.3157 + 9.14878 + 10.00492 + 10.88276 + 11.7811 + 12.69892 + 13.6353 + 14.5894 + 15.5605 + 16.54793 + 17.55108 + 18.56939 + 19.60236 + 20.64952 + 21.71043 + 22.78469 + 23.87191 + 24.97176 + 26.0839 + 27.20803 + 28.34384 + 29.49107 + 30.64946 + 31.81876 + 32.99874 + 34.18918 + 35.38987 + 36.6006 + 37.8212 + 39.05147 + 40.29124 + 41.54035 + 42.79862 + 44.06592 + 45.3421 + 46.627 + 47.9205 + 49.22247 + 50.53277 + 51.85128 + 53.1779 + 54.5125 + 55.85497 + 57.20521 + 58.56312 + 59.92859 + 61.30153 + 62.68184 + 64.06944 + 65.46424 + 66.86614 + 68.27507 + 69.69095 + 71.1137 + 72.54324 + 73.9795 + 75.4224 + 76.87187 + 78.32785 + 79.79027 + 81.25906 + 82.73415 + 84.2155 + 85.70303 + 87.19668 + 88.6964 + 90.20214 + 91.71383 + 93.23142 + 94.75486 + 96.28409 + 97.81907 + 99.35975 + 100.90607 + 102.458 + 104.01547 + 105.57845 + 107.1469 + 108.72076 + 110.3 + 111.88457 + 113.47443 + 115.06954 + 116.66986 + 118.27535 + 119.88597 + 121.50169 + 123.12246 + 124.74826 + 126.37904 + 128.01477 + 129.65541 + 131.30093 + 132.95131 + 134.60649 + 136.26646 + 137.93117 + 139.60062 + 141.27473 + 142.9535 + 144.63692 + 146.32492 + 148.01749 + 149.7146 + 151.41621 + 153.12233 + 154.83289 + 156.54788 + 158.26727 + 159.99104 + 161.71918 + 163.45163 + 165.18839 + 166.9294 + 168.67468 + 170.4242 + 172.1779 + 173.93579 + 175.69783 + 177.46402 + 179.23431 + 181.0087 + 182.78716 + 184.56966 + 186.35617 + 188.1467 + 189.94121 + 191.73969 + 193.5421 + 195.34843 + 197.15869 + 198.97281 + 200.7908 + 202.61264 + 204.4383 + 206.26778 + 208.10103 + 209.93805 + 211.77884 + 213.62335 + 215.47159 + 217.32352 + 219.17914 + 221.03842 + 222.90135 + 224.76791 + 226.6381 + 228.51189 + 230.38925 + 232.27019 + 234.15466 + 236.0427 + 237.93423 + 239.82928 + 241.72781 + 243.62984 + 245.53532 + 247.44424 + 249.3566 + 251.27238 + 253.19156 + 255.11414 + 257.04007 + 258.9694 + 260.90204 + 262.83804 + 264.77734 + 266.71997 + 268.6659 + 270.61508 + 272.56754 + 274.5233 + 276.48224 + 278.44443 + 280.40985 + 282.37848 + 284.3503 + 286.32532 + 288.3035 + 290.28482 + 292.26932 + 294.25693 + 296.24768 + 298.24152 + 300.2385 + 302.23853 + 304.24167 + 306.24786 + 308.2571 + 310.2694 + 312.28476 + 314.3031 + 316.3245 + 318.34888 + 320.37625 + 322.40662 + 324.43994 + 326.47623 + 328.51547 + 330.55768 + 332.6028 + 334.65085 + 336.7018 + 338.75568 + 340.81244 + 342.8721 + 344.9346 + 346 + 349.94672 + 353.92163 + 357.89655 + 362.36835 + 366.34326 + 370.31818 + 374.2931 + 378.26804 + 382.24295 + 386.71472 + 390.68967 + 394.66458 + 398.6395 + 402.6144 + 406.58932 + 410.56427 + 415.03604 + 419.01096 + 422.9859 + 426.96082 + 430.93573 + 434.91068 + 439.38245 + 443.35736 + 447.33228 + 451.30722 + 455.28214 + 459.25705 + 463.72885 + 467.70377 + 471.67868 + 475.6536 + 479.62854 + 483.60345 + 487.57837 + 492.05017 + 496.0251 + 500 + 502.001 + 504.002 + 505.8029 + 507.8039 + 509.8049 + 511.8059 + 513.8069 + 515.6078 + 517.6088 + 519.6098 + 521.61084 + 523.6118 + 525.4127 + 527.4137 + 529.41473 + 531.4157 + 533.4167 + 535.2176 + 537.2186 + 539.2196 + 541.2206 + 543.2216 + 545.0225 + 547.0235 + 549.02454 + 551.0255 + 553.0265 + 554.8274 + 556.8284 + 558.8294 + 560.83044 + 562.8314 + 564.6323 + 566.6333 + 568.63434 + 570.6353 + 572.6363 + 574.4372 + 576.43823 + 578.4392 + 580.44025 + 582.4412 + 584.2421 + 586.2431 + 588.24414 + 590.2451 + 592.2461 + 594.047 + 596.04803 + 598.049 + 600.05005 + 602.051 + 603.8519 + 605.8529 + 607.85394 + 609.8549 + 611.85596 + 613.65686 + 615.65784 + 617.6588 + 619.65985 + 621.6608 + 623.46173 + 625.4627 + 627.46375 + 629.4647 + 631.2656 + 633.2666 + 635.26764 + 637.2686 + 639.26965 + 641.07056 + 643.07153 + 645.0725 + 647.07355 + 649.0745 + 650.8754 + 652.87646 + 654.87744 + 656.8784 + 658.87946 + 660.68036 + 662.68134 + 664.6823 + 666.68335 + 668.6843 + 670.4852 + 672.48627 + 674.48724 + 676.4882 + 678.48926 + 680.29016 + 682.29114 + 684.2922 + 686.29315 + 688.2941 + 690.09503 + 692.09607 + 694.09705 + 696.098 + 698.09906 + 699.89996 + 701.90094 + 703.902 + 705.90295 + 707.90393 + 709.70483 + 711.7059 + 713.70685 + 715.7078 + 717.70886 + 719.50977 + 721.51074 + 723.5118 + 725.51276 + 727.51373 + 729.31464 + 731.3157 + 733.31665 + 735.3177 + 737.31866 + 739.11957 + 741.12054 + 743.1216 + 745.12256 + 747.12354 + 748.92444 + 750.9255 + 752.92645 + 754.9275 + 756.92847 + 758.7294 + 760.73035 + 762.7314 + 764.73236 + 766.7334 + 768.53424 + 770.5353 + 772.53625 + 774.5373 + 776.53827 + 778.3392 + 780.34015 + 782.3412 + 784.34216 + 786.34314 + 788.14404 + 790.1451 + 792.14606 + 794.1471 + 796.1481 + 797.949 + 799.94995 + 801.951 + 803.95197 + 805.953 + 807.7539 + 809.7549 + 811.75586 + 813.7569 + 815.7579 + 817.5588 + 819.55975 + 821.5608 + 823.56177 + 825.5628 + 827.3637 + 829.3647 + 831.36566 + 833.3667 + 835.3677 + 837.1686 + 839.1696 + 841.1706 + 843.1716 + 845.1726 + 846.9735 + 848.9745 + 850.97546 + 852.9765 + 854.9775 + 856.7784 + 858.7794 + 860.7804 + 862.7814 + 864.7824 + 866.5833 + 868.5843 + 870.58527 + 872.5863 + 874.5873 + 876.3882 + 878.38916 + 880.3902 + 882.3912 + 884.3922 + 886.1931 + 888.1941 + 890.1951 + 892.1961 + 894.1971 + 895.998 + 897.999 + 899.94995 + 901.951 + 903.95197 + 905.953 + 907.7539 + 909.7549 + 911.75586 + 913.7569 + 915.7579 + 917.5588 + 919.55975 + 921.5608 + 923.56177 + 925.5628 + 927.3637 + 929.3647 + 931.36566 + 933.3667 + 935.3677 + 937.1686 + 939.1696 + 941.1706 + 943.1716 + 945.1726 + 946.9735 + 948.9745 + 950.97546 + 952.9765 + 954.9775 + 956.7784 + 958.7794 + 960.7804 + 962.7814 + 964.7824 + 966.5833 + 968.5843 + 970.58527 + 972.5863 + 974.5873 + 976.3882 + 978.38916 + 980.3902 + 982.3912 + 984.3922 + 986.1931 + 988.1941 + 990.1951 + 992.1961 + 994.1971 + 995.998 + 997.999 + 1000 + + true + true + false + 102px + 102px + 24dp + 24dp + M 0,0 H -9.333333333333333 V 27 H 9.333333333333333 V 0 H 0 Z @dp + diff --git a/Samsung/r0s/res/xml/power_profile.xml b/Samsung/r0s/res/xml/power_profile.xml new file mode 100644 index 0000000..079e3ec --- /dev/null +++ b/Samsung/r0s/res/xml/power_profile.xml @@ -0,0 +1,214 @@ + + + 0 + 21 + 68 + 290.8 + 25.7 + 31 + 128.1 + 199.5 + 63 + 168.2 + 118.6 + + 9.45 + 9.45 + + 0 + 81 + 91 + + 125 + 159 + 257 + 289 + 310 + + 3700 + + 4 + 3 + 1 + + + 400000 + 576000 + 672000 + 768000 + 864000 + 960000 + 1056000 + 1152000 + 1248000 + 1344000 + 1440000 + 1536000 + 1632000 + 1728000 + 1824000 + + + 129 + 136 + 137 + 141 + 145 + 149 + 155 + 160 + 167 + 174 + 185 + 195 + 209 + 226 + 246 + + + 576000 + 672000 + 768000 + 864000 + 960000 + 1056000 + 1152000 + 1248000 + 1344000 + 1440000 + 1536000 + 1632000 + 1728000 + 1824000 + 1920000 + 2016000 + 2112000 + 2208000 + 2304000 + 2400000 + 2515000 + + + 145 + 152 + 159 + 166 + 173 + 184 + 194 + 205 + 216 + 227 + 245 + 261 + 280 + 300 + 326 + 353 + 384 + 418 + 461 + 506 + 590 + + + 576000 + 672000 + 768000 + 864000 + 960000 + 1056000 + 1152000 + 1248000 + 1344000 + 1440000 + 1536000 + 1632000 + 1728000 + 1824000 + 1920000 + 2016000 + 2112000 + 2208000 + 2304000 + 2400000 + 2512000 + 2611000 + 2707000 + 2803000 + + + 159 + 169 + 180 + 191 + 205 + 216 + 225 + 242 + 250 + 272 + 290 + 312 + 330 + 356 + 390 + 426 + 469 + 514 + 600 + 703 + 780 + 884 + 950 + 1035 + + 8.4 + 29.4 + 3590 + 3700 + 1 + 130 + 420 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + 6 + 28 + 36 + 3700 + + 162 + 227 + 305 + 388 + 463 + 650 + 808 + 1013 + 1234 + 1296 + 1368 + + + 303000 + 404000 + 500000 + 605000 + 711000 + 807000 + 903000 + 999000 + 1095000 + 1210000 + 1306000 + + diff --git a/Samsung/r9q/Android.mk b/Samsung/r9q/Android.mk new file mode 100644 index 0000000..46868e1 --- /dev/null +++ b/Samsung/r9q/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-r9q +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/r9q/AndroidManifest.xml b/Samsung/r9q/AndroidManifest.xml new file mode 100644 index 0000000..8a36a3f --- /dev/null +++ b/Samsung/r9q/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/r9q/res/values/bools.xml b/Samsung/r9q/res/values/bools.xml new file mode 100644 index 0000000..bd535de --- /dev/null +++ b/Samsung/r9q/res/values/bools.xml @@ -0,0 +1,27 @@ + + + true + true + true + true + true + true + true + true + false + true + true + true + true + true + true + true + true + true + true + true + true + 26.0dip + 26.0dip + + diff --git a/Samsung/r9q/res/values/config.xml b/Samsung/r9q/res/values/config.xml new file mode 100644 index 0000000..6fb6075 --- /dev/null +++ b/Samsung/r9q/res/values/config.xml @@ -0,0 +1,1079 @@ + + + + usb\\d + rndis\\d + + + 40 + + + 0 + 1 + 20 + 21 + + + 0 + 10 + 20 + 30 + + 12 + 128 + 255 + 0 + 17 + 1 + + 11 + 15 + 22 + 27 + 31 + 35 + 55 + 75 + 95 + 106 + 112 + 119 + 134 + 150 + 220 + 378 + 378 + 468 + 515 + 563 + 610 + 658 + 705 + 753 + 776 + 800 + 800 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + 460 + 461 + 462 + 463 + 464 + 465 + 466 + 467 + 468 + 469 + 470 + 471 + 472 + 473 + 474 + 475 + 476 + 477 + 478 + 479 + 480 + 481 + 482 + 483 + 484 + 485 + 486 + + + 2 + 2.311 + 2.766 + 3.297 + 3.885 + 4.52 + 5.194 + 5.902 + 6.642 + 7.41 + 8.204 + 9.022 + 9.863 + 10.726 + 11.608 + 12.51 + 13.43 + 14.367 + 15.321 + 16.291 + 17.276 + 18.276 + 19.291 + 20.32 + 21.362 + 22.417 + 23.485 + 24.566 + 25.658 + 26.762 + 27.878 + 29.005 + 30.143 + 31.292 + 32.451 + 33.62 + 34.8 + 35.989 + 37.188 + 38.396 + 39.614 + 40.841 + 42.077 + 43.322 + 44.576 + 45.838 + 47.109 + 48.388 + 49.675 + 50.97 + 52.273 + 53.584 + 54.903 + 56.229 + 57.563 + 58.904 + 60.253 + 61.609 + 62.972 + 64.342 + 65.719 + 67.103 + 68.494 + 69.892 + 71.296 + 72.707 + 74.124 + 75.548 + 76.978 + 78.415 + 79.858 + 81.307 + 82.762 + 84.223 + 85.69 + 87.164 + 88.643 + 90.128 + 91.618 + 93.115 + 94.617 + 96.125 + 97.638 + 99.157 + 100.682 + 102.212 + 103.747 + 105.288 + 106.834 + 108.385 + 109.942 + 111.503 + 113.07 + 114.642 + 116.22 + 117.802 + 119.389 + 120.981 + 122.578 + 124.18 + 125.787 + 127.398 + 129.015 + 130.636 + 132.262 + 133.893 + 135.528 + 137.168 + 138.812 + 140.461 + 142.115 + 143.773 + 145.436 + 147.103 + 148.774 + 150 + 152.131 + 153.815 + 155.504 + 157.198 + 158.895 + 160.597 + 162.303 + 164.013 + 165.728 + 167.446 + 169.169 + 170.896 + 172.627 + 174.362 + 176.101 + 177.844 + 179.591 + 181.342 + 183.097 + 184.855 + 186.618 + 188.385 + 190.155 + 191.93 + 193.708 + 195.49 + 197.276 + 199.066 + 200.859 + 202.656 + 204.457 + 206.262 + 208.07 + 209.882 + 211.697 + 213.516 + 215.339 + 217.166 + 218.996 + 220.829 + 222.666 + 224.507 + 226.351 + 228.199 + 230.05 + 231.905 + 233.763 + 235.624 + 237.489 + 239.358 + 241.229 + 243.105 + 244.983 + 246.865 + 248.75 + 250.639 + 252.531 + 254.426 + 256.324 + 258.226 + 260.131 + 262.039 + 263.951 + 265.866 + 267.784 + 269.705 + 271.629 + 273.557 + 275.487 + 277.421 + 279.358 + 281.298 + 283.241 + 285.188 + 287.137 + 289.09 + 291.045 + 293.004 + 294.965 + 296.93 + 298.898 + 300.868 + 302.842 + 304.819 + 306.799 + 308.781 + 310.767 + 312.756 + 314.747 + 316.742 + 318.739 + 320.739 + 322.742 + 324.748 + 326.757 + 328.769 + 330.784 + 332.802 + 334.822 + 336.845 + 338.871 + 340.9 + 342.932 + 344.966 + 347.004 + 349.044 + 351.086 + 353.132 + 355.18 + 357.231 + 359.285 + 361.342 + 363.401 + 365.463 + 367.528 + 369.595 + 371.665 + 373.738 + 375.813 + 377.891 + 379.972 + 382.055 + 384.141 + 386.23 + 388.321 + 390.415 + 392.512 + 394.611 + 396.712 + 398.817 + 400.924 + 403.033 + 405.145 + 407.259 + 409.377 + 411.496 + 413.618 + 415.743 + 417.87 + 420 + 425 + 426.302 + 428.255 + 430.208 + 431.51 + 433.464 + 434.766 + 436.719 + 438.021 + 439.974 + 441.276 + 443.229 + 444.531 + 446.484 + 447.786 + 449.74 + 451.042 + 452.995 + 454.297 + 456.25 + 457.552 + 459.505 + 460.807 + 462.76 + 464.063 + 466.016 + 467.318 + 469.271 + 470.573 + 472.526 + 473.828 + 475.781 + 477.083 + 479.036 + 480.339 + 482.292 + 483.594 + 485.547 + 486.849 + 488.802 + 490.104 + 492.057 + 493.359 + 495.313 + 496.615 + 498.568 + 499.87 + 501.823 + 503.125 + 505.078 + 506.38 + 508.333 + 509.635 + 511.589 + 512.891 + 514.844 + 516.146 + 518.099 + 519.401 + 521.354 + 522.656 + 524.609 + 525.911 + 527.865 + 529.167 + 531.12 + 532.422 + 534.375 + 535.677 + 537.63 + 538.932 + 540.885 + 542.188 + 544.141 + 545.443 + 547.396 + 548.698 + 550.651 + 551.953 + 553.906 + 555.208 + 557.161 + 558.464 + 560.417 + 561.719 + 563.672 + 564.974 + 566.927 + 568.229 + 570.182 + 571.484 + 573.438 + 574.74 + 576.693 + 577.995 + 579.948 + 581.25 + 583.203 + 584.505 + 586.458 + 587.76 + 589.714 + 591.016 + 592.969 + 594.271 + 596.224 + 597.526 + 599.479 + 600.781 + 602.734 + 604.036 + 605.99 + 607.292 + 609.245 + 610.547 + 612.5 + 613.802 + 615.755 + 617.708 + 619.01 + 620.964 + 622.266 + 624.219 + 625.521 + 627.474 + 628.776 + 630.729 + 632.031 + 633.984 + 635.286 + 637.24 + 638.542 + 640.495 + 641.797 + 643.75 + 645.052 + 647.005 + 648.307 + 650.26 + 651.563 + 653.516 + 654.818 + 656.771 + 658.073 + 660.026 + 661.328 + 663.281 + 664.583 + 666.536 + 667.839 + 669.792 + 671.094 + 673.047 + 674.349 + 676.302 + 677.604 + 679.557 + 680.859 + 682.813 + 684.115 + 686.068 + 687.37 + 689.323 + 690.625 + 692.578 + 693.88 + 695.833 + 697.135 + 699.089 + 700.391 + 702.344 + 703.646 + 705.599 + 706.901 + 708.854 + 710.156 + 712.109 + 713.411 + 715.365 + 716.667 + 718.62 + 719.922 + 721.875 + 723.177 + 725.13 + 726.432 + 728.385 + 729.688 + 731.641 + 732.943 + 734.896 + 736.198 + 738.151 + 739.453 + 741.406 + 742.708 + 744.661 + 745.964 + 747.917 + 749.219 + 751.172 + 752.474 + 754.427 + 755.729 + 757.682 + 758.984 + 760.938 + 762.24 + 764.193 + 765.495 + 767.448 + 768.75 + 770.703 + 772.005 + 773.958 + 775.26 + 777.214 + 778.516 + 780.469 + 781.771 + 783.724 + 785.026 + 786.979 + 788.281 + 790.234 + 791.536 + 793.49 + 794.792 + 796.745 + 798.047 + 800 + + true + diff --git a/Samsung/r9q/res/xml/power_profile.xml b/Samsung/r9q/res/xml/power_profile.xml new file mode 100644 index 0000000..23bf721 --- /dev/null +++ b/Samsung/r9q/res/xml/power_profile.xml @@ -0,0 +1,167 @@ + + + 0 + 30 + 130 + 345 + 0 + 0 + 0 + 0 + 0 + 93 + 216 + 123 + 265.4 + 50 + 174.1 + 96.2 + + 2 + 2 + + 0 + 0 + 0 + 0 + + 4 + 3 + 1 + + + 300000 + 403200 + 499200 + 595200 + 691200 + 806400 + 902400 + 998400 + 1094400 + 1209600 + 1305600 + 1401600 + 1497600 + 1612800 + 1708800 + 1804800 + + + 32.57 + 33.47 + 34.24 + 35.08 + 35.89 + 37.38 + 38.82 + 40.38 + 42.24 + 45.04 + 47.34 + 49.52 + 51.32 + 55.81 + 59.26 + 63.14 + + + 710400 + 844800 + 960000 + 1075200 + 1209600 + 1324800 + 1440000 + 1555200 + 1670400 + 1766400 + 1881600 + 1996800 + 2112000 + 2227200 + 2342400 + 2419200 + + + 54.02 + 62.79 + 71.67 + 81.85 + 87.93 + 99.76 + 111.30 + 124.26 + 138.52 + 150.49 + 184.66 + 194.25 + 225.73 + 262.20 + 307.33 + 315.05 + + + 844800 + 960000 + 1075200 + 1190400 + 1305600 + 1420800 + 1555200 + 1670400 + 1785600 + 1900800 + 2035200 + 2150400 + 2265600 + 2380800 + 2496000 + 2592000 + 2688000 + 2764800 + 2841600 + + + 76.60 + 88.34 + 96.33 + 109.44 + 120.98 + 129.27 + 154.90 + 172.47 + 192.01 + 213.23 + 240.84 + 276.62 + 317.40 + 362.67 + 413.65 + 475.12 + 522.18 + 563.06 + 622.83 + + 7.38 + 25 + 4370 + 4500 + 0 + 10 + 10 + 1 + 130 + 420 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/starqltekdi-SystemUI/Android.mk b/Samsung/starqltekdi-SystemUI/Android.mk new file mode 100644 index 0000000..3eddae6 --- /dev/null +++ b/Samsung/starqltekdi-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-starqltekdi-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/starqltekdi-SystemUI/AndroidManifest.xml b/Samsung/starqltekdi-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..8733798 --- /dev/null +++ b/Samsung/starqltekdi-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/starqltekdi-SystemUI/res/values-land/config.xml b/Samsung/starqltekdi-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Samsung/starqltekdi-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Samsung/starqltekdi-SystemUI/res/values/config.xml b/Samsung/starqltekdi-SystemUI/res/values/config.xml new file mode 100644 index 0000000..8757644 --- /dev/null +++ b/Samsung/starqltekdi-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 66px + 66px + 110px + 66px + 66px + diff --git a/Samsung/starqltekdi/Android.mk b/Samsung/starqltekdi/Android.mk new file mode 100644 index 0000000..b6ddb08 --- /dev/null +++ b/Samsung/starqltekdi/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-starqltekdi +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/starqltekdi/AndroidManifest.xml b/Samsung/starqltekdi/AndroidManifest.xml new file mode 100644 index 0000000..167ee09 --- /dev/null +++ b/Samsung/starqltekdi/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/starqltekdi/res/values-land/config.xml b/Samsung/starqltekdi/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Samsung/starqltekdi/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Samsung/starqltekdi/res/values/config.xml b/Samsung/starqltekdi/res/values/config.xml new file mode 100644 index 0000000..acd93b8 --- /dev/null +++ b/Samsung/starqltekdi/res/values/config.xml @@ -0,0 +1,634 @@ + + + true + true + true + + 110px + 110px + 28dp + 110px + + 1 + + + 1 + 2 + 3 + 4 + 5 + 10 + 30 + 50 + 100 + 200 + 500 + 1000 + 2000 + 2999 + 3000 + 3999 + 4000 + 4999 + 5000 + 9999 + 10000 + 19999 + 20000 + 29999 + 30000 + 39999 + 40000 + 49999 + 50000 + 59999 + 60000 + 79999 + 80000 + 99999 + 100000 + + + 10 + 80 + 162 + 190 + 255 + + + 10 + 12 + 15 + 20 + 22.16 + 25.16 + 49.74 + 109.85 + 109.85 + 113 + 132 + 169.4 + 249.5 + 400 + 400 + 450 + 450 + 475 + 475 + 500 + 500 + 525 + 525 + 550 + 550 + 575 + 575 + 600 + 600 + 625 + 625 + 650 + 650 + 675 + 675 + 700 + + + 2 + 2.1 + 2.3 + 2.4 + 2.6 + 2.7 + 2.9 + 3 + 3.1 + 3.3 + 3.4 + 3.6 + 3.7 + 3.9 + 4 + 4.1 + 4.3 + 4.4 + 4.6 + 4.7 + 4.9 + 5 + 5.1 + 5.3 + 5.4 + 5.6 + 5.7 + 5.9 + 6 + 6.1 + 6.3 + 6.4 + 6.6 + 6.7 + 6.9 + 7 + 7.3 + 7.6 + 7.9 + 8 + 8.3 + 8.6 + 8.9 + 9 + 9.3 + 9.6 + 9.9 + 10 + 10.3 + 10.6 + 10.9 + 11 + 11.3 + 11.6 + 11.9 + 12 + 12.3 + 12.6 + 12.9 + 13 + 13.3 + 13.6 + 13.9 + 14 + 14.3 + 14.6 + 14.9 + 15 + 15.3 + 15.6 + 15.9 + 16 + 16.3 + 16.6 + 16.9 + 17 + 17.3 + 17.5 + 17.8 + 18 + 18.3 + 18.6 + 18.9 + 19 + 19.4 + 19.7 + 20 + 20.4 + 20.7 + 21 + 21.9 + 22.4 + 23 + 23.4 + 23.7 + 24 + 24.8 + 25.5 + 26 + 26.4 + 26.8 + 27 + 27.8 + 28.5 + 29 + 29.8 + 30.5 + 31 + 31.8 + 32.5 + 33 + 33.7 + 34.3 + 35 + 35.8 + 36.5 + 37 + 37.8 + 38.5 + 39 + 40.1 + 41.3 + 42 + 43.5 + 45 + 46.5 + 48 + 49.7 + 51 + 52.3 + 53.1 + 54 + 55.3 + 56.1 + 57 + 59.3 + 61 + 63.3 + 65 + 67.3 + 69 + 71.3 + 73 + 75.9 + 78 + 80.9 + 83 + 85.9 + 88 + 91.4 + 94 + 97.4 + 100 + 103.4 + 106 + 110 + 113 + 117 + 120 + 124.6 + 128 + 132.6 + 136 + 141.1 + 145 + 150.1 + 154 + 159.7 + 164 + 169.7 + 174 + 177.1 + 180.3 + 183.4 + 185 + 188.4 + 191.9 + 195.3 + 197 + 200.7 + 204.4 + 208.1 + 210 + 213.3 + 216.5 + 219.8 + 223 + 226.5 + 230 + 233.5 + 237 + 242.3 + 245.9 + 249.4 + 253 + 258.3 + 261.9 + 265.4 + 269 + 272.4 + 275.8 + 277.5 + 280.9 + 284.3 + 286 + 289.8 + 293.5 + 295.4 + 299.1 + 301 + 304.6 + 308.1 + 311.7 + 315.2 + 317 + 320.6 + 324.1 + 327.7 + 331.2 + 333 + 334.8 + 336.5 + 338.3 + 340 + 341.8 + 343.5 + 345.3 + 347 + 349.3 + 351.7 + 354 + 356 + 358 + 360 + 362 + 363.8 + 365.5 + 367.3 + 369 + 370.8 + 372.5 + 374.3 + 376 + 378 + 380 + 382 + 384 + 386 + 388 + 390 + 392 + 394 + 396 + 398 + 399 + 400 + 450 + 475 + 500 + 525 + 550 + 575 + 600 + 625 + 650 + 675 + 700 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 287 + 303 + 319 + 335 + 351 + 367 + 383 + 399 + 415 + 431 + 447 + + diff --git a/Samsung/starqltekdi/res/xml/power_profile.xml b/Samsung/starqltekdi/res/xml/power_profile.xml new file mode 100644 index 0000000..53ff636 --- /dev/null +++ b/Samsung/starqltekdi/res/xml/power_profile.xml @@ -0,0 +1,143 @@ + + + 0 + 20 + 76 + 297.5 + 0 + 0 + 0 + 0 + 0 + 34 + 172 + 85.5 + 650 + 60.9 + 162 + 75 + + 7.3 + 7.3 + + 0 + 0 + 0 + 0 + + 4 + 4 + + + 300000 + 403200 + 480000 + 576000 + 652800 + 748800 + 825600 + 902400 + 979200 + 1056000 + 1132800 + 1228800 + 1324800 + 1420800 + 1516800 + 1612800 + 1689600 + 1766400 + + + 27.5 + 29.4 + 29.7 + 31.5 + 33.3 + 33.7 + 34.2 + 36.1 + 37.7 + 39 + 40 + 42.9 + 45.4 + 49.1 + 53.1 + 58.4 + 61.5 + 65.3 + + + 825600 + 902400 + 979200 + 1056000 + 1132800 + 1209600 + 1286400 + 1363200 + 1459200 + 1536000 + 1612800 + 1689600 + 1766400 + 1843200 + 1920000 + 1996800 + 2092800 + 2169600 + 2246400 + 2323200 + 2400000 + 2476800 + 2553600 + 2649600 + + + 74 + 82 + 86.7 + 91.2 + 98.7 + 104.7 + 109.9 + 117.2 + 129.8 + 137.6 + 147.2 + 158.6 + 171 + 196.3 + 219.5 + 237.5 + 261.3 + 283.5 + 295.8 + 321.1 + 349.8 + 380.3 + 421.7 + 478.9 + + 5.14 + 12.8 + 3000 + 0 + 10 + 10 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Samsung/t2s/Android.mk b/Samsung/t2s/Android.mk new file mode 100644 index 0000000..20911a6 --- /dev/null +++ b/Samsung/t2s/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-t2s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/t2s/AndroidManifest.xml b/Samsung/t2s/AndroidManifest.xml new file mode 100644 index 0000000..77d7937 --- /dev/null +++ b/Samsung/t2s/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/t2s/res/values-land/config.xml b/Samsung/t2s/res/values-land/config.xml new file mode 100644 index 0000000..c061e23 --- /dev/null +++ b/Samsung/t2s/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 95px + 95px + diff --git a/Samsung/t2s/res/values/config.xml b/Samsung/t2s/res/values/config.xml new file mode 100644 index 0000000..b8a5e4d --- /dev/null +++ b/Samsung/t2s/res/values/config.xml @@ -0,0 +1,1029 @@ + + + + rndis0 + + + 40 + + + 0 + 1 + 20 + 21 + + + 0 + 10 + 20 + 30 + + 3000 + 128 + 255 + 0 + 17 + 1 + + 13 + 18 + 26 + 32 + 37 + 42 + 55 + 75 + 95 + 106 + 112 + 119 + 134 + 157 + 220 + 450 + 450 + 545 + 590 + 635 + 680 + 725 + 770 + 815 + 860 + 900 + 900 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + 331 + 332 + 333 + 334 + 335 + 336 + 337 + 338 + 339 + 340 + 341 + 342 + 343 + 344 + 345 + 346 + 347 + 348 + 349 + 350 + 351 + 352 + 353 + 354 + 355 + 356 + 357 + 358 + 359 + 360 + 361 + 362 + 363 + 364 + 365 + 366 + 367 + 368 + 369 + 370 + 371 + 372 + 373 + 374 + 375 + 376 + 377 + 378 + 379 + 380 + 381 + 382 + 383 + 384 + 385 + 386 + 387 + 388 + 389 + 390 + 391 + 392 + 393 + 394 + 395 + 396 + 397 + 398 + 399 + 400 + 401 + 402 + 403 + 404 + 405 + 406 + 407 + 408 + 409 + 410 + 411 + 412 + 413 + 414 + 415 + 416 + 417 + 418 + 419 + 420 + 421 + 422 + 423 + 424 + 425 + 426 + 427 + 428 + 429 + 430 + 431 + 432 + 433 + 434 + 435 + 436 + 437 + 438 + 439 + 440 + 441 + 442 + 443 + 444 + 445 + 446 + 447 + 448 + 449 + 450 + 451 + 452 + 453 + 454 + 455 + 456 + 457 + 458 + 459 + + + 2 + 2.31653 + 2.7794 + 3.32032 + 3.91911 + 4.56497 + 5.25101 + 5.97236 + 6.7254 + 7.50727 + 8.3157 + 9.14878 + 10.00492 + 10.88276 + 11.7811 + 12.69892 + 13.6353 + 14.5894 + 15.5605 + 16.54793 + 17.55108 + 18.56939 + 19.60236 + 20.64952 + 21.71043 + 22.78469 + 23.87191 + 24.97176 + 26.0839 + 27.20803 + 28.34384 + 29.49107 + 30.64946 + 31.81876 + 32.99874 + 34.18918 + 35.38987 + 36.6006 + 37.8212 + 39.05147 + 40.29124 + 41.54035 + 42.79862 + 44.06592 + 45.3421 + 46.627 + 47.9205 + 49.22247 + 50.53277 + 51.85128 + 53.1779 + 54.5125 + 55.85497 + 57.20521 + 58.56312 + 59.92859 + 61.30153 + 62.68184 + 64.06944 + 65.46424 + 66.86614 + 68.27507 + 69.69095 + 71.1137 + 72.54324 + 73.9795 + 75.4224 + 76.87187 + 78.32785 + 79.79027 + 81.25906 + 82.73415 + 84.2155 + 85.70303 + 87.19668 + 88.6964 + 90.20214 + 91.71383 + 93.23142 + 94.75486 + 96.28409 + 97.81907 + 99.35975 + 100.90607 + 102.458 + 104.01547 + 105.57845 + 107.1469 + 108.72076 + 110.3 + 111.88457 + 113.47443 + 115.06954 + 116.66986 + 118.27535 + 119.88597 + 121.50169 + 123.12246 + 124.74826 + 126.37904 + 128.01477 + 129.65541 + 131.30093 + 132.95131 + 134.60649 + 136.26646 + 137.93117 + 139.60062 + 141.27473 + 142.9535 + 144.63692 + 146.32492 + 148.01749 + 149.7146 + 151.41621 + 153.12233 + 154.83289 + 156.54788 + 158.26727 + 159.99104 + 161.71918 + 163.45163 + 165.18839 + 166.9294 + 168.67468 + 170.4242 + 172.1779 + 173.93579 + 175.69783 + 177.46402 + 179.23431 + 181.0087 + 182.78716 + 184.56966 + 186.35617 + 188.1467 + 189.94121 + 191.73969 + 193.5421 + 195.34843 + 197.15869 + 198.97281 + 200.7908 + 202.61264 + 204.4383 + 206.26778 + 208.10103 + 209.93805 + 211.77884 + 213.62335 + 215.47159 + 217.32352 + 219.17914 + 221.03842 + 222.90135 + 224.76791 + 226.6381 + 228.51189 + 230.38925 + 232.27019 + 234.15466 + 236.0427 + 237.93423 + 239.82928 + 241.72781 + 243.62984 + 245.53532 + 247.44424 + 249.3566 + 251.27238 + 253.19156 + 255.11414 + 257.04007 + 258.9694 + 260.90204 + 262.83804 + 264.77734 + 266.71997 + 268.6659 + 270.61508 + 272.56754 + 274.5233 + 276.48224 + 278.44443 + 280.40985 + 282.37848 + 284.3503 + 286.32532 + 288.3035 + 290.28482 + 292.26932 + 294.25693 + 296.24768 + 298.24152 + 300.2385 + 302.23853 + 304.24167 + 306.24786 + 308.2571 + 310.2694 + 312.28476 + 314.3031 + 316.3245 + 318.34888 + 320.37625 + 322.40662 + 324.43994 + 326.47623 + 328.51547 + 330.55768 + 332.6028 + 334.65085 + 336.7018 + 338.75568 + 340.81244 + 342.8721 + 344.9346 + 346 + 349.94672 + 353.92163 + 357.89655 + 362.36835 + 366.34326 + 370.31818 + 374.2931 + 378.26804 + 382.24295 + 386.71472 + 390.68967 + 394.66458 + 398.6395 + 402.6144 + 406.58932 + 410.56427 + 415.03604 + 419.01096 + 422.9859 + 426.96082 + 430.93573 + 434.91068 + 439.38245 + 443.35736 + 447.33228 + 451.30722 + 455.28214 + 459.25705 + 463.72885 + 467.70377 + 471.67868 + 475.6536 + 479.62854 + 483.60345 + 487.57837 + 492.05017 + 496.0251 + 500 + 502.001 + 504.002 + 505.8029 + 507.8039 + 509.8049 + 511.8059 + 513.8069 + 515.6078 + 517.6088 + 519.6098 + 521.61084 + 523.6118 + 525.4127 + 527.4137 + 529.41473 + 531.4157 + 533.4167 + 535.2176 + 537.2186 + 539.2196 + 541.2206 + 543.2216 + 545.0225 + 547.0235 + 549.02454 + 551.0255 + 553.0265 + 554.8274 + 556.8284 + 558.8294 + 560.83044 + 562.8314 + 564.6323 + 566.6333 + 568.63434 + 570.6353 + 572.6363 + 574.4372 + 576.43823 + 578.4392 + 580.44025 + 582.4412 + 584.2421 + 586.2431 + 588.24414 + 590.2451 + 592.2461 + 594.047 + 596.04803 + 598.049 + 600.05005 + 602.051 + 603.8519 + 605.8529 + 607.85394 + 609.8549 + 611.85596 + 613.65686 + 615.65784 + 617.6588 + 619.65985 + 621.6608 + 623.46173 + 625.4627 + 627.46375 + 629.4647 + 631.2656 + 633.2666 + 635.26764 + 637.2686 + 639.26965 + 641.07056 + 643.07153 + 645.0725 + 647.07355 + 649.0745 + 650.8754 + 652.87646 + 654.87744 + 656.8784 + 658.87946 + 660.68036 + 662.68134 + 664.6823 + 666.68335 + 668.6843 + 670.4852 + 672.48627 + 674.48724 + 676.4882 + 678.48926 + 680.29016 + 682.29114 + 684.2922 + 686.29315 + 688.2941 + 690.09503 + 692.09607 + 694.09705 + 696.098 + 698.09906 + 699.89996 + 701.90094 + 703.902 + 705.90295 + 707.90393 + 709.70483 + 711.7059 + 713.70685 + 715.7078 + 717.70886 + 719.50977 + 721.51074 + 723.5118 + 725.51276 + 727.51373 + 729.31464 + 731.3157 + 733.31665 + 735.3177 + 737.31866 + 739.11957 + 741.12054 + 743.1216 + 745.12256 + 747.12354 + 748.92444 + 750.9255 + 752.92645 + 754.9275 + 756.92847 + 758.7294 + 760.73035 + 762.7314 + 764.73236 + 766.7334 + 768.53424 + 770.5353 + 772.53625 + 774.5373 + 776.53827 + 778.3392 + 780.34015 + 782.3412 + 784.34216 + 786.34314 + 788.14404 + 790.1451 + 792.14606 + 794.1471 + 796.1481 + 797.949 + 799.94995 + 801.951 + 803.95197 + 805.953 + 807.7539 + 809.7549 + 811.75586 + 813.7569 + 815.7579 + 817.5588 + 819.55975 + 821.5608 + 823.56177 + 825.5628 + 827.3637 + 829.3647 + 831.36566 + 833.3667 + 835.3677 + 837.1686 + 839.1696 + 841.1706 + 843.1716 + 845.1726 + 846.9735 + 848.9745 + 850.97546 + 852.9765 + 854.9775 + 856.7784 + 858.7794 + 860.7804 + 862.7814 + 864.7824 + 866.5833 + 868.5843 + 870.58527 + 872.5863 + 874.5873 + 876.3882 + 878.38916 + 880.3902 + 882.3912 + 884.3922 + 886.1931 + 888.1941 + 890.1951 + 892.1961 + 894.1971 + 895.998 + 897.999 + 900 + + true + true + true + false + 95px + 95px + diff --git a/Samsung/t2s/res/xml/power_profile.xml b/Samsung/t2s/res/xml/power_profile.xml new file mode 100644 index 0000000..a69603a --- /dev/null +++ b/Samsung/t2s/res/xml/power_profile.xml @@ -0,0 +1,213 @@ + + + 0 + 24.8 + 93.9 + 377.9 + 78.9 + 220.5 + 126.5 + 294.8 + 50 + 0 + 88 + 95 + + 147 + 186 + 233 + 298 + 364 + + 3700 + + 4 + 3 + 1 + + + 400000 + 533000 + 650000 + 754000 + 858000 + 962000 + 1066000 + 1170000 + 1274000 + 1378000 + 1482000 + 1586000 + 1690000 + 1794000 + 1898000 + 2002000 + 2106000 + 2210000 + + + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 110 + 111 + 114 + 115 + 117 + 120 + 123 + 127 + 132 + 138 + 144 + + + 533000 + 624000 + 728000 + 832000 + 936000 + 1040000 + 1144000 + 1248000 + 1352000 + 1456000 + 1560000 + 1664000 + 1768000 + 1872000 + 1976000 + 2080000 + 2184000 + 2288000 + 2392000 + 2496000 + 2600000 + 2704000 + 2808000 + + + 126 + 132 + 138 + 146 + 151 + 161 + 169 + 178 + 190 + 200 + 214 + 226 + 242 + 257 + 278 + 301 + 326 + 360 + 394 + 430 + 478 + 530 + 585 + + + 533000 + 624000 + 728000 + 832000 + 936000 + 1040000 + 1144000 + 1248000 + 1352000 + 1456000 + 1560000 + 1664000 + 1768000 + 1872000 + 1976000 + 2080000 + 2184000 + 2288000 + 2392000 + 2496000 + 2600000 + 2704000 + 2808000 + 2912000 + + + 143 + 149 + 157 + 166 + 178 + 189 + 201 + 213 + 229 + 241 + 260 + 280 + 301 + 323 + 347 + 381 + 413 + 465 + 509 + 579 + 632 + 709 + 800 + 897 + + 7.1 + 26.6 + 4660 + 4800 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 10 + 10 + + 83 + 145 + 202 + 284 + 354 + 450 + 537 + 690 + 865 + + + 130000 + 221000 + 312000 + 403000 + 494000 + 585000 + 676000 + 767000 + 858000 + + \ No newline at end of file diff --git a/Samsung/z3q/Android.mk b/Samsung/z3q/Android.mk new file mode 100644 index 0000000..63dcfb8 --- /dev/null +++ b/Samsung/z3q/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-z3q +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Samsung/z3q/AndroidManifest.xml b/Samsung/z3q/AndroidManifest.xml new file mode 100644 index 0000000..001d0e5 --- /dev/null +++ b/Samsung/z3q/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/z3q/res/values/config.xml b/Samsung/z3q/res/values/config.xml new file mode 100644 index 0000000..8b317ca --- /dev/null +++ b/Samsung/z3q/res/values/config.xml @@ -0,0 +1,640 @@ + + + 4000 + 8000 + 1 + 10 + 1 + 102 + 255 + 10 + true + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 2 + 3 + 4 + 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 100 + 300 + 500 + 1000 + 2000 + 2999 + 3000 + 4000 + 5000 + 6000 + 7000 + 8000 + 9000 + 10000 + 20000 + 40000 + + + 12 + 17 + 25 + 30 + 35 + 40 + 62 + 84.5 + 108 + 119 + 119 + 119 + 122.5 + 122.5 + 126 + 134 + 152 + 178 + 249 + 420 + 420 + 468 + 515 + 563 + 610 + 658 + 705 + 753 + 776 + 800 + 800 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + 251 + 252 + 253 + 254 + 255 + 269 + 284 + 298 + 313 + 327 + 342 + 356 + 370 + 385 + 399 + 414 + 428 + 442 + 457 + 471 + 486 + + + 2 + 2.1 + 2.3 + 2.4 + 2.6 + 2.7 + 2.9 + 3 + 3.1 + 3.3 + 3.4 + 3.6 + 3.7 + 3.9 + 4 + 4.1 + 4.3 + 4.4 + 4.6 + 4.7 + 4.9 + 5 + 5.1 + 5.3 + 5.4 + 5.6 + 5.7 + 5.9 + 6 + 6.1 + 6.3 + 6.4 + 6.6 + 6.7 + 6.9 + 7 + 8 + 8.5 + 9 + 9.5 + 10 + 10.5 + 11 + 11.5 + 12 + 12.5 + 13 + 13.5 + 14 + 14.5 + 15 + 15.5 + 16 + 16.5 + 17 + 18.5 + 19 + 20 + 20.5 + 21 + 21.5 + 22 + 23.5 + 24 + 24.5 + 25 + 26.5 + 27 + 28.5 + 29 + 30 + 31.5 + 32 + 33.5 + 34 + 35.5 + 37 + 38 + 39 + 40.5 + 41 + 42.5 + 44 + 45.5 + 47 + 48.5 + 50 + 51.5 + 53 + 54.5 + 56 + 58 + 60 + 62 + 64 + 66.5 + 68 + 70 + 72 + 74.5 + 77 + 79.5 + 82 + 84.5 + 87 + 90 + 93 + 95.5 + 98 + 101.5 + 105 + 108.5 + 111 + 115 + 119 + 122.5 + 126 + 130 + 134 + 138.5 + 143 + 148 + 152 + 157 + 162 + 167 + 172 + 178 + 183 + 184.7 + 186.4 + 188.1 + 189.9 + 191.6 + 193.3 + 195 + 196.7 + 198.4 + 200.1 + 201.9 + 203.6 + 205.3 + 207 + 208.9 + 210.7 + 212.6 + 214.4 + 216.3 + 218.1 + 220 + 221.8 + 223.5 + 225.3 + 227 + 228.8 + 230.5 + 232.3 + 234 + 235.9 + 237.8 + 239.6 + 241.5 + 243.4 + 245.3 + 247.1 + 249 + 250.8 + 252.6 + 254.3 + 256.1 + 257.9 + 259.7 + 261.4 + 263.2 + 265 + 266.9 + 268.8 + 270.7 + 272.6 + 274.4 + 276.3 + 278.2 + 280.1 + 282 + 283.8 + 285.6 + 287.4 + 289.2 + 291 + 292.8 + 294.6 + 296.4 + 298.2 + 300 + 302 + 304 + 306 + 308 + 310 + 312 + 314 + 316 + 317.9 + 319.8 + 321.7 + 323.6 + 325.4 + 327.3 + 329.2 + 331.1 + 333 + 334.9 + 336.8 + 338.7 + 340.6 + 342.4 + 344.3 + 346.2 + 348.1 + 350 + 351.8 + 353.5 + 355.3 + 357 + 359 + 361 + 363 + 365 + 367.3 + 369.7 + 372 + 374 + 376 + 378 + 380 + 381.8 + 383.5 + 385.3 + 387 + 389 + 391 + 393 + 395 + 397 + 399 + 401 + 403 + 405.3 + 407.5 + 409.8 + 412 + 413.6 + 415.2 + 416.8 + 418.4 + 420 + 444 + 468 + 491 + 515 + 539 + 563 + 586 + 610 + 634 + 658 + 681 + 705 + 729 + 753 + 776 + 800 + + diff --git a/Samsung/z3q/res/xml/power_profile.xml b/Samsung/z3q/res/xml/power_profile.xml new file mode 100644 index 0000000..014f43b --- /dev/null +++ b/Samsung/z3q/res/xml/power_profile.xml @@ -0,0 +1,191 @@ + + + 0 + 26.3 + 81 + 344 + 52 + 229.6 + 130 + 289.7 + 94 + 0 + 125 + 130 + + 185 + 210 + 267 + 384 + 553 + + 3700 + + 4 + 2 + 2 + + + 442000 + 546000 + 650000 + 806000 + 949000 + 1053000 + 1157000 + 1300000 + 1456000 + 1586000 + 1742000 + 1846000 + 1950000 + 2002000 + + + 47 + 49 + 50 + 54 + 57 + 59 + 62 + 66 + 74 + 80 + 95 + 102 + 111 + 120 + + + 507000 + 650000 + 754000 + 845000 + 962000 + 1066000 + 1222000 + 1404000 + 1508000 + 1586000 + 1690000 + 1794000 + 1898000 + 2002000 + 2106000 + 2210000 + 2314000 + 2400000 + 2504000 + 2600000 + + + 56 + 61 + 66 + 70 + 78 + 84 + 93 + 107 + 118 + 126 + 137 + 150 + 168 + 244 + 259 + 283 + 315 + 341 + 392 + 438 + + + 546000 + 650000 + 754000 + 858000 + 962000 + 1066000 + 1170000 + 1274000 + 1378000 + 1482000 + 1586000 + 1690000 + 1794000 + 1898000 + 2002000 + 2106000 + 2210000 + 2314000 + 2418000 + 2522000 + 2626000 + 2730000 + + + 84 + 94 + 103 + 116 + 129 + 150 + 169 + 182 + 201 + 220 + 241 + 272 + 299 + 333 + 439 + 485 + 534 + 601 + 690 + 800 + 850 + 879 + + 7.71 + 29 + 4855 + 5000 + 1 + 65 + 265 + + 0 + + 3600 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 10 + 10 + + 72.8 + 126.4 + 207.2 + 262.4 + 376.0 + 526.4 + 646.4 + + + 156000 + 260000 + 377000 + 455000 + 572000 + 702000 + 800000 + + \ No newline at end of file diff --git a/Sharp/S2/res/values-land/notch.xml b/Sharp/S2/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Sharp/S2/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Sharp/S2/res/values/notch.xml b/Sharp/S2/res/values/notch.xml index 6b1d992..c2529f9 100644 --- a/Sharp/S2/res/values/notch.xml +++ b/Sharp/S2/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 121.0px 121.0px diff --git a/Sony/J9110/Android.mk b/Sony/J9110/Android.mk new file mode 100644 index 0000000..db139de --- /dev/null +++ b/Sony/J9110/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-sony-J9110 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Sony/J9110/AndroidManifest.xml b/Sony/J9110/AndroidManifest.xml new file mode 100644 index 0000000..648d620 --- /dev/null +++ b/Sony/J9110/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Sony/J9110/res/values/config.xml b/Sony/J9110/res/values/config.xml new file mode 100644 index 0000000..0ffdb0c --- /dev/null +++ b/Sony/J9110/res/values/config.xml @@ -0,0 +1,313 @@ + + + + + + + + + true + + + + "usb\\d" + "rndis\\d" + + + + + "softap0" + "wigig0" + "wifi_br0" + "wlan0" + "wlan1" + + + + + "bnep\\d" + "bt-pan" + + + + + + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,4,60000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + bluetooth,7,7,2,-1,true + mobile_emergency,15,0,5,-1,true + + + + + + "1,1" + "0,1" + "7,1" + + + + true + + + true + + + + lte:2097152,4194304,8388608,262144,524288,1048576 + lte_ca:4096,6291456,12582912,4096,1048576,2097152 + umts:4094,87380,1220608,4096,16384,1220608 + hspa:4094,87380,1220608,4096,16384,1220608 + hsupa:4094,87380,1220608,4096,16384,1220608 + hsdpa:4094,87380,1220608,4096,16384,1220608 + hspap:4094,87380,1220608,4096,16384,1220608 + edge:4093,26280,35040,4096,16384,35040 + gprs:4092,8760,11680,4096,8760,11680 + evdo:4094,87380,524288,4096,16384,262144 + + + + true + + + true + + + true + + + false + + + true + + + true + + + 680 + + + 3300 + + + + "/system/framework/arm64/boot-framework.oat" + "/system/framework/framework.jar" + "/system/framework/oat/arm64/services.odex" + "/system/framework/services.jar" + "/apex/com.android.art/javalib/core-oj.jar" + "/apex/com.android.art/javalib/core-libart.jar" + "/apex/com.android.media/javalib/updatable-media.jar" + "/system_ext/priv-app/SystemUI/SystemUI.apk" + "/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex" + "/system/lib64/libsurfaceflinger.so" + + + + true + + + true + + + true + + + true + + + 1 + + + true + + + + 32 + 64 + 128 + 170 + 220 + 256 + 384 + 512 + 768 + 1024 + 1536 + 2048 + 4096 + + + + + 3 + 10 + 32 + 64 + 80 + 96 + 112 + 128 + 144 + 176 + 196 + 208 + 224 + 255 + + + + 10 + + + 128 + + + 2 + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + 2 + diff --git a/Sony/J9110/res/xml/power_profile.xml b/Sony/J9110/res/xml/power_profile.xml new file mode 100644 index 0000000..eaef54c --- /dev/null +++ b/Sony/J9110/res/xml/power_profile.xml @@ -0,0 +1,186 @@ + + + 75.00 + 140.01 + 381.95 + 0 + 0 + 9.27 + 73.48 + 65.64 + 23.49 + 47.08 + 27.98 + 405.69 + 137.50 + 105.40 + + 5.76 + 5.76 + 5.76 + 5.76 + 5.76 + + + 4 + 3 + 1 + + + 300000 + 403200 + 518400 + 614400 + 691200 + 787200 + 883200 + 979200 + 1075200 + 1171200 + 1248000 + 1344000 + 1420800 + 1516800 + 1612800 + 1708800 + 1804800 + + + 710400 + 825600 + 940800 + 1056000 + 1171200 + 1286400 + 1382400 + 1478400 + 1574400 + 1670400 + 1766400 + 1862400 + 1958400 + 2054400 + 2150400 + 2246400 + 2342400 + 2419200 + + + 844800 + 960000 + 1075200 + 1190400 + 1305600 + 1401600 + 1516800 + 1632000 + 1747200 + 1862400 + 1977600 + 2073600 + 2169600 + 2265600 + 2361600 + 2457600 + 2553600 + 2649600 + 2745600 + 2841600 + + + 5.77 + 6.08 + 6.42 + 6.55 + 6.81 + 7.61 + 8.06 + 8.53 + 8.81 + 9.28 + 10.22 + 11.39 + 12.55 + 13.83 + 14.72 + 15.86 + 17.09 + + + 8.25 + 10.04 + 11.72 + 13.49 + 15.53 + 17.90 + 19.48 + 21.75 + 23.95 + 26.67 + 31.95 + 37.68 + 39.27 + 42.82 + 46.44 + 50.93 + 55.65 + 59.25 + + + 26.55 + 31.09 + 35.73 + 40.47 + 45.01 + 48.99 + 56.40 + 64.44 + 73.14 + 81.45 + 92.60 + 104.67 + 119.90 + 124.54 + 131.61 + 144.12 + 158.46 + 171.97 + 183.45 + 194.23 + + 4.68 + 6.00 + 0.01 + 3860 + 0.00 + 5.55 + 6.70 + + 600.00 + + .0002 + .002 + .02 + .2 + 2 + + 0.67 + 116.96 + + 112.33 + 112.33 + 112.33 + 112.33 + 112.33 + + 580 + 0.59 + 66.68 + 77.97 + 3800.00 + + 47.39 + 11.94 + + 3800 + diff --git a/Sony/XZ3/res/values/config.xml b/Sony/XZ3/res/values/config.xml index 387d523..2dd039a 100644 --- a/Sony/XZ3/res/values/config.xml +++ b/Sony/XZ3/res/values/config.xml @@ -153,4 +153,4 @@ 255 1 680 - + \ No newline at end of file diff --git a/Sony/pdx206/Android.mk b/Sony/pdx206/Android.mk new file mode 100644 index 0000000..9c0ffe6 --- /dev/null +++ b/Sony/pdx206/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-sony-pdx206 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Sony/pdx206/AndroidManifest.xml b/Sony/pdx206/AndroidManifest.xml new file mode 100644 index 0000000..ae31c30 --- /dev/null +++ b/Sony/pdx206/AndroidManifest.xml @@ -0,0 +1,3 @@ + + + diff --git a/Sony/pdx206/res/values/config.xml b/Sony/pdx206/res/values/config.xml new file mode 100644 index 0000000..41e7638 --- /dev/null +++ b/Sony/pdx206/res/values/config.xml @@ -0,0 +1,91 @@ + + + + -140 + -128 + -118 + -108 + -98 + -44 + + + 0.0 + 50.0 + 90.0 + + + 100 + + + 200 + + + 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,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + + + 1,1 + 0,1 + + 4000 + 8000 + -1 + 250 + 0 + 1 + 10 + 1 + 86 + 255 + 79 + 102 + 255 + 1 + 300.0% + 25.0% + 100.0% + false + true + true + true + true + + 10 + 255 + + + 10 + 20 + 40 + 70 + 110 + 160 + 200 + 255 + + + 10 + 30 + 60 + 100 + 150 + 210 + 255 + + true + true + true + true + true + true + \ No newline at end of file diff --git a/Sony/pdx206/res/xml/power_profile.xml b/Sony/pdx206/res/xml/power_profile.xml new file mode 100644 index 0000000..18f5ad4 --- /dev/null +++ b/Sony/pdx206/res/xml/power_profile.xml @@ -0,0 +1,67 @@ + + + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + + 0.2 + 0.1 + + + 0.1 + + + 1 + + + 400000 + + + 0.1 + + 0.1 + + 22.7 + + 1000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Sony/pdx213-SystemUI/Android.mk b/Sony/pdx213-SystemUI/Android.mk new file mode 100644 index 0000000..970c238 --- /dev/null +++ b/Sony/pdx213-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-sony-pdx213-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Sony/pdx213-SystemUI/AndroidManifest.xml b/Sony/pdx213-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..5359eab --- /dev/null +++ b/Sony/pdx213-SystemUI/AndroidManifest.xml @@ -0,0 +1,3 @@ + + + diff --git a/Sony/pdx213-SystemUI/res/values-v31/config.xml b/Sony/pdx213-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..98eac6a --- /dev/null +++ b/Sony/pdx213-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 1140px + diff --git a/Sony/pdx213/Android.mk b/Sony/pdx213/Android.mk new file mode 100644 index 0000000..b2ca78c --- /dev/null +++ b/Sony/pdx213/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-sony-pdx213 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Sony/pdx213/AndroidManifest.xml b/Sony/pdx213/AndroidManifest.xml new file mode 100644 index 0000000..e49d20b --- /dev/null +++ b/Sony/pdx213/AndroidManifest.xml @@ -0,0 +1,3 @@ + + + diff --git a/Sony/pdx213/res/values/config.xml b/Sony/pdx213/res/values/config.xml new file mode 100644 index 0000000..254e09e --- /dev/null +++ b/Sony/pdx213/res/values/config.xml @@ -0,0 +1,94 @@ + + + + -140 + -128 + -118 + -108 + -98 + -44 + + + 0.0 + 50.0 + 90.0 + + + 100 + + + 200 + + + 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,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + + + 1,1 + 0,1 + + 4000 + 8000 + -1 + 250 + 0 + 1 + 10 + 3 + 86 + 255 + 79 + 102 + 255 + 1 + 300.0% + 25.0% + 100.0% + false + true + true + true + true + + 10 + 255 + + + 10 + 20 + 40 + 70 + 110 + 160 + 200 + 255 + + + 10 + 30 + 60 + 100 + 150 + 210 + 255 + + true + true + true + true + true + true + true + true + true + diff --git a/Sony/pdx213/res/xml/power_profile.xml b/Sony/pdx213/res/xml/power_profile.xml new file mode 100644 index 0000000..18f5ad4 --- /dev/null +++ b/Sony/pdx213/res/xml/power_profile.xml @@ -0,0 +1,67 @@ + + + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + + 0.2 + 0.1 + + + 0.1 + + + 1 + + + 400000 + + + 0.1 + + 0.1 + + 22.7 + + 1000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Teclast/T30/res/values/config.xml b/Teclast/T30/res/values/config.xml index e715d72..6249a97 100644 --- a/Teclast/T30/res/values/config.xml +++ b/Teclast/T30/res/values/config.xml @@ -1,6 +1,37 @@ - + + 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,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,-1,-1,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + mobile_wap,21,0,3,60000,true + mobile_xcap,25,0,3,60000,true + mobile_rcs,26,0,3,60000,true + mobile_bip,27,0,3,60000,true + mobile_vsim,28,0,-1,60000,true + mobile_mcx,1001,0,3,60000,true + ethernet,9,9,9,-1,true + + + bt-pan + bt-dun + + + rndis\\d + + + ap\\d + + 16 64 98 @@ -47,4 +78,16 @@ 1 130 16 + false + false + false + true + true + true + false + true + true + true + true + true diff --git a/Teclast/T30/res/xml/power_profile.xml b/Teclast/T30/res/xml/power_profile.xml index 679b6a7..6c708b0 100755 --- a/Teclast/T30/res/xml/power_profile.xml +++ b/Teclast/T30/res/xml/power_profile.xml @@ -1,90 +1,131 @@ - - - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 - - 0.2 - 0.1 - - - 4 - 4 - - - 400000 - - - 0.1 - - 1.11 - 5 - 2.55. 2.11 - 2.22 - - 300000 - 1000000 - 2000000 - - - 300000 - 1000000 - 2500000 - 3000000 - - - 10 - 20 - 30 - - - 25 - 35 - 50 - 60 - - - 22.7 - - 1000 - 0 - 0 - 0 - - 0 - - .0002 - .002 - .02 - .2 - 2 - - 0 - 0 - 0 - - 0 - 0 - 0 - 0 - 0 - - 0 - - 0 - 0 - - 0 - \ No newline at end of file + + + 0.1 + 102 + 134 + 46 + 5 + 3 + 465 + 62 + 24 + 295 + 200 + 600 + 24 + 640 + 110 + + 5 + 5 + + + 4 + 4 + + + 1989000 + 1924000 + 1846000 + 1781000 + 1716000 + 1677000 + 1625000 + 1586000 + 1508000 + 1417000 + 1326000 + 1248000 + 1131000 + 1014000 + 910000 + 793000 + + + 2002000 + 1976000 + 1937000 + 1911000 + 1859000 + 1807000 + 1742000 + 1690000 + 1586000 + 1456000 + 1287000 + 1170000 + 1040000 + 910000 + 715000 + 520000 + + + 420 + 400 + 380 + 360 + 340 + 320 + 300 + 280 + 260 + 240 + 220 + 200 + 180 + 160 + 140 + 120 + + + 420 + 400 + 380 + 360 + 340 + 320 + 300 + 280 + 260 + 240 + 220 + 200 + 180 + 160 + 140 + 120 + + 3 + + 22.7 + + 8000 + 3 + 200 + 200 + + 3.3 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + diff --git a/Tecno/Camon11/res/values-land/notch.xml b/Tecno/Camon11/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Tecno/Camon11/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Tecno/Camon11/res/values/notch.xml b/Tecno/Camon11/res/values/notch.xml index e233f73..0c39760 100644 --- a/Tecno/Camon11/res/values/notch.xml +++ b/Tecno/Camon11/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 60px 60px diff --git a/Tecno/Spark5/Android.mk b/Tecno/Spark5/Android.mk new file mode 100644 index 0000000..180da34 --- /dev/null +++ b/Tecno/Spark5/Android.mk @@ -0,0 +1,9 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-tecno-spark5 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) + diff --git a/Tecno/Spark5/AndroidManifest.xml b/Tecno/Spark5/AndroidManifest.xml new file mode 100644 index 0000000..aad864d --- /dev/null +++ b/Tecno/Spark5/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Tecno/Spark5/res/values-land/dimens.xml b/Tecno/Spark5/res/values-land/dimens.xml new file mode 100644 index 0000000..606eb19 --- /dev/null +++ b/Tecno/Spark5/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 28.0dip + diff --git a/Tecno/Spark5/res/values/arrays.xml b/Tecno/Spark5/res/values/arrays.xml new file mode 100644 index 0000000..bd20b8f --- /dev/null +++ b/Tecno/Spark5/res/values/arrays.xml @@ -0,0 +1,42 @@ + + + + 8 + 64 + 98 + 104 + 110 + 116 + 122 + 128 + 134 + 182 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + + + 128 + 256 + 384 + 512 + 640 + 768 + 896 + 1024 + 2048 + 4096 + 6144 + 8192 + 10240 + 12288 + 14336 + 16384 + 18432 + + diff --git a/Tecno/Spark5/res/values/bools.xml b/Tecno/Spark5/res/values/bools.xml new file mode 100644 index 0000000..e8bfe2a --- /dev/null +++ b/Tecno/Spark5/res/values/bools.xml @@ -0,0 +1,8 @@ + + + true + false + true + true + true + \ No newline at end of file diff --git a/Tecno/Spark5/res/values/dimens.xml b/Tecno/Spark5/res/values/dimens.xml new file mode 100644 index 0000000..20c4806 --- /dev/null +++ b/Tecno/Spark5/res/values/dimens.xml @@ -0,0 +1,7 @@ + + + 40.0dip + 40.0dip + 40.0dip + 28.0dip + diff --git a/Tecno/Spark5/res/values/integers.xml b/Tecno/Spark5/res/values/integers.xml new file mode 100644 index 0000000..10e99b4 --- /dev/null +++ b/Tecno/Spark5/res/values/integers.xml @@ -0,0 +1,4 @@ + + + 130 + diff --git a/Tecno/Spark5/res/values/strings.xml b/Tecno/Spark5/res/values/strings.xml new file mode 100644 index 0000000..b741c65 --- /dev/null +++ b/Tecno/Spark5/res/values/strings.xml @@ -0,0 +1,5 @@ + + + M -360,0 L -360,72 L -266,72 L -266,0 Z + M -360,0 L -360,72 L -266,72 L -266,0 Z + \ No newline at end of file diff --git a/Tecno/Spark5/res/xml/power_profile.xml b/Tecno/Spark5/res/xml/power_profile.xml new file mode 100644 index 0000000..4b0f88b --- /dev/null +++ b/Tecno/Spark5/res/xml/power_profile.xml @@ -0,0 +1,202 @@ + + + 0.1 + 76.65 + 361.72 + 24.6 + 1.79 + 1.18 + 298.8 + 44.14 + 18.84 + 70.7 + 257 + 756 + 36.69 + 15 + 42.83 + + 6.25 + 6.25 + + + 4 + 4 + + + 900000 + 979000 + 1085000 + 1218000 + 1351000 + 1484000 + 1617000 + 1750000 + 1779000 + 1809000 + 1838000 + 1868000 + 1897000 + 1927000 + 1961000 + 2001000 + + + 400000 + 501000 + 542000 + 643000 + 745000 + 846000 + 948000 + 1050000 + 1102000 + 1155000 + 1208000 + 1261000 + 1314000 + 1367000 + 1429000 + 1500000 + + + 18.8 + 21 + 22.8 + 24.2 + 25.9 + 27.4 + 30.6 + 33.1 + 37.3 + 42.8 + 44.7 + 47.1 + 48.8 + 50.2 + 51.9 + 54.1 + + + 10.3 + 14.3 + 16.5 + 18.9 + 21.3 + 23.9 + 27.3 + 30.1 + 33 + 34.3 + 36 + 40.7 + 43.1 + 46 + 50.5 + 55.6 + + 4.1 + 5 + 2.55. 2.11 + 2.22 + + 300000 + 1000000 + 2000000 + + + 300000 + 1000000 + 2500000 + 3000000 + + + 10 + 20 + 30 + + + 25 + 35 + 50 + 60 + + + 22.7 + + 5000 + 15.2 + 256.27 + 341.33 + + 4.0 + + 30.7 + 30.7 + 30.7 + 30.7 + 30.7 + + 0 + 96.36 + 676.3 + + 676.3 + 430.7 + 157.3 + 111.2 + 106.4 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Telephony/HW-IMS/Android.mk b/Telephony/HW-IMS/Android.mk new file mode 100644 index 0000000..0232235 --- /dev/null +++ b/Telephony/HW-IMS/Android.mk @@ -0,0 +1,6 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-telephony-hw-ims +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Telephony/HW-IMS/AndroidManifest.xml b/Telephony/HW-IMS/AndroidManifest.xml new file mode 100644 index 0000000..699cc6e --- /dev/null +++ b/Telephony/HW-IMS/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + diff --git a/Telephony/HW-IMS/res/values/config.xml b/Telephony/HW-IMS/res/values/config.xml new file mode 100644 index 0000000..ab0f7a6 --- /dev/null +++ b/Telephony/HW-IMS/res/values/config.xml @@ -0,0 +1,5 @@ + + + com.huawei.ims + + diff --git a/Teracube/2e/res/values/config.xml b/Teracube/2e/res/values/config.xml index e54fd8e..1170dbf 100644 --- a/Teracube/2e/res/values/config.xml +++ b/Teracube/2e/res/values/config.xml @@ -27,6 +27,7 @@ --> false + 26dp 26dp 36dp diff --git a/Teracube/v7101o/res/values-land/dimens.xml b/Teracube/v7101o/res/values-land/dimens.xml new file mode 100644 index 0000000..3fe98ea --- /dev/null +++ b/Teracube/v7101o/res/values-land/dimens.xml @@ -0,0 +1,4 @@ + + + 81.0px + diff --git a/Teracube/v7101o/res/values/dimens.xml b/Teracube/v7101o/res/values/dimens.xml index b444fda..adc29f1 100644 --- a/Teracube/v7101o/res/values/dimens.xml +++ b/Teracube/v7101o/res/values/dimens.xml @@ -1,5 +1,6 @@ + 81.0px 81.0px 81.0px 81.0px diff --git a/TrebleApp/Android.mk b/TrebleApp/Android.mk index 5acae71..d302519 100644 --- a/TrebleApp/Android.mk +++ b/TrebleApp/Android.mk @@ -9,5 +9,9 @@ LOCAL_MODULE_SUFFIX := .apk LOCAL_BUILT_MODULE_STEM := package.apk LOCAL_CERTIFICATE := platform LOCAL_PRIVILEGED_MODULE := true +LOCAL_OVERRIDES_PACKAGES := Updater +ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 31 && echo OK),OK) +LOCAL_ENFORCE_USES_LIBRARIES := false +endif include $(BUILD_PREBUILT) diff --git a/TrebleApp/app.apk b/TrebleApp/app.apk index d8c58fa..f5d82ed 100644 Binary files a/TrebleApp/app.apk and b/TrebleApp/app.apk differ diff --git a/Umidigi/Power/res/values-land/notch.xml b/Umidigi/Power/res/values-land/notch.xml new file mode 100644 index 0000000..37570d8 --- /dev/null +++ b/Umidigi/Power/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dip + diff --git a/Umidigi/Power/res/values/notch.xml b/Umidigi/Power/res/values/notch.xml index f78a7e2..b351c30 100644 --- a/Umidigi/Power/res/values/notch.xml +++ b/Umidigi/Power/res/values/notch.xml @@ -17,9 +17,11 @@ */ --> + + 28.0dip 28.0dip 24dip M 0,0 L -30, 0 L -14.540446283, 20.0595537175 C -10.0582133885, 26.0178661152 -5.6, 27.5 -1.0, 28.0 L 1.0, 28.0 C 5.6, 27.5 10.0582133885, 26.0178661152 14.540446283, 20.0595537175 L 30, 0 Z @dp - + diff --git a/Vivo/Y20-SystemUI/Android.mk b/Vivo/Y20-SystemUI/Android.mk new file mode 100644 index 0000000..8d41fc0 --- /dev/null +++ b/Vivo/Y20-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-vivo-y20-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Vivo/Y20-SystemUI/AndroidManifest.xml b/Vivo/Y20-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..48ba03f --- /dev/null +++ b/Vivo/Y20-SystemUI/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + diff --git a/Vivo/Y20-SystemUI/res/values/configs.xml b/Vivo/Y20-SystemUI/res/values/configs.xml new file mode 100644 index 0000000..ed414df --- /dev/null +++ b/Vivo/Y20-SystemUI/res/values/configs.xml @@ -0,0 +1,6 @@ + + + 30px + 30px + 24.0dip + diff --git a/Vivo/Y20/Android.mk b/Vivo/Y20/Android.mk new file mode 100644 index 0000000..d7952c4 --- /dev/null +++ b/Vivo/Y20/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-vivo-y20 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) \ No newline at end of file diff --git a/Vivo/Y20/AndroidManifest.xml b/Vivo/Y20/AndroidManifest.xml new file mode 100644 index 0000000..66b273b --- /dev/null +++ b/Vivo/Y20/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + diff --git a/Vivo/Y20/res/values-land/configs.xml b/Vivo/Y20/res/values-land/configs.xml new file mode 100644 index 0000000..6688fa7 --- /dev/null +++ b/Vivo/Y20/res/values-land/configs.xml @@ -0,0 +1,5 @@ + + + 24.0dip + 24.0dip + diff --git a/Vivo/Y20/res/values/configs.xml b/Vivo/Y20/res/values/configs.xml new file mode 100644 index 0000000..090c7c5 --- /dev/null +++ b/Vivo/Y20/res/values/configs.xml @@ -0,0 +1,12 @@ + + + true + true + true + true + + 24.0dip + 24.0dip + 24.0dip + 24.0dip + diff --git a/Vivo/Y20/res/xml/power_profile.xml b/Vivo/Y20/res/xml/power_profile.xml new file mode 100644 index 0000000..5f38135 --- /dev/null +++ b/Vivo/Y20/res/xml/power_profile.xml @@ -0,0 +1,221 @@ + + + 0.1 + 0 + 49 + 188 + 60 + 1.4 + 0.6 + 49 + 10 + 16 + 281 + 0.1 + 0.1 + 77 + 423 + 2 + 10 + 138 + 10 + 1 + 127 + 105 + 120 + 10 + 146 + 29 + 290 + 150 + 142 + + 2 + 1 + + + 4 + 4 + + + 900000 + 979000 + 1085000 + 1218000 + 1351000 + 1484000 + 1617000 + 1750000 + 1814000 + 1879000 + 1944000 + 2009000 + 2074000 + 2139000 + 2215000 + 2301000 + + + 400000 + 501000 + 542000 + 643000 + 745000 + 846000 + 948000 + 1050000 + 1138000 + 1226000 + 1314000 + 1402000 + 1491000 + 1579000 + 1682000 + 1800000 + + + 61 + 66 + 73 + 88 + 95 + 101 + 126 + 135 + 157 + 166 + 178 + 191 + 199 + 208 + 220 + 238 + + + 23 + 26 + 29 + 31 + 34 + 38 + 41 + 48 + 50 + 53 + 55 + 58 + 60 + 63 + 65 + 71 + + 3.44 + 5 + 2.55 + 0.1 + 0.1 + + 900000 + 979000 + 1085000 + 1218000 + 1351000 + 1484000 + 1617000 + 1750000 + 1814000 + 1879000 + 1944000 + 2009000 + 2074000 + 2139000 + 2215000 + 2301000 + + + 400000 + 501000 + 542000 + 643000 + 745000 + 846000 + 948000 + 1050000 + 1138000 + 1226000 + 1314000 + 1402000 + 1491000 + 1579000 + 1682000 + 1800000 + + + 61 + 66 + 73 + 88 + 95 + 101 + 126 + 135 + 157 + 166 + 178 + 191 + 199 + 208 + 220 + 238 + + + 23 + 26 + 29 + 31 + 34 + 38 + 41 + 48 + 50 + 53 + 55 + 58 + 60 + 63 + 65 + 71 + + + 22.7 + + 5000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/Vsmart/Joy3/Android.mk b/Vsmart/Joy3/Android.mk new file mode 100644 index 0000000..7a36e95 --- /dev/null +++ b/Vsmart/Joy3/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-vsmart-joy3 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Vsmart/Joy3/AndroidManifest.xml b/Vsmart/Joy3/AndroidManifest.xml new file mode 100644 index 0000000..9b5d132 --- /dev/null +++ b/Vsmart/Joy3/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Vsmart/Joy3/res/values-land/config.xml b/Vsmart/Joy3/res/values-land/config.xml new file mode 100644 index 0000000..3b21abe --- /dev/null +++ b/Vsmart/Joy3/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 32.0dip + diff --git a/Vsmart/Joy3/res/values/config.xml b/Vsmart/Joy3/res/values/config.xml new file mode 100644 index 0000000..2e36d6d --- /dev/null +++ b/Vsmart/Joy3/res/values/config.xml @@ -0,0 +1,93 @@ + + + + + true + true + true + true + true + true + false + true + true + true + true + true + false + + + 32.0dip + 32.0dip + 32.0dip + + + 3000 + 7000 + 1 + 10 + 17 + 102 + 255 + 1 + 0 + 0 + 0 + 0 + 180 + 60 + + + 300.0% + 20.000004% + 100.0% + + + + + 10 + 21 + 39 + 54 + 67 + 85 + 109 + 148 + 205 + 255 + + + 30 + 60 + 100 + 160 + 240 + 400 + 700 + 1500 + 2000 + + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,4,60000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,2,60000,true + mobile_cbs,12,0,2,60000,true + bluetooth,7,7,2,-1,true + mobile_emergency,15,0,5,-1,true + ethernet,9,9,9,-1,true + + + + M -58,0 L -54,8 L -48,12 L -41,18 L -34,25 L -27,32 L -20,37 L -14,40 L -7,42 L 0,43 L 7,42 L 14,40 L 20,37 L 27,32 L 34,25 L 41,18 L 48,12 L 54,8 L 58,0 Z + @string/config_mainBuiltInDisplayCutout + + + vsmart joy 3 + + diff --git a/Vsmart/Joy3/res/xml/power_profile.xml b/Vsmart/Joy3/res/xml/power_profile.xml new file mode 100644 index 0000000..19376e0 --- /dev/null +++ b/Vsmart/Joy3/res/xml/power_profile.xml @@ -0,0 +1,34 @@ + + + 63 + 261 + + 200000 + 499200 + 533333 + 800000 + 998400 + 1094400 + 1209600 + + + 151 + 169 + 177 + 195 + 259 + 307 + 353 + + 1.6 + 1.6 + 5000 + \ No newline at end of file diff --git a/Vsmart/Live/res/values-land/config.xml b/Vsmart/Live/res/values-land/config.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Vsmart/Live/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Vsmart/Live/res/values/config.xml b/Vsmart/Live/res/values/config.xml index 0a08657..eb76a3d 100644 --- a/Vsmart/Live/res/values/config.xml +++ b/Vsmart/Live/res/values/config.xml @@ -14,8 +14,9 @@ true true 105.0px - 24dp + 91px 91px + 24dp 200.0% 29.999996% 3 diff --git a/Xiaomi/Civi-SystemUI/Android.mk b/Xiaomi/Civi-SystemUI/Android.mk new file mode 100644 index 0000000..f5404a4 --- /dev/null +++ b/Xiaomi/Civi-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-civi-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/Civi-SystemUI/AndroidManifest.xml b/Xiaomi/Civi-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..351f8af --- /dev/null +++ b/Xiaomi/Civi-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/Civi-SystemUI/res/values-440dpi/config.xml b/Xiaomi/Civi-SystemUI/res/values-440dpi/config.xml new file mode 100644 index 0000000..8366188 --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-440dpi/config.xml @@ -0,0 +1,4 @@ + + + 4.000001dp + diff --git a/Xiaomi/Civi-SystemUI/res/values-land/config.xml b/Xiaomi/Civi-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Xiaomi/Civi-SystemUI/res/values-port/config.xml b/Xiaomi/Civi-SystemUI/res/values-port/config.xml new file mode 100644 index 0000000..bd93b77 --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-port/config.xml @@ -0,0 +1,4 @@ + + + 0px + diff --git a/Xiaomi/Civi-SystemUI/res/values-v31/config.xml b/Xiaomi/Civi-SystemUI/res/values-v31/config.xml new file mode 100644 index 0000000..78b869d --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 1042px + diff --git a/Xiaomi/Civi-SystemUI/res/values-xhdpi/config.xml b/Xiaomi/Civi-SystemUI/res/values-xhdpi/config.xml new file mode 100644 index 0000000..f0c1550 --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-xhdpi/config.xml @@ -0,0 +1,4 @@ + + + 4.000002dp + diff --git a/Xiaomi/Civi-SystemUI/res/values-xxhdpi/config.xml b/Xiaomi/Civi-SystemUI/res/values-xxhdpi/config.xml new file mode 100644 index 0000000..16c851a --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-xxhdpi/config.xml @@ -0,0 +1,4 @@ + + + 4.000003dp + diff --git a/Xiaomi/Civi-SystemUI/res/values-xxxhdpi/config.xml b/Xiaomi/Civi-SystemUI/res/values-xxxhdpi/config.xml new file mode 100644 index 0000000..bf6d30c --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values-xxxhdpi/config.xml @@ -0,0 +1,4 @@ + + + 4.000004dp + diff --git a/Xiaomi/Civi-SystemUI/res/values/config.xml b/Xiaomi/Civi-SystemUI/res/values/config.xml new file mode 100644 index 0000000..0f75057 --- /dev/null +++ b/Xiaomi/Civi-SystemUI/res/values/config.xml @@ -0,0 +1,9 @@ + + + 50px + 50px + 125px + 50px + 50px + 4dp + diff --git a/Xiaomi/Civi/Android.mk b/Xiaomi/Civi/Android.mk new file mode 100644 index 0000000..f9a3077 --- /dev/null +++ b/Xiaomi/Civi/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-civi +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/Civi/AndroidManifest.xml b/Xiaomi/Civi/AndroidManifest.xml new file mode 100644 index 0000000..449e4f1 --- /dev/null +++ b/Xiaomi/Civi/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/Civi/res/values-440dpi/config.xml b/Xiaomi/Civi/res/values-440dpi/config.xml new file mode 100644 index 0000000..dc816b1 --- /dev/null +++ b/Xiaomi/Civi/res/values-440dpi/config.xml @@ -0,0 +1,4 @@ + + + 125.000001px + diff --git a/Xiaomi/Civi/res/values-land/config.xml b/Xiaomi/Civi/res/values-land/config.xml new file mode 100644 index 0000000..80d82e4 --- /dev/null +++ b/Xiaomi/Civi/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Xiaomi/Civi/res/values-xhdpi/config.xml b/Xiaomi/Civi/res/values-xhdpi/config.xml new file mode 100644 index 0000000..01b5145 --- /dev/null +++ b/Xiaomi/Civi/res/values-xhdpi/config.xml @@ -0,0 +1,4 @@ + + + 125.000002px + diff --git a/Xiaomi/Civi/res/values-xxhdpi/config.xml b/Xiaomi/Civi/res/values-xxhdpi/config.xml new file mode 100644 index 0000000..2773158 --- /dev/null +++ b/Xiaomi/Civi/res/values-xxhdpi/config.xml @@ -0,0 +1,4 @@ + + + 125.000003px + diff --git a/Xiaomi/Civi/res/values-xxxhdpi/config.xml b/Xiaomi/Civi/res/values-xxxhdpi/config.xml new file mode 100644 index 0000000..ac379c1 --- /dev/null +++ b/Xiaomi/Civi/res/values-xxxhdpi/config.xml @@ -0,0 +1,4 @@ + + + 125.000004px + diff --git a/Xiaomi/Civi/res/values/config.xml b/Xiaomi/Civi/res/values/config.xml new file mode 100644 index 0000000..f55ac27 --- /dev/null +++ b/Xiaomi/Civi/res/values/config.xml @@ -0,0 +1,350 @@ + + + true + true + true + true + true + true + + 125px + 125px + 28dp + 125px + + 5 + 1 + + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2000 + 2500 + 3000 + 3500 + 4000 + 4500 + 5000 + 5500 + 6000 + 6500 + 7000 + 7500 + 8000 + 8500 + 9000 + 9500 + 10000 + 10500 + 11000 + 11500 + 12000 + 12500 + 13000 + 13500 + 14000 + 14500 + 15000 + 16000 + 17000 + 18000 + 19000 + 20000 + 21000 + 22000 + 23000 + 24000 + 25000 + 26000 + 27000 + 28000 + 29000 + 30000 + 35000 + 40000 + 45000 + 50000 + 55000 + 60000 + 65000 + 70000 + 75000 + 80000 + 85000 + 90000 + 95000 + 100000 + + + 37 + 37 + 37 + 78 + 109 + 141 + 154 + 209 + 267 + 350 + 381 + 388 + 388 + 388 + 393 + 393 + 393 + 399 + 399 + 405 + 405 + 405 + 405 + 410 + 410 + 417 + 428 + 434 + 440 + 451 + 456 + 467 + 472 + 482 + 487 + 493 + 509 + 513 + 518 + 527 + 532 + 542 + 547 + 556 + 565 + 654 + 732 + 811 + 947 + 1062 + 1218 + 1327 + 1393 + 1696 + 1805 + 1863 + 1929 + 1987 + 2040 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + + + 9 + 9 + 9 + 19.1 + 26.6 + 34.4 + 37.6 + 51.1 + 65.2 + 85.5 + 93.1 + 94.8 + 94.8 + 94.8 + 96.0 + 96.0 + 96.0 + 97.5 + 97.5 + 98.9 + 98.9 + 98.9 + 98.9 + 100.1 + 100.1 + 101.9 + 104.5 + 106.0 + 107.5 + 110.2 + 111.4 + 114.1 + 115.3 + 117.7 + 119.0 + 120.4 + 124.3 + 125.3 + 126.5 + 128.7 + 129.9 + 132.4 + 133.6 + 135.8 + 138.0 + 159.7 + 178.8 + 198.1 + 231.3 + 259.4 + 297.5 + 324.1 + 340.3 + 414.3 + 440.9 + 455.1 + 471.2 + 485.3 + 498.3 + 500.0 + 500.0 + 512.5 + 525.0 + 537.5 + 550.0 + 562.5 + 575.0 + 587.5 + 600.0 + 610.0 + 620.0 + 630.0 + 640.0 + 650.0 + 660.0 + 670.0 + 680.0 + 690.0 + 700.0 + 705.0 + 710.0 + 715.0 + 720.0 + 725.0 + 730.0 + 735.0 + 740.0 + 745.0 + 750.0 + 755.0 + 760.0 + 765.0 + 770.0 + 775.0 + 800.0 + 816.7 + 833.3 + 850.0 + 866.7 + 883.3 + 900.0 + 914.3 + 928.6 + 942.9 + 957.1 + 971.4 + 985.7 + 1000.0 + + + M -32.5,0 L -32.5,95 L 32.5,95 L 32.5,0 Z + M -32.5,0 L -32.5,95 L 32.5,95 L 32.5,0 Z + diff --git a/Xiaomi/Civi/res/xml/power_profile.xml b/Xiaomi/Civi/res/xml/power_profile.xml new file mode 100644 index 0000000..e9d2ff3 --- /dev/null +++ b/Xiaomi/Civi/res/xml/power_profile.xml @@ -0,0 +1,121 @@ + + + 0 + 74.26 + 411.21 + + 4 + 3 + 1 + + + 300000 + 691200 + 806400 + 940800 + 1152000 + 1324800 + 1516800 + 1651200 + 1804800 + + + 26.01 + 30.34 + 30.55 + 32.85 + 36.74 + 39.31 + 44.19 + 52.84 + 58.31 + + + 691200 + 940800 + 1228800 + 1344000 + 1516800 + 1651200 + 1900800 + 2054400 + 2131200 + 2400000 + + + 58.59 + 77.43 + 103.17 + 128.74 + 151.72 + 175.07 + 234.91 + 257.42 + 257.32 + 294.8 + + + 806400 + 1056000 + 1324800 + 1516800 + 1766400 + 1862400 + 2035200 + 2208000 + 2380800 + 2400000 + + + 71.43 + 94.13 + 123.26 + 154.91 + 196.61 + 213.71 + 241.83 + 285.28 + 341.43 + 343.51 + + 7.6 + 4.65 + 0 + 4500 + 0.18 + 245.18 + 34.21 + 44.77 + 68.48 + 67.79 + 642.13 + 46.35 + 257.29 + 82.9 + + 3.24 + 1.3 + + 6 + 180 + 186 + 3700 + + 17 + + 1 + 152 + 190 + 1 + 3700 + + .0001 + .001 + .01 + .1 + 1 + + 10.47 + 1.51 + 3700 + \ No newline at end of file diff --git a/Xiaomi/Mi11Lite5G/res/values/config.xml b/Xiaomi/Mi11Lite5G/res/values/config.xml index e35c9da..d4fd841 100644 --- a/Xiaomi/Mi11Lite5G/res/values/config.xml +++ b/Xiaomi/Mi11Lite5G/res/values/config.xml @@ -1,170 +1,21 @@ - - - 90 + M 0,0 H 144 V 104 H 0 V 0 Z @left - - - 2 - 5 - 10 - 30 - 100 - 400 - 600 - 1000 - + true + true + true + true + true + true + true + true - - - 800 - 800 - 500 - 500 - 500 - 500 - 500 - 500 - + 100% - - - 2 - 10 - 30 - 100 - 800 - 2000 - 4000 - - - - - 5 - 5 - 5 - 17 - 24 - 31 - 34 - 46 - 59 - 76 - 81 - 82 - 82 - 82 - 83 - 83 - 83 - 84 - 84 - 85 - 85 - 85 - 85 - 86 - 86 - 87 - 89 - 90 - 91 - 93 - 94 - 96 - 97 - 99 - 100 - 101 - 104 - 105 - 106 - 108 - 109 - 111 - 112 - 114 - 116 - 137 - 157 - 180 - 205 - 226 - 257 - 280 - 295 - 369 - 434 - 500 - 500 - 500 - - - + 17 + 1000 + 1000 1 2 @@ -223,160 +74,283 @@ 3500 4000 4500 + 5000 + 5500 + 6000 + 6500 + 7000 + 7500 + 8000 + 8500 + 9000 + 9500 + 10000 + 10500 + 11000 + 11500 + 12000 + 12500 + 13000 + 13500 + 14000 + 14500 + 15000 + 16000 + 17000 + 18000 + 19000 + 20000 + 21000 + 22000 + 23000 + 24000 + 25000 + 26000 + 27000 + 28000 + 29000 + 30000 + 35000 + 40000 + 45000 + 50000 + 55000 + 60000 + 65000 + 70000 + 75000 + 80000 + 85000 + 90000 + 95000 + 100000 - - - - 2 - 3 - 10 - 15 - 30 - 45 - 60 - 75 - 90 - 105 - 120 - 135 - 150 - 165 - 180 - 195 - 210 - 225 - 240 - 255 - - - - - 2 - 4 - 22 - 30 - 68 - 95 - 133 - 165 - 192 - 218 - 255 - 290 - 326 - 352 + + 17 + 26 + 32 + 81 + 99 + 121 + 138 + 187 + 241 + 310 + 331 + 335 + 335 + 335 + 339 + 339 + 339 + 343 + 343 + 347 + 347 + 347 + 347 + 351 + 351 + 355 + 363 + 368 + 372 + 380 384 - 399 - 422 - 432 - 442 - 455 + 392 + 396 + 404 + 409 + 413 + 425 + 429 + 433 + 441 + 445 + 454 + 458 + 466 + 474 + 560 + 642 + 736 + 838 + 924 + 1051 + 1146 + 1207 + 1510 + 1637 + 1705 + 1774 + 1842 + 1910 + 1978 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 - - - - 2000 - 2000 + + 4.5 + 6.6 + 8.0 + 20.0 + 24.3 + 29.7 + 34.0 + 46.0 + 59.0 + 76.0 + 81.0 + 82.0 + 82.0 + 82.0 + 83.0 + 83.0 + 83.0 + 84.0 + 84.0 + 85.0 + 85.0 + 85.0 + 85.0 + 86.0 + 86.0 + 87.0 + 89.0 + 90.0 + 91.0 + 93.0 + 94.0 + 96.0 + 97.0 + 99.0 + 100.0 + 101.0 + 104.0 + 105.0 + 106.0 + 108.0 + 109.0 + 111.0 + 112.0 + 114.0 + 116.0 + 137.0 + 157.0 + 180.0 + 205.0 + 226.0 + 257.0 + 280.0 + 295.0 + 369.0 + 400.0 + 416.7 + 433.3 + 450.0 + 466.7 + 483.3 + 500.0 + 512.5 + 525.0 + 537.5 + 550.0 + 562.5 + 575.0 + 587.5 + 600.0 + 610.0 + 620.0 + 630.0 + 640.0 + 650.0 + 660.0 + 670.0 + 680.0 + 690.0 + 700.0 + 705.0 + 710.0 + 715.0 + 720.0 + 725.0 + 730.0 + 735.0 + 740.0 + 745.0 + 750.0 + 755.0 + 760.0 + 765.0 + 770.0 + 775.0 + 800.0 + 816.7 + 833.3 + 850.0 + 866.7 + 883.3 + 900.0 + 914.3 + 928.6 + 942.9 + 957.1 + 971.4 + 985.7 + 1000.0 + + + 1 + 255 + + + 4.5 1000 - 1000 - 500 - 500 - 500 - 500 - - - - - 800 - 800 - 800 - 800 - 800 - 500 - 500 - 500 - - - - - 2 - 10 - 30 - 100 - 800 - 2000 - 4000 - - - - - 0 - - - - - 0 - - - - 100% - - - 1000 - 1000 - - - 255 - - - 2 - - - 6 + diff --git a/Xiaomi/Mi11Lite5G/res/xml/power_profile.xml b/Xiaomi/Mi11Lite5G/res/xml/power_profile.xml index c7fb257..2af6e16 100644 --- a/Xiaomi/Mi11Lite5G/res/xml/power_profile.xml +++ b/Xiaomi/Mi11Lite5G/res/xml/power_profile.xml @@ -1,123 +1,123 @@ - - - 0 - 103.76 - 448.43 - - 4 - 3 - 1 - - - 300000 - 576000 - 691200 - 806400 - 940800 - 1171200 - 1324800 - 1516800 - 1670400 - 1804800 - 1900800 - - - 33.41 - 35.96 - 36.91 - 38.5 - 40.16 - 43.95 - 46.72 - 55.69 - 69.07 - 76.5 - 78.65 - - - 691200 - 940800 - 1209600 - 1344000 - 1497600 - 1651200 - 1900800 - 2131200 - 2208000 - - - 70.66 - 88.43 - 112.19 - 135.48 - 153.64 - 176.07 - 249.96 - 329.66 - 357.27 - - - 806400 - 1094400 - 1267200 - 1516800 - 1766400 - 1862400 - 2035200 - 2169600 - 2361600 - 2400000 - - - 85.09 - 106.46 - 121.37 - 150.8 - 184.33 - 201.27 - 275.3 - 291.09 - 348.8 - 420.74 - - 11.86 - 5.37 - 0 - 4250 - 2.47 - 266.5 - 34.36 - 26.75 - 37.04 - 108.77 - 890.77 - 73.3 - 206.15 - 65 - - 1.41 - 1.41 - - 6 - 180 - 186 - 3700 - - 17 - - 1 - 152 - 190 - 1 - 3700 - - .0001 - .001 - .01 - .1 - 1 - - 23.97 - 1.39 - 3700 - \ No newline at end of file + + + 0 + 103.76 + 448.43 + + 4 + 3 + 1 + + + 300000 + 576000 + 691200 + 806400 + 940800 + 1171200 + 1324800 + 1516800 + 1670400 + 1804800 + 1900800 + + + 33.41 + 35.96 + 36.91 + 38.5 + 40.16 + 43.95 + 46.72 + 55.69 + 69.07 + 76.5 + 78.65 + + + 691200 + 940800 + 1209600 + 1344000 + 1497600 + 1651200 + 1900800 + 2131200 + 2208000 + + + 70.66 + 88.43 + 112.19 + 135.48 + 153.64 + 176.07 + 249.96 + 329.66 + 357.27 + + + 806400 + 1094400 + 1267200 + 1516800 + 1766400 + 1862400 + 2035200 + 2169600 + 2361600 + 2400000 + + + 85.09 + 106.46 + 121.37 + 150.8 + 184.33 + 201.27 + 275.3 + 291.09 + 348.8 + 420.74 + + 11.86 + 5.37 + 0 + 4250 + 2.47 + 266.5 + 34.36 + 26.75 + 37.04 + 108.77 + 890.77 + 73.3 + 206.15 + 65 + + 1.41 + 1.41 + + 6 + 180 + 186 + 3700 + + 17 + + 1 + 152 + 190 + 1 + 3700 + + .0001 + .001 + .01 + .1 + 1 + + 23.97 + 1.39 + 3700 + diff --git a/Xiaomi/Mi8/res/values-land/notch.xml b/Xiaomi/Mi8/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi8/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi8/res/values/notch.xml b/Xiaomi/Mi8/res/values/notch.xml index 5879f72..74067c8 100644 --- a/Xiaomi/Mi8/res/values/notch.xml +++ b/Xiaomi/Mi8/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 88px 88px diff --git a/Xiaomi/Mi8EE/res/values-land/notch.xml b/Xiaomi/Mi8EE/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi8EE/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi8EE/res/values/notch.xml b/Xiaomi/Mi8EE/res/values/notch.xml index 5879f72..74067c8 100644 --- a/Xiaomi/Mi8EE/res/values/notch.xml +++ b/Xiaomi/Mi8EE/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 88px 88px diff --git a/Xiaomi/Mi8Lite/res/values-land/notch.xml b/Xiaomi/Mi8Lite/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi8Lite/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi8Lite/res/values/notch.xml b/Xiaomi/Mi8Lite/res/values/notch.xml index 0fb9eee..a71a14b 100644 --- a/Xiaomi/Mi8Lite/res/values/notch.xml +++ b/Xiaomi/Mi8Lite/res/values/notch.xml @@ -17,9 +17,11 @@ */ --> + + 81px 81px 24dp M -160,0 L -160,81 L 160,81 L 160,0 Z - + diff --git a/Xiaomi/Mi8Pro/res/values-land/notch.xml b/Xiaomi/Mi8Pro/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi8Pro/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi8Pro/res/values/notch.xml b/Xiaomi/Mi8Pro/res/values/notch.xml index 5879f72..74067c8 100644 --- a/Xiaomi/Mi8Pro/res/values/notch.xml +++ b/Xiaomi/Mi8Pro/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 88px 88px diff --git a/Xiaomi/Mi8SE/res/values-land/notch.xml b/Xiaomi/Mi8SE/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi8SE/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi8SE/res/values/notch.xml b/Xiaomi/Mi8SE/res/values/notch.xml index ab0425b..744142a 100644 --- a/Xiaomi/Mi8SE/res/values/notch.xml +++ b/Xiaomi/Mi8SE/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 85px 85px diff --git a/Xiaomi/Mi9/res/values-land/notch.xml b/Xiaomi/Mi9/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi9/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi9/res/values/notch.xml b/Xiaomi/Mi9/res/values/notch.xml index 19414dd..020bed0 100644 --- a/Xiaomi/Mi9/res/values/notch.xml +++ b/Xiaomi/Mi9/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 74px 74px @@ -28,4 +30,4 @@ 110px - + diff --git a/Xiaomi/Mi9SE/res/values-land/notch.xml b/Xiaomi/Mi9SE/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Mi9SE/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Mi9SE/res/values/notch.xml b/Xiaomi/Mi9SE/res/values/notch.xml index d7fcc85..6bd1fee 100644 --- a/Xiaomi/Mi9SE/res/values/notch.xml +++ b/Xiaomi/Mi9SE/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 79px 79px @@ -28,4 +30,4 @@ 126px - + diff --git a/Xiaomi/MiA2Lite/res/values-land/notch.xml b/Xiaomi/MiA2Lite/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/MiA2Lite/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/MiA2Lite/res/values/notch.xml b/Xiaomi/MiA2Lite/res/values/notch.xml index 3cf9c5b..9421382 100644 --- a/Xiaomi/MiA2Lite/res/values/notch.xml +++ b/Xiaomi/MiA2Lite/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 89px 89px diff --git a/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml b/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml index 209955b..54ef8ee 100644 --- a/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml +++ b/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml @@ -3,5 +3,7 @@ android:versionCode="1" android:versionName="1.0"> + android:requiredSystemPropertyName="ro.vendor.build.fingerprint" + android:requiredSystemPropertyValue="+*iaomi/perseus*" + android:priority="52" /> diff --git a/Xiaomi/MiPlay/res/values-land/notch.xml b/Xiaomi/MiPlay/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/MiPlay/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/MiPlay/res/values/notch.xml b/Xiaomi/MiPlay/res/values/notch.xml index a5f97e2..51ced66 100644 --- a/Xiaomi/MiPlay/res/values/notch.xml +++ b/Xiaomi/MiPlay/res/values/notch.xml @@ -17,8 +17,10 @@ */ --> + + 110px 110px 24dp - + diff --git a/Xiaomi/PocoF1/res/values-land/notch.xml b/Xiaomi/PocoF1/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/PocoF1/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/PocoF1/res/values/notch.xml b/Xiaomi/PocoF1/res/values/notch.xml index 3adf0d2..63b2c5e 100644 --- a/Xiaomi/PocoF1/res/values/notch.xml +++ b/Xiaomi/PocoF1/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 90px 90px diff --git a/Xiaomi/Redmi10X5G/res/values/config.xml b/Xiaomi/Redmi10X5G/res/values/config.xml index a3c355f..7a45f12 100644 --- a/Xiaomi/Redmi10X5G/res/values/config.xml +++ b/Xiaomi/Redmi10X5G/res/values/config.xml @@ -1,9 +1,9 @@ 4 @@ -269,7 +269,7 @@ true false false - + false false @@ -287,6 +287,7 @@ true false + 24dp 24dp 300.0% 29.999996% diff --git a/Xiaomi/Redmi6Pro/res/values-land/notch.xml b/Xiaomi/Redmi6Pro/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/Redmi6Pro/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/Redmi6Pro/res/values/notch.xml b/Xiaomi/Redmi6Pro/res/values/notch.xml index f53225a..eb48890 100644 --- a/Xiaomi/Redmi6Pro/res/values/notch.xml +++ b/Xiaomi/Redmi6Pro/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 94px 94px diff --git a/Xiaomi/Redmi7onc/res/values/config.xml b/Xiaomi/Redmi7onc/res/values/config.xml index c84480f..1e94dbb 100644 --- a/Xiaomi/Redmi7onc/res/values/config.xml +++ b/Xiaomi/Redmi7onc/res/values/config.xml @@ -99,6 +99,7 @@ 55px --> + 80px 80px 80px diff --git a/Xiaomi/Redmi8/res/values-land/config.xml b/Xiaomi/Redmi8/res/values-land/config.xml new file mode 100644 index 0000000..54d279d --- /dev/null +++ b/Xiaomi/Redmi8/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 24.0dip + diff --git a/Xiaomi/Redmi8/res/values/config.xml b/Xiaomi/Redmi8/res/values/config.xml index 9348dcc..e4384a5 100644 --- a/Xiaomi/Redmi8/res/values/config.xml +++ b/Xiaomi/Redmi8/res/values/config.xml @@ -1,176 +1,175 @@ - - 17 - 21 - 40 - 77 - 111 - 144 - 175 - 245 - 302 - 348 - 382 - 404 - 406 - 407 - 408 - 409 - 412 - 414 - 416 - 417 - 419 - 420 - 423 - 426 - 428 - 432 - 442 - 449 - 456 - 458 - 466 - 472 - 479 - 486 - 494 - 500 - 507 - 516 - 522 - 530 - 536 - 545 - 550 - 559 - 565 - 674 - 783 - 905 - 1028 - 1152 - 1284 - 1418 - 1600 - 1760 - 1900 - 2000 - 2047 - 2047 - + + 17 + 21 + 40 + 77 + 111 + 144 + 175 + 245 + 302 + 348 + 382 + 404 + 406 + 407 + 408 + 409 + 412 + 414 + 416 + 417 + 419 + 420 + 423 + 426 + 428 + 432 + 442 + 449 + 456 + 458 + 466 + 472 + 479 + 486 + 494 + 500 + 507 + 516 + 522 + 530 + 536 + 545 + 550 + 559 + 565 + 674 + 783 + 905 + 1028 + 1152 + 1284 + 1418 + 1600 + 1760 + 1900 + 2000 + 2047 + 2047 + - - 1 - 2 - 4 - 6 - 8 - 10 - 15 - 20 - 25 - 30 - 35 - 40 - 45 - 50 - 55 - 60 - 65 - 70 - 75 - 80 - 85 - 90 - 95 - 100 - 120 - 140 - 160 - 180 - 200 - 220 - 240 - 260 - 280 - 300 - 320 - 340 - 360 - 380 - 400 - 420 - 440 - 460 - 480 - 500 - 700 - 900 - 1100 - 1300 - 1500 - 1700 - 1900 - 2200 - 2500 - 3000 - 3500 - 4000 - 4500 - + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2200 + 2500 + 3000 + 3500 + 4000 + 4500 + - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - false - true - true - true - true - true - false - true - false - 100.0% - 30% - 100.0% - 1000 - 1000 - 1 - 13 - 17 - 536 - 2047 - 1 - 0 - 3300 - 0 - 0 - 600 - -1 - 250 - 86 - 255 - 79 - 70px - 60px - 24.0dip - - M -50,0 L -50,55 L 50,55 L 50,0 Z - + true + true + true + true + true + true + true + true + true + true + true + true + true + true + true + true + false + true + true + true + true + true + false + true + false + 100.0% + 30% + 100.0% + 1000 + 1000 + 1 + 13 + 17 + 536 + 2047 + 1 + 0 + 3300 + 0 + 0 + 600 + -1 + 250 + 86 + 255 + 79 + 70px + 60px + 60px + 24.0dip + M -50,0 L -50,55 L 50,55 L 50,0 Z diff --git a/Xiaomi/Redmi8A/res/values/config.xml b/Xiaomi/Redmi8A/res/values/config.xml index 926c92a..9b85f84 100644 --- a/Xiaomi/Redmi8A/res/values/config.xml +++ b/Xiaomi/Redmi8A/res/values/config.xml @@ -89,6 +89,7 @@ 0 0 630 + 60px 60px 70px false diff --git a/Xiaomi/Redmi9A/res/values/config.xml b/Xiaomi/Redmi9A/res/values/config.xml index 6d5c1fa..ac6275b 100644 --- a/Xiaomi/Redmi9A/res/values/config.xml +++ b/Xiaomi/Redmi9A/res/values/config.xml @@ -290,6 +290,7 @@ 0 0 600 + 24.0dip 24.0dip 0.0dip diff --git a/Xiaomi/Redmi9T/Android.mk b/Xiaomi/Redmi9T/Android.mk new file mode 100755 index 0000000..8ffaa0a --- /dev/null +++ b/Xiaomi/Redmi9T/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redmi9t +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/Redmi9T/AndroidManifest.xml b/Xiaomi/Redmi9T/AndroidManifest.xml new file mode 100755 index 0000000..f2d68c3 --- /dev/null +++ b/Xiaomi/Redmi9T/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/Redmi9T/res/values/config.xml b/Xiaomi/Redmi9T/res/values/config.xml new file mode 100644 index 0000000..7f552ac --- /dev/null +++ b/Xiaomi/Redmi9T/res/values/config.xml @@ -0,0 +1,235 @@ + + + + 5 + 5 + 10 + 30 + 100 + 400 + 600 + 1000 + + + 800 + 800 + 500 + 500 + 500 + 500 + 500 + 500 + + + 2 + 10 + 30 + 100 + 800 + 2000 + 4000 + + + 5 + 5 + 6 + 15 + 21 + 27 + 36 + 52 + 71 + 87 + 97 + 98 + 98 + 98 + 99 + 99 + 100 + 100 + 100 + 101 + 101 + 102 + 103 + 103 + 103 + 106 + 108 + 110 + 112 + 114 + 116 + 118 + 119 + 122 + 123 + 125 + 128 + 130 + 131 + 134 + 136 + 137 + 140 + 142 + 144 + 169 + 196 + 222 + 248 + 270 + 300 + 320 + 335 + 407 + 472 + 500 + 530 + 530 + + + 38 + 69 + 125 + 190 + 250 + 270 + 380 + 485 + 655 + 680 + 680 + 680 + 690 + 690 + 690 + 700 + 700 + 700 + 710 + 710 + 720 + 720 + 720 + 730 + 730 + 730 + 750 + 760 + 780 + 780 + 790 + 800 + 810 + 830 + 840 + 850 + 855 + 860 + 870 + 890 + 900 + 910 + 920 + 940 + 950 + 1120 + 1300 + 1520 + 1730 + 1950 + 2200 + 2450 + 2530 + 3140 + 3520 + 3550 + 3640 + 4095 + + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2000 + 2500 + 3000 + 3500 + 4000 + 4500 + + + 0 + + + 0 + + + softap0 + wigig0 + + true + true + true + true + 100.0% + 2000 + 2000 + 4933 + 3946 + 120 + 22 + 1072 + 4095 + 22 + diff --git a/Xiaomi/Redmi9T/res/xml/power_profile.xml b/Xiaomi/Redmi9T/res/xml/power_profile.xml new file mode 100644 index 0000000..c48bc66 --- /dev/null +++ b/Xiaomi/Redmi9T/res/xml/power_profile.xml @@ -0,0 +1,91 @@ + + + 6000 + + 4 + 4 + + 4.65 + 0.52 + 1 + 12.10 + 16.43 + + 300000 + 614400 + 864000 + 1017600 + 1305600 + 1420800 + 1612800 + 1804800 + + + 300000 + 652800 + 902400 + 1056000 + 1401600 + 1536000 + 1612800 + 1804800 + 2016000 + + + 4.2 + 8.28 + 11.99 + 15.06 + 23.81 + 27.99 + 38.22 + 51.99 + + + 11.06 + 23.81 + 35.09 + 44.08 + 73.08 + 87.18 + 100.24 + 134.31 + 192.47 + + 82.45 + 242.93 + 245.859 + 500 + 83.29 + 37.41 + 2 + 220 + 150 + 3700 + 1 + 1 + 100 + + 90 + 100 + 110 + 120 + 130 + + 3700 + + 100 + 110 + + 3700 + 1 + 50 + 50 + 3300 + 100 + 95 + + 7 + 5 + + \ No newline at end of file diff --git a/Xiaomi/RedmiK20Pro-SystemUI/Android.mk b/Xiaomi/RedmiK20Pro-SystemUI/Android.mk new file mode 100755 index 0000000..11f76ea --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redmik20pro-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/RedmiK20Pro-SystemUI/AndroidManifest.xml b/Xiaomi/RedmiK20Pro-SystemUI/AndroidManifest.xml new file mode 100755 index 0000000..0045a25 --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/RedmiK20Pro-SystemUI/res/values-440dpi/config.xml b/Xiaomi/RedmiK20Pro-SystemUI/res/values-440dpi/config.xml new file mode 100755 index 0000000..8366188 --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/res/values-440dpi/config.xml @@ -0,0 +1,4 @@ + + + 4.000001dp + diff --git a/Xiaomi/RedmiK20Pro-SystemUI/res/values-land/config.xml b/Xiaomi/RedmiK20Pro-SystemUI/res/values-land/config.xml new file mode 100755 index 0000000..0356339 --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/Xiaomi/RedmiK20Pro-SystemUI/res/values-v31/config.xml b/Xiaomi/RedmiK20Pro-SystemUI/res/values-v31/config.xml new file mode 100755 index 0000000..02c4ea6 --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/res/values-v31/config.xml @@ -0,0 +1,4 @@ + + + 928px + diff --git a/Xiaomi/RedmiK20Pro-SystemUI/res/values-xxhdpi/config.xml b/Xiaomi/RedmiK20Pro-SystemUI/res/values-xxhdpi/config.xml new file mode 100755 index 0000000..f0c1550 --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/res/values-xxhdpi/config.xml @@ -0,0 +1,4 @@ + + + 4.000002dp + diff --git a/Xiaomi/RedmiK20Pro-SystemUI/res/values/config.xml b/Xiaomi/RedmiK20Pro-SystemUI/res/values/config.xml new file mode 100755 index 0000000..af5df80 --- /dev/null +++ b/Xiaomi/RedmiK20Pro-SystemUI/res/values/config.xml @@ -0,0 +1,9 @@ + + + 45px + 45px + 35dp + 45px + 45px + 4dp + diff --git a/Xiaomi/RedmiK20Pro/Android.mk b/Xiaomi/RedmiK20Pro/Android.mk old mode 100644 new mode 100755 diff --git a/Xiaomi/RedmiK20Pro/AndroidManifest.xml b/Xiaomi/RedmiK20Pro/AndroidManifest.xml old mode 100644 new mode 100755 index 54956c3..d896092 --- a/Xiaomi/RedmiK20Pro/AndroidManifest.xml +++ b/Xiaomi/RedmiK20Pro/AndroidManifest.xml @@ -5,6 +5,6 @@ + android:priority="555" + android:isStatic="true" /> diff --git a/Xiaomi/RedmiK20Pro/res/values-land/config.xml b/Xiaomi/RedmiK20Pro/res/values-land/config.xml new file mode 100755 index 0000000..80d82e4 --- /dev/null +++ b/Xiaomi/RedmiK20Pro/res/values-land/config.xml @@ -0,0 +1,5 @@ + + + 28dp + 28dp + diff --git a/Xiaomi/RedmiK20Pro/res/values/config.xml b/Xiaomi/RedmiK20Pro/res/values/config.xml old mode 100644 new mode 100755 index b097dcd..5f0a452 --- a/Xiaomi/RedmiK20Pro/res/values/config.xml +++ b/Xiaomi/RedmiK20Pro/res/values/config.xml @@ -1,231 +1,198 @@ - - 4 - 5 - 9 - 16 - 24 - 31 - 35 - 48 - 61 - 83 - 87 - 87 - 88 - 88 - 88 - 89 - 89 - 89 - 90 - 90 - 91 - 91 - 91 - 92 - 92 - 93 - 95 - 96 - 98 - 98 - 100 - 101 - 102 - 104 - 105 - 107 - 108 - 110 - 111 - 113 - 114 - 116 - 117 - 119 - 120 - 142 - 164 - 190 - 216 - 243 - 272 - 302 - 313 - 386 - 430 - 434 - 445 - 445 - - - 17 - 21 - 40 - 77 - 111 - 144 - 175 - 245 - 302 - 348 - 382 - 404 - 406 - 407 - 408 - 409 - 412 - 414 - 416 - 417 - 419 - 420 - 423 - 426 - 428 - 432 - 442 - 449 - 456 - 458 - 466 - 472 - 479 - 486 - 494 - 500 - 507 - 516 - 522 - 530 - 536 - 545 - 550 - 559 - 565 - 674 - 783 - 905 - 1028 - 1152 - 1284 - 1418 - 1600 - 1760 - 1900 - 2000 - 2047 - 2047 - - - 1 - 2 - 4 - 6 - 8 - 10 - 15 - 20 - 25 - 30 - 35 - 40 - 45 - 50 - 55 - 60 - 65 - 70 - 75 - 80 - 85 - 90 - 95 - 100 - 120 - 140 - 160 - 180 - 200 - 220 - 240 - 260 - 280 - 300 - 320 - 340 - 360 - 380 - 400 - 420 - 440 - 460 - 480 - 500 - 700 - 900 - 1100 - 1300 - 1500 - 1700 - 1900 - 2200 - 2500 - 3000 - 3500 - 4000 - 4500 - - - 0.0 - 50.0 - 90.0 - - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - false - true - true - true - true - 28dp - 100.0% - 29.999996% - 2000 - 2000 - 2466 - 1973 - 1 - 8 - 1 - 536 - 2047 - 7 - 0 - 3300 - 0 - 0 - 600 + true + true + true + true + true + true + true + + 35dp + 35dp + 28dp + 35dp + + 5 + 1 + + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2200 + 2500 + 3000 + 3500 + 4000 + 4500 + + + 34 + 42 + 80 + 154 + 222 + 288 + 350 + 490 + 604 + 696 + 764 + 808 + 812 + 814 + 816 + 818 + 824 + 828 + 832 + 834 + 838 + 840 + 846 + 852 + 856 + 864 + 884 + 898 + 912 + 916 + 932 + 944 + 958 + 972 + 988 + 1000 + 1014 + 1032 + 1044 + 1060 + 1072 + 1090 + 1100 + 1118 + 1130 + 1348 + 1566 + 1810 + 2056 + 2304 + 2568 + 2836 + 3200 + 3520 + 3800 + 4000 + 4095 + 4095 + + + 4 + 5 + 9 + 16 + 24 + 31 + 35 + 48 + 61 + 83 + 87 + 87 + 88 + 88 + 88 + 89 + 89 + 89 + 90 + 90 + 91 + 91 + 91 + 92 + 92 + 93 + 95 + 96 + 98 + 98 + 100 + 101 + 102 + 104 + 105 + 107 + 108 + 110 + 111 + 113 + 114 + 116 + 117 + 119 + 120 + 142 + 164 + 190 + 216 + 243 + 272 + 302 + 313 + 386 + 430 + 434 + 445 + 445 + diff --git a/Xiaomi/RedmiK20Pro/res/xml/power_profile.xml b/Xiaomi/RedmiK20Pro/res/xml/power_profile.xml old mode 100644 new mode 100755 index d8f00c9..8944ad3 --- a/Xiaomi/RedmiK20Pro/res/xml/power_profile.xml +++ b/Xiaomi/RedmiK20Pro/res/xml/power_profile.xml @@ -1,32 +1,11 @@ 0 - 64.20 - 355.40 - 11.10 - 0.60 - 1.50 - 427.55 - 11.50 - 16.80 - 61.80 - 294.10 - 116.40 - 45.80 - 217.60 - 27.30 - - 1.53 - 1.53 - - 0 - 0 - 0 - 0 + 91 + 380 4 - 3 - 1 + 4 300000 @@ -49,64 +28,27 @@ 1785600 - 22.45 - 23.69 - 24.91 - 25.81 - 27.11 - 29.91 - 30.99 - 32.08 - 33.28 - 34.10 - 37.67 - 41.87 - 43.14 - 45.21 - 46.62 - 47.87 - 49.61 - 55.82 + 5 + 7 + 9 + 10 + 12 + 14 + 15 + 17 + 19 + 21 + 24 + 26 + 28 + 31 + 33 + 35 + 38 + 41 710400 - 825600 - 940800 - 1056000 - 1171200 - 1286400 - 1401600 - 1497600 - 1612800 - 1708800 - 1804800 - 1920000 - 2016000 - 2131200 - 2227200 - 2323200 - 2419100 - - - 51.55 - 59.63 - 67.51 - 76.57 - 85.27 - 94.74 - 105.75 - 116.73 - 127.83 - 142.45 - 157.92 - 175.85 - 203.33 - 226.51 - 249.25 - 273.93 - 302.46 - - 825600 940800 1056000 @@ -128,41 +70,67 @@ 2745600 2841600 - - 59.18 - 71.04 - 79.23 - 87.30 - 98.10 - 106.59 - 116.65 - 129.17 - 142.03 - 154.48 - 171.21 - 199.57 - 219.59 - 232.90 - 257.43 - 271.06 - 299.01 - 329.21 - 358.97 - 405.69 + + 29 + 34 + 41 + 48 + 54 + 63 + 70 + 80 + 92 + 105 + 115 + 127 + 143 + 162 + 187 + 206 + 228 + 244 + 264 + 291 + 331 - 9.70 - 6.20 + 6 + 0.1 + 0 4000 - 0 - 0 - 0 - - 0 - - .0002 - .002 - .02 - .2 - 2 + 0.1 + 153 + 1.2 + 25 + 66 + 650 + 309 + 10 + 124 + 5.2 + + 58 + 6.5 + 5.2 + 190 + 110 + 3700 + + 23 + + 1 + 147 + 138 + 1 + 3700 + + .0001 + .001 + .01 + .1 + 1 + + 128 + 0.5 + 3700 \ No newline at end of file diff --git a/Xiaomi/RedmiNote10Pro/Android.mk b/Xiaomi/RedmiNote10Pro/Android.mk new file mode 100644 index 0000000..c193393 --- /dev/null +++ b/Xiaomi/RedmiNote10Pro/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redminote10pro +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/RedmiNote10Pro/AndroidManifest.xml b/Xiaomi/RedmiNote10Pro/AndroidManifest.xml new file mode 100644 index 0000000..6c20e79 --- /dev/null +++ b/Xiaomi/RedmiNote10Pro/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/RedmiNote10Pro/res/values/config.xml b/Xiaomi/RedmiNote10Pro/res/values/config.xml new file mode 100644 index 0000000..8d1ad70 --- /dev/null +++ b/Xiaomi/RedmiNote10Pro/res/values/config.xml @@ -0,0 +1,288 @@ + + + + + true + true + true + + + 102px + 102px + 93px + 93px + + + + 2 + 5 + 10 + 30 + 100 + 400 + 600 + 1000 + + + 800 + 800 + 500 + 500 + 500 + 500 + 500 + 500 + + + 2 + 10 + 30 + 100 + 800 + 2000 + 4000 + + + 5 + 5 + 5 + 17 + 24 + 31 + 34 + 46 + 59 + 76 + 81 + 82 + 82 + 82 + 83 + 83 + 83 + 84 + 84 + 85 + 85 + 85 + 85 + 86 + 86 + 87 + 89 + 90 + 91 + 93 + 94 + 96 + 97 + 99 + 100 + 101 + 104 + 105 + 106 + 108 + 109 + 111 + 112 + 114 + 116 + 137 + 157 + 180 + 205 + 226 + 257 + 280 + 295 + 369 + 434 + 500 + 500 + 500 + + + 21 + 21 + 73 + 103 + 133 + 147 + 199 + 255 + 329 + 351 + 355 + 355 + 355 + 361 + 361 + 361 + 365 + 365 + 369 + 369 + 369 + 369 + 373 + 373 + 377 + 387 + 391 + 395 + 403 + 409 + 417 + 421 + 429 + 435 + 439 + 451 + 457 + 461 + 469 + 473 + 483 + 487 + 495 + 503 + 595 + 683 + 783 + 891 + 983 + 1117 + 1217 + 1283 + 1605 + 1889 + 2047 + 2047 + 2047 + 2047 + + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2000 + 2500 + 3000 + 3500 + 4000 + 4500 + + + 2000 + 2000 + 1000 + 1000 + 500 + 500 + 500 + 500 + + + 800 + 800 + 800 + 800 + 800 + 500 + 500 + 500 + + + 2 + 10 + 30 + 100 + 800 + 2000 + 4000 + + + 0 + + + 0 + + + wlan0 + wigig0 + + + + 300.0% + 29.999996% + 100.0% + + + 1000 + 1000 + 2466 + 1973 + 60 + 11 + 17 + 1376 + 4095 + 1264 + 536 + 2047 + 10 + 600 + + + M 0,0 H -37 V 93 H 37 V 0 H 0 Z + + diff --git a/Xiaomi/RedmiNote10Pro/res/xml/power_profile.xml b/Xiaomi/RedmiNote10Pro/res/xml/power_profile.xml new file mode 100644 index 0000000..ac5e416 --- /dev/null +++ b/Xiaomi/RedmiNote10Pro/res/xml/power_profile.xml @@ -0,0 +1,101 @@ + + + 0 + 75.47 + 387.93 + 4.43 + 0.9 + 0.5 + 135.59 + 19.46 + 20.71 + 40.63 + 288.29 + 770.28 + 59.39 + 165.56 + 45 + + 9.48 + 9.48 + + 0 + 0 + 0 + 0 + + 6 + 2 + + + 300000 + 576000 + 768000 + 1017600 + 1248000 + 1324800 + 1497600 + 1621800 + 1708800 + 1804800 + + + 120.09 + 128.85 + 139.87 + 159.83 + 180.88 + 191.4 + 209.57 + 257.8 + 276.02 + 285.67 + + + 300000 + 652800 + 806400 + 979200 + 1094400 + 1209600 + 1324800 + 1555200 + 1708800 + 1843200 + 1939200 + 2169600 + 2208000 + 2304000 + + + 199.52 + 282.09 + 317.76 + 379.8 + 425.25 + 478.55 + 532.35 + 705.83 + 813.09 + 1140.65 + 1242.73 + 1314.4 + 1483.92 + 1513.32 + + 7.44 + 4.48 + 5020 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + diff --git a/Xiaomi/RedmiNote10S/Android.mk b/Xiaomi/RedmiNote10S/Android.mk new file mode 100644 index 0000000..a6ff740 --- /dev/null +++ b/Xiaomi/RedmiNote10S/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redminote10s +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/RedmiNote10S/AndroidManifest.xml b/Xiaomi/RedmiNote10S/AndroidManifest.xml new file mode 100644 index 0000000..e3524f0 --- /dev/null +++ b/Xiaomi/RedmiNote10S/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/RedmiNote10S/res/values/config.xml b/Xiaomi/RedmiNote10S/res/values/config.xml new file mode 100644 index 0000000..71f6007 --- /dev/null +++ b/Xiaomi/RedmiNote10S/res/values/config.xml @@ -0,0 +1,367 @@ + + + + M 0,0 H -37 V 93 H 37 V 0 H 0 Z + + + true + true + true + true + true + true + true + true + + + 106.0px + 106.0px + 93.0px + 93.0px + 28dp + + + 100% + + + 17 + 1000 + 1000 + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2000 + 2500 + 3000 + 3500 + 4000 + 4500 + 5000 + 5500 + 6000 + 6500 + 7000 + 7500 + 8000 + 8500 + 9000 + 9500 + 10000 + 10500 + 11000 + 11500 + 12000 + 12500 + 13000 + 13500 + 14000 + 14500 + 15000 + 16000 + 17000 + 18000 + 19000 + 20000 + 21000 + 22000 + 23000 + 24000 + 25000 + 26000 + 27000 + 28000 + 29000 + 30000 + 35000 + 40000 + 45000 + 50000 + 55000 + 60000 + 65000 + 70000 + 75000 + 80000 + 85000 + 90000 + 95000 + 100000 + + + 17 + 26 + 32 + 81 + 99 + 121 + 138 + 187 + 241 + 310 + 331 + 335 + 335 + 335 + 339 + 339 + 339 + 343 + 343 + 347 + 347 + 347 + 347 + 351 + 351 + 355 + 363 + 368 + 372 + 380 + 384 + 392 + 396 + 404 + 409 + 413 + 425 + 429 + 433 + 441 + 445 + 454 + 458 + 466 + 474 + 560 + 642 + 736 + 838 + 924 + 1051 + 1146 + 1207 + 1510 + 1637 + 1705 + 1774 + 1842 + 1910 + 1978 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + + + 4.5 + 6.6 + 8.0 + 20.0 + 24.3 + 29.7 + 34.0 + 46.0 + 59.0 + 76.0 + 81.0 + 82.0 + 82.0 + 82.0 + 83.0 + 83.0 + 83.0 + 84.0 + 84.0 + 85.0 + 85.0 + 85.0 + 85.0 + 86.0 + 86.0 + 87.0 + 89.0 + 90.0 + 91.0 + 93.0 + 94.0 + 96.0 + 97.0 + 99.0 + 100.0 + 101.0 + 104.0 + 105.0 + 106.0 + 108.0 + 109.0 + 111.0 + 112.0 + 114.0 + 116.0 + 137.0 + 157.0 + 180.0 + 205.0 + 226.0 + 257.0 + 280.0 + 295.0 + 369.0 + 400.0 + 416.7 + 433.3 + 450.0 + 466.7 + 483.3 + 500.0 + 512.5 + 525.0 + 537.5 + 550.0 + 562.5 + 575.0 + 587.5 + 600.0 + 610.0 + 620.0 + 630.0 + 640.0 + 650.0 + 660.0 + 670.0 + 680.0 + 690.0 + 700.0 + 705.0 + 710.0 + 715.0 + 720.0 + 725.0 + 730.0 + 735.0 + 740.0 + 745.0 + 750.0 + 755.0 + 760.0 + 765.0 + 770.0 + 775.0 + 800.0 + 816.7 + 833.3 + 850.0 + 866.7 + 883.3 + 900.0 + 914.3 + 928.6 + 942.9 + 957.1 + 971.4 + 985.7 + 1000.0 + + + 1 + 255 + + + 4.5 + 1000 + + diff --git a/Xiaomi/RedmiNote10S/res/xml/power_profile.xml b/Xiaomi/RedmiNote10S/res/xml/power_profile.xml new file mode 100644 index 0000000..eda228c --- /dev/null +++ b/Xiaomi/RedmiNote10S/res/xml/power_profile.xml @@ -0,0 +1,119 @@ + + + 0 + 49.98 + 285.11 + 25.02 + 0.72 + 0.11 + 98.63 + 22.86 + 17.14 + 97.86 + 0.1 + 633.84 + 29.84 + 113 + 43 + + 5.16 + 5.16 + + 0 + 0 + 0 + 0 + + 6 + 2 + + + 500000 + 774000 + 875000 + 975000 + 1075000 + 1175000 + 1275000 + 1375000 + 1500000 + 1618000 + 1666000 + 1733000 + 1800000 + 1866000 + 1933000 + 2000000 + + + 19.55 + 23.5 + 25 + 27.86 + 31.24 + 35.5 + 39.69 + 44.83 + 52.33 + 58.95 + 62.05 + 66.61 + 72.77 + 80.27 + 85.8 + 90.04 + + + 774000 + 835000 + 919000 + 1002000 + 1085000 + 1169000 + 1308000 + 1419000 + 1530000 + 1670000 + 1733000 + 1796000 + 1860000 + 1923000 + 1986000 + 2050000 + + + 56.85 + 61.38 + 70.65 + 79.53 + 91.11 + 105.19 + 130.33 + 152.46 + 177.39 + 209.73 + 233.56 + 247.53 + 269.61 + 291.52 + 307.98 + 324.33 + + 8.01 + + 22.7 + + 5000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + \ No newline at end of file diff --git a/Xiaomi/RedmiNote11/Android.mk b/Xiaomi/RedmiNote11/Android.mk new file mode 100644 index 0000000..8d495cb --- /dev/null +++ b/Xiaomi/RedmiNote11/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redminote11 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/RedmiNote11/AndroidManifest.xml b/Xiaomi/RedmiNote11/AndroidManifest.xml new file mode 100644 index 0000000..f7a1c85 --- /dev/null +++ b/Xiaomi/RedmiNote11/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/RedmiNote11/res/values/arrays.xml b/Xiaomi/RedmiNote11/res/values/arrays.xml new file mode 100644 index 0000000..0f1c33f --- /dev/null +++ b/Xiaomi/RedmiNote11/res/values/arrays.xml @@ -0,0 +1,370 @@ + + + + 4 + 5 + 10 + 30 + 100 + 400 + 600 + 1000 + + + 800 + 800 + 500 + 500 + 500 + 500 + 500 + 500 + + + 2 + 10 + 30 + 100 + 800 + 2000 + 4000 + + + 3.5 + 4.3 + 5.0 + 17.0 + 24.0 + 31.0 + 34.0 + 46.0 + 59.0 + 76.0 + 81.0 + 82.0 + 82.0 + 82.0 + 83.0 + 83.0 + 83.0 + 84.0 + 84.0 + 85.0 + 85.0 + 85.0 + 85.0 + 86.0 + 86.0 + 87.0 + 89.0 + 90.0 + 91.0 + 93.0 + 94.0 + 96.0 + 97.0 + 99.0 + 100.0 + 101.0 + 104.0 + 105.0 + 106.0 + 108.0 + 109.0 + 111.0 + 112.0 + 114.0 + 116.0 + 137.0 + 157.0 + 180.0 + 205.0 + 226.0 + 257.0 + 280.0 + 295.0 + 369.0 + 400.0 + 416.7 + 433.3 + 450.0 + 466.7 + 483.3 + 500.0 + 512.5 + 525.0 + 537.5 + 550.0 + 562.5 + 575.0 + 587.5 + 600.0 + 610.0 + 620.0 + 630.0 + 640.0 + 650.0 + 660.0 + 670.0 + 680.0 + 690.0 + 700.0 + 705.0 + 710.0 + 715.0 + 720.0 + 725.0 + 730.0 + 735.0 + 740.0 + 745.0 + 750.0 + 755.0 + 760.0 + 765.0 + 770.0 + 775.0 + 800.0 + 816.7 + 833.3 + 850.0 + 866.7 + 883.3 + 900.0 + 914.3 + 928.6 + 942.9 + 957.1 + 971.4 + 985.7 + 1000.0 + + + 16 + 19 + 23 + 77 + 109 + 141 + 154 + 209 + 268 + 345 + 368 + 373 + 373 + 373 + 378 + 378 + 378 + 382 + 382 + 387 + 387 + 387 + 387 + 391 + 391 + 396 + 405 + 409 + 414 + 423 + 428 + 437 + 441 + 450 + 455 + 459 + 473 + 478 + 482 + 491 + 496 + 505 + 509 + 519 + 528 + 623 + 714 + 819 + 933 + 1028 + 1169 + 1274 + 1342 + 1679 + 1820 + 1896 + 1971 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + 2047 + + + 1 + 2 + 4 + 6 + 8 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 100 + 120 + 140 + 160 + 180 + 200 + 220 + 240 + 260 + 280 + 300 + 320 + 340 + 360 + 380 + 400 + 420 + 440 + 460 + 480 + 500 + 700 + 900 + 1100 + 1300 + 1500 + 1700 + 1900 + 2000 + 2500 + 3000 + 3500 + 4000 + 4500 + 5000 + 5500 + 6000 + 6500 + 7000 + 7500 + 8000 + 8500 + 9000 + 9500 + 10000 + 10500 + 11000 + 11500 + 12000 + 12500 + 13000 + 13500 + 14000 + 14500 + 15000 + 16000 + 17000 + 18000 + 19000 + 20000 + 21000 + 22000 + 23000 + 24000 + 25000 + 26000 + 27000 + 28000 + 29000 + 30000 + 35000 + 40000 + 45000 + 50000 + 55000 + 60000 + 65000 + 70000 + 75000 + 80000 + 85000 + 90000 + 95000 + 100000 + + + 0:2:15 + + + 0 + + + 0 + + diff --git a/Xiaomi/RedmiNote11/res/values/bools.xml b/Xiaomi/RedmiNote11/res/values/bools.xml new file mode 100644 index 0000000..d651eba --- /dev/null +++ b/Xiaomi/RedmiNote11/res/values/bools.xml @@ -0,0 +1,7 @@ + + + true + true + true + true + diff --git a/Xiaomi/RedmiNote11/res/values/integers.xml b/Xiaomi/RedmiNote11/res/values/integers.xml new file mode 100644 index 0000000..ae31b19 --- /dev/null +++ b/Xiaomi/RedmiNote11/res/values/integers.xml @@ -0,0 +1,15 @@ + + + 1000 + 1000 + 7 + 3700 + 75 + 93 + 2466 + 1973 + 13 + 536 + 2047 + 5 + diff --git a/Xiaomi/RedmiNote11/res/xml/power_profile.xml b/Xiaomi/RedmiNote11/res/xml/power_profile.xml new file mode 100644 index 0000000..be872d0 --- /dev/null +++ b/Xiaomi/RedmiNote11/res/xml/power_profile.xml @@ -0,0 +1,87 @@ + + + 0 + 2 + 49 + + 4 + 4 + + + 300000 + 691200 + 940800 + 1190400 + 1516800 + 1804800 + 1900800 + + + 3.98 + 6.44 + 10.53 + 14.19 + 26.28 + 33.3 + 37.15 + + + 300000 + 806400 + 105600 + 134400 + 1766400 + 2208000 + 2400000 + + + 18.11 + 41.28 + 53.54 + 66.03 + 89.63 + 113.12 + 132.51 + + 18.3 + 5.34 + 0 + 18 + 5000 + 0.3 + 109 + 1.2 + 15.6 + 96.1 + 530 + 320 + 41 + 165 + 1.8 + + 4.5 + 4.5 + + 4.4 + 168 + 163 + 3700 + + 13.5 + + 1.22 + 121 + 156 + 1 + 3700 + + .0001 + .001 + .01 + .1 + 1 + + 18.3 + 0.9 + 3700 + \ No newline at end of file diff --git a/Xiaomi/RedmiNote6Pro/res/values-land/notch.xml b/Xiaomi/RedmiNote6Pro/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/RedmiNote6Pro/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/RedmiNote6Pro/res/values/notch.xml b/Xiaomi/RedmiNote6Pro/res/values/notch.xml index a144bb8..d1ee338 100644 --- a/Xiaomi/RedmiNote6Pro/res/values/notch.xml +++ b/Xiaomi/RedmiNote6Pro/res/values/notch.xml @@ -17,6 +17,8 @@ */ --> + + 88px 88px diff --git a/Xiaomi/RedmiNote7/res/values-land/notch.xml b/Xiaomi/RedmiNote7/res/values-land/notch.xml new file mode 100644 index 0000000..54d279d --- /dev/null +++ b/Xiaomi/RedmiNote7/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24.0dip + diff --git a/Xiaomi/RedmiNote7/res/values/notch.xml b/Xiaomi/RedmiNote7/res/values/notch.xml index 106be1a..d556d57 100644 --- a/Xiaomi/RedmiNote7/res/values/notch.xml +++ b/Xiaomi/RedmiNote7/res/values/notch.xml @@ -17,9 +17,11 @@ */ --> + + 89px 89px 24.0dip M -176,0 L -176,89 L 176,89 L 176,0 Z - + diff --git a/Xiaomi/RedmiNote8Pro/res/values/notch.xml b/Xiaomi/RedmiNote8Pro/res/values/notch.xml index c561feb..d2ee601 100644 --- a/Xiaomi/RedmiNote8Pro/res/values/notch.xml +++ b/Xiaomi/RedmiNote8Pro/res/values/notch.xml @@ -19,7 +19,8 @@ 95.0px 90.0px - 27.629974dip + 27.629974dip + 27.629974dip M84.0014003,76.0002722 C39.8036856,75.9997279 11.8039716,75.9996372 0.00225823708,76 C-11.8004588,76.0003629 -39.8012115,76.0004536 -84,76.0002722 L-84,-4.19220214e-13 L84.0014003,-4.19220214e-13 L84.0014003,76.0002722 Z - false + false diff --git a/Xiaomi/RedmiNote9Pro/res/values-land/notch.xml b/Xiaomi/RedmiNote9Pro/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/RedmiNote9Pro/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/RedmiNote9Pro/res/values/notch.xml b/Xiaomi/RedmiNote9Pro/res/values/notch.xml index f340677..b8a82d2 100644 --- a/Xiaomi/RedmiNote9Pro/res/values/notch.xml +++ b/Xiaomi/RedmiNote9Pro/res/values/notch.xml @@ -1,5 +1,6 @@ + 100px 100px 24dp 93px diff --git a/Xiaomi/RedmiNote9ProMax/res/values-land/notch.xml b/Xiaomi/RedmiNote9ProMax/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/RedmiNote9ProMax/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/RedmiNote9ProMax/res/values/notch.xml b/Xiaomi/RedmiNote9ProMax/res/values/notch.xml index f340677..b8a82d2 100644 --- a/Xiaomi/RedmiNote9ProMax/res/values/notch.xml +++ b/Xiaomi/RedmiNote9ProMax/res/values/notch.xml @@ -1,5 +1,6 @@ + 100px 100px 24dp 93px diff --git a/Xiaomi/RedmiNote9S/res/values-land/notch.xml b/Xiaomi/RedmiNote9S/res/values-land/notch.xml new file mode 100644 index 0000000..2aca2b3 --- /dev/null +++ b/Xiaomi/RedmiNote9S/res/values-land/notch.xml @@ -0,0 +1,4 @@ + + + 24dp + diff --git a/Xiaomi/RedmiNote9S/res/values/notch.xml b/Xiaomi/RedmiNote9S/res/values/notch.xml index f340677..b8a82d2 100644 --- a/Xiaomi/RedmiNote9S/res/values/notch.xml +++ b/Xiaomi/RedmiNote9S/res/values/notch.xml @@ -1,5 +1,6 @@ + 100px 100px 24dp 93px diff --git a/Xiaomi/RedmiNote9T/Android.mk b/Xiaomi/RedmiNote9T/Android.mk new file mode 100755 index 0000000..7068083 --- /dev/null +++ b/Xiaomi/RedmiNote9T/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-xiaomi-redminote9t +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Xiaomi/RedmiNote9T/AndroidManifest.xml b/Xiaomi/RedmiNote9T/AndroidManifest.xml new file mode 100755 index 0000000..f518a18 --- /dev/null +++ b/Xiaomi/RedmiNote9T/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Xiaomi/RedmiNote9T/res/values/config.xml b/Xiaomi/RedmiNote9T/res/values/config.xml new file mode 100755 index 0000000..d199e72 --- /dev/null +++ b/Xiaomi/RedmiNote9T/res/values/config.xml @@ -0,0 +1,58 @@ + + + true + true + false + true + true + false + false + true + true + false + true + true + false + true + true + true + true + false + false + true + false + true + false + false + false + false + false + false + false + false + false + false + true + false + 24dp + 24dp + 300.0% + 29.999996% + 4000 + 8000 + 180 + 60 + 1 + 10 + 1 + 102 + 255 + 10 + 0 + 0 + 0 + 0 + 0 + 599 + com.mediatek.ims + diff --git a/Xiaomi/RedmiNote9T/res/xml/power_profile.xml b/Xiaomi/RedmiNote9T/res/xml/power_profile.xml new file mode 100755 index 0000000..07e0a43 --- /dev/null +++ b/Xiaomi/RedmiNote9T/res/xml/power_profile.xml @@ -0,0 +1,67 @@ + + + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + + 0.2 + 0.1 + + + 1 + + + 400000 + + + 0.1 + + 0.1 + 5 + 2.55. 2.11 + 2.22 + + 22.7 + + 1000 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f89bd4..9d3b771 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ pool: - vmImage: 'Ubuntu 16.04' + vmImage: ubuntu-latest steps: - script: | diff --git a/overlay.mk b/overlay.mk index 41bf47f..fb1f969 100755 --- a/overlay.mk +++ b/overlay.mk @@ -20,6 +20,7 @@ PRODUCT_PACKAGES += \ treble-overlay-fairphone-fp3 \ treble-overlay-gestures \ treble-overlay-google-sunfish \ + treble-overlay-highpriomisc \ treble-overlay-htc-exodus1 \ treble-overlay-htc-u12plus \ treble-overlay-huawei \ @@ -30,9 +31,11 @@ PRODUCT_PACKAGES += \ treble-overlay-huawei-BKL \ treble-overlay-huawei-BND \ treble-overlay-huawei-CLT \ + treble-overlay-huawei-COL \ treble-overlay-huawei-COR \ treble-overlay-huawei-DUK \ treble-overlay-huawei-EML \ + treble-overlay-huawei-FIG \ treble-overlay-huawei-LLD \ treble-overlay-huawei-PIC \ treble-overlay-huawei-PRA \ @@ -42,6 +45,7 @@ PRODUCT_PACKAGES += \ treble-overlay-huawei-VTR \ treble-overlay-huawei-WAS \ treble-overlay-hw-ims \ + treble-overlay-infinix-note10pro \ treble-overlay-infinix-note5 \ treble-overlay-infinix-note7 \ treble-overlay-infinix-note8 \ @@ -52,8 +56,11 @@ PRODUCT_PACKAGES += \ treble-overlay-lenovo-s5pro \ treble-overlay-lenovo-z5 \ treble-overlay-lg-g7 \ + treble-overlay-lg-phoenix_lao_com-phoenix_sprout \ treble-overlay-lg-v40 \ treble-overlay-lg-velvet \ + treble-overlay-lge-mfh505glm \ + treble-overlay-lge-mfh505glm-systemui \ treble-overlay-mbi-s10 \ treble-overlay-mbi-s10-systemui \ treble-overlay-meizu-m2181 \ @@ -64,6 +71,8 @@ PRODUCT_PACKAGES += \ treble-overlay-misc-minimal-brightness \ treble-overlay-moto-e5 \ treble-overlay-moto-e5plus \ + treble-overlay-moto-e6plus \ + treble-overlay-moto-g31 \ treble-overlay-moto-g6 \ treble-overlay-moto-g6play \ treble-overlay-moto-g6plus \ @@ -72,8 +81,12 @@ PRODUCT_PACKAGES += \ treble-overlay-moto-g8 \ treble-overlay-moto-g8plus \ treble-overlay-moto-g8power \ + treble-overlay-moto-hiphi \ + treble-overlay-moto-hiphi-systemui \ + treble-overlay-moto-nio \ treble-overlay-moto-one \ treble-overlay-moto-one-action \ + treble-overlay-moto-onefusionplus \ treble-overlay-moto-onehyper \ treble-overlay-moto-razr \ treble-overlay-mtk-ims \ @@ -85,47 +98,104 @@ PRODUCT_PACKAGES += \ treble-overlay-nokia-pl2-6.1 \ treble-overlay-nokia-pnx-8.1-x7 \ treble-overlay-nokia-pnx-8.1-x7-systemui \ + treble-overlay-nubia-redmagic3s \ treble-overlay-nubia-z18mini \ + treble-overlay-oneplus-n2 \ + treble-overlay-oneplus-n2-systemui \ treble-overlay-oneplus-n200 \ treble-overlay-oneplus-n200-systemui \ + treble-overlay-oneplus-op10pro \ + treble-overlay-oneplus-op10pro-systemui \ treble-overlay-oneplus-op6 \ treble-overlay-oneplus-op6t \ treble-overlay-oneplus-op6t-systemui \ + treble-overlay-oneplus-op8 \ + treble-overlay-oneplus-op8-systemui \ + treble-overlay-oppo-a54 \ + treble-overlay-oppo-a54-systemui \ treble-overlay-oppo-peqm00 \ treble-overlay-oppo-peqm00-systemui \ + treble-overlay-oppo-renopro2019 \ + treble-overlay-oppo-renopro2019-systemui \ treble-overlay-oukitel-wp8pro \ treble-overlay-razer-cheryl \ treble-overlay-realme-6 \ treble-overlay-realme-6i \ treble-overlay-realme-c2 \ treble-overlay-realme-c3 \ + treble-overlay-realme-gtneo3 \ + treble-overlay-realme-gtneo3-systemui \ treble-overlay-realme-narzo10a \ + treble-overlay-realme-q3 \ + treble-overlay-realme-re513cl1 \ + treble-overlay-realme-rmx2117 \ + treble-overlay-realme-rmx2117-systemui \ + treble-overlay-realme-rmx3366 \ + treble-overlay-realme-rmx3366-systemui \ treble-overlay-realme-x2pro \ treble-overlay-samsung-S10pq \ treble-overlay-samsung-S10q \ + treble-overlay-samsung-S20fe \ + treble-overlay-samsung-S20fe-systemui \ + treble-overlay-samsung-a20 \ + treble-overlay-samsung-a20s \ + treble-overlay-samsung-a20s-systemui \ treble-overlay-samsung-a30 \ treble-overlay-samsung-a40 \ treble-overlay-samsung-a50 \ treble-overlay-samsung-a51 \ + treble-overlay-samsung-a51-systemui \ treble-overlay-samsung-a51x \ + treble-overlay-samsung-a52 \ + treble-overlay-samsung-a53 \ + treble-overlay-samsung-a53-systemui \ treble-overlay-samsung-a60q \ treble-overlay-samsung-a7 \ treble-overlay-samsung-a70 \ + treble-overlay-samsung-a71 \ treble-overlay-samsung-a80 \ + treble-overlay-samsung-a82xq \ + treble-overlay-samsung-a82xq-systemui \ + treble-overlay-samsung-a9 \ + treble-overlay-samsung-d1q \ + treble-overlay-samsung-d1q-systemui \ + treble-overlay-samsung-d1x \ + treble-overlay-samsung-d1x-systemui \ + treble-overlay-samsung-gta2xl \ treble-overlay-samsung-gta3xl \ + treble-overlay-samsung-gts7xllite \ + treble-overlay-samsung-gts8p \ treble-overlay-samsung-j6 \ + treble-overlay-samsung-m31 \ + treble-overlay-samsung-m31-systemui \ + treble-overlay-samsung-m31s \ treble-overlay-samsung-n9q \ + treble-overlay-samsung-o1s \ + treble-overlay-samsung-p3s \ + treble-overlay-samsung-r0s \ + treble-overlay-samsung-r0s-systemui \ + treble-overlay-samsung-r9q \ treble-overlay-samsung-s10e \ treble-overlay-samsung-s9pq \ treble-overlay-samsung-s9q \ + treble-overlay-samsung-starqltekdi \ + treble-overlay-samsung-starqltekdi-systemui \ + treble-overlay-samsung-t2s \ + treble-overlay-samsung-z3q \ treble-overlay-sec-ims \ treble-overlay-sharp-s2 \ + treble-overlay-sony-J9110 \ treble-overlay-sony-XZ3 \ + treble-overlay-sony-pdx206 \ + treble-overlay-sony-pdx213 \ + treble-overlay-sony-pdx213-systemui \ treble-overlay-sprd-ims \ treble-overlay-teclast-m30 \ treble-overlay-teclast-t30 \ treble-overlay-tecno-camon11 \ + treble-overlay-tecno-spark5 \ treble-overlay-telephony-caf-ims \ + treble-overlay-telephony-hw-ims \ treble-overlay-telephony-mtk-ims \ treble-overlay-telephony-slsi-ims \ treble-overlay-telephony-sprd-ims \ @@ -138,9 +208,13 @@ PRODUCT_PACKAGES += \ treble-overlay-umidigi-power \ treble-overlay-unihertz-jelly2 \ treble-overlay-unihertz-jelly2-systemui \ + treble-overlay-vivo-y20 \ + treble-overlay-vivo-y20-systemui \ + treble-overlay-vsmart-joy3 \ treble-overlay-vsmart-live \ - treble-overlay-webview \ treble-overlay-wifi5g \ + treble-overlay-xiaomi-civi \ + treble-overlay-xiaomi-civi-systemui \ treble-overlay-xiaomi-mi11lite5g \ treble-overlay-xiaomi-mi6x \ treble-overlay-xiaomi-mi8 \ @@ -168,8 +242,13 @@ PRODUCT_PACKAGES += \ treble-overlay-xiaomi-redmi8 \ treble-overlay-xiaomi-redmi8a \ treble-overlay-xiaomi-redmi9a \ + treble-overlay-xiaomi-redmi9t \ treble-overlay-xiaomi-redmigo \ treble-overlay-xiaomi-redmik20pro \ + treble-overlay-xiaomi-redmik20pro-systemui \ + treble-overlay-xiaomi-redminote10pro \ + treble-overlay-xiaomi-redminote10s \ + treble-overlay-xiaomi-redminote11 \ treble-overlay-xiaomi-redminote5 \ treble-overlay-xiaomi-redminote6pro \ treble-overlay-xiaomi-redminote6pro-systemui \ @@ -178,6 +257,6 @@ PRODUCT_PACKAGES += \ treble-overlay-xiaomi-redminote9pro \ treble-overlay-xiaomi-redminote9promax \ treble-overlay-xiaomi-redminote9s \ + treble-overlay-xiaomi-redminote9t \ treble-overlay-xiaomi-redmis2 \ - diff --git a/tests/blacklist b/tests/blacklist index cfa2eb8..a8e7cc5 100644 --- a/tests/blacklist +++ b/tests/blacklist @@ -11,4 +11,4 @@ config_multiuserMaximumUsers config_screen_magnification_multi_tap_adjustment config_swipe_up_gesture_default config_allowAllRotations -status_bar_height +config_volumeAdjustmentForRemoteGroupSessions diff --git a/tests/knownKeys b/tests/knownKeys index d441ceb..8069ebf 100644 --- a/tests/knownKeys +++ b/tests/knownKeys @@ -134,3 +134,13 @@ config_ambientDarkeningThresholds config_ambientThresholdLevels config_screenBrighteningThresholds config_screenDarkeningThresholds +config_volumeAdjustmentForRemoteGroupSessions +config_burnInProtectionMaxRadius +config_burnInProtectionMinHorizontalOffset +config_burnInProtectionMaxHorizontalOffset +config_burnInProtectionMinVerticalOffset +config_burnInProtectionMaxVerticalOffset +config_biometric_sensors +config_safeModeEnabledVibePattern +config_scrollBarrierVibePattern +config_fingerprintSupportsGestures