XBMC Community Forum
XBMC gets dedicated remote - Motorola Nyxboard - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+--- Thread: XBMC gets dedicated remote - Motorola Nyxboard (/showthread.php?tid=80968)



- outleradam - 2011-10-06 17:42

^^ I read somewhere that the USB 2.0 standards have allowances for higher current then 1.1.

Malard Wrote:Investigations are still taking place in Motorola to find out what the actual issue is, but my post on the pulse-eight forums is a _known_ way to resolve it. Not the only way I am sure

I asked before.. But please, if you have a unit which is deemed defective, please send it my way. I'm sure Motorola will attempt to blame the users... Whereas if I get a device for teardown, I may be able identify and isolate the problem then make it known which will basically force the manufacturer to correct and possibly recall the device if a hardware problem is to blame... Not that this is ideal, but even still, I'd like to help if I can.

I'm responsible for several on-board modifications on various mobile devices. I will publish results if I can find any as I have in the following threads:

http://forum.xda-developers.com/showthread.php?t=1206216

http://forum.xda-developers.com/showthread.php?t=1111866

http://forum.xda-developers.com/showthread.php?t=1065318

http://forum.xda-developers.com/showthread.php?t=1245391
http://forum.xda-developers.com/showthread.php?t=1288162

http://forum.xda-developers.com/showthread.php?t=1287780

http://forum.xda-developers.com/showthread.php?t=1273083

http://forum.xda-developers.com/showthread.php?t=1274999


Just saying... If you have a problem with a device, consider sending it my way for teardown. I will try to make sure we all learn from it.


- wolfbiker - 2011-10-06 19:02

i'll press a key (such as the arrow key scrolling through my movies, for instance) and nothing happens, then it does the key presses all at once. very annoying. any ideas why this does it? also how do switch to IR mode, because like everyone else i'm getting terrible range with it in RF mode. i mean, it might as well be in IR anyways, since the dongle has to be pointed directly at you for it to work in RF mode. i've switched back to my old (what i thought was a POS) MCE remote for now, and i gotta say, i appreciate it much more after using the nyxboard.


- SkItZo - 2011-10-06 19:55

japius Wrote:Anyone in Australia received theirs yet? The tracking numb just says it's been handed on for international deliver but that was on the 28/9.......seems to be taking forever

Hey mate. I'm still waiting on mine too. It was shipped on the 27th and the tracking number simply states that it is overseas (according to royal mail track & trace) is this also how you are tracking yours?
I'm in Perth so I am expecting it to take longer than usual


- japius - 2011-10-07 05:42

SkItZo Wrote:Hey mate. I'm still waiting on mine too. It was shipped on the 27th and the tracking number simply states that it is overseas (according to royal mail track & trace) is this also how you are tracking yours?
I'm in Perth so I am expecting it to take longer than usual

yeah just using the royal mail track and trace, which is unfortunately pointless for actually tracking or tracing Sad

Im not home yet so I am still hopeful that it will be waiting for me either at my door or at the local post office, wanted to play this weekend. otherwise it looks like yet another week of waiting has gone by


- japius - 2011-10-07 08:58

Nope Sad nothing at home, another weekend shall pass without the bloody remote


- Malard - 2011-10-07 18:48

Try using the same code on Australia Post's website, it will be valid as it moves from one carrier to the next


- neoflex - 2011-10-07 19:34

hi malard,
any news on the range problem? on the left arrow problem?


- Bram77 - 2011-10-07 21:29

How can I make xbmc use the keymap.xml file? I've placed it in ~/.xbmc/userdata/keymaps/keymap.xml but it seems to be ignored. I'm using this mapping to try to get the colored- and the home button working correctly, without success so far....
I'm using the latest pre-eden build on ubuntu 11.04.

Code:
<keymap>
  <global>
    <keyboard name="Motorola Nyxboard Hybrid">
      <f3 mod="shift">ContextMenu</f3>           <!-- RED     Context menu         -->
      <f4 mod="shift">FullScreen</f4>            <!-- GREEN   Display menu overlay -->
      <f5 mod="shift">ShowSubtitles</f5>         <!-- YELLOW  Subtitles            -->
      <f6 mod="shift">AudioNextLanguage</f6>     <!-- BLUE    Switch audio track   -->
      <home>XBMC.ActivateWindow(Home)</home>     <!-- MENU    Jump to main menu    -->
      <d mod="ctrl">Info</d>                     <!-- INFO    Info                 -->
      <f3>Pause</f3>                             <!-- EPG     Pause                -->
      <f4>Stop</f4>                              <!-- USER    Stop                 -->
    </keyboard>
  </global>
</keymap>



- japius - 2011-10-07 22:34

Malard Wrote:Try using the same code on Australia Post's website, it will be valid as it moves from one carrier to the next

Nope, sorry, Australia post isnt that helpful unfortunately.........the site just comes up as "product not trackable".......which is better than not found I guess.


- jhsrennie - 2011-10-08 09:48

Bram77 Wrote:How can I make xbmc use the keymap.xml file? I've placed it in ~/.xbmc/userdata/keymaps/keymap.xml but it seems to be ignored. I'm using this mapping to try to get the colored- and the home button working correctly, without success so far...

Step 1 is to check the log to make sure the keyboard.xml is being loaded and you don't have an error in the XML.

Step 2 is to press your required button the look at ~/.xbmc/.temp/xbmc.log to see what keypress XBMC is detecting - you need to enable debug logging to see the keypress logs.

Step 3, if you're still having problems, is to use entries like:

<somekey>Notification(Keypress, You pressed somekey, 2)</somekey>

to pop up a little message confirming that at least you got the key name right.

JR