Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/npes87184/socketime
- Owner: npes87184
- License: apache-2.0
- Created: 2019-03-10T04:02:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T02:40:02.000Z (over 5 years ago)
- Last Synced: 2024-12-15T14:36:36.009Z (about 2 months 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
[![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!