INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Griffin Airclick Remote Development  (Read 1538 times)

newflavour

  • Recent member
  • *
  • Posts: 43
Griffin Airclick Remote Development
« on: May 10, 2007, 01:07:23 am »

I'm in the process of developing a plugin for Airclick to get it to work with MC.

I will post back here with the results. So far So good. I just need to do some further testing and compiling of DLLs.
Logged

newflavour

  • Recent member
  • *
  • Posts: 43
Re: Griffin Airclick Remote Development
« Reply #1 on: May 20, 2007, 10:00:10 pm »

ok......so bad news. They've got far to many component and class dependencies in their dll for it to be backwards uncompiled. which sucks.

I'm going to write to them to ask if they have thought of setting up some sort of user definable option for the software that drives the remote. It's really just a bunch of keystroke commands like:

"private void PlayPause()
        {
            MC.SendAPPCOMMAND((APPCOMMAND)14);
            OSD.Display("J R Media Center\nPlay/Pause", (OSD.DisplayGraphic)10);
        }"

being able to define the application executable and ascii characters for the griffin airclick button commands would be freakin awesome. if I hear back from the good people at Griffin Technology I'll post again here. Otherwise, for now its a no go folks.

I've reverted back to using my sony ericsson w850i over bluetooth as my remote of choice.
Logged
Pages: [1]   Go Up