Coder Social home page Coder Social logo

Comments (14)

yuecloud avatar yuecloud commented on June 1, 2024

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

from atxserver2-android-provider.

yuecloud avatar yuecloud commented on June 1, 2024

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

from atxserver2-android-provider.

taylortaurus avatar taylortaurus commented on June 1, 2024

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

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

from atxserver2-android-provider.

yuecloud avatar yuecloud commented on June 1, 2024

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

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

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

from atxserver2-android-provider.

taylortaurus avatar taylortaurus commented on June 1, 2024

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

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

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

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

from atxserver2-android-provider.

yuecloud avatar yuecloud commented on June 1, 2024

pip3 uninstall uiautomator2
pip3 install uiautomator2==2.5.6

from atxserver2-android-provider.

taylortaurus avatar taylortaurus commented on June 1, 2024

from atxserver2-android-provider.

a940582450 avatar a940582450 commented on June 1, 2024

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

from atxserver2-android-provider.

yuecloud avatar yuecloud commented on June 1, 2024

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

from atxserver2-android-provider.

a940582450 avatar a940582450 commented on June 1, 2024

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进行转发,不知道你通过什么方式做到的,如果可以的话,麻烦告知一下具体的方式,万分感谢!

from atxserver2-android-provider.

yuecloud avatar yuecloud commented on June 1, 2024

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机型

from atxserver2-android-provider.

jahentao avatar jahentao commented on June 1, 2024

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

from atxserver2-android-provider.

Felix1029 avatar Felix1029 commented on June 1, 2024

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 么

from atxserver2-android-provider.

jeniva avatar jeniva commented on June 1, 2024

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

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

from atxserver2-android-provider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.