louis49 / androidtv-remote

MIT License
68 stars 23 forks source link

How to send text #32

Closed ghost closed 1 year ago

ghost commented 1 year ago

Does anyone have a clue how to send text to an Android TV?

I have decompiled an Android app and they seem to be using: ImeBatchEdit.

louis49 commented 1 year ago

Interesting, I did'nt know about that. Look at this file : src/remote/remotemessage.proto you could find what objet to call with protobuf. Don't hesitate to tell me if you find more infos about that because it can help to fix a bug when you show a text field on TV

nandishyb commented 11 months ago

@ghost were you able to get the payload for sending keyboard text? If so please provide the details.