Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/npes87184/socketime

An android IME which reads input from socket.
https://github.com/npes87184/socketime

android control-android input-method socket socket-server

Last synced: about 1 month ago
JSON representation

An android IME which reads input from socket.

Awesome Lists containing this project

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!