/SocketIME

An android IME which reads input from socket.

Primary LanguageJavaApache License 2.0Apache-2.0

SocketIME

An android IME which reads input from socket.

Hopefully, it can be integrated into scrcpy so that, we can type Chinese from keyboard to android.

Demo

IMAGE ALT TEXT

HowTo

  1. adb forward tcp:5566 localabstract:socket-ime
  2. Change IME to SocketIME in android
  3. python socket_ime_test.py
  4. Enjoy!