Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 454 Bytes

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!