Android Debug Bridge (adb) 远程调试服务。
ADB 服务
WEB 控制
远程控制
项目采用 go mod 方案, 引用了以下第三方包:
go mod
https://github.com/gin-gonic/gin
https://github.com/gorilla/websocket
https://github.com/shogo82148/androidbinary
https://github.com/kr/pty
支持多人 web shell.
web shell
输出 screencap 实现截图显示.
screencap
连接和断开设备连接.
获取设备得软件包列表.
上传和下载设备上得文件.
控制设备输入.
改进设备截图方案
请先下载新版本得 platform-tools, platform- tools.
platform-tools
下载完成后,请将解压所得得路径,添加到系统 PATH 里面.
PATH
使其可以在控制台里,直接成功运行 adb devices.
adb devices
git clone https://github.com/dingdayu/adbs cd adbs go run .
写文件时的时间
推文件写入协议优化
获取文件信息时的文件类型问题(目录/连接)
设备列表等API接口完成设备选择
该项目受以下项目或文章的影响:
7.0上截图的问题
Android之高效率截图
Read binary stdout data from adb shell?
Go 内嵌静态资源