scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

Unable to send unicode characters to the mobile device

Open mdziczkowski opened this issue 1 year ago • 3 comments

Please read the prerequisites to run scrcpy.

Also read the FAQ and check if your issue already exists.

Environment

  • OS: Debian (codename: bookworm)
  • Scrcpy version: 2.6.1
  • Installation method: used provided scriptt after cloning of the repo
  • Device model: Oppo Reno 5 5G
  • Android version: 13

Describe the bug

I'm unable to send unicode characters (native dialectical characters) from my Linux to the device

Console output

[server] WARN: Could not inject char u+XXX

where XXX represent the unicode character number

mdziczkowski avatar Aug 14 '24 20:08 mdziczkowski

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#special-characters-do-not-work

https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#physical-keyboard-simulation

rom1v avatar Aug 14 '24 20:08 rom1v

@rom1v It happens while using the switch --keyboard uhcpi as well (I tryed it and I use mainly this mode with scrpy

mdziczkowski avatar Aug 15 '24 08:08 mdziczkowski

How do you pass parameters to scrcpy? It's seems every parameter you pass is ignored (#5198).

rom1v avatar Aug 16 '24 12:08 rom1v

How do you pass parameters to scrcpy? It's seems every parameter you pass is ignored (#5198).

I had created a bash script that statically provides the needed parameters from those with are listed in scrcpy manual, help and usage.

As for the unicode characters, I use the phisical hardware (keybkard and mouse) connected to the pc from with I connect to the mobile device

mdziczkowski avatar Aug 30 '24 07:08 mdziczkowski