Hi together,
there are many Android-based TV-Boxes having an IR-Receiver which sends Keycodes like from a Keyboard.
How can I find out how their IR-Interface exactly acts? - Is there a way to find out which application or service sends the Keycode to the OS ?
While my research I found only api's regarding IR-Transmitters - but since Android-TV, I think that IR-receivers are more common than transmitters - maybe I searched by the wrong terms... :-/ - help is really welcome here
In my actual case, I have to limit or modify these transmissions to avoid that some codes are sended to the OS or reuse keys for my app-specific purpose - so I need to find out where the Hardware-based circuit commits its signal to Android or where they are placed/defined and configured as HID-Device.
Is someone out who has some experiences with keyboard-hooks in android and is willing to share them?
best regards
Herbert
there are many Android-based TV-Boxes having an IR-Receiver which sends Keycodes like from a Keyboard.
How can I find out how their IR-Interface exactly acts? - Is there a way to find out which application or service sends the Keycode to the OS ?
While my research I found only api's regarding IR-Transmitters - but since Android-TV, I think that IR-receivers are more common than transmitters - maybe I searched by the wrong terms... :-/ - help is really welcome here
In my actual case, I have to limit or modify these transmissions to avoid that some codes are sended to the OS or reuse keys for my app-specific purpose - so I need to find out where the Hardware-based circuit commits its signal to Android or where they are placed/defined and configured as HID-Device.
Is someone out who has some experiences with keyboard-hooks in android and is willing to share them?
best regards
Herbert