From 110c855207f9acd7f1950357bca3285a705da5ab Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+Application-maker@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:17:57 +0300 Subject: [PATCH 1/5] Add an actual TTS engine in tts suggestions --- suggestions/tts.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/suggestions/tts.json b/suggestions/tts.json index f15f757..21c795c 100644 --- a/suggestions/tts.json +++ b/suggestions/tts.json @@ -4,5 +4,11 @@ "label": "TTS Util", "source": "fg", "repo": "https://github.com/Danesprite/tts-util-app" + }, + { + "id": "com.github.olga_yakovleva.rhvoice.android", + "label": "RHVoice", + "source": "f", + "repo": "https://github.com/RHVoice/RHVoice" } ] From 5de364277744db7fa691d3a5b4d9dbc551343d95 Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+Application-maker@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:32:14 +0300 Subject: [PATCH 2/5] Add eSpeak and add reason lines --- suggestions/tts.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/suggestions/tts.json b/suggestions/tts.json index 21c795c..b4b54e1 100644 --- a/suggestions/tts.json +++ b/suggestions/tts.json @@ -1,14 +1,16 @@ [ - { - "id": "com.danefinlay.ttsutil", - "label": "TTS Util", - "source": "fg", - "repo": "https://github.com/Danesprite/tts-util-app" - }, { "id": "com.github.olga_yakovleva.rhvoice.android", "label": "RHVoice", + "reason": "No same/better alternative is available right now", "source": "f", "repo": "https://github.com/RHVoice/RHVoice" + }, + { + "id": "com.reecedunn.espeak", + "label": "eSpeak", + "reason":"No same/better alternative is available right now", + "source": "f", + "repo": "https://github.com/espeak-ng/espeak-ng" } ] From ecfd2db4071db8f6ad6fcbc954412b16ce1495c0 Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+Application-maker@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:11:55 +0300 Subject: [PATCH 3/5] Remove reasons because these could be better than some OEM ones --- suggestions/tts.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/suggestions/tts.json b/suggestions/tts.json index b4b54e1..79038e9 100644 --- a/suggestions/tts.json +++ b/suggestions/tts.json @@ -2,14 +2,12 @@ { "id": "com.github.olga_yakovleva.rhvoice.android", "label": "RHVoice", - "reason": "No same/better alternative is available right now", "source": "f", "repo": "https://github.com/RHVoice/RHVoice" }, { "id": "com.reecedunn.espeak", "label": "eSpeak", - "reason":"No same/better alternative is available right now", "source": "f", "repo": "https://github.com/espeak-ng/espeak-ng" } From 34c48245eec5bf1865dc2693b0b18c1511e964a4 Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+Application-maker@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:20:27 +0300 Subject: [PATCH 4/5] Remove RHVoice because it has not OSI verified license --- suggestions/tts.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/suggestions/tts.json b/suggestions/tts.json index 79038e9..e31730e 100644 --- a/suggestions/tts.json +++ b/suggestions/tts.json @@ -1,10 +1,4 @@ [ - { - "id": "com.github.olga_yakovleva.rhvoice.android", - "label": "RHVoice", - "source": "f", - "repo": "https://github.com/RHVoice/RHVoice" - }, { "id": "com.reecedunn.espeak", "label": "eSpeak", From b86b8a8b35a403a41be0da87404d10cf58b560ac Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+Application-maker@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:26:03 +0300 Subject: [PATCH 5/5] Add com.oplus.deepthinker --- oem.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/oem.json b/oem.json index 4b6b35c..1761bdd 100644 --- a/oem.json +++ b/oem.json @@ -4061,6 +4061,12 @@ "description": "Sends system failure data to developers. Automatically runs at boot.\n\nPithus analysis: https://beta.pithus.org/report/6031048af7434e9cfe3435244dd105ac70e3bfe1f25ecdcca9b2a40b356590a2", "removal": "delete" }, + { + "id": "com.oplus.deepthinker", + "label": "Intelligent Services", + "description": "No clue what is it for, accesses location", + "removal": "delete" + }, { "id": "com.oplus.exsystemservice", "label": "System Service",