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: 7 months ago
JSON representation
An android IME which reads input from socket.
- Host: GitHub
- URL: https://github.com/npes87184/socketime
- Owner: npes87184
- License: apache-2.0
- Created: 2019-03-10T04:02:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T02:40:02.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T14:36:36.009Z (over 1 year ago)
- Topics: android, control-android, input-method, socket, socket-server
- Language: Java
- Size: 135 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
[](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!