Open wedebe opened 1 year ago
@IanSav Can you share the tools/method to fix these so that @wedebe can correct the file?
I do the corrections manually. I test the results with the HELP diagnostic tool. (Long press HELP in any HELP screen.)
I just finished refactoring AVSwitch and I have some time before @jbleyel gets home and proof-reads that code. I will take a look at fixing this remote control.
What codes do the following buttons emit: SLEEP PORTAL "|<<" ">>|"
Hi @wedebe , sorry for confusing. The correct repro for ATV remotes is this ->
I have had a guess at the missing buttons. Please test the new definitions and let me know if any corrections are required.
What codes do the following buttons emit: SLEEP PORTAL "|<<" ">>|"
SLEEP
12:07:43.0333 [eRCDeviceInputDev] 1 8e 1
12:07:43.0367 [InfoBarGenerics] Key 'KEY_SLEEP' (142) Make.
12:07:43.2372 [eRCDeviceInputDev] 0 8e 1
12:07:43.2375 [InfoBarGenerics] Key 'KEY_SLEEP' (142) Break.
12:07:43.2378 [Screen] Showing screen 'UnhandledKey'.
PORTAL/CONTEXT
12:07:45.6230 [eRCDeviceInputDev] 1 9c 1
12:07:45.6236 [InfoBarGenerics] Key 'KEY_BOOKMARKS' (156) Make.
12:07:45.8292 [eRCDeviceInputDev] 0 9c 1
12:07:45.8297 [InfoBarGenerics] Key 'KEY_BOOKMARKS' (156) Break.
12:07:45.8301 [Screen] Showing screen 'UnhandledKey'.
|<<
12:07:48.6992 [eRCDeviceInputDev] 1 a5 1
12:07:48.6998 [InfoBarGenerics] Key 'KEY_PREVIOUSSONG' (165) Make.
12:07:49.0132 [eRCDeviceInputDev] 0 a5 1
12:07:49.0136 [InfoBarGenerics] Key 'KEY_PREVIOUSSONG' (165) Break.
12:07:49.0140 [Screen] Showing screen 'UnhandledKey'.
>>|
12:07:50.9587 [eRCDeviceInputDev] 1 a3 1
12:07:50.9593 [InfoBarGenerics] Key 'KEY_NEXTSONG' (163) Make.
12:07:51.1652 [eRCDeviceInputDev] 0 a3 1
12:07:51.1657 [InfoBarGenerics] Key 'KEY_NEXTSONG' (163) Break.
12:07:51.1661 [Screen] Showing screen 'UnhandledKey'.
I have now corrected the PORTAL button to be KEY_BOOKMARKS. When you get the next update, do all the buttons now work in the UI?
Originally posted at github.com/openatv/enigma2/issues/2824.
The XML template for Mut@nt (also known as Ax) HD51 original remote control need fixing. The highlights are not aligning with the buttons.
'AX HD51' 'Mutant HD51'
Originally posted by @IanSav in https://github.com/openatv/enigma2/issues/2818#issuecomment-1518610026