-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Crostini for chrome os - no touch #1107
Comments
The
It does not work from Crostini on Chrome OS but works on Windows? Do keyboard and mouse work? You could check what events you receive from SDL: Line 130 in 0fb22c3
|
Thanks for the response. |
When I start scrcpy with a lower res scrcpy -m 500 it recognizes swipes in the lock screen, but not when the device is unlocked or, at least, that how it looks. No, swipe up works in the lock screen at any resolution |
Same issue with a Redmi 7, still with android 9 and miui 11 and something, which works in windows as well. Here is enclosed the adb logcat for my phone. I actually can't see where the issue is. Good work. |
Just an update, touch does not work with a samsung s9 too. It could be something on the crostini side. I will test everything with a real linux touch screen laptop |
It was very likely due to some issue in compiling. Anyway, there's no reason to keep it still open |
Hello, I spent some time in building scrcpy for my chromebook. Most of the time was required to set the build environment, since I had to install Java jdk and Android studio. It's a small and not powerful device, so I had never used it to compile.
Btw, the first build failed because I hadn't previously accepted a bunch or Android studio licenses... Well, I prefer the shell but, since Android studio has got a well deployed GUI, why don't they put a big button asking you to accept their licenses? It took me 10 mins to find a command line solution:(
Anyway, everything works very well both via USB and via tcip, but touch input does not work. Obviously my lenovo thinpad yoga 11e 4th has got a touchscreen.
This is the output
The phone is a xiaomi mi 8 lite and touch works with a windows pc. It sports android 9.
It is not the first world issue, but just to report, mainly because I like your work and I am a curious guy:)
The text was updated successfully, but these errors were encountered: