IDE版本4.0 release
OpenHarmony版本:4.1 Beta1
平台:RK3568
问题描述:IDE 中导入permissionmanager工程,运行后卸载permissionmanager系统应用报错:
$ hdc uninstall com.ohos.permissionmanager
03/14 15:02:31: Uninstall failed: [Info]App uninstall path:, queuesize:0, msg:error: failed to uninstall bundle. code:9568380 error: uninstall system app error.
AppMod finish
$ hdc shell mkdir data/local/tmp/6ff035491ef84e86a3b37a1a2e6b406e
$ hdc file send "C:\Users\xxx\Desktop\ohos4.1\permission_manager\permissionmanager\build\default\outputs\default\permissionmanager-entry-default-signed.hap" "data/local/tmp/6ff035491ef84e86a3b37a1a2e6b406e"
$ hdc shell bm install -p data/local/tmp/6ff035491ef84e86a3b37a1a2e6b406e
03/14 15:02:32: Install Failed: error: failed to install bundle.
code:9568332
error: install sign info inconsistent.
View detailed instructions.
Error while Deploy Hap
修改install_list.json,重启后仍无效
{
"app_dir" : "/system/app/com.ohos.permissionmanager",
"removable" : true
}
请教如何卸载和安装系统app |