-
Notifications
You must be signed in to change notification settings - Fork 209
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
Always starting minitouch agent #53
Conversation
@koral-- thanks for reviewing! 😎 What are the next steps to get this merged? |
Sorry for the lack of the response. I was quite busy last days. I'll reach you back ASAP. |
Thank you @koral-- |
not sure if I'm doing something wrong but when running:
I get:
Any suggestions here? I've read several issues here, but nothing has worked for me... By the way, @4c0n I've tried this using your fork, but it did not work for me either I'm really struggling with this :'( |
@fablexis I don't think it's related to this pull request and I'm sorry to say I don't know what that error means. However if I were to make a guess, it would be something in the lines of: user id (uid) 0 is usually that of the "root" user. The command would imply that you are trying to start the APK as service running with root privileges. Maybe you don't have the right privileges to do so. |
@koral-- Still very busy? It's only a very small change. |
Sorry for the delay. As I wrote in openstf/stf#1239 (comment) all the STF repos are being reconfigured. In the meantime could you sign off your commit as described in https://github.com/apps/dco? |
@koral-- No worries, sorry I didn't notice the comment. I'll do the sign-off in the meantime. |
@4c0n could you resumbit your PR that repo: https://github.com/DeviceFarmer/STFService.apk? |
Signed-off-by: Youri Westerman <[email protected]>
…n/STFService.apk into feature/always-start-minitouch-agent
@koral-- As requested: DeviceFarmer#5 |
@4c0n Hello, sorry for bothering, I encountered some problems when using minitouch and would like to ask for advice. |
Hi,
I'd like to suggest that the minitouch agent always be started, not just for Android Q.
That way we can use it when devices don't have a libevdev multi touch input device.
As such openstf/minitouch#15 can be closed, as we now have a better solution.
My personal use case is that I need stf to be able to remotely control my Android devices running without a (working) touch screen. (Using the boards of old phones to turn them into remotely operated vehicles)