OpenHarmony开发者论坛

标题: 【开发者手机开箱】开源!OpenHarmony手机本地访问shell终端应用 [打印本页]

作者: 润开鸿_贾佳豪    时间: 2024-2-15 16:42
标题: 【开发者手机开箱】开源!OpenHarmony手机本地访问shell终端应用
[md]在2024年1月笔者拿到了OpenHarmony开发者手机,折腾了一阵子,现将这段时间的开发成果开源如下:[OpenHarmony手机本地访问shell终端应用](https://gitee.com/from-north-to- ... ee/master/shell_hap(API9))

> 开发者手机购买链接:https://xslht.com/dp

## 安装手机本地访问shell终端应用

下载[该仓库](https://gitee.com/from-north-to- ... ee/master/shell_hap(API9)))至本地,点击 `init.bat`脚本安装本应用

![屏幕截图 20240215 160224.png](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_820,h_1000)

安装完成如下所示:
![snapshot_20240215_160421.jpg](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_500,h_1115)

## 实现原理

1.笔者先移植了[ttyd开源项目](https://github.com/tsl0922/ttyd)到OpenHarmony标准系统,

- [ttyd_oh_install.tar](https://gitee.com/from-north-to- ... ob/master/shell_hap(API9)/ttyd_oh_install.tar)是移植好的ttyd二进制文件(arm64)。
- 移植成果暂时提供arm64位二进制文件,之后将移植成果提交至[OpenHarmony-SIG tpc_c_cplusplus仓库](https://gitee.com/openharmony-si ... e/master/thirdparty)
  ![image.png](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_820,h_152)

2.通过修改 `init.uis7885.cfg`开机自动启动ttyd。找到"name"="boot"字符,在"cmds"内容中的最后一行增加字段

```
"exec /bin/sh /data/ttyd_init.sh"
```

3.开发web应用实现本地访问shell

- [hap源码](https://gitee.com/from-north-to- ... ee/master/shell_hap(API9)/hap%E6%BA%90%E7%A0%81/ttyd_llama)
  - 具体实现代码查看[Index.ets](https://gitee.com/from-north-to- ... ob/master/shell_hap(API9)/hap%E6%BA%90%E7%A0%81/ttyd_llama/entry/src/main/ets/pages/Index.ets)

![image.png](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_820,h_2408)
[/md]




欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/) Powered by Discuz! X3.5