hdc_std,与hdc相似,但它是OpenHarmony提供的用于开发人员调试的命令行工具,专门用在个人电脑与开发板之间的交互,并且这个开发板是需要运行OpenHarmony标准版(standard)系统的,所以在hdc后面加了std后缀以示区分。 简言之,手机上调试用的是hdc,开发板上调试用的是hdc_std,一个不开源,一个开源。 环境准备: 以window1...
hdc_std shell aa start -a com.example.ohhelloworld.MainAbility -b com.example.ohhelloworld start...
分别查询hdc\_std.exe和hdcd的版本信息: 查询hdc\_std.exe版本:在toolchains目录下执行如下命令。 hdc_std.exe -v 查询设备的hdcd版本:将设备与电脑进行连接后,在toolchains目录下执行如下命令。 ``` hdc_std.exe shell hdcd -v ``` 2. 如果上述查询的结果中为“1.1.1k”的版本,则需要更新对应的SDK或镜像。
D:\>hdc_std shell aa start -a com.example.ohhelloworld.MainAbility -b com.example.ohhelloworld...
hdc_std.exe shell hdcd -v 1.复制 b. 如果上述查询的结果中为“1.1.1k”的版本,则需要更新对应...
5.cmd打开命令窗口,输入连接命令 hdc_std tconn host:port 显示 Connect OK 就表示连接上了 hdc_...
hdc_std hilog 进入命令行交互模式 hdc_std shell TCP网络连接。 hdc_std tconn 192.168.0.100:10178 使用问题自查说明 工具使用过程中碰到问题,可以参考如下流程自助排查: step1: 先检查pc(host)端hdc_std 和L2设备端hdcd版本是否一致(-v 查看版本): ...
"mkdir /config/usb_gadget/g1/configs/b.1/strings/0x409 0770 shell shell", "write /config/usb_gadget/g1/os_desc/b_vendor_code 0x1", "write /config/usb_gadget/g1/os_desc/qw_sign MSFT100", "write /config/usb_gadget/g1/configs/b.1/MaxPower 500", ...
"src/daemon/shell.cpp", "src/daemon/system_depend.cpp", ] sources += hdc_common_sources defines = [ "HARMONY_PROJECT", "USE_CONFIG_UV_THREADS", "SIZE_THREAD_POOL=$hdcd_uv_thread_size", "HDC_HILOG", "OPENSSL_SUPPRESS_DEPRECATED", ] if (hdc_debug) { defines +=...
D:\>hdc_std shell # ls bin data etc lib proc system vendor config dev init lost+found sys updater 1. 2. 3. 4. 复制 从PC拷入文件到开发板 D:\>hdc_std file send d:\entry-debug-standard-ark-signed.hap /data/tmp/ FileTransfer finish, Size:71030 time:26ms rate:2731.92kB/s ...