# SocketIME **Repository Path**: siruiliao/SocketIME ## Basic Information - **Project Name**: SocketIME - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SocketIME An android IME which reads input from socket. Hopefully, it can be integrated into [scrcpy](https://github.com/Genymobile/scrcpy) so that, we can type Chinese from keyboard to android. # Demo [![IMAGE ALT TEXT](https://img.youtube.com/vi/s9LZpAnIf4A/0.jpg)](https://youtu.be/s9LZpAnIf4A "Video Title") # HowTo 1. adb forward tcp:5566 localabstract:socket-ime 2. Change IME to SocketIME in android 3. python socket_ime_test.py 4. Enjoy!