stf icon indicating copy to clipboard operation
stf copied to clipboard

Open STF Device Farm - Can't connect a device.

Open CristianoAl opened this issue 5 years ago • 3 comments

How can I add devices to STF. I have 2 devices working fine, but I connected another and it shows the status "Preparing" and then the status switch to disconnected, even that the device is connected just like the other 2 working devices. The disconnected one in the picture is connected.

image

CristianoAl avatar Sep 08 '20 19:09 CristianoAl

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

issue-label-bot[bot] avatar Sep 08 '20 19:09 issue-label-bot[bot]

如何将设备添加到STF。我有2台设备可以正常工作,但是我连接了另一台设备,它显示状态“正在准备”,然后状态开关断开,即使该设备已像其他2台工作设备一样进行了连接。图片中断开连接的一个已连接。

图片

如何将设备添加到STF。我有2台设备可以正常工作,但是我连接了另一台设备,它显示状态“正在准备”,然后状态开关断开,即使该设备已像其他2台工作设备一样进行了连接。图片中断开连接的一个已连接。

图片

me too

ChinaLiuKang avatar Sep 19 '20 03:09 ChinaLiuKang

Linux机器使用docker搭建STF,Windows安装SDK后,使用USB连接安卓设备 首先在Windows暴露5037端口 然后在Linux使用命令:stf provider --name localhost.localdomain --min-port 7400 --max-port 7700 --connect-sub tcp://172.50.1.159:7114 --connect-push tcp://172.50.1.159:7116 --group-timeout 900 --public-ip 172.50.1.159 --storage-url http://172.50.1.159:7100/ --adb-host 172.17.244.11 --adb-port 5037 --vnc-initial-size 600x800 --mute-master never --allow-remote

就一直停在“ tcp://172.50.1.159:7114”接收输入,过了几分钟就报错了,这个是什么原因? 2021-05-26_104418 2021-05-26_105530

yuyangcq avatar May 26 '21 05:05 yuyangcq