9 hours ago
I am just getting to grips with key remaps in the clientstore.xml files.
I think that I am getting the hang of it however a successful remap generates an Android notification bubble.
I am using a Harmony hub based remote to control an NVidia Shield. The clientstore file shows that nine of the remote keys are not recognised: KeyCode-F1 to KeyCode-F9. I can remap these in the clientstore as expected. For example:
So that: Remote button "Guide" -> Keycode-F7 -> F1 (.net code 112) -> Display TV guide
This works, Uidroid displays the TV guide. However the ShieldTV is displaying a notification bubble with
Because I am using an app to switch refresh rates on the fly I am running the Shield with Developer options (for USB debugging and Network debugging) turned on, but temporarily turning them off didn't make a difference. Nor did switching off permissions to display over other apps make a difference.
Is this a setting in either Uidroid, NextPVR or something I've missed in the AndroidTV system that I can turn off to prevent this.
Thanks
Eric
I think that I am getting the hang of it however a successful remap generates an Android notification bubble.
I am using a Harmony hub based remote to control an NVidia Shield. The clientstore file shows that nine of the remote keys are not recognised: KeyCode-F1 to KeyCode-F9. I can remap these in the clientstore as expected. For example:
Code:
<KeyCode-F7>112</KeyCode-F7>So that: Remote button "Guide" -> Keycode-F7 -> F1 (.net code 112) -> Display TV guide
This works, Uidroid displays the TV guide. However the ShieldTV is displaying a notification bubble with
Quote:KEYCODE_F7 65 137Displayed for around 2 seconds (image below).
Because I am using an app to switch refresh rates on the fly I am running the Shield with Developer options (for USB debugging and Network debugging) turned on, but temporarily turning them off didn't make a difference. Nor did switching off permissions to display over other apps make a difference.
Is this a setting in either Uidroid, NextPVR or something I've missed in the AndroidTV system that I can turn off to prevent this.
Thanks
Eric