1、测试设备是否存在:hdc_std list targets 2、使得data分区可写:hdc_std target mount 3、授予 hdc 后台进程 root 权限:hdc_std smode 4、执行发送文件:hdc_std file send [电脑端文件路径] [开发板目标文件路径] 5、进入命令交互界面:hdc_std shell 6、然后 cd 到目标文件:cd [开发板目标文件路径] 7...
hdc_std -tkeyshell(-t后面添加的key需要替换为上面查询的设备信息) 说明 一台开发机可支持多个设备连接,每个设备有其唯一的设备标识,如果通过网络与设备连接,其标识为tcp:port格式,如果通过usb连接则标识为设备sn号。该命令需要跟随具体操作命令。 查询设备列表的命令 ...
//重启后进入fastboot模式hdc target boot -bootloader//重启后进入recovery模式hdc target boot -recovery//关机hdc target boot shutdown 授予设备端hdc后台服务进程root权限,命令格式如下: hdc smode [-r] 返回值: 使用方法: hdc smode//取消root权限hdc smode -r 终止hdc服务进程,命令格式如下: hdc kill ...
因为安全性问题,需要挂在根目录或者/system分区请单独使用'hdc_std shell mount -o rw,remount /'等...
16.允许应用,应用在桌面显示 hdc shell bm enable -n ohos.samples.FormApplication 17.查看应用配置信息 hdc shell bm dump -n ohos.samples.FormApplication 18其他命令: hdc discover hdc tconn hdc bugreport hdc jpid hdc keygen FILE 19.查看设备系统版本 hdc_std shell param get const.product.software...
5.cmd打开命令窗口,输入连接命令 hdc_std tconn host:port 显示 Connect OK 就表示连接上了 hdc_...
hdc shell命令是否支持schema uri模拟跳转 是否可以通过ApplicationContext启动UIAbility 如何实现设备内跨应用的UIAbility跳转 使用hdc命令安装release HAP包到设备时上报“INSTALL_FAILED_APP_SOURCE_NOT_TRUSTED”错误 如何通过路由跳转到一个只有页面没有UIAbility的模块 如何查询应用包的名称、供应商、版本号、版...
hdc_std -t ip:port install xxx.hap 1. 复制 PS:我将hdc_std.exe改名为hdc.exe 故上图为命令为hdc而非hdc_std 7.其他常用命令 执行hdc list targets -v 显示设备执行hdc -t host:port shell 连接鸿蒙系统的shell, 注: 要用-t指定连接的ip:端口执行hdc -t host:port file send localfile remotefile...
hdc shell 1. 复制 网络连接。 hdc tconn 192.168.0.100:8710 1. 复制 使用问题自查说明 工具使用过程中碰到问题,可以参考如下流程自助排查: step1: 先检查pc(host)端hdc_std 和L2设备端hdcd版本是否一致(-v 查看版本): step1a: 版本不一致请更新使用一致版本再验证; step1b: 版本一致请继续下面排查step2步...
举例: hdc_std list targets target mount 以读写模式挂载/vendor、/data等分区,因为安全性问题,需要挂在根目录或者/system分区 请单独使用'hdc_std shell mount -o rw,remount /'等命令 举例: hdc_std target mount smode [off] 授予后台服务进程root权限, 使用off参数取消授权 ...