-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Problem with minitouch on device without touchscreen #599
Comments
Well I'd say that's beyond our use case. We can't support everything. However, openstf/minitouch#15 might work once merged. |
I use Git repository: https://github.com/LoCorVin/minitouch.git root@OpenSTF:~/git/minitouch# adb connect 192.168.102.20:5555 root@OpenSTF:~/git/minitouch# ./run.sh Didn't help :( Any ideas ? What can I do more ? |
I don't think there's anything I can do about that right now, too busy. However, please post your feedback on that minicap issue where it is more appropriate. |
@d0c3ntOS Hello, have you found any solution? I fell into similar issue... |
I have a similar problem on ODROID C2 when trying to connect to it. I can get Minicap to stream on one device, but not OpenSTF. Is there a way to disable the minitouch feature? |
I have already tried to comment code here ' Line 31 in badb3ed
|
@ d0c3ntOS I also encountered the same problem with you. |
@xingkong130 , what part of the device initialization code did you modify, and on what device, and android version? |
@xingkong130 Did you have a chance to answer @simion-iulian? I too would like to know what changes you made to the device's initialization code to make stf work with a non-touchscreen device. |
I need use android device without screen - tests some device. In my case Odrino C2. I think the same problem will by with Raspberry Pi, Banana Pi, Orange Pi, LattePanda etc.
When I start OpenSTF, minitouch doesn't work. Dosen't see any touchscreen and stops working.
Following I have the STF log.
When I connect touchscreen (even if they doesn't works) everything works:
I plant use more then 100 devices and I can't use 100 touchscreens. I think about virtual touchscreen, but I don't have any idea how to do it. Any idea ?
The text was updated successfully, but these errors were encountered: