[LINUX] HOW-TO get Hama MCE Remote Control to fully work in Ubuntu 9.04

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Horscht Offline
Member
Posts: 91
Joined: Jan 2006
Reputation: 2
Post: #51
Nice, thanks again for your help.

Is it possible to remap the buttons to my liking? I assume I can use the hama_mce.xml file and edit that, put it in ~/.xbmc/keymaps, but how do I find out what commands the event server sends to XBMC?
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #52
I'm not sure,I didn't try it yet.I've fixed the remote at 1:00 am lol
You can try to start hama_mce manually(with sudo) in console and press the remote keys,you should see some output.
find quote
Horscht Offline
Member
Posts: 91
Joined: Jan 2006
Reputation: 2
Post: #53
again, you provided usefull input.

Unfirtunatelly, hama_mce seems to sebd "XBMC-Ready" commands like "XBMC.ActivateWindow(HOME)", which I obviously can't remap in XBMC itself... gonna find a decent way to get it to remap, though Smile

EDIT: looks like one has to modify the source code (hama_mce.cpp) to remap the buttons. line 102 onwards has the keymaps, obviously. Gonna fiddle with that, then recompile Big Grin
(This post was last modified: 2010-09-11 12:37 by Horscht.)
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #54
yes the trick is to modify the source,not very handy,but doable.Good work.The power of open sourceNod
find quote
fyfe Offline
Junior Member
Posts: 6
Joined: Aug 2010
Reputation: 0
Location: Scotland
Post: #55
I've uploaded an updated version. It contains a few bug fixes and allows you to remap all the keys via keymaps.xml
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Thumbs Up    Post: #56
I'm speechless!!!You did an awesome job!Thanks again for your work!This guy needs to see his work in official Xbmc code!CoolCoolNodNod
find quote
Horscht Offline
Member
Posts: 91
Joined: Jan 2006
Reputation: 2
Post: #57
wow, great effort. I really appreciate it Smile
find quote
hudo Offline
Fan
Posts: 450
Joined: Feb 2009
Reputation: 5
Location: xbmcmediacenter.com
Post: #58
fyfe,

First preliminary tests indicates that your hama_mce event reader works far better than lirc with this particular remote. Thanks for a great work!

2 points do:

- I noticed some sluggishness responding to key presses _sometimes_ Most of the time it works quite well. Aldo a tad slow for me... Smile
- Is there any particular reason buttons play and pause are mapped to the same event (pause)? Or it's my bad and remote.xml, keymap.xml, whatever.xml is to blame?

Thanks!

hudo
find quote
Juanjo Offline
Member
Posts: 52
Joined: Sep 2010
Reputation: 0
Location: Argentina
Post: #59
hi peeps, i have been using this hama_mce tool, I had the problem of the power button repeating itself, so after resuming from suspend (power button) it would suspend again . so i patched the code, in one line. if anyone has this problem let me know ill post the fix.
find quote
Horscht Offline
Member
Posts: 91
Joined: Jan 2006
Reputation: 2
Post: #60
Juanjo Wrote:hi peeps, i have been using this hama_mce tool, I had the problem of the power button repeating itself, so after resuming from suspend (power button) it would suspend again . so i patched the code, in one line. if anyone has this problem let me know ill post the fix.

I have the same problem. Please tell me what line to fix Big Grin
find quote
Post Reply