From 18c06cac7d9434466ed8f779eb0eae665b1349fb Mon Sep 17 00:00:00 2001 From: crane <1760419670@qq.com> Date: Wed, 27 Nov 2024 16:34:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 'crane' <'1760419670@qq.com'> --- oriole/preinstall-config/install_list.json | 74 ++++++++++++++++------ 1 file changed, 55 insertions(+), 19 deletions(-) diff --git a/oriole/preinstall-config/install_list.json b/oriole/preinstall-config/install_list.json index 8609c59..2631c24 100644 --- a/oriole/preinstall-config/install_list.json +++ b/oriole/preinstall-config/install_list.json @@ -1,7 +1,7 @@ { "install_list" : [ { - "app_dir" : "/system/app/com.ohos.systemui", + "app_dir" : "/vendor/soc_platform/app/com.ohos.systemui", "removable" : false }, { @@ -9,23 +9,23 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.settings", + "app_dir" : "/vendor/soc_platform/app/com.ohos.settings", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.note", + "app_dir" : "/vendor/soc_platform/app/com.ohos.note", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.settingsdata", + "app_dir" : "/vendor/soc_platform/app/com.ohos.settingsdata", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.screenshot", + "app_dir" : "/vendor/soc_platform/app/com.ohos.screenshot", "removable" : false }, { - "app_dir" : "/system/app/ohos.samples.clock", + "app_dir" : "/vendor/soc_platform/app/ohos.samples.clock", "removable" : false }, { @@ -33,7 +33,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.example.distributedcalc", + "app_dir" : "/vendor/soc_platform/app/com.example.distributedcalc", "removable" : false }, { @@ -45,15 +45,15 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.photos", + "app_dir" : "/vendor/soc_platform/app/com.ohos.photos", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.distributedmusicplayer", - "removable" : false + "app_dir" : "/vendor/soc_platform/app/ohos.samples.distributedmusicplayer", + "removable" : true }, { - "app_dir" : "/system/app/com.ohos.camera", + "app_dir" : "/vendor/soc_platform/app/com.ohos.camera", "removable" : false }, { @@ -68,6 +68,10 @@ "app_dir" : "/system/app/com.example.kikakeyboard", "removable" : false }, + { + "app_dir" : "/vendor/soc_platform/app/com.kika.hmos.inputmethod", + "removable" : false + }, { "app_dir" : "/system/app/com.ohos.medialibrary.MediaLibraryData", "removable" : false @@ -77,15 +81,15 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.callui", + "app_dir" : "/vendor/soc_platform/app/com.ohos.callui", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.mms", + "app_dir" : "/vendor/soc_platform/app/com.ohos.mms", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.contacts", + "app_dir" : "/vendor/soc_platform/app/com.ohos.contacts", "removable" : false }, { @@ -93,7 +97,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.settings.faceauth", + "app_dir" : "/vendor/soc_platform/app/com.ohos.settings.faceauth", "removable" : false }, { @@ -105,7 +109,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.filepicker", + "app_dir" : "/vendor/soc_platform/app/com.ohos.filepicker", "removable" : false }, { @@ -189,17 +193,21 @@ "removable": false }, { - "app_dir": "/system/app/com.ohos.updateapp", + "app_dir": "/vendor/soc_platform/app/com.ohos.updateapp", "removable": false }, { - "app_dir": "/system/app/com.ohos.spooler", + "app_dir": "/vendor/soc_platform/app/com.ohos.spooler", "removable": false }, { - "app_dir": "/system/app/com.ohos.calendardata", + "app_dir": "/vendor/soc_platform/app/com.ohos.calendardata", "removable": false }, + { + "app_dir" : "/vendor/soc_platform/app/com.example.location", + "removable" : false + }, { "app_dir": "/system/app/com.usb.function", "removable": true @@ -211,6 +219,34 @@ { "app_dir" : "/system/app/com.ohos.dhardwareui", "removable" : true + }, + { + "app_dir": "/vendor/soc_platform/app/com.example.laval", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/ohos.samples.browser1", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.laval.dispatchcenter", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.example.openharmony_7885", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.pengju.minihttpserver", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.ohos.mindspore.ai", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.ohos.demandplayer", + "removable": true } ] } -- Gitee From e5967a4970f0758dbcfa3bf87af33a918786ec07 Mon Sep 17 00:00:00 2001 From: crane <1760419670@qq.com> Date: Wed, 27 Nov 2024 16:34:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: crane <1760419670@qq.com> --- oriole/preinstall-config/install_list.json | 74 ++++++++++++++++------ 1 file changed, 55 insertions(+), 19 deletions(-) diff --git a/oriole/preinstall-config/install_list.json b/oriole/preinstall-config/install_list.json index 8609c59..2631c24 100644 --- a/oriole/preinstall-config/install_list.json +++ b/oriole/preinstall-config/install_list.json @@ -1,7 +1,7 @@ { "install_list" : [ { - "app_dir" : "/system/app/com.ohos.systemui", + "app_dir" : "/vendor/soc_platform/app/com.ohos.systemui", "removable" : false }, { @@ -9,23 +9,23 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.settings", + "app_dir" : "/vendor/soc_platform/app/com.ohos.settings", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.note", + "app_dir" : "/vendor/soc_platform/app/com.ohos.note", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.settingsdata", + "app_dir" : "/vendor/soc_platform/app/com.ohos.settingsdata", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.screenshot", + "app_dir" : "/vendor/soc_platform/app/com.ohos.screenshot", "removable" : false }, { - "app_dir" : "/system/app/ohos.samples.clock", + "app_dir" : "/vendor/soc_platform/app/ohos.samples.clock", "removable" : false }, { @@ -33,7 +33,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.example.distributedcalc", + "app_dir" : "/vendor/soc_platform/app/com.example.distributedcalc", "removable" : false }, { @@ -45,15 +45,15 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.photos", + "app_dir" : "/vendor/soc_platform/app/com.ohos.photos", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.distributedmusicplayer", - "removable" : false + "app_dir" : "/vendor/soc_platform/app/ohos.samples.distributedmusicplayer", + "removable" : true }, { - "app_dir" : "/system/app/com.ohos.camera", + "app_dir" : "/vendor/soc_platform/app/com.ohos.camera", "removable" : false }, { @@ -68,6 +68,10 @@ "app_dir" : "/system/app/com.example.kikakeyboard", "removable" : false }, + { + "app_dir" : "/vendor/soc_platform/app/com.kika.hmos.inputmethod", + "removable" : false + }, { "app_dir" : "/system/app/com.ohos.medialibrary.MediaLibraryData", "removable" : false @@ -77,15 +81,15 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.callui", + "app_dir" : "/vendor/soc_platform/app/com.ohos.callui", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.mms", + "app_dir" : "/vendor/soc_platform/app/com.ohos.mms", "removable" : false }, { - "app_dir" : "/system/app/com.ohos.contacts", + "app_dir" : "/vendor/soc_platform/app/com.ohos.contacts", "removable" : false }, { @@ -93,7 +97,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.settings.faceauth", + "app_dir" : "/vendor/soc_platform/app/com.ohos.settings.faceauth", "removable" : false }, { @@ -105,7 +109,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.filepicker", + "app_dir" : "/vendor/soc_platform/app/com.ohos.filepicker", "removable" : false }, { @@ -189,17 +193,21 @@ "removable": false }, { - "app_dir": "/system/app/com.ohos.updateapp", + "app_dir": "/vendor/soc_platform/app/com.ohos.updateapp", "removable": false }, { - "app_dir": "/system/app/com.ohos.spooler", + "app_dir": "/vendor/soc_platform/app/com.ohos.spooler", "removable": false }, { - "app_dir": "/system/app/com.ohos.calendardata", + "app_dir": "/vendor/soc_platform/app/com.ohos.calendardata", "removable": false }, + { + "app_dir" : "/vendor/soc_platform/app/com.example.location", + "removable" : false + }, { "app_dir": "/system/app/com.usb.function", "removable": true @@ -211,6 +219,34 @@ { "app_dir" : "/system/app/com.ohos.dhardwareui", "removable" : true + }, + { + "app_dir": "/vendor/soc_platform/app/com.example.laval", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/ohos.samples.browser1", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.laval.dispatchcenter", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.example.openharmony_7885", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.pengju.minihttpserver", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.ohos.mindspore.ai", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.ohos.demandplayer", + "removable": true } ] } -- Gitee