1 Star 0 Fork 5.3K

huangok / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
running-on-the-device.md 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
NEEN 提交于 2020-09-25 09:48 . !134 Docs Update 0924

Running on the Device

For details about the development board, compilation, burning, and image running process, see Getting Started with Hi3516. After image running is executed and the system is started normally, perform the following steps to install or uninstall the third-party application:

  1. Store the unsigned application installation package and installation tool compiled by the IDE in an SD card. (IP camera applications currently do not support signature.) The installation tool is in idev_tools in the directory where the image file is generated.

  2. Run the ./sdcard/dev_tools/bin/bm set -s disable command to disable signature verification.

  3. Run the ./sdcard/dev_tools/bin/bm install -p /sdcard/airquality.hap command to install the application.

    The dev_tools directory stores the installation tool, and airquality.hap is the application installation package.

  4. After the application is installed, touch the application icon on the home screen to start the application.

    Figure 1 Home screen

  5. (Optional) Uninstall the application.

    Touch and hold the application icon on the home screen, and touch the uninstall button in the displayed menu.

1
https://gitee.com/huangok/docs.git
git@gitee.com:huangok/docs.git
huangok
docs
docs
master

搜索帮助