Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Bug】安卓10,网页点击设备无效 #49

Open
taylortaurus opened this issue Apr 13, 2021 · 14 comments
Open

【Bug】安卓10,网页点击设备无效 #49

taylortaurus opened this issue Apr 13, 2021 · 14 comments

Comments

@taylortaurus
Copy link

image

@yuecloud
Copy link

遇到了一样的问题,解决了么

@yuecloud
Copy link

我试过了,将uiautomator2版本回退到2.5.6版本就能正常点击了。。

@taylortaurus
Copy link
Author

我试过了,将uiautomator2版本回退到2.5.6版本就能正常点击了。。

你是脚本跑的?连接老是断开?

@yuecloud
Copy link

我试过了,将uiautomator2版本回退到2.5.6版本就能正常点击了。。

你是脚本跑的?连接老是断开?

没有,我是搭建atxserver2,远程真机。但是小米系统的手机一直黑屏。其它的安卓10系统现在运行正常了。

@taylortaurus
Copy link
Author

我试过了,将uiautomator2版本回退到2.5.6版本就能正常点击了。。

你是脚本跑的?连接老是断开?

没有,我是搭建atxserver2,远程真机。但是小米系统的手机一直黑屏。其它的安卓10系统现在运行正常了。

弱弱的问下,uiautomator2是如何退回到2.5.6版本的?

@yuecloud
Copy link

pip3 uninstall uiautomator2
pip3 install uiautomator2==2.5.6

@taylortaurus
Copy link
Author

taylortaurus commented Apr 23, 2021 via email

@a940582450
Copy link

minitouch本身不是不支持android10吗?为什么将uiautomator2的版本退回到2.5.6就可以。
我这边将provider依赖的uiautomater2的版本退回到2.5.6,使用oppo-R17进行连接,同样无法点击啊。
以下是minitouch项目的描述:
https://github.com/openstf/minitouch#for-android-10-and-up
@yuecloud

@yuecloud
Copy link

yuecloud commented May 1, 2021

minitouch本身不是不支持android10吗?为什么将uiautomator2的版本退回到2.5.6就可以。
我这边将provider依赖的uiautomater2的版本退回到2.5.6,使用oppo-R17进行连接,同样无法点击啊。
以下是minitouch项目的描述:
https://github.com/openstf/minitouch#for-android-10-and-up
@yuecloud

你需要更新 minitouch and minicap

https://github.com/openatx/stf-binaries/tree/master/node_modules/%40devicefarmer

@a940582450
Copy link

minitouch本身不是不支持android10吗?为什么将uiautomator2的版本退回到2.5.6就可以。
我这边将provider依赖的uiautomater2的版本退回到2.5.6,使用oppo-R17进行连接,同样无法点击啊。
以下是minitouch项目的描述:
https://github.com/openstf/minitouch#for-android-10-and-up
@yuecloud

你需要更新 minitouch and minicap

https://github.com/openatx/stf-binaries/tree/master/node_modules/%40devicefarmer

我使用的的确是最新的minitouch和minicap。
你使用的是什么android设备?官方明确说明了google在android10上已经禁止了minitouch(Minitouch can't handle Android 10 by default, due to a new security policy. The workaround is to forward touch commands to STFService. ),也说了要在android10上使用minitouch只能通过STFService.apk进行转发,不知道你通过什么方式做到的,如果可以的话,麻烦告知一下具体的方式,万分感谢!

@yuecloud
Copy link

yuecloud commented May 6, 2021

minitouch本身不是不支持android10吗?为什么将uiautomator2的版本退回到2.5.6就可以。
我这边将provider依赖的uiautomater2的版本退回到2.5.6,使用oppo-R17进行连接,同样无法点击啊。
以下是minitouch项目的描述:
https://github.com/openstf/minitouch#for-android-10-and-up
@yuecloud

你需要更新 minitouch and minicap
https://github.com/openatx/stf-binaries/tree/master/node_modules/%40devicefarmer

我使用的的确是最新的minitouch和minicap。
你使用的是什么android设备?官方明确说明了google在android10上已经禁止了minitouch(Minitouch can't handle Android 10 by default, due to a new security policy. The workaround is to forward touch commands to STFService. ),也说了要在android10上使用minitouch只能通过STFService.apk进行转发,不知道你通过什么方式做到的,如果可以的话,麻烦告知一下具体的方式,万分感谢!

支持的吧,我在https://github.com/openatx/stf-binaries/tree/master/node_modules/%40devicefarmer 这里面下载的,是支持安卓10和安卓11的,测试机为华为荣耀和oppo机型

@jahentao
Copy link

小米设备 安卓10,也是遇到这个情况,minitouch无法使用,有人在跟踪吗?

@Felix1029
Copy link

minitouch本身不是不支持android10吗?为什么将uiautomator2的版本退回到2.5.6就可以。
我这边将provider依赖的uiautomater2的版本退回到2.5.6,使用oppo-R17进行连接,同样无法点击啊。
以下是minitouch项目的描述:
https://github.com/openstf/minitouch#for-android-10-and-up
@yuecloud

你需要更新 minitouch and minicap

https://github.com/openatx/stf-binaries/tree/master/node_modules/%40devicefarmer
请问下大佬,怎么更新 minitouch? 我下载后直接替换atxserver2 里面的 stf-binaries-0.3.0.zip 么

@jeniva
Copy link

jeniva commented Dec 13, 2021

看下这两个apk是否安装成功,我遇到一个手机安装应用需要手动点击确认继续安装的,就点击不了,手动安装就好了
image

上面是Windows环境好了,,但是放到Linux里面又出现了了,安装了这两个apk还是不行??----原来minitouch的stf和atxserver只能一个能点击,我停掉stf,就好了。。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants