Jump to content

Using the Frontrow Apple Remote controller


VaiOSX
 Share

17 posts in this topic

Recommended Posts

If your PC has Infrared built-in you can try this hack (it will probably work with an external USB Infrared receiver)

 

This is the system profiler result for the USB IR receiver

 

IR Receiver:

 

Version: 1.10

Bus Power (mA): 500

Speed: Up to 12 Mb/sec

Manufacturer: Apple Computer, Inc.

Product ID: 0x8240

Vendor ID: 0x05ac (Apple Computer, Inc.)

 

8240 is Hexa, when you convert it to Decimal you'll get 33344

05ac is Hexa, when you convert it to Decimal you'll get 1452

 

You must check in Windows or Linux for the Vendor and Product ID of your IR receiver.

Then go to this website and convert it (don't type 0x in the value to convert)

 

http://www.easycalculation.com/hex-converter.php

 

Then, edit the Info.plist inside AppleIRController.kext and replace it with the decimal numbers you just converted.

 

<key>idProduct</key>

<integer>33344</integer>

<key>idVendor</key>

<integer>1452</integer>

 

in the terminal you must type

 

sudo chmod -R 755 /System/Library/Extensions/AppleIRController.kext

 

sudo chown -R root:wheel /System/Library/Extensions/AppleIRController.kext

 

sudo kextcache -k /System/Library/Extensions

 

and Voilà !

 

You can now restart and check with the tiny remote controller. :(

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 year later...
  • 4 weeks later...
If your PC has Infrared built-in you can try this hack (it will probably work with an external USB Infrared receiver)This is the system profiler result for the USB IR receiver8240 is Hexa, when you convert it to Decimal you'll get 3334405ac is Hexa, when you convert it to Decimal you'll get 1452You must check in Windows or Linux for the Vendor and Product ID of your IR receiver.Then go to this website and convert it (don't type 0x in the value to convert)http://www.easycalculation.com/hex-converter.phpThen, edit the Info.plist inside AppleIRController.kext and replace it with the decimal numbers you just converted.in the terminal you must typesudo chmod -R 755 /System/Library/Extensions/AppleIRController.kextsudo chown -R root:wheel /System/Library/Extensions/AppleIRController.kextsudo kextcache -k /System/Library/Extensionsand Voilà !You can now restart and check with the tiny remote controller. :(
And...????? Sooooo......Does it works for you ???I mean...can you control your Hackintosh with a regular Apple Remote control ?????
If your PC has Infrared built-in you can try this hack (it will probably work with an external USB Infrared receiver)This is the system profiler result for the USB IR receiver8240 is Hexa, when you convert it to Decimal you'll get 3334405ac is Hexa, when you convert it to Decimal you'll get 1452You must check in Windows or Linux for the Vendor and Product ID of your IR receiver.Then go to this website and convert it (don't type 0x in the value to convert)http://www.easycalculation.com/hex-converter.phpThen, edit the Info.plist inside AppleIRController.kext and replace it with the decimal numbers you just converted.in the terminal you must typesudo chmod -R 755 /System/Library/Extensions/AppleIRController.kextsudo chown -R root:wheel /System/Library/Extensions/AppleIRController.kextsudo kextcache -k /System/Library/Extensionsand Voilà !You can now restart and check with the tiny remote controller. :D
And...????? Sooooo......Does it works for you ???I mean...can you control your Hackintosh with a regular Apple Remote control ?????
Link to comment
Share on other sites

in system profiler, it detects my asus p5w dh remote.. and it actually says "Asus P5W DH Remote"

 

i followed this guide.. and just for kicks, tried my asus dh remote.. did not work. I am gonna try an apple remote soon.

Link to comment
Share on other sites

@krazubu, Oh. I am gonna try an apple remote in an hour or so.. i am getting one soon. Is there a chance it will work.. my usb device is detected as "P5W DH Remote". Is there a kext for the usb ir remote i can edit? thanks

 

the apple remote didnt work.

Link to comment
Share on other sites

Im clone Apple Remote to my Sony Remote. And it's work fine with Mac-Book,

but still don't work with my USB IR.

Need driver............ :D

It's will be fun to control my HACK by Remote from my Television :)

Link to comment
Share on other sites

  • 6 months later...

i haven't tried this and when i get an external hard-drive soon i will but until then i think someone should make an application that allows you to use the IR remote that came with your computer and tell the system what to do with a certain input ANYBODY (DEVELOPERS) LISTENING?

 

expanding on that idea you could use old tv or cable or satellite remotes-that would be cool! ;)

Link to comment
Share on other sites

 Share

×
×
  • Create New...