Romain Vimont
Romain Vimont
I cannot reproduce reliably. Currently, without that change, it always works… :confused:
- https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#selection - https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run
Is this call executed when the clipboard is not set: https://github.com/Genymobile/scrcpy/blob/c5ed2cfc28ee7c7b59b11eb4db1258ac1c633bff/server/src/main/java/com/genymobile/scrcpy/device/Device.java#L128 ? What if you add `SystemClock.sleep(20);` after this call: https://github.com/Genymobile/scrcpy/blob/c5ed2cfc28ee7c7b59b11eb4db1258ac1c633bff/server/src/main/java/com/genymobile/scrcpy/control/Controller.java#L571 ? By any chance, does https://github.com/Genymobile/scrcpy/commit/eb89824641a642cb23bdadf1a490253fb324c048 change anything?
> I use scrcpy with ssh tunnel. What is your ssh command?
Scrcpy can only copy-paste text, not fles. You can drag&drop a file into the scrcpy window though, it will execute `adb push /sdcard/Download`.
Because when you have several devices connected, you must select one explicitly: https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#selection
https://github.com/Genymobile/scrcpy#prerequisites
Hi, I just implemented what I suggested [here](https://github.com/Genymobile/scrcpy/pull/1751#discussion_r486393847), and now it works great (without latency). You could test my work-in-progress branch [`adbkeyboard`](https://github.com/Genymobile/scrcpy/commits/adbkeyboard). ```bash scrcpy --use-adb-keyboard ``` What remains to do:...
A future next step could be to include the IME in scrcpy (as a real android app), to avoid the requirement to install a separate app. I'm wondering if it's...
@Artur202030 Try with: ``` scrcpy --use-adb-keyboard --prefer-text ```