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..0218aec --- /dev/null +++ b/Moto/E6Plus/res/values/config.xml @@ -0,0 +1,59 @@ + + + + 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 + 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/overlay.mk b/overlay.mk index 619824f..1890558 100755 --- a/overlay.mk +++ b/overlay.mk @@ -71,6 +71,7 @@ PRODUCT_PACKAGES += \ treble-overlay-misc-minimal-brightness \ treble-overlay-moto-e5 \ treble-overlay-moto-e5plus \ + treble-overlay-moto-e6plus \ treble-overlay-moto-g6 \ treble-overlay-moto-g6play \ treble-overlay-moto-g6plus \