| |||||||
| Media Portal - Support Support-Anfragen zu MediaPortal Release- oder SVN-Versionen |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal User Join Date: Jun 2007 Age: 27
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
| Hallo Leute, vielleicht kann mir einer helfen. Ich benutze eine Philips SRM 7500 Fernbedienung, doch leider funzt nicht alles so wie ich es mir vorgestellt habe. Ich muss dazu sagen, dass ich ein Neuling bin und mit der ganzen Funktionsweise nicht 100%ig vertraut bin. Als erstes habe ich in MP-Setup -> Remote -> General HID Device ausgewählt. Die Grundfunktionen (links, rechts, ok) funktionieren, aber die anderen Tasten auf der FB sind ohne Funktion. Meine Fragen an Euch: - Habe ich die Richtige Remote Einstellung aktiviert? - Wie kann man die anderen Tasten mit Funktionen belegen? - Kann ich die runde (grüne) Windowstaste auf der FB so belegen, dass sich MP öffnet? Leider kann ich das mit der mitgelieferten Software von Philips nicht machen (keine Möglichkeit) Vielen Dank für Eure Hilfe! Sid |
| | |
| | #2 (permalink) |
| Portal User Join Date: Jun 2007 Age: 27
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
| Hallo, hat keiner eine Idee Bis so langsam echt schon am verzweifeln...Habe auch eine Config Date gefunden mit allen Tasten, doch leider habe ich kein blassen schimmer wie ich manche Tasten den MP zuweisen kann. Würde gerne einer beliebigen (noch nicht belegten) Taste an der Fernbedienung die Funktion der rechten Maustaste zu weisen, da mir diese noch fehlt. Auf jeden Fall, danke schon mal im Voraus für jede Antwort! Code: <?xml version="1.0" encoding="UTF-8"?> <Mapping> <!-- Clear --> <key code="0x01" action="HID" data="01:00:00:29:!:01"/> <!-- * --> <key code="0x03" action="HID" data="01:02:!10:01:02:00:25:!10:01"/> <!-- 7 --> <key code="0x04" action="HID" data="01:00:00:24:!:01"/> <!-- Rewind --> <key code="0x07" action="HID" data="02:00:01:!:02"/> <!-- 1 --> <key code="0x08" action="HID" data="01:00:00:1e:!:01"/> <!-- 4 --> <key code="0x09" action="HID" data="01:00:00:21:!:01"/> <!-- Previous --> <key code="0x0A" action="HID" data="02:40:!:02"/> <!-- Down --> <key code="0x11" action="HID" data="01:00:00:51:!:01"/> <!-- Record --> <key code="0x12" action="HID" data="02:00:10:!:02"/> <!-- 0 --> <key code="0x13" action="HID" data="01:00:00:27:!:01"/> <!-- 8 --> <key code="0x14" action="HID" data="01:00:00:25:!:01"/> <!--GreenStart --> <key code="0x15" action="HID" data="03:00:20:!:03"/> <!-- Pause --> <key code="0x16" action="HID" data="02:00:04:!:02"/> <!-- Stop --> <key code="0x17" action="HID" data="02:00:08:!:02"/> <!-- 2 --> <key code="0x18" action="HID" data="01:00:00:1f:!:01"/> <!-- 5 --> <key code="0x19" action="HID" data="01:00:00:22:!:01"/> <!-- Play --> <key code="0x1A" action="HID" data="02:00:02:!:02"/> <!-- Up --> <key code="0x23" action="HID" data="01:00:00:52:!:01"/> <!-- Back --> <key code="0x24" action="HID" data="02:00:40:!:02"/> <!-- Vol Up --> <key code="0x27" action="HID" data="02:02:!:02"/> <!-- Vol Mute --> <key code="0x28" action="HID" data="02:01:!:02"/> <!-- Left --> <key code="0x29" action="HID" data="01:00:00:50:!:01"/> <!-- Vol Down --> <key code="0x2A" action="HID" data="02:04:!:02"/> <!-- Right --> <key code="0x31" action="HID" data="01:00:00:4f:!:01"/> <!-- More info --> <key code="0x33" action="HID" data="02:00:00:01:!:02"/> <!--PowerToggle--> <key code="0x35" action="HID" data="04:02:!:04"/> <!-- Ch/PageUp --> <key code="0x37" action="HID" data="02:08:!:02"/> <!-- OK --> <key code="0x39" action="HID" data="01:00:00:28:!:01"/> <!--Ch/PageDown--> <key code="0x3A" action="HID" data="02:10:!:02"/> <!-- Enter --> <key code="0x41" action="HID" data="01:00:00:28:!:01"/> <!-- # --> <key code="0x43" action="HID" data="01:01:!10:01:02:00:20:!10:01"/>"/> <!-- 9 --> <key code="0x44" action="HID" data="01:00:00:26:!:01"/> <!--FastForward--> <key code="0x47" action="HID" data="02:80:!:02"/> <!-- 3 --> <key code="0x48" action="HID" data="01:00:00:20:!:01"/> <!-- 6 --> <key code="0x49" action="HID" data="01:00:00:23:!:01"/> <!--SkipForward--> <key code="0x4A" action="HID" data="02:20:!:02"/> <!--Chapter/Grn--> <key code="0x02" action="HID" data="03:00:80:!:03"/> <!-- Title/Red --> <key code="0x05" action="HID" data="03:00:40:!:03"/> <!-- LiveTV --> <key code="0x36" action="HID" data="03:08:!:03"/> <!-- DVD Menu --> <key code="0x32" action="HID" data="03:00:10:!:03"/> <!--TTxtOn/Off --> <key code="0x42" action="HID" data="03:10:!:03"/> <!--Subt/Yellow--> <key code="0x45" action="HID" data="03:00:00:01:!:03"/> <!--Audio/Blue --> <key code="0x46" action="HID" data="03:00:00:02:!:03"/> <!-- Guide --> <key code="0x22" action="HID" data="02:00:20:!:02"/> <!--RecordedTV --> <key code="0x26" action="HID" data="03:00:00:00:40:!:03"/> <!-- 16:9/Zoom --> <key code="0x06" action="HID" data="03:00:00:00:00:00:00:80:!:03"/> </Mapping> Last edited by sid81; 2007-11-14 at 20:27. Reason: Automerged Doublepost |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Mar 2007 Age: 41
Posts: 86
Thanks: 11
Thanked 0 Times in 0 Posts
Country: | wie hast du die SRM denn ans laufen gekriegt? immer wenn ich die software installiere startet mir das MP um dann ganz gepflegt abzustuerzen... habe es mit zwei rechnern getestet auf beiden das gleiche problem ... gruss robertino |
| | |
| | #6 (permalink) |
| MP Donator ![]() Join Date: Feb 2007 Age: 27
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
| habt ihr schon mal versucht in der config diem mce fernbedienung einzustellen? müsste doch funktionierenn, ist ja voll mce kompatibel. werde mir die fernbedienung auch bestellen, dann kann ich ja mal testen |
| | |
| | #7 (permalink) |
| Portal Member Join Date: Oct 2006 Age: 33
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
| gibt es hier jemanden der die srm 7500 mit mp am laufne hat?!? ich finde die recht schick und auch die musik funktion recht interessant. ich habe die als mce fb eingebunden, aber ich kann nicht alles bedienen - die grundfunktionen wie links, rechts, hoch, runter, laut und leise funktionieren. aber z.b. bei dvd stop drücken usw. geht nicht. |
| | |
| | #8 (permalink) |
| Portal User Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Eigentlich sollten alle Kommandos der SRM 7500 einfach neu definiert werden können. Also einfach die Tastaturkürzel einpflegen, die im MP verwendet werden. Ich habe hier einmal die Grundlagen beschrieben: [HowTo] SRM7500 Tastaturbelegung ändern - MCE-Community.de Bis bald Jens |
| | |
![]() |
| Bookmarks |
| Tags |
| 7500, philips, srm |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Philips 7133 Support? | aidan80 | General Support | 10 | 2007-08-16 02:25 |
| Can't get 1080i on my Philips TV | Meph1st0 | Ongoing HTPC Projects | 5 | 2007-07-10 14:01 |
| Philips Cap713x problem | thebelv | support | 8 | 2007-03-14 14:42 |
| Has anyone tested the AIW Radeon 7500 with 0.3? | Nathanael | General Talk | 2 | 2007-03-11 01:33 |
| This gets your MCE2005 Philips remote working! | ldm | Tips and Tricks | 3 | 2005-10-01 12:05 |