MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » MediaPortal 1 Talk


MediaPortal 1 Talk General talk regarding our HTPC-software MediaPortal 1 takes place here.

Reply
 
LinkBack (6) Thread Tools Display Modes
Old 2008-05-22, 01:13   #61 (permalink)
Portal Member
 
Join Date: May 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by level20peon View Post
Code:
#NoTrayIcon
#SingleInstance force

OnMessage(0x218, "WM_POWERBROADCAST")
 
WM_POWERBROADCAST(wParam, lParam)
    {
    If wParam=0
        {
	Process, Exist, MediaPortal.exe
	If ( errorlevel > 0 )
;		Process, Close, MediaPortal.exe
		Send, !{F4}
	Else
		Run, "C:\Programme\Team MediaPortal\RC.exe"
        Return  0x424D5144
        }
    Else
        Return
    }
Unfortunately, my PC still goes to sleep when I press the power button on the Gyration remote, even after implementing the above AutoHotKey script. My OS is Win XP Pro (not MCE, not Vista) -- not sure if this makes any difference in the behavior of the power button.
ObiYawn is offline   Reply With Quote
Old 2008-05-22, 08:48   #62 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 970
Thanks: 14
Thanked 37 Times in 33 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

It works on XP pro SP3 and 2003 SP2 here... don't estimate me to use Vista please

Have you tried to set the power button to shutdown the PC in the control panel -> energy options ?


-level20peon
level20peon is offline   Reply With Quote
Old 2008-06-06, 22:43   #63 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Malmö
Age: 35
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

Hi,

I followed the thread and I get everything working except for a few keys on the remote.

Volume up, Volume down, Mute, Channel up, Channel down, My TV, My Pictures, My Music, My Videos

I thought that at least Volume Up / Down and Mute should generate the normal keyboard events for those keys. Is this incorrect? It seems like you guys have ot them working correctly.

I sent a mail to support@gyration.com and they told me that these keys only will work in WinMCE and that they don't generate normal keyboard events.
They weren't very helpful I must say...

This leaves me puzzled when you have got it working.

I get absolutely no event in Eventghost for any of the enumerated keys. I also tried logging the device in Linux when connecting the remote to my Linux box.
All keys, but these render keyboard events.

Am I missing a driver or something else?

PS. I have two remotes and three dongles, same problem with any combination so I've out ruled the possibility of a hardware error, i think...

PPS. Using WinXP Pro for my Mediaportal machine, have applied the general HID remote and installed Eventghost...
posterberg is offline   Reply With Quote
Old 2008-06-06, 22:47   #64 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 970
Thanks: 14
Thanked 37 Times in 33 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Please attach a copy of your EventGhost .xml.


-level20peon
level20peon is offline   Reply With Quote
Old 2008-06-07, 08:19   #65 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Malmö
Age: 35
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

There is none at the moment.

The keys that work on my remote seem to work without Eventghost. The keys that don't work don't generate any event in Eventghost's log window so I can't setup any events in there. And that is more or less why it is empty at the moment.

I know how to do it, I tried to set up events for some of the other keys on the remote with success but there was no need to have them because they worked anyway so I deleted them again.

Is it an incorrect assumption that the Volume keys should generate some kind of keyboard event?
posterberg is offline   Reply With Quote
Old 2008-06-07, 08:29   #66 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 970
Thanks: 14
Thanked 37 Times in 33 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Sorry, if you don't post it, I cannot help you because I am not able to see what you have configured in some kind of magical way.


-level20peon
level20peon is offline   Reply With Quote
Old 2008-06-07, 10:11   #67 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Malmö
Age: 35
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

Ok, thanks! :-)
Attached Files
File Type: xml Example.xml (1.7 KB, 6 views)
posterberg is offline   Reply With Quote
Old 2008-06-07, 10:22   #68 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 970
Thanks: 14
Thanked 37 Times in 33 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

I think the problem is that you have added the SAME HID device five times instead of adding the different HID entries available from the remote. (ok, maybe two different ones, but four of the five entries are identical).


-level20peon
level20peon is offline   Reply With Quote
Old 2008-06-08, 12:37   #69 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Malmö
Age: 35
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

Interesting, this didn't solve it but it lead me to read some more in this thread...

You have in your guide said that only the last and the first HID the devices are needed to be added, out of seven... I do only get five in my list...

I tried to remove all and re-add them, I then checked the xml-file and found out that the four first have the same identifier, only the last is different. Just as you said.
I did of course pick all in the list and not the same four times... Puzzling!

Do you have any clue to why this happened?

PS. I still don't get events from the Volume keys or MyTV, My... etc.
posterberg is offline   Reply With Quote
Old 2008-06-08, 13:02   #70 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 970
Thanks: 14
Thanked 37 Times in 33 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

The remote registers itself as multiple hardware devices (multiple keyboards, a mouse, a numeric input field (?)). Seems like yours lack the keyboard component which included the Volume Keys etc (special keys). Maybe there is something wrong with your windows installation, maybe the remote (dongle) doesn't work correctly.
Easiest way to figure is to test it on another PC.


-level20peon
level20peon is offline   Reply With Quote
Reply

Bookmarks

Tags
gyration, mce, remote, supported

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/mediaportal-1-talk-45/gyration-mce-remote-supported-29641/
Posted By For Type Date
Télécommande Gyration GYR3101, un air du Wiimote, Contrôler un appareil audio/vidéo This thread Refback 2008-08-25 13:44
Télécommande Gyration GYR3101, un air du Wiimote, Contrôler un ordinateur This thread Refback 2008-08-18 10:08
Télécommande Gyration GYR3101, un air du Wiimote, Conclusion - Réactions This thread Refback 2008-08-17 19:59
Télécommande Gyration GYR3101, un air du Wiimote This thread Refback 2008-08-06 11:08
Domotix :: Voir le sujet - Tlcommande Gyration GYR3101 This thread Refback 2008-07-31 13:14
Melloware Forums • View topic - FIXED: Gyration Media Remote Supported? This thread Refback 2008-07-05 13:49

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is this Remote/Keyboard Supported? spiked Hardware Selection Help 2 2007-08-13 15:36
Gyration GP2000-01 RF MCE remote supported? jmphx General Support 2 2006-11-18 22:47
Gyration Go 2.4 und MP? Bonebasser Hardware 0 2006-10-30 08:14
AVerTV Purity 3D MCE 250 supported? fasteddie General Support 0 2006-10-25 20:38
I this remote currently supported? Nirious General Support 3 2006-02-20 20:36


All times are GMT +1. The time now is 14:02.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress