应用包名查看方法:hdc_std shell aa dump -a(打开应用后查看bundle name) 手动杀掉某一应用进程(不支持杀掉常驻进程,如桌面):hdc shell aa force-stop 应用包名。 设置手机永不灭屏:power-shell setmode 602(进入hdc shell)。 获取读写权限:hdc target mount。 删除文件:hdc shell rm -rf 文件在手机中的路...
17、强制退出应用 命令:hdc_std shell aa force-stop [BundleName] 举例:hdc_std shell aa force-stop com.superred.reminder 18、查看当前任务栈的ability信息(后台启动的应用) 命令:hdc_std shell aa dump -l 19、截图 命令: hdc_std shell snapshot_display -f /data/screenshot.png hdc_std shell fil...
hdc_std shell kill -9 464 25.查看设备SN号 hdc_std shell param getohos.boot.sn 26.查看当前设备上的HAP包的Bundle Name hdc_std shell bm dump -a 也可通过wukong命令:wukong appinfo 27.结束应用 hdc shell aa force-stop 【Bundle Name】 28.启动应用 hdc_std shell aa start -a 【Ability Name...
hdc shell aa force-stop ohos.samples.FormApplication 查看当前任务栈的ability 信息 hdc shell aa dump -l hdc shell aa 其他操作 help list available commands start start ability with options stop-service stop service with options dump dump the ability info force-stop<bundle-name>force stop the pro...
hdc shell aa force-stop {bundleName} 其中bundleName可以通过hdc shell bm dump -a获取 获取应用版本 $ hdc shell bm dump -n {bundleName} 执行上述命令后,再解析json, 提取versionName字段即可 Dump应用信息 aa dump $ hdc shell aa dump -h
17、hdc shell aa 其他操作 强制退出应用 hdc shell aa force-stop ohos.samples.FormApplication 查看当前任务栈的ability 信息 hdc shell aa dump-l hdc shell aa 其他操作 help list available commands start start abilitywithoptions stop-service stop servicewithoptions dump dump the ability info force-sto...
$ hdc shell am force-stop com.css.umetrip $ hdc shell bm uninstall com.css.umetrip $ hdc file send D:\Download\Umetrip\Umetrip\entry\build\outputs\hap\debug\entry-debug-rich-signed.hap $ hdc shell bm install -p /sdcard/58fc49336c4c4ed885aa12074498e153/ ...
如何通过hdc命令关闭整个应用 可以通过如下命令结束应用: hdc shell aa force-stop <Bundle Name> 返回force stop process suc……欲了解更多信息欢迎访问华为HarmonyOS开发者官网
楼主您好,没明白您的意思,您的现象是什么?
Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Ca...