Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mingzhixian committed Nov 4, 2023
1 parent ee6e062 commit 3fb73f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
27 changes: 7 additions & 20 deletions HOW_TO_USE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1. 被控端打开无线ADB调试,端口为5555
``` shell
// root用户:
adb shell
su
echo "sleep 5 && setprop service.adb.tcp.port 5555 && stop adbd && start adbd" > /data/adb/service.d/adb.sh && chmod +x /data/adb/service.d/adb.sh
// 无root:(先有线连接adb)
Expand All @@ -19,26 +20,12 @@ adb tcpip 5555
- 主控端安装易控,打开软件进行悬浮窗授权,添加设备,点击添加后的设备,被控端同意永久调试,开始投屏。
2. 高级使用
- 在添加设备时设置高级选项,可自定义编解码参数、开启自动修改被控端分辨率等。
3. 全屏模式使用
- 设备全屏控制后主控端进入专注模式,如需退出投屏需点击导航球选择退出。
3. 工具栏
- 在小窗模式下点击上横条,可查看工具栏,包括发送导航按钮命令,发送电源键,最小化、全屏、关闭功能。
- 在全屏模式下点击导航栏更多按钮,可查看工具栏,包括发送电源键,最小化、小窗、关闭、隐藏导航栏功能。
4. 小窗模式使用
- 可通过拖动横条移动小窗。
- 点击左上角全屏按钮可进入全屏状态。
- 点击左上角最小化按钮可进入最小化状态
- 点击右上角红点可关闭投屏。
- 拖动右下角白点可更改小窗大小。
- 拖动右下角可更改小窗大小。
5. 最小化模式使用
- 最小化显示设备名称第一个字符。
- 最小化方块可拖动。
- 单机最小化方块可回到小窗模式。

## 其他说明

1. 默认选项
- 默认使用5555端口作为ADB端口
- 默认分辨率为720p,帧率为60帧,码率为8M,编解码器为H264
2. 其他
- 分辨率在退出后会自动恢复,如果非正常退出导致被控端未恢复,可在被控端安装易控并点击“恢复”按钮,也可在主控端长按设备点击“远程恢复”
- 投屏后声音会自动流转至主控端,音量大小受控于主控端,不需要调整被控端(除非被控端静音)
- 长按设备可进行修改、删除设备等操作
- 长按设备可设置为默认设备,初次进入app将自动打开该设备
- 可上下拖动
- 单机返回小窗模式
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,30 @@
- 良好的旋转支持
- 自动检测被控端屏幕状态,防止被控端熄屏
- 超快启动
- 较低的延迟
- 支持小窗显示
- 低延迟
- 支持小窗显示与全屏显示
- 支持多设备同时连接
- 支持主控端以及多个被控端之间剪切板同步

## [使用说明](https://github.com/mingzhixian/Easycontrol/blob/master/HOW_TO_USE.md)
## [使用说明](https://gitee.com/mingzhixianweb/easycontrol/blob/master/HOW_TO_USE.md)

## [下载地址](https://github.com/mingzhixian/Easycontrol/releases/latest/download/Easycontrol.apk)
## [下载地址](https://gitee.com/mingzhixianweb/easycontrol/releases)

## 截图

<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/screenshot/main.webp?raw=true" width="200px">
<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/screenshot/small.webp?raw=true" width="200px">
<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/screenshot/mini.webp?raw=true" width="200px">
<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/screenshot/full.webp?raw=true" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/screenshot/main.webp" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/screenshot/small.webp" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/screenshot/mini.webp" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/screenshot/full.webp" width="200px">

## 鼓励

如果您觉得我的软件对您有帮助,可以赞助我一个硬币,十分感谢!

<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/other/wechat.webp?raw=true" width="200px">
<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/other/alipay.webp?raw=true" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/other/wechat.webp" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/other/alipay.webp" width="200px">

## 反馈

请在Github或QQ群反馈BUG或建议。

<img src="https://github.com/mingzhixian/Easycontrol/blob/master/pic/other/qq.webp?raw=true" width="200px">
<img src="https://gitee.com/mingzhixianweb/easycontrol/raw/master/pic/other/qq.webp" width="200px">

0 comments on commit 3fb73f1

Please sign in to comment.