2011-11-30, 09:27
thank you Wes,
i'll continue to seach for a solution, if exists, or i use the remote in this way.
Peppe
i'll continue to seach for a solution, if exists, or i use the remote in this way.
Peppe
parttimeplaya Wrote:I dont use this remote anymore I use the xbmc remote for android, on my phone. And I am using openelec instead of windows, so much easier.
Quote:[Version]
Signature = "$Chicago$"
Class=HIDClass
ClassGUID={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%XBCDP%
DriverVer= 03/13/2009, 2.8.0
[Manufacturer]
%XBCDP%=DeviceList,NTAMD64
;Windows XP64/Vista x64
[DeviceList.NTAMD64]
;Wired Controllers
;Xbox Controllers
"XBCD XBox Remote Control Generic"=Install, USB\CLASS_58&SUBCLASS_42 ; Generic Remote Control Class/Subclass
"XBCD XBox Remote Control Microsoft"=Install, USB\Vid_045e&Pid_0284&MI_00 ; Microsoft Remote Control
; Defining XBCD Service
; ---------------------------
[Install.Services]
AddService = XBCDRC, 0x00000002, XBCDRC_Service,
[XBCDRC_Service]
DisplayName = %Service_Description%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\XBCDRC.sys
; Event Logger Information
; -----------------------
[XBCD.EventLog]
AddReg = XBCD.EventLog.AddReg
[XBCD.EventLog.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,xbcdrc.sys
[Uninstall]
DelService = XBCDRC,0x00000002,XBCDRC_Service,
DelReg = XBCD.EventLog.AddReg
[Strings]
; *******Localizable Strings*******
XBCDP= "XBCD Project"
Service_Description="XBCDRC Kernel Module"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
(2012-02-24, 10:33)HardCorePawn Wrote: Firstly... Nice to see people still using "old" hardware
Now, I've had this setup running on my PC (Win7 x64) before so I knew I could get it working... but I've just spent the afternoon having "some fun" getting it working again on my laptop (also Win7 x64).
Just in case it can be of use to anyone trying to get it running on Win7 x64, I'll detail what I did to get it all going:
Stuff required:
64bit drivers: http://www.acidapple.com/veube/xbcdrc_x64.zip (thanks of course goes to Veube for making these!)
(2012-08-15, 02:19)HardCorePawn Wrote: It works fine with Pro... my desktop, laptop and the HTPC in the lounge are all running Win7 x64 PRO... and they all work OK...
In fact, I've recently rebuilt my desktop and hadn't got around to re-installing the xbox remote, so I've just done this now using my guide above and it is working fine.
Not sure why it didn't work for you??!?
The only things I can think of are that you either didn't reboot the computer... you have to do this twice (once after enabling Test Mode, and once after signing the driver). It is a pain in the arse, but it is necessary to make this work.
<keymap>
<global>
<universalremote>
<obc107>Screenshot</obc107> <!-- 00089 av clear -->
<obc111>FullScreen</obc111> <!-- 00057 back -->
<obc112>XBMC.RunScript(E:\Misc\wol.py)</obc112> <!-- 00145 mce -->
<obc127>XBMC.ActivateWindow(Home)</obc127> <!-- 00185 red -->
<obc101>XBMC.ActivateWindow(MyVideoLibrary,tvshowtitles)</obc101> <!-- 00233 green -->
<obc102>XBMC.ActivateWindow(MyVideoLibrary,movietitles)</obc102> <!-- 00001 yellow -->
<obc103>XBMC.ActivateWindow(24)</obc103> <!-- 00249 blue -->
<obc108>PageUp</obc108> <!-- 00049 chan + -->
<obc109>PageDown</obc109> <!-- 00041 chan - -->
<obc113>XBMC.ActivateWindow(ShutdownMenu)</obc113> <!-- 00137 guide -->
<obc114>Queue</obc114> <!-- 00161 (o) -->
<obc123>Number1</obc123> <!-- 00217 1 -->
<obc118>Number2</obc118> <!-- 00129 2 -->
<obc104>Number3</obc104> <!-- 00081 3 -->
<obc124>Number4</obc124> <!-- 00177 4 -->
<obc119>Number5</obc119> <!-- 00121 5 -->
<obc105>Number6</obc105> <!-- 00073 6 -->
<obc125>Number7</obc125> <!-- 00169 7 -->
<obc120>Number8</obc120> <!-- 00209 8 -->
<obc106>Number9</obc106> <!-- 00097 9 -->
<obc100>Number0</obc100> <!-- 00241 0 -->
<obc129>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),90)</obc129> <!-- 00006 -/-- tv/dtv -->
<obc115>Playlist</obc115> <!-- 00153 list -->
<obc116>VolumeUp</obc116> <!-- 00113 volume + -->
<obc117>VolumeDown</obc117> <!-- 00105 volume - -->
<obc121>Mute</obc121> <!-- 00201 mute -->
<obc122>AudioDelayMinus</obc122> <!-- 00225 ??? -->
</universalremote>
Skip +
XBMC2.RemoteSkip +()
Error in Action: "XBMC2.RemoteSkip +()"
Traceback (most recent call last) (1572):
File "<string>", line 1, in <module>
NameError: name 'XBMC2' is not defined
<obc108>PageUp</obc108> <!-- 00049 chan + -->
Unknown code received: 006930a
'006930a': 'PGUP'
<Macro Name="PageUp">
<Event Name="XBCDRC.PGUP" />
<Action>
XBMC2.Remotepageplus()
</Action>
</Macro>