From 228bbf9bb40c3be25adde58e45bb0abdd97e4701 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Fri, 5 May 2023 02:12:52 +0600
Subject: [PATCH 01/13] Android.mk
---
Infinix/Hot11S/Android.mk | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Infinix/Hot11S/Android.mk
diff --git a/Infinix/Hot11S/Android.mk b/Infinix/Hot11S/Android.mk
new file mode 100644
index 000000000..f0780c4a5
--- /dev/null
+++ b/Infinix/Hot11S/Android.mk
@@ -0,0 +1,15 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_PACKAGE_NAME := treble-overlay-infinix-hot11S
+
+LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay
+
+LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
+
+LOCAL_PRIVATE_PLATFORM_APIS := true
+
+include $(BUILD_PACKAGE)
From ef9b1a2b0336e2a15a37f212030ae3c0dc0fd066 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Fri, 5 May 2023 02:13:54 +0600
Subject: [PATCH 02/13] AndroidManifest.xml
---
Infinix/Hot11S/AndroidManifest.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 Infinix/Hot11S/AndroidManifest.xml
diff --git a/Infinix/Hot11S/AndroidManifest.xml b/Infinix/Hot11S/AndroidManifest.xml
new file mode 100644
index 000000000..668ebe5cb
--- /dev/null
+++ b/Infinix/Hot11S/AndroidManifest.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
From cdb1ef3489769510cc0ffb9ee423a5b1d41ef963 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Fri, 5 May 2023 02:15:13 +0600
Subject: [PATCH 03/13] config.xml
---
Infinix/Hot11S/res/values-land/config.xml | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Infinix/Hot11S/res/values-land/config.xml
diff --git a/Infinix/Hot11S/res/values-land/config.xml b/Infinix/Hot11S/res/values-land/config.xml
new file mode 100644
index 000000000..ae8134891
--- /dev/null
+++ b/Infinix/Hot11S/res/values-land/config.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 24.0dip
+
+
From 33269cc4da23e77ba2d26bf26e9637cf77332144 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Fri, 5 May 2023 02:16:24 +0600
Subject: [PATCH 04/13] config.xml
---
Infinix/Hot11S/res/values/config.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 Infinix/Hot11S/res/values/config.xml
diff --git a/Infinix/Hot11S/res/values/config.xml b/Infinix/Hot11S/res/values/config.xml
new file mode 100644
index 000000000..dd5305968
--- /dev/null
+++ b/Infinix/Hot11S/res/values/config.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ true
+
+ 48.0dip
+
+ 24.0dip
+
+ 24.0dip
+
+ 24.0dip
+
+ M -24,0 L -24,36 L 24,36 L 24,0 Z @dp
+
+
From 9887f0ec13cc637e2147608d116d078e9164d053 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Fri, 5 May 2023 02:17:56 +0600
Subject: [PATCH 05/13] power_profile.xml
---
Infinix/Hot11S/res/xml/power_profile.xml | 207 +++++++++++++++++++++++
1 file changed, 207 insertions(+)
create mode 100644 Infinix/Hot11S/res/xml/power_profile.xml
diff --git a/Infinix/Hot11S/res/xml/power_profile.xml b/Infinix/Hot11S/res/xml/power_profile.xml
new file mode 100644
index 000000000..ce75f8855
--- /dev/null
+++ b/Infinix/Hot11S/res/xml/power_profile.xml
@@ -0,0 +1,207 @@
+
+
+
+
+ - 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
+
+
+
+ - 5000
+
+ - 0
+
+ - 0
+
+ - 0
+
+
+
+ - 0
+
+
+
+ .0002
+
+ .002
+
+ .02
+
+ .2
+
+ 2
+
+
+
+ - 0
+
+ - 0
+
+ - 0
+
+
+
+ 0
+
+ 0
+
+ 0
+
+ 0
+
+ 0
+
+
+
+ - 0
+
+
+
+ 0
+
+ 0
+
+
+
+ - 0
+
+
From ba37bc99cddcbc304a1b50be08ad073ef770abb0 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Fri, 5 May 2023 02:31:02 +0600
Subject: [PATCH 06/13] Update overlay.mk
Infinix Hot 11S Added
---
overlay.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/overlay.mk b/overlay.mk
index 72a61ad7b..2db566258 100644
--- a/overlay.mk
+++ b/overlay.mk
@@ -51,6 +51,7 @@ PRODUCT_PACKAGES += \
treble-overlay-huawei-WAS \
treble-overlay-hw-ims \
treble-overlay-infinix-note10 \
+ treble-overlay-infinix-hot11S \
treble-overlay-infinix-note10pro \
treble-overlay-infinix-note5 \
treble-overlay-infinix-note7 \
From db9a827062e8ab2a60178d5dbaed9bf4ceaf6e42 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:47:22 +0600
Subject: [PATCH 07/13] Infinix Note 11S Added
---
Infinix/Note11S/res/xml/power_profile.xml | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Infinix/Note11S/res/xml/power_profile.xml
diff --git a/Infinix/Note11S/res/xml/power_profile.xml b/Infinix/Note11S/res/xml/power_profile.xml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/Infinix/Note11S/res/xml/power_profile.xml
@@ -0,0 +1 @@
+
From 346b39b0db878b2f3b7e6073bdb480839aa42925 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:47:53 +0600
Subject: [PATCH 08/13] Create Android.mk
---
Infinix/Note11S/Android.mk | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Infinix/Note11S/Android.mk
diff --git a/Infinix/Note11S/Android.mk b/Infinix/Note11S/Android.mk
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/Infinix/Note11S/Android.mk
@@ -0,0 +1 @@
+
From 3adbf398a7a0e2aacfe37e900a345f8d802ab3bb Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:48:14 +0600
Subject: [PATCH 09/13] Create AndroidManifest.xml
---
Infinix/Note11S/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Infinix/Note11S/AndroidManifest.xml
diff --git a/Infinix/Note11S/AndroidManifest.xml b/Infinix/Note11S/AndroidManifest.xml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/Infinix/Note11S/AndroidManifest.xml
@@ -0,0 +1 @@
+
From 749484dfa6b3eee8c58df915fa96812fe34e172a Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:49:10 +0600
Subject: [PATCH 10/13] Create config.xml
---
Infinix/Note11S/res/values/config.xml | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Infinix/Note11S/res/values/config.xml
diff --git a/Infinix/Note11S/res/values/config.xml b/Infinix/Note11S/res/values/config.xml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/Infinix/Note11S/res/values/config.xml
@@ -0,0 +1 @@
+
From d47bcf1906375f7af19b91b5764405f3a5f36ae1 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:49:43 +0600
Subject: [PATCH 11/13] Create config.xml
---
Infinix/Note11S/res/values-land/config.xml | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Infinix/Note11S/res/values-land/config.xml
diff --git a/Infinix/Note11S/res/values-land/config.xml b/Infinix/Note11S/res/values-land/config.xml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/Infinix/Note11S/res/values-land/config.xml
@@ -0,0 +1 @@
+
From c28c9ee29adfee09c3bd42c7bb2db764bf0ddea4 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:54:38 +0600
Subject: [PATCH 12/13] Update Android.mk
---
Infinix/Note11S/Android.mk | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/Infinix/Note11S/Android.mk b/Infinix/Note11S/Android.mk
index 8b1378917..beaac45a6 100644
--- a/Infinix/Note11S/Android.mk
+++ b/Infinix/Note11S/Android.mk
@@ -1 +1,8 @@
-
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_MODULE_TAGS := optional
+LOCAL_PACKAGE_NAME := treble-overlay-Infinix-Note11S
+LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay
+LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
+LOCAL_PRIVATE_PLATFORM_APIS := true
+include $(BUILD_PACKAGE)
From c8e4604acc843d25f284a759c86b9c33944f7966 Mon Sep 17 00:00:00 2001
From: SOUROV KHAN NAHID <67148243+SOUROVKHANNAHID@users.noreply.github.com>
Date: Wed, 10 May 2023 18:56:53 +0600
Subject: [PATCH 13/13] Update AndroidManifest.xml
---
Infinix/Hot11S/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Infinix/Hot11S/AndroidManifest.xml b/Infinix/Hot11S/AndroidManifest.xml
index 668ebe5cb..3a5a3fa23 100644
--- a/Infinix/Hot11S/AndroidManifest.xml
+++ b/Infinix/Hot11S/AndroidManifest.xml
@@ -1,6 +1,6 @@