From 17f7fdb13bb648bc3828e75121963d51644f8b4d Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Tue, 14 Jun 2022 13:00:22 +0530 Subject: [PATCH 01/22] Added config for pixel 5 (redfin) --- config/ih8sn/ih8sn_redfin.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/ih8sn/ih8sn_redfin.conf diff --git a/config/ih8sn/ih8sn_redfin.conf b/config/ih8sn/ih8sn_redfin.conf new file mode 100644 index 0000000..5924233 --- /dev/null +++ b/config/ih8sn/ih8sn_redfin.conf @@ -0,0 +1,3 @@ +BUILD_SECURITY_PATCH_DATE=2022-06-05 +BUILD_FINGERPRINT=google/redfin/redfin:12/SQ3A.220605.009.A1/8643238:user/release-keys +DEBUGGABLE=0 -- GitLab From a2815b6663e6c532b0fd834405a85a198d99f33b Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Tue, 14 Jun 2022 16:57:35 +0530 Subject: [PATCH 02/22] Set correct values to pass safetynet --- config/ih8sn/ih8sn_redfin.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ih8sn/ih8sn_redfin.conf b/config/ih8sn/ih8sn_redfin.conf index 5924233..622de5b 100644 --- a/config/ih8sn/ih8sn_redfin.conf +++ b/config/ih8sn/ih8sn_redfin.conf @@ -1,3 +1,3 @@ -BUILD_SECURITY_PATCH_DATE=2022-06-05 -BUILD_FINGERPRINT=google/redfin/redfin:12/SQ3A.220605.009.A1/8643238:user/release-keys +BUILD_FINGERPRINT=google/redfin/redfin:11/RQ3A.211001.001/7641976:user/release-keys +BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 -- GitLab From 51350921956f0247a9fd7004f5fc35afe7a29262 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Wed, 15 Jun 2022 14:16:06 +0530 Subject: [PATCH 03/22] Added ih8sn configs for some pixel and oneplus devices Including: coral (Pixel 4 XL) flame (Pixel 4) hotdogb (Oneplus 7T) instantnoodlep (Oneplus 8 Pro) --- config/ih8sn/ih8sn_coral.conf | 3 +++ config/ih8sn/ih8sn_flame.conf | 3 +++ config/ih8sn/ih8sn_hotdogb.conf | 4 ++++ config/ih8sn/ih8sn_instantnoodlep.conf | 4 ++++ 4 files changed, 14 insertions(+) create mode 100644 config/ih8sn/ih8sn_coral.conf create mode 100644 config/ih8sn/ih8sn_flame.conf create mode 100644 config/ih8sn/ih8sn_hotdogb.conf create mode 100644 config/ih8sn/ih8sn_instantnoodlep.conf diff --git a/config/ih8sn/ih8sn_coral.conf b/config/ih8sn/ih8sn_coral.conf new file mode 100644 index 0000000..f8510dc --- /dev/null +++ b/config/ih8sn/ih8sn_coral.conf @@ -0,0 +1,3 @@ +BUILD_FINGERPRINT=google/coral/coral:11/RQ3A.211001.001/7641976:user/release-keys +BUILD_SECURITY_PATCH_DATE=2021-10-01 +DEBUGGABLE=0 diff --git a/config/ih8sn/ih8sn_flame.conf b/config/ih8sn/ih8sn_flame.conf new file mode 100644 index 0000000..ff3abc3 --- /dev/null +++ b/config/ih8sn/ih8sn_flame.conf @@ -0,0 +1,3 @@ +BUILD_FINGERPRINT=google/flame/flame:11/RQ3A.211001.001/7641976:user/release-keys +BUILD_SECURITY_PATCH_DATE=2021-10-01 +DEBUGGABLE=0 diff --git a/config/ih8sn/ih8sn_hotdogb.conf b/config/ih8sn/ih8sn_hotdogb.conf new file mode 100644 index 0000000..955399d --- /dev/null +++ b/config/ih8sn/ih8sn_hotdogb.conf @@ -0,0 +1,4 @@ +BUILD_FINGERPRINT=OnePlus/OnePlus7T/OnePlus7T:11/RKQ1.201022.002/2110211506:user/release-keys +BUILD_SECURITY_PATCH_DATE=2021-10-01 +DEBUGGABLE=0 +BUILD_TAGS=release-keys diff --git a/config/ih8sn/ih8sn_instantnoodlep.conf b/config/ih8sn/ih8sn_instantnoodlep.conf new file mode 100644 index 0000000..2198677 --- /dev/null +++ b/config/ih8sn/ih8sn_instantnoodlep.conf @@ -0,0 +1,4 @@ +BUILD_FINGERPRINT=OnePlus/OnePlus8Pro_EEA/OnePlus8Pro:11/RP1A.201005.001/2110091917:user/release-keys +BUILD_SECURITY_PATCH_DATE=2021-10-01 +DEBUGGABLE=0 +BUILD_TAGS=release-keys -- GitLab From f101cfcea11baaaed2f27a259f0785e09d19dbc4 Mon Sep 17 00:00:00 2001 From: Vincent Bourgmayer Date: Mon, 20 Jun 2022 03:55:44 +0000 Subject: [PATCH 04/22] V1 r e drive update --- config/permissions/eos-permissions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/permissions/eos-permissions.xml b/config/permissions/eos-permissions.xml index 4c7c6d7..ce0fde6 100644 --- a/config/permissions/eos-permissions.xml +++ b/config/permissions/eos-permissions.xml @@ -118,6 +118,7 @@ + -- GitLab From ac1e979844d762d01da57e3337469052fbb8d85e Mon Sep 17 00:00:00 2001 From: Vincent Bourgmayer Date: Mon, 20 Jun 2022 03:56:07 +0000 Subject: [PATCH 05/22] V1 s e drive update --- config/permissions/eos-permissions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/permissions/eos-permissions.xml b/config/permissions/eos-permissions.xml index 4c7c6d7..ce0fde6 100644 --- a/config/permissions/eos-permissions.xml +++ b/config/permissions/eos-permissions.xml @@ -118,6 +118,7 @@ + -- GitLab From 310fb9cc1f34cc98e4325684aa165faa03fb1e4c Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Mon, 20 Jun 2022 15:54:10 +0530 Subject: [PATCH 06/22] Removed BUILD_TAGS Because it was not needed --- config/ih8sn/ih8sn_hotdogb.conf | 1 - config/ih8sn/ih8sn_instantnoodlep.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/config/ih8sn/ih8sn_hotdogb.conf b/config/ih8sn/ih8sn_hotdogb.conf index 955399d..22144b7 100644 --- a/config/ih8sn/ih8sn_hotdogb.conf +++ b/config/ih8sn/ih8sn_hotdogb.conf @@ -1,4 +1,3 @@ BUILD_FINGERPRINT=OnePlus/OnePlus7T/OnePlus7T:11/RKQ1.201022.002/2110211506:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 -BUILD_TAGS=release-keys diff --git a/config/ih8sn/ih8sn_instantnoodlep.conf b/config/ih8sn/ih8sn_instantnoodlep.conf index 2198677..97218f6 100644 --- a/config/ih8sn/ih8sn_instantnoodlep.conf +++ b/config/ih8sn/ih8sn_instantnoodlep.conf @@ -1,4 +1,3 @@ BUILD_FINGERPRINT=OnePlus/OnePlus8Pro_EEA/OnePlus8Pro:11/RP1A.201005.001/2110091917:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 -BUILD_TAGS=release-keys -- GitLab From 028fd463d96e2189526eccc03db50843b18c2346 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Tue, 21 Jun 2022 14:17:35 +0530 Subject: [PATCH 07/22] Added back BUILD_TAGS=release-keys Because it is needed for some apps' support --- config/ih8sn/ih8sn_coral.conf | 1 + config/ih8sn/ih8sn_flame.conf | 1 + config/ih8sn/ih8sn_hotdogb.conf | 1 + config/ih8sn/ih8sn_instantnoodlep.conf | 1 + config/ih8sn/ih8sn_redfin.conf | 1 + 5 files changed, 5 insertions(+) diff --git a/config/ih8sn/ih8sn_coral.conf b/config/ih8sn/ih8sn_coral.conf index f8510dc..3b9226f 100644 --- a/config/ih8sn/ih8sn_coral.conf +++ b/config/ih8sn/ih8sn_coral.conf @@ -1,3 +1,4 @@ BUILD_FINGERPRINT=google/coral/coral:11/RQ3A.211001.001/7641976:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 +BUILD_TAGS=release-keys diff --git a/config/ih8sn/ih8sn_flame.conf b/config/ih8sn/ih8sn_flame.conf index ff3abc3..de92505 100644 --- a/config/ih8sn/ih8sn_flame.conf +++ b/config/ih8sn/ih8sn_flame.conf @@ -1,3 +1,4 @@ BUILD_FINGERPRINT=google/flame/flame:11/RQ3A.211001.001/7641976:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 +BUILD_TAGS=release-keys diff --git a/config/ih8sn/ih8sn_hotdogb.conf b/config/ih8sn/ih8sn_hotdogb.conf index 22144b7..955399d 100644 --- a/config/ih8sn/ih8sn_hotdogb.conf +++ b/config/ih8sn/ih8sn_hotdogb.conf @@ -1,3 +1,4 @@ BUILD_FINGERPRINT=OnePlus/OnePlus7T/OnePlus7T:11/RKQ1.201022.002/2110211506:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 +BUILD_TAGS=release-keys diff --git a/config/ih8sn/ih8sn_instantnoodlep.conf b/config/ih8sn/ih8sn_instantnoodlep.conf index 97218f6..2198677 100644 --- a/config/ih8sn/ih8sn_instantnoodlep.conf +++ b/config/ih8sn/ih8sn_instantnoodlep.conf @@ -1,3 +1,4 @@ BUILD_FINGERPRINT=OnePlus/OnePlus8Pro_EEA/OnePlus8Pro:11/RP1A.201005.001/2110091917:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 +BUILD_TAGS=release-keys diff --git a/config/ih8sn/ih8sn_redfin.conf b/config/ih8sn/ih8sn_redfin.conf index 622de5b..cff8ccc 100644 --- a/config/ih8sn/ih8sn_redfin.conf +++ b/config/ih8sn/ih8sn_redfin.conf @@ -1,3 +1,4 @@ BUILD_FINGERPRINT=google/redfin/redfin:11/RQ3A.211001.001/7641976:user/release-keys BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 +BUILD_TAGS=release-keys -- GitLab From 30c12624f6d70ea5e588e2223d412437f0963720 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 21 Jun 2022 08:46:31 +0200 Subject: [PATCH 08/22] Switch ro.build.type to user To improve 3rd party apps support. --- config/ih8sn/ih8sn_FP3.conf | 1 + config/ih8sn/ih8sn_FP4.conf | 1 + config/ih8sn/ih8sn_coral.conf | 1 + config/ih8sn/ih8sn_emerald.conf | 1 + config/ih8sn/ih8sn_flame.conf | 1 + config/ih8sn/ih8sn_hotdogb.conf | 1 + config/ih8sn/ih8sn_instantnoodlep.conf | 1 + config/ih8sn/ih8sn_redfin.conf | 1 + config/ih8sn/ih8sn_sunfish.conf | 1 + 9 files changed, 9 insertions(+) diff --git a/config/ih8sn/ih8sn_FP3.conf b/config/ih8sn/ih8sn_FP3.conf index e3ff992..954d130 100644 --- a/config/ih8sn/ih8sn_FP3.conf +++ b/config/ih8sn/ih8sn_FP3.conf @@ -2,3 +2,4 @@ BUILD_SECURITY_PATCH_DATE=2022-01-05 BUILD_FINGERPRINT=Fairphone/FP3/FP3:10/8901.3.A.0135.20211222/gms-3e31ddee:user/release-keys DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_FP4.conf b/config/ih8sn/ih8sn_FP4.conf index 7674d28..e958c0f 100644 --- a/config/ih8sn/ih8sn_FP4.conf +++ b/config/ih8sn/ih8sn_FP4.conf @@ -2,3 +2,4 @@ BUILD_SECURITY_PATCH_DATE=2021-12-05 BUILD_FINGERPRINT=Fairphone/FP4eea/FP4:11/RKQ1.210503.001/FP3Q:user/release-keys DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_coral.conf b/config/ih8sn/ih8sn_coral.conf index 3b9226f..410d5f1 100644 --- a/config/ih8sn/ih8sn_coral.conf +++ b/config/ih8sn/ih8sn_coral.conf @@ -2,3 +2,4 @@ BUILD_FINGERPRINT=google/coral/coral:11/RQ3A.211001.001/7641976:user/release-key BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_emerald.conf b/config/ih8sn/ih8sn_emerald.conf index 01ce6a5..2eedb32 100644 --- a/config/ih8sn/ih8sn_emerald.conf +++ b/config/ih8sn/ih8sn_emerald.conf @@ -2,3 +2,4 @@ BUILD_SECURITY_PATCH_DATE=2021-10-05 BUILD_FINGERPRINT=Teracube/Teracube_2e/Teracube_2e:11/RP1A.200720.011/202111011925:user/release-keys DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_flame.conf b/config/ih8sn/ih8sn_flame.conf index de92505..2c04250 100644 --- a/config/ih8sn/ih8sn_flame.conf +++ b/config/ih8sn/ih8sn_flame.conf @@ -2,3 +2,4 @@ BUILD_FINGERPRINT=google/flame/flame:11/RQ3A.211001.001/7641976:user/release-key BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_hotdogb.conf b/config/ih8sn/ih8sn_hotdogb.conf index 955399d..7cd4aa0 100644 --- a/config/ih8sn/ih8sn_hotdogb.conf +++ b/config/ih8sn/ih8sn_hotdogb.conf @@ -2,3 +2,4 @@ BUILD_FINGERPRINT=OnePlus/OnePlus7T/OnePlus7T:11/RKQ1.201022.002/2110211506:user BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_instantnoodlep.conf b/config/ih8sn/ih8sn_instantnoodlep.conf index 2198677..27e6fa8 100644 --- a/config/ih8sn/ih8sn_instantnoodlep.conf +++ b/config/ih8sn/ih8sn_instantnoodlep.conf @@ -2,3 +2,4 @@ BUILD_FINGERPRINT=OnePlus/OnePlus8Pro_EEA/OnePlus8Pro:11/RP1A.201005.001/2110091 BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_redfin.conf b/config/ih8sn/ih8sn_redfin.conf index cff8ccc..b575963 100644 --- a/config/ih8sn/ih8sn_redfin.conf +++ b/config/ih8sn/ih8sn_redfin.conf @@ -2,3 +2,4 @@ BUILD_FINGERPRINT=google/redfin/redfin:11/RQ3A.211001.001/7641976:user/release-k BUILD_SECURITY_PATCH_DATE=2021-10-01 DEBUGGABLE=0 BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_sunfish.conf b/config/ih8sn/ih8sn_sunfish.conf index 2648238..dcefc2d 100644 --- a/config/ih8sn/ih8sn_sunfish.conf +++ b/config/ih8sn/ih8sn_sunfish.conf @@ -1,3 +1,4 @@ BUILD_SECURITY_PATCH_DATE=2022-03-05 BUILD_FINGERPRINT=google/sunfish/sunfish:12/SP2A.220305.012/8177914:user/release-keys DEBUGGABLE=0 +BUILD_TYPE=user -- GitLab From 9b694c58a793670924032b3847c3945f17222f4d Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 28 Jun 2022 13:29:19 +0200 Subject: [PATCH 09/22] Add missing release build tag for sunfish --- config/ih8sn/ih8sn_sunfish.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ih8sn/ih8sn_sunfish.conf b/config/ih8sn/ih8sn_sunfish.conf index dcefc2d..53bac1c 100644 --- a/config/ih8sn/ih8sn_sunfish.conf +++ b/config/ih8sn/ih8sn_sunfish.conf @@ -1,4 +1,5 @@ BUILD_SECURITY_PATCH_DATE=2022-03-05 BUILD_FINGERPRINT=google/sunfish/sunfish:12/SP2A.220305.012/8177914:user/release-keys DEBUGGABLE=0 +BUILD_TAGS=release-keys BUILD_TYPE=user -- GitLab From 541429be3228c3ba66befc6ba8639dbbc2cc15ea Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 28 Jun 2022 13:36:34 +0200 Subject: [PATCH 10/22] Revert "Ship ih8sn for dev builds also" This reverts commit 1b0cf721a305fca7336b0d2bf62dc33a06e0f660. --- config/common.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/common.mk b/config/common.mk index e39104a..d9c6a63 100644 --- a/config/common.mk +++ b/config/common.mk @@ -30,8 +30,7 @@ PRODUCT_COPY_FILES += \ $(VENDOR_PATH)/config/permissions/eos-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/eos-allowlist.xml # SafetyNet compatibility -ifneq (test,$(RELEASE_TYPE)) - # Ship ih8sn on dev & stable builds +ifeq (stable,$(RELEASE_TYPE)) INCLUDE_IH8SN ?= true endif -- GitLab From d4e5b7f8a1d786fc7202ca1d689042cc5b9a3f90 Mon Sep 17 00:00:00 2001 From: Rohit Date: Fri, 15 Jul 2022 14:38:56 +0530 Subject: [PATCH 11/22] vendor/eos: Add an RRO for PowerOffAlarm * Translate the permission description for org.codeaurora.permission.POWER_OFF_ALARM to de --- rro_overlays/PowerOffAlarmOverlay/Android.bp | 4 ++++ rro_overlays/PowerOffAlarmOverlay/AndroidManifest.xml | 10 ++++++++++ .../PowerOffAlarmOverlay/res/values-de/strings.xml | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 rro_overlays/PowerOffAlarmOverlay/Android.bp create mode 100644 rro_overlays/PowerOffAlarmOverlay/AndroidManifest.xml create mode 100644 rro_overlays/PowerOffAlarmOverlay/res/values-de/strings.xml diff --git a/rro_overlays/PowerOffAlarmOverlay/Android.bp b/rro_overlays/PowerOffAlarmOverlay/Android.bp new file mode 100644 index 0000000..6fef3cd --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/Android.bp @@ -0,0 +1,4 @@ +runtime_resource_overlay { + name: "PowerOffAlarmOverlay", + product_specific: true, +} diff --git a/rro_overlays/PowerOffAlarmOverlay/AndroidManifest.xml b/rro_overlays/PowerOffAlarmOverlay/AndroidManifest.xml new file mode 100644 index 0000000..9ed471c --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + + diff --git a/rro_overlays/PowerOffAlarmOverlay/res/values-de/strings.xml b/rro_overlays/PowerOffAlarmOverlay/res/values-de/strings.xml new file mode 100644 index 0000000..2663fad --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/res/values-de/strings.xml @@ -0,0 +1,4 @@ + + + den Wecker stellen und zurücksetzen, der das Gerät aus dem ausgeschalteten Zustand aufweckt + -- GitLab From e218f5e3a3f15f6e5522b8361237faced716048e Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 18 Jul 2022 10:16:34 +0530 Subject: [PATCH 12/22] PowerOffAlarmOverlay: Bring in all the translations - Considering it is proprietary, incase we want to override later, we have everything here conveniently. --- .../res/values-ar-rXB/strings.xml | 12 ++++++++++++ .../res/values-en-rXA/strings.xml | 12 ++++++++++++ .../res/values-zh-rCN/strings.xml | 12 ++++++++++++ .../PowerOffAlarmOverlay/res/values/strings.xml | 12 ++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 rro_overlays/PowerOffAlarmOverlay/res/values-ar-rXB/strings.xml create mode 100644 rro_overlays/PowerOffAlarmOverlay/res/values-en-rXA/strings.xml create mode 100644 rro_overlays/PowerOffAlarmOverlay/res/values-zh-rCN/strings.xml create mode 100644 rro_overlays/PowerOffAlarmOverlay/res/values/strings.xml diff --git a/rro_overlays/PowerOffAlarmOverlay/res/values-ar-rXB/strings.xml b/rro_overlays/PowerOffAlarmOverlay/res/values-ar-rXB/strings.xml new file mode 100644 index 0000000..9ff1d14 --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/res/values-ar-rXB/strings.xml @@ -0,0 +1,12 @@ + + + ‏‮PowerOffAlarm‬‏ + ‏‮dismiss‬‏ + ‏‮Alarm‬‏ ‏‮Is‬‏ ‏‮Firing!‬‏ + ‏‮set‬‏ ‏‮and‬‏ ‏‮clear‬‏ ‏‮the‬‏ ‏‮alarm‬‏ ‏‮which‬‏ ‏‮will‬‏ ‏‮wake‬‏ ‏‮up‬‏ ‏‮device‬‏ ‏‮from‬‏ ‏‮the‬‏ ‏‮power‬‏ ‏‮off‬‏ ‏‮state‬‏ + ‏‮Power‬‏ ‏‮Off‬‏ ‏‮Alarm‬‏ + ‏‮Power‬‏ ‏‮On‬‏ ‏‮or‬‏ ‏‮Power‬‏ ‏‮Off?‬‏ + ‏‮Power‬‏ ‏‮Off‬‏ + ‏‮Power‬‏ ‏‮On‬‏ + ‏‮snooze‬‏ + diff --git a/rro_overlays/PowerOffAlarmOverlay/res/values-en-rXA/strings.xml b/rro_overlays/PowerOffAlarmOverlay/res/values-en-rXA/strings.xml new file mode 100644 index 0000000..7e2043a --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/res/values-en-rXA/strings.xml @@ -0,0 +1,12 @@ + + + [ÞöŵéŕÖƒƒÅļåŕḿ one two] + [ðîšḿîšš one two] + [Åļåŕḿ Κ Fîŕîñĝ¡ one two three] + [šéţ åñð çļéåŕ ţĥé åļåŕḿ ŵĥîçĥ ŵîļļ ŵåķé ûþ ðéVîçé ƒŕöḿ ţĥé þöŵéŕ öƒƒ šţåţé one two three four five six seven eight] + [Þöŵéŕ Öƒƒ Åļåŕḿ one two three] + [Þöŵéŕ Öñ öŕ Þöŵéŕ Öƒƒ¿ one two three] + [Þöŵéŕ Öƒƒ one two] + [Þöŵéŕ Öñ one two] + [šñööžé one two] + diff --git a/rro_overlays/PowerOffAlarmOverlay/res/values-zh-rCN/strings.xml b/rro_overlays/PowerOffAlarmOverlay/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..d1e1e7c --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/res/values-zh-rCN/strings.xml @@ -0,0 +1,12 @@ + + + 关机闹钟 + 关闭 + 闹钟时间到! + 设置和清除关机闹钟时间(关机 闹钟可以唤醒在关机状态下的手机) + 关机闹钟 + 开机还是关机? + 关机 + 开机 + 睡眠 + diff --git a/rro_overlays/PowerOffAlarmOverlay/res/values/strings.xml b/rro_overlays/PowerOffAlarmOverlay/res/values/strings.xml new file mode 100644 index 0000000..a985682 --- /dev/null +++ b/rro_overlays/PowerOffAlarmOverlay/res/values/strings.xml @@ -0,0 +1,12 @@ + + + PowerOffAlarm + dismiss + Alarm Is Firing! + set and clear the alarm which will wake up device from the power off state + Power Off Alarm + Power On or Power Off? + Power Off + Power On + snooze + -- GitLab From 2816bfd3141ae16d862d43be6a69f4415b209f6a Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Thu, 28 Jul 2022 16:45:21 +0200 Subject: [PATCH 13/22] ih8sn: add configs for dreamlte and dream2lte Change-Id: Ie96a7b12bedcd569122273fac819908307ff27d1 --- config/ih8sn/ih8sn_dream2lte.conf | 5 +++++ config/ih8sn/ih8sn_dreamlte.conf | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 config/ih8sn/ih8sn_dream2lte.conf create mode 100644 config/ih8sn/ih8sn_dreamlte.conf diff --git a/config/ih8sn/ih8sn_dream2lte.conf b/config/ih8sn/ih8sn_dream2lte.conf new file mode 100644 index 0000000..b0e1bd0 --- /dev/null +++ b/config/ih8sn/ih8sn_dream2lte.conf @@ -0,0 +1,5 @@ +BUILD_FINGERPRINT=samsung/dream2ltexx/dream2lte:8.0.0/R16NW/G955FXXU1CRC7:user/release-keys +BUILD_SECURITY_PATCH_DATE=2018-03-01 +DEBUGGABLE=0 +BUILD_TAGS=release-keys +BUILD_TYPE=user diff --git a/config/ih8sn/ih8sn_dreamlte.conf b/config/ih8sn/ih8sn_dreamlte.conf new file mode 100644 index 0000000..839f42d --- /dev/null +++ b/config/ih8sn/ih8sn_dreamlte.conf @@ -0,0 +1,5 @@ +BUILD_FINGERPRINT=samsung/dreamltexx/dreamlte:8.0.0/R16NW/G950FXXU1CRC7:user/release-keys +BUILD_SECURITY_PATCH_DATE=2018-03-01 +DEBUGGABLE=0 +BUILD_TAGS=release-keys +BUILD_TYPE=user -- GitLab From 69d01485beeb1bd4a501c18b40490a5668a8872c Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Mon, 6 Apr 2020 15:04:03 +0000 Subject: [PATCH 14/22] vendor: Override device-specific settings for the location providers Based on https://github.com/lineageos4microg/docker-lineage-cicd/blob/master/src/signature_spoofing_patches/frameworks_base_config.xml Change-Id: I300598dfb4411319b3639efc9ab1897ac94f34e3 --- .../base/core/res/res/values/config.xml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 overlay/frameworks/base/core/res/res/values/config.xml diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 0000000..ebe2763 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,41 @@ + + + + + + true + + + true + -- GitLab From 31dfb013f278125f692d5f6496c40cafd3ef0703 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 14 Jun 2022 13:07:31 +0000 Subject: [PATCH 15/22] vendor: Build /e/ OS specific packages --- config/common.mk | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/config/common.mk b/config/common.mk index d9c6a63..749603e 100644 --- a/config/common.mk +++ b/config/common.mk @@ -14,6 +14,43 @@ VENDOR_PATH := vendor/eos +# /e/ OS packages +PRODUCT_PACKAGES += \ + eSpeakTTS \ + GmsCore \ + GsfProxy \ + FakeStore \ + com.google.android.maps.jar \ + Mail \ + BlissLauncher \ + BlissIconPack \ + MozillaNlpBackend \ + OpenWeatherMapWeatherProvider \ + AccountManager \ + Camera \ + eDrive \ + Notes \ + Tasks \ + NominatimNlpBackend \ + DroidGuard \ + OpenKeychain \ + Message \ + Browser \ + BrowserWebView \ + Apps \ + PwaPlayer \ + PrivacyCentral + +# Optional applications +MINIMAL_APPS ?= false + +ifeq ($(MINIMAL_APPS),false) +PRODUCT_PACKAGES += \ + MagicEarth \ + PdfViewer \ + LibreOfficeViewer +endif + # CustomLocale ifeq (test,$(RELEASE_TYPE)) PRODUCT_PACKAGES += \ -- GitLab From 872303a67db4c896a136e8774aeb73db310bb69f Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 14 Jun 2022 13:11:10 +0000 Subject: [PATCH 16/22] vendor: overlay: Switch to pool.ntp.org for NTP responses --- overlay/frameworks/base/core/res/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ebe2763..d494dcd 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -38,4 +38,7 @@ to false. --> true + + + pool.ntp.org -- GitLab From 301d4a2e9bcfafd421dc674af30346e74e058901 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 14 Jun 2022 13:13:33 +0000 Subject: [PATCH 17/22] vendor: overlay: Switch to Quad9 as default DNS provider --- .../base/core/res/res/values/config.xml | 3 +++ .../SettingsLib/res/values/strings.xml | 22 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 overlay/frameworks/base/packages/SettingsLib/res/values/strings.xml diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index d494dcd..7e3f1a2 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -41,4 +41,7 @@ pool.ntp.org + + + 9.9.9.9 diff --git a/overlay/frameworks/base/packages/SettingsLib/res/values/strings.xml b/overlay/frameworks/base/packages/SettingsLib/res/values/strings.xml new file mode 100644 index 0000000..2bd7709 --- /dev/null +++ b/overlay/frameworks/base/packages/SettingsLib/res/values/strings.xml @@ -0,0 +1,22 @@ + + + + + 9.9.9.9 + + 9.9.9.9 + -- GitLab From 615c173e536c707671cafe414e0c43690201eddc Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 14 Jun 2022 13:18:31 +0000 Subject: [PATCH 18/22] vendor: overlay: Update default captive portal URLs - Point them to our servers --- .../NetworkStack/res/values/config.xml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 overlay/packages/modules/NetworkStack/res/values/config.xml diff --git a/overlay/packages/modules/NetworkStack/res/values/config.xml b/overlay/packages/modules/NetworkStack/res/values/config.xml new file mode 100644 index 0000000..dc99187 --- /dev/null +++ b/overlay/packages/modules/NetworkStack/res/values/config.xml @@ -0,0 +1,29 @@ + + + + + http://connectivity.ecloud.global + + + https://connectivity.ecloud.global + + + + http://204.ecloud.global + http://ecloud.global/generate_204 + + -- GitLab From 5687b39aa3e3d70ccb40229de49dda4dfeac1993 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 14 Jun 2022 13:23:53 +0000 Subject: [PATCH 19/22] vendor: overlay: Enable support for contextual cards - Better UI/UX and works on our supported devices --- .../apps/Settings/res/values/config.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 overlay/packages/apps/Settings/res/values/config.xml diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml new file mode 100644 index 0000000..57bb8b3 --- /dev/null +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -0,0 +1,26 @@ + + + + + false + + + contact@e.email + -- GitLab From b33d050f7918c5b9c9cd8e872c8095514f7ccc1c Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 14 Jun 2022 13:25:20 +0000 Subject: [PATCH 20/22] vendor: overlay: Link our community page for app permissions help --- .../PackageInstaller/res/values/strings.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 overlay/packages/apps/PackageInstaller/res/values/strings.xml diff --git a/overlay/packages/apps/PackageInstaller/res/values/strings.xml b/overlay/packages/apps/PackageInstaller/res/values/strings.xml new file mode 100644 index 0000000..eb8663e --- /dev/null +++ b/overlay/packages/apps/PackageInstaller/res/values/strings.xml @@ -0,0 +1,20 @@ + + + + + + https://community.e.foundation/t/app-permissions/13304 + -- GitLab From 10b9bb7e3dd429ba6b5c819c99fa2b4ef8739185 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Tue, 14 Jun 2022 13:29:32 +0000 Subject: [PATCH 21/22] vendor: Add Weather permission and build WeatherProvider --- config/common.mk | 7 ++++++- config/permissions/org.lineageos.weather.xml | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 config/permissions/org.lineageos.weather.xml diff --git a/config/common.mk b/config/common.mk index 749603e..82041fc 100644 --- a/config/common.mk +++ b/config/common.mk @@ -39,7 +39,8 @@ PRODUCT_PACKAGES += \ BrowserWebView \ Apps \ PwaPlayer \ - PrivacyCentral + PrivacyCentral \ + WeatherProvider # Optional applications MINIMAL_APPS ?= false @@ -61,6 +62,10 @@ endif DEVICE_PACKAGE_OVERLAYS += \ $(VENDOR_PATH)/overlay +# Permissions +PRODUCT_COPY_FILES += \ + $(VENDOR_PATH)/config/permissions/org.lineageos.weather.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/org.lineageos.weather.xml + # Pre-granted eos-permissions and allowlist PRODUCT_COPY_FILES += \ $(VENDOR_PATH)/config/permissions/eos-permissions.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/default-permissions/eos-permissions.xml \ diff --git a/config/permissions/org.lineageos.weather.xml b/config/permissions/org.lineageos.weather.xml new file mode 100644 index 0000000..4e132b6 --- /dev/null +++ b/config/permissions/org.lineageos.weather.xml @@ -0,0 +1,16 @@ + + + + + + -- GitLab From 9915d58d625cf215584edb9393c66e8bebad667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Duval=20=F0=9F=8F=84?= Date: Fri, 5 Aug 2022 08:31:56 +0000 Subject: [PATCH 22/22] vendor: Change default tones for ring, notification & alarm --- config/common_mobile.mk | 4 ++++ config/telephony.mk | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 config/common_mobile.mk create mode 100644 config/telephony.mk diff --git a/config/common_mobile.mk b/config/common_mobile.mk new file mode 100644 index 0000000..892a5f9 --- /dev/null +++ b/config/common_mobile.mk @@ -0,0 +1,4 @@ +# Default notification/alarm sounds +PRODUCT_PRODUCT_PROPERTIES += \ + ro.config.notification_sound=Selenium.ogg \ + ro.config.alarm_alert=Platinum-old.ogg diff --git a/config/telephony.mk b/config/telephony.mk new file mode 100644 index 0000000..2946e03 --- /dev/null +++ b/config/telephony.mk @@ -0,0 +1,3 @@ +# Default ringtone +PRODUCT_PRODUCT_PROPERTIES += \ + ro.config.ringtone=Dione.ogg -- GitLab