Jump to content
18 posts in this topic

Recommended Posts

Hi Amit_Amit:

 

I was able to get Front Row running on my OSx86 PC using Kyrie's "Native FrontRow without illegal hacks" Tutorial. You may need Core Image (CI) and Quartz Extreme (QE) Graphics to get FrontRow to work properly.

 

http://forum.insanelymac.com/index.php?showtopic=10470

 

After getting FrontRow enabled, I used AirClick USB as remote for FrontRow. It's awesome!

 

http://playlistmag.com/reviews/2005/04/air...kusb2/index.php

 

Good luck!

 

--danyel :)

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-340099
Share on other sites

ok what i am doing wrong? I am trying three days now to install front row. But nothing

 

My computer specs are

 

p4 3 ghz sse3

p4p800

usb mouse logitech

usb keyboard logitech

no ir receiver

no bluetooth receiver

 

i installed ilife '06

 

i have mac osx 10.4.8

 

PLEASE SOMEONE tell me what to do or give me a link with a correct how to

don't tell me to look in forum. I have allready do that.

 

Thanks a lot.

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-344245
Share on other sites

this is how i install front row 1.3..

i have no bluetooth and ir receiver as well like you..

i use usb mouse+keyboard..

don't forget,you'll need qe/ci enable to run front row..

 

1. install front row 1.3,don't restart your pc yet..

 

2. open these apps:

- system profiler

- terminal

- calculator ( the one on the application folder )

 

3. on system profiler, check your usb mouse product id..

it should be something starting with 0xXXX..

copy it..

leave system profiler open,now open calculator

 

4. on calculator apps,choose view and click programmer ( command+3)

then click hex,make sure it shows 0x0..

now paste your usb mouse product id..

make sure it's the same with the one on system profiler..

then click dec(decimal)..you'll got a new number now..

copy it..

then open terminal..

 

5. on terminal type this

sudo pico /System/Library/Extensions/FrontRowPass.kext/Contents/Info.plist

then enter..type your password..

now you should be inside Info.plist..

search for idProduct..

change number under idProduct with your usb mouse decimal number..

the one from step 4..

do not save or close terminal yet!

 

6. repeat step 3 & 4,except this time it's vendor id..

back to terminal..

now search for idVendor (it should be right under idProduct)

and change number under idVendor with your decimal number..

it should be like this <integer>your decimal number</integer>..

save it and exit terminal..

 

7. close all apps and restart your pc..

 

8. after restart, go to system preferences,choose mouse and keyboard,keyboard shortcuts..

slide to the bottom and you'll find front row..

check front row box and change the shortcut if you want..

default shortcut is command+esc..

 

9. close system prefences and load front row by pressing your shortcut keys..

if you follow correctly, you should be able to load without any problem..

 

_hope helps_

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-344605
Share on other sites

Try this

 

Well ive given up with the mathod from that site, cannot get it to work, either no front row or no front row or keyboard or mouse. I tried using the frontrowpass.kext which i cant get to work either! When i try to load it up i get this error: kextload: /Users/Smoothy/System/Library/Extensions/FrontRowPass.kext: no such bundle file exists

can't add kernel extension System/Library/Extensions/FrontRowPass.kext (file access/permissions) (run kextload on this kext with -t for diagnostic output). Whts funny is that it isnt in my user library, its in /system/library/extensions. Does anybody know how to get a full vendor id from an apple keyboard? Mine ends in ac (apple computer) and the decimal value is like 157 much smaller than any others ive converted. Thanks in advance for any help!

 

EDIT: Well in the first post the guy missed out a /. So i added that, it loaded but i still cannot load front row. Argh

 

EDIT 2: After many stressful hours i finally got front row to work. I have a logitech mx1000 which is wireless. I edited /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kext/Info.plist. I added

<key>HIDRemoteControl</key>
<true/>

to the plist using text editor, so it looked like this

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>IOUSBHIDDriver</string>
<key>CFBundleGetInfoString</key>
<string>2.6.0, Copyright © 2000-2006 Apple Computer Inc., All Rights Reserved</string>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.IOUSBHIDDriver</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>I/O Kit Driver for USB HID  Devices</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.6.0</string>
<key>IOKitPersonalities</key>
<dict>
	<key>Generic Keyboard</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.iokit.IOUSBHIDDriver</string>
		<key>HIDDefaultBehavior</key>
		<string></string>
		<key>IOClass</key>
		<string>IOUSBHIDDriver</string>
		<key>IOProviderClass</key>
		<string>IOUSBInterface</string>
		<key>bInterfaceClass</key>
		<integer>3</integer>
		<key>bInterfaceProtocol</key>
		<integer>1</integer>
		<key>bInterfaceSubClass</key>
		<integer>1</integer>
		<key>HIDRemoteControl</key>
		<true/>
	</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.8</string>
<key>OSBundleLibraries</key>
<dict>
	<key>com.apple.iokit.IOHIDFamily</key>
	<string>1.3</string>
	<key>com.apple.iokit.IOUSBFamily</key>
	<string>2.6.0</string>
	<key>com.apple.kernel.libkern</key>
	<string>6.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Console</string>
</dict>
</plist>

Drag the plist to the desktop, edit it, save it and drag it back. I Then used

 sudo chown -R root:wheel /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kext

i also used a kextload but i dont think it was needed. Then i deleted the extensions.kextcache and extensions.mkext and rebooted. I have the latest verion of front row and have the logitech control center installed.

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-344811
Share on other sites

  • 2 weeks later...

I'm also looking for a way to get this working. i have an IR receiver i bought from twistedmelon (integer devid 57365 and vendorid 5242) and i bought an apple remote. ive also installed mira and the remote and receiver work fine, i can do everything except install and run front row. i've tried a number of options. is there anyone that has the same type of setup that can give exact instructions on what they did to get it working. thanks in advance!

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-352563
Share on other sites

pan pan said:

 

*****I can't install Frontrow. Every how to i followed finish successfully. But the frontrow.app does not exist in my computer. Might be a problem that i don't have iphoto?****

 

Ok look YOU MUST HAVE IPHOTO 6.4 INSTALLED TO GET FRONT ROW TO WORK!

 

Requirements:

Mac OS X 10.4.8 or 10.4.9

PowerPC based Mac

iTunes 6.0.4 or later

iPhoto 6.0.4 or later

Core Image capable graphics card

 

Look HERE>>>>>>http://andrewescobar.com/frontrow<<<<<<<<

Good Luck!!!

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-353749
Share on other sites

  • 2 weeks later...
someone please..

 

I had the same problem. Used every FrontRow installation technique available and nothing worked.

 

It started working when I plugged a USB original Mac Keyboard (had been using a PS/2 compaq keyboard).

 

I don't know if you need any USB keyboard or a Mac keyboard,

Link to comment
https://www.insanelymac.com/forum/topic/47487-front-row/#findComment-361171
Share on other sites

×
×
  • Create New...