Jayidaks / softkeyboard

Automatically exported from code.google.com/p/softkeyboard
1 stars 1 forks source link

Remote IME #608

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement server client to control IME Input remotly via desctop client via tcp

Original issue reported on code.google.com by herrl...@gmail.com on 14 Jan 2011 at 10:25

GoogleCodeExporter commented 9 years ago
The TCP server implementation can not be inside ASK. It must be in an outside 
service: ASK APK can not have Network permission.

BTW, maybe an Android Service can send keys?

Original comment by menn...@gmail.com on 16 Jan 2011 at 3:03

GoogleCodeExporter commented 9 years ago
we must define the protocol. this is not the problem. But what method allows 
transporting data so quick as u type? intent i think is not fast enaugh, or? if 
u type fast what then?

Original comment by herrl...@gmail.com on 16 Jan 2011 at 3:05

GoogleCodeExporter commented 9 years ago
Try to research the IBinder interface for Android's Service mechanism

Original comment by menn...@gmail.com on 17 Jan 2011 at 10:46

GoogleCodeExporter commented 9 years ago
Great thanks!

Original comment by herrl...@gmail.com on 17 Jan 2011 at 10:48