| |||||||
| Forum Categories |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal User Join Date: Jan 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Started on: 2009-02-18 last update: 2009-02-18 Summary: Hauppauge is shipping a new 35-buttons Remote Control (model no. DSR-0112) with their USB DVB-T cards. The new remote shares the codes of the 45-buttons remote but has a different remote code. I added support to this remote code but I don't know how to upload the modifications. Area: Hardware - Remote Control Description: Adding support to this remote is as easy as adding a new remote code to RemotePlugins/Remotes/HcwRemote/HCWHelper/HCWHelper.cs. The differences between the original (Revision 21478) and my modified version are as follows: Code: ***** HCWHelperOriginal.cs 41: private const int HCWPVR2 = 0x001E; // 45-Button Remote 42: private const int HCWPVR = 0x001F; // 34-Button Remote ***** HCWHELPER.CS 41: private const int HCWPVR2 = 0x001E; // 45-Button Remote 42: private const int HCWPVR2_35BUTTONS = 0x001D; // 35-Button Remote 43: private const int HCWPVR = 0x001F; // 34-Button Remote ***** ***** HCWHelperOriginal.cs 294: case HCWPVR2: 295: remoteCommand = keyCode + 2000; ***** HCWHELPER.CS 295: case HCWPVR2: 296: case HCWPVR2_35BUTTONS: 297: remoteCommand = keyCode + 2000; ***** I am attaching HCWHelper.cs (zipped) and Hauppauge HCW.xml Hope a developer could include it in the next release. Last edited by teosoft; 2009-02-18 at 19:13.. Reason: wrong file uploaded |
| | |
| | #2 (permalink) |
| Portal User Join Date: Apr 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | I'm experiencing exactly the same problem as you were with the DSR-0112 Remote. I'm really pleased you've come up with a solution to the problem. I've download the HcwHelper.cs and the .xml document that you have posted. I've put the .xml file in the right folder and I now have the option to choose the 35 button remote. However I'm new to MediaPortal and C# and am unsure how use the .cs file. I'm assuming the HcwHelper.cs replaces HcwHelper.exe in "C:\Program Files\Team MediaPortal\MediaPortal" after it has been compiled? I've tried compiling the .cs file but I get errors on line 31 "using MediaPortal.Configuration;" (also on lines 32, 33, 35 & 50). I'd be really grateful if you could explain how I could get this working, it's driving me crazy! Thanks in advance. |
| | |
| | #3 (permalink) |
| Portal User Join Date: Jan 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | I don't know why it is not compiling. Probably you tried to compile just the file instead of the whole HcwHelper. Nevertheless, since the developers don't seem to incorporate the patch to the MediaPortal distribution I am attaching my compiled version of the HcwHelper. Hope this help. |
| | |
![]() |
| Bookmarks |
| Tags |
| 35-button remote control, dsr-0112, remote control |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MCE Remote control, numeric buttons not working | efla | General Support | 6 | 2009-04-19 22:07 |
| Hauppauge DSR-0112 remote -edited- | teosoft | Remotes | 0 | 2009-02-05 15:19 |
| Which buttons/remote control to use for comskip? | artisticcheese | Television (MyTV frontend and TV-Server) | 5 | 2008-11-22 14:21 |
| rc6 remote control. buttons are sticky and goes fast | yaniv | Installation, configuration support | 2 | 2008-05-05 22:32 |
| Support for buttons(play,rew,stop ect) and Vol Control of FIC Spectra HTPC | carpov | other Input / Ouput interfaces | 0 | 2008-02-11 14:18 |