v18 after upgrade to 18: Issues with back button and a weird (key0 obc255) detection
#1
Hi,

since I upgraded to Kodi 18.1 (as part of the OSMC distribution, running on Vero4K) I get a different unwanted behavior of my back key when used in DialogPVRInfo Window. 

Kodi17: After pressing OK during running LiveTV, then selecting EPG, getting the channel EPG, pressin OK on one entry, getting the enhanced Information screen - when pressing BACK, I got back to the EPG list, at the same position where I left it. 

Kodi 18: Pressing BACK in above situation closes all windows giving me fullscreen live TV, having to do it all again.

I have an old not-upgraded identical HW so I compared the logs, see below.

I am unsure if the new detected key 0 (caused by KEY_BACK_UP?) is causing this behavior or if it is something else, since the key 0 is also detected when opening the window and there apparently not having any function.

KODI17:

Code:

19:53:51.573 T:4078555504   DEBUG: LIRC: Update - NEW at 247968:9e 0 KEY_BACK linux-input-layer (KEY_BACK)
19:53:51.573 T:4078555504   DEBUG: OnKey: menu (0xd8) pressed, action is Back
19:53:51.633 T:4078555504   DEBUG: LIRC: Update - NEW at 248029:9e 0 KEY_BACK_UP linux-input-layer (KEY_BACK_UP)
19:53:51.743 T:4078555504   DEBUG: ------ Window Deinit (DialogPVRInfo.xml) ------

KODI18:
Code:

2019-04-28 19:55:45.514 T:4069851136   DEBUG: ------ Window Init (DialogPVRInfo.xml) ------
2019-04-28 19:55:45.514 T:4069851136    INFO: Loading skin file: DialogPVRInfo.xml, load type: LOAD_EVERY_TIME
2019-04-28 19:55:45.515 T:4069851136   DEBUG: Using already stored xml root node for /home/osmc/.kodi/addons/skin.amber/1080i/DialogPVRInfo.xml
2019-04-28 19:55:45.523 T:4069851136   DEBUG: HandleKey: 0 (0x00, obc255) pressed, action is
2019-04-28 19:55:45.669 T:4069851136   DEBUG: ------ Window Deinit (DialogPVRChannelGuide.xml) ------
2019-04-28 19:55:49.000 T:4049597152   DEBUG: LIRC: - NEW 9e 0 KEY_BACK linux-input-layer (KEY_BACK)
2019-04-28 19:55:49.001 T:4069851136   DEBUG: HandleKey: menu (0xd8) pressed, action is Back
2019-04-28 19:55:49.025 T:4049597152   DEBUG: LIRC: - NEW 9e 0 KEY_BACK_UP linux-input-layer (KEY_BACK_UP)
2019-04-28 19:55:49.034 T:4069851136   DEBUG: HandleKey: 0 (0x00, obc255) pressed, action is
Reply

Logout Mark Read Team Forum Stats Members Help
after upgrade to 18: Issues with back button and a weird (key0 obc255) detection0