XBMC Live and remote at AT3ION
#1
Welcome,

I build htpc based on Asus AT3ION witch remote controller.
XBMC works fine well, but is one problem... not working button "back" (like previous menu) on the remote.

Logs say if I press "back" button:

17:34:41 T:3077773200 M:1676140544 DEBUG: SDLKeyboard: scancode: 166, sym: 0, unicode: 0, modifier: 0
17:34:41 T:3077773200 M:1676140544 DEBUG: OnKey: 61606 pressed, action is 0
17:34:42 T:3077773200 M:1676140544 DEBUG: HAL: Device (/org/freedesktop/Hal/devices/usb_device_471_206c_noserial_if0_logicaldev_input) Condition ButtonPressed | back

I try add to remote.xml:

<universalremote>
<obc166>PreviousMenu</obc166>
</universalremote>

But still not work. Any ideas, any help ? Smile

TIA

PS. Sorry for my "english"

--
nodde
Reply
#2
You should be able to enable remotecodes to display what XBMC is detecting when you press a button, then map each code:

Quote:XBMC can be put in a test mode to display the code number read when you press a button on your remote by setting <displayremotecodes> to true in advancedsettings.xml.
Reply
#3
I try this before Smile

I create file AdvancedSettings.xml in xbmc/userdata
and in file:
<advancedsettings>
<displayremotecodes>true</displayremotecodes>
</advancedsettings>

after reboot nothing changes, on screen is only visible debug mode (free mem, cpu, fps)
Place and contents of AdvancedSettings.xml is corect?

This setting displayremotecodes works on linux?
Not only in xbox?
I've read somewere, obc codes are displeyed in xbmc.log...

--
nodde
Reply
#4
nodde Wrote:I try this before Smile

I create file AdvancedSettings.xml in xbmc/userdata
and in file:
<advancedsettings>
<displayremotecodes>true</displayremotecodes>
</advancedsettings>

after reboot nothing changes, on screen is only visible debug mode (free mem, cpu, fps)
Place and contents of AdvancedSettings.xml is corect?

This setting displayremotecodes works on linux?
Not only in xbox?
I've read somewere, obc codes are displeyed in xbmc.log...

--
nodde

I was afraid that this were still only on Xbox. The WIKI says it's universal, so I thought perhaps it had been fixed.

Yes, the log should show every button press. Turn on XBMC with advanced logging, then press every button on the remote one time. Post that log here for us to look at.
Reply
#5
I'm so stupid today.

In the <global> section, make sure 166 is mapped to command "ParentDir".

Check program files\xbmc\system\keymaps\remote.xml for examples of what the "back" button should be mapped to in different sections.
Reply
#6
heh Smile

I don't have program files Smile I don't have Windows Smile
I have:
Linux XBMCLive 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686

so.. I have two files:
/home/nodde/.xbmc/userdata/keymaps/remote.xml
and
/usr/share/xbmc/system/keymaps/remote.xml

With one xbmc reading ? Smile

--
nodde
Reply
#7
It doesn't matter. You just look at that to see where the back button is mapped. It does different things in different areas, and advancedsettings.xml must have all of these for it to work correctly.
Reply
#8
Thx (very!) for your help.
Still "back" buton doesen't work, but I instal (for test) xbmc bin for windows on my PC, and remote work perfect. Every button works.

I check windows on this htpc and try remote... Smile

--
nodde
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Live and remote at AT3ION0