openatx / atxserver2-ios-provider

iOS device provider for atxserver2
MIT License
126 stars 75 forks source link

简单说几个问题 #1

Open ruberzhu opened 5 years ago

ruberzhu commented 5 years ago

1.说明中提到的启动方式 :python3 main.py -s $SERVER_URL,不支持。需要python3 main.py --server ip:4000这种方式启动 2.原始的wda中支持Packages的uninstall 功能 能否支持? 3.原始的wda中支持send text功能 能否支持? 4.ios支持,需要预装 npm install -g express

codeskyblue commented 5 years ago

你说的原始的wda 是wdaproxy吗?

Sent with GitHawk

ruberzhu commented 5 years ago

你说的原始的wda 是wdaproxy吗?

Sent with GitHawk

是的,这个项目。https://github.com/openatx/wdaproxy

如下图两个功能:

屏幕快照 2019-03-27 下午8 37 41 屏幕快照 2019-03-27 下午8 38 11
codeskyblue commented 5 years ago

恩,会加上去的。毕竟都是基础功能

Sent with GitHawk

Maxxxx24 commented 5 years ago

1.说明中提到的启动方式 :python3 main.py -s $SERVER_URL,不支持。需要python3 main.py --server ip:4000这种方式启动 2.原始的wda中支持Packages的uninstall 功能 能否支持? 3.原始的wda中支持send text功能 能否支持? 4.ios支持,需要预装 npm install -g express

ip是指什么ip

Maxxxx24 commented 5 years ago

报错: ios 设备屏幕同步中断,大神是怎么回事?

codeskyblue commented 5 years ago

ios需要12.0以上

hwq8888 commented 5 years ago

1.真机屏幕投影显示不了,提示“设备屏幕同步中断”(ios版本是12.1) 2.查看了log是Error: Cannot find module 'mjpeg-consumer' 3.感觉是MJPEG Server没有启动成功,通过pip3,或者npm install mjpeg-consumer -g安装均失败 大神们能指点下么?

hwq8888 commented 5 years ago

image

codeskyblue commented 5 years ago

这块有点毛病,node 8的版本可以安装,但是依然有问题。还在fix

hwq8888 commented 5 years ago

1.目前MJPEG SERVER已经安装成功,手机已经能成功显示,但是5s左右之后会显示屏幕同步失败 image 2.开了F12抓包看到出现报错的时候network返回 {success: true, description: "Device activated time updated"} description: "Device activated time updated" success: true image

haxx12113 commented 5 years ago

hwq8888我和楼主问题一模一样 请问怎么安装MJPEG SERVER 才显示屏幕

codeskyblue commented 5 years ago

@hwq8888 @haxx12113 那个问题是因为iproxy最新版本的毛病,5s钟掉线,现在改成了 usbmux 这个node库,升级下,然后重新 npm install一下就好了

haxx12113 commented 5 years ago

从新git clone了 npm install 重新来过一次了也一样出现设备同步中断情况 但是使用wdaproxy可以远程。因为是小白可否重新告诉我如何改成了 usbmux 这个node库,升级下,然后重新 npm install这个完整步骤麻烦你!

codeskyblue commented 5 years ago
git pull
npm install
python3 main.py --server xxxxxx
ShiverZm commented 5 years ago

能请问一下 大佬们的企鹅吗 我装wda装好了 出了一些问题 打不开指定页面status

darin-lao commented 4 years ago
C0F177F0-B512-449D-B039-610D35D45E68

20201230161129

ios设备一直显示设备离线,怎样破

Nexus-GT-One commented 3 years ago

image image image 设备一直显示离线

我也是遇到同样的问题,环境是: mac:11.2.3 xcode:12.4 ipad是:12.4.5

WDA启动正常,再启动ios-provider的时候一直提示这个错误,在ATX2界面一直显示【设备离线】

Jodiecxm commented 3 years ago

@haxx12113 你的问题解决了嘛?我现在也遇到iOS端13.6系统出现设备屏幕同步中断,有大佬能解答下吗?目前卡在了这里面