diff --git a/Samsung/r0q-SystemUI/Android.mk b/Samsung/r0q-SystemUI/Android.mk new file mode 100644 index 0000000..3eb8ff3 --- /dev/null +++ b/Samsung/r0q-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-r0q-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/r0q-SystemUI/AndroidManifest.xml b/Samsung/r0q-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..f1d56b3 --- /dev/null +++ b/Samsung/r0q-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/r0q-SystemUI/res/values/config.xml b/Samsung/r0q-SystemUI/res/values/config.xml new file mode 100644 index 0000000..7f85097 --- /dev/null +++ b/Samsung/r0q-SystemUI/res/values/config.xml @@ -0,0 +1,10 @@ + + + 52px + 14px + 0px + 104px + 68px + 55px + + diff --git a/Samsung/r0q/Android.mk b/Samsung/r0q/Android.mk new file mode 100644 index 0000000..201e836 --- /dev/null +++ b/Samsung/r0q/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-samsung-r0q +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/r0q/AndroidManifest.xml b/Samsung/r0q/AndroidManifest.xml new file mode 100644 index 0000000..7678d03 --- /dev/null +++ b/Samsung/r0q/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Samsung/r0q/res/values/config.xml b/Samsung/r0q/res/values/config.xml new file mode 100644 index 0000000..7460c39 --- /dev/null +++ b/Samsung/r0q/res/values/config.xml @@ -0,0 +1,61 @@ + + + 4000 + 8000 + -1 + 250 + 1 + 10 + 1 + 180 + 255 + 1 + 102 + 255 + 10 + + + 6 + 6 + 6 + 11 + 79 + 95 + 141 + 183 + 200 + 219 + 255 + 255 + 255 + + + 1 + 5 + 6 + 10 + 15 + 20 + 25 + 50 + 100 + 500 + 1500 + 3000 + 4999 + 5000 + 19999 + 20000 + + + + true + true + false + 300.0% + 24.0dip + 24.0dip + 32.0dip + 32.0dip + M 0,0 H -9.333333333333333 V 27 H 9.333333333333333 V 0 H 0 Z @dp + diff --git a/Samsung/r0q/res/xml/power_profile.xml b/Samsung/r0q/res/xml/power_profile.xml new file mode 100644 index 0000000..4d85912 --- /dev/null +++ b/Samsung/r0q/res/xml/power_profile.xml @@ -0,0 +1,52 @@ + + + 3590 + + 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/overlay.mk b/overlay.mk index 18c3fa3..0d78b8e 100755 --- a/overlay.mk +++ b/overlay.mk @@ -182,6 +182,8 @@ PRODUCT_PACKAGES += \ treble-overlay-samsung-n9q \ treble-overlay-samsung-o1s \ treble-overlay-samsung-p3s \ + treble-overlay-samsung-r0q \ + treble-overlay-samsung-r0q-systemui \ treble-overlay-samsung-r0s \ treble-overlay-samsung-r0s-systemui \ treble-overlay-samsung-r9q \