Subscribe to our RSS news feed
AAPL 194.12 (-0.69)

> Forum Guidelines.

Welcome to the Genius Bar. Here's how this forum works:

1. Members are encouraged to make a guide that details something that they might have found troubling or challenging.
Chances are, if you've seen the same question asked over and over again, you should write a guide for it.

2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it.
Just don't start a thread for a specific question. Use the other forums here for that.

3. Posting links to off-site tutorials is not allowed.

4. That's it! Thanks for sharing your information with the rest of us. :)

To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up. Quality guides promoting new methods and encouraging users to learn will be approved.

19 Pages V  < 1 2 3 4 5 > »   
Reply to this topic Start new topic
[HowTo] Native FrontRow without any illegal hacks? It is easy :), FrontRow on Hackintosh without Apple Remote
***********
  • Group: Members
  • Posts: 2,729
  • Joined: 3-September 05
  • From: Paris, France
  • Member No.: 9,104
Is it me or is the trailers' server really down ?
PM Profile Card
Go to the top of the page
+ Quote Post
*********
  • Group: Members
  • Posts: 1,933
  • Joined: 14-August 05
  • From: /tmp
  • Member No.: 6,112
QUOTE (Kyrie1965 @ Mar 1 2006, 08:46 PM) *
xtraa, domino, Romeo is Universal Binary now!

I made some changes in source and compiled it. It have many bugs, but works well with Front Row (Options button in Romeo does not work, do not press it, lol smile.gif ).

I've tested it with SonyEricsson T630. Works well! Ultra cool. Hooah, comrades smile.gif

This version have support for Front Row. To install, just unzip it and delete "com.arboreal.romeo.plist" (if you have it) in User Preferences Folder.

http://www.yuriev.info/Romeo.zip


It works with T610!! Great, awsome, teriffic job Kyrie!! I already said this but this application deserves it's own thread. Many people are looking for this app.





QUOTE (cyclonefr @ Mar 2 2006, 12:41 AM) *
Is it me or is the trailers' server really down ?

Yes, it's down or we have LS configured the wrong way smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 531
  • Joined: 8-December 05
  • From: In front of my PC
  • Member No.: 17,602
All of you might be interested on this thread, its about the Front Row Bonjour sharing update.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 55
  • Joined: 4-August 05
  • Member No.: 3,009
I have a Dimension 8400 I am currently working on restoring a new install of 10.4.4 on (10.4.5 Pukes with my ATI Hardware...). I am using a Dell wireless USB Keyboard and mouse (Logitech hardware...). I have done everything correctly (I am almost sure... your instructions were thorough...), but FrontRowPass is not loading at startup, and thus FrontRow can't find a remote. Do you thinlk this could be a problem with my keyboard and mouse being wireless? There is only one HID device in the System Hardware settings (I assume this is the wireless dongle connected to the PC). Produt ID = 0xc509 ; Version ID = 0x046d (For a P=50441 ; V=1133). If I had another mouse or keyboard I would try it. Any help is appreciated... Thanks all.

EDIT: I tried to load the kext manually as well... the kext loads sometimes... but no dice.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 20-January 06
  • From: Moscow, Russia
  • Member No.: 20,742
QUOTE (Jason_Thames @ Mar 2 2006, 09:54 AM) *
I have a Dimension 8400 I am currently working on restoring a new install of 10.4.4 on (10.4.5 Pukes with my ATI Hardware...). I am using a Dell wireless USB Keyboard and mouse (Logitech hardware...). I have done everything correctly (I am almost sure... your instructions were thorough...), but FrontRowPass is not loading at startup, and thus FrontRow can't find a remote. Do you thinlk this could be a problem with my keyboard and mouse being wireless? There is only one HID device in the System Hardware settings (I assume this is the wireless dongle connected to the PC). Produt ID = 0xc509 ; Version ID = 0x046d (For a P=50441 ; V=1133). If I had another mouse or keyboard I would try it. Any help is appreciated... Thanks all.

EDIT: I tried to load the kext manually as well... the kext loads sometimes... but no dice.


This driver for mouse HID device only. But you have combined HID device.

I've checked this with wireless USB Mouse (A4 Tech), all was OK.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 24
  • Joined: 12-July 05
  • Member No.: 368
I try with Apple Mighty Mouse (PID: 0x020b VID:0x05ac connect at Apple Pro Keyboard usb hub) and it doesn't Work , but when I try Logitech Optical mouse its Work, fix it for me please, kylie

ps. Connect Apple Mighty Mouse your Frontrow kext has loads. but cannot activate FR and havn't FrontRow in keyboard shotcuts pref.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 20-January 06
  • From: Moscow, Russia
  • Member No.: 20,742
QUOTE (Amethyst @ Mar 2 2006, 08:43 PM) *
I try with Apple Mighty Mouse (PID: 0x020b VID:0x05ac connect at Apple Pro Keyboard usb hub) and it doesn't Work , but when I try Logitech Optical mouse its Work, fix it for me please, kylie

ps. Connect Apple Mighty Mouse your Frontrow kext has loads. but cannot activate FR and havn't FrontRow in keyboard shotcuts pref.


With Apple Mighty Mouse you do not need this driver smile.gif.

How to...?

1. Delete FrontRowPass.kext.
2. Open AppleHIDMouse.kext > Contents > Info.plist
3. Add (look at Bold)

...
<key>IOKitPersonalities</key>
<dict>
<key>M19-0a</key>
<dict>
...
<key>HIDRemoteControl</key>
<true/>

</dict>
<key>M19-0b</key>
<dict>
...
<key>HIDRemoteControl</key>
<true/>

</dict>
<key>M19-1</key>
<dict>
...
<key>HIDRemoteControl</key>
<true/>

</dict>
</dict>
...

4. Save.
5. sudo chown -R root:wheel /System/Extensions/AppleHIDMouse.kext
6. Reboot.

That is all smile.gif.
PM Profile Card
Go to the top of the page
+ Quote Post
*********
  • Group: Members
  • Posts: 1,933
  • Joined: 14-August 05
  • From: /tmp
  • Member No.: 6,112
Here's the FR starter app that I got somewhere, if anyone needs it. Just copy the file in the apps dir or wherever you want. sorry if it's already posted whistle.gif

Attached File  FrontRowStarter.zip ( 39.96K ) Number of downloads: 1603
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 75
  • Joined: 9-August 05
  • Member No.: 3,821
I just wanted to post to say thank you!!! this is the coolest thing ever and i have been trying/waiting for this for so long!!!! thanks again!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 24
  • Joined: 12-July 05
  • Member No.: 368
Thank you very much kylie... , you are cool !!!
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 2,729
  • Joined: 3-September 05
  • From: Paris, France
  • Member No.: 9,104
Domino it's PPC no use, press ESC +CTRL
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 49
  • Joined: 29-August 05
  • Member No.: 8,297
After pressing Command+Esc my system momentairly hangs up - with Gray Screen of Death. And there isn't any information about kernel panic in logs. I assume, that is somehow connected with my mouse... Could you post the same driver for keyboard (for example for Apple Wireless Keyboard)?
However, great work, thank you!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 20-January 06
  • From: Moscow, Russia
  • Member No.: 20,742
What's your video card?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 49
  • Joined: 29-August 05
  • Member No.: 8,297
GMA950, CI and rest works right...
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 2,729
  • Joined: 3-September 05
  • From: Paris, France
  • Member No.: 9,104
Promethe im not sure but this frontrowpass.kext works even for keyboard just change the ID vendor and product with ur keyboard value
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 20-January 06
  • From: Moscow, Russia
  • Member No.: 20,742
QUOTE (Promethe @ Mar 3 2006, 05:49 PM) *
After pressing Command+Esc my system momentairly hangs up - with Gray Screen of Death. And there isn't any information about kernel panic in logs. I assume, that is somehow connected with my mouse... Could you post the same driver for keyboard (for example for Apple Wireless Keyboard)?
However, great work, thank you!


You can use this driver for keyboard.

You only need to change "HIDDefaultBehavior" from "Mouse" to "Keyboard" in Info.plist of FrontRowPass.kext. And use your USB keyboard DeviceID and VendorID.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 52
  • Joined: 21-August 05
  • Member No.: 7,162
Finally got it working, had to fix my audio afterwards though.
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 302
  • Joined: 5-July 05
  • Member No.: 106
Got it working fine with romeo and T68i phone smile.gif Thanx to all for the tips.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: News Team
  • Posts: 1,162
  • Joined: 23-August 05
  • From: New York
  • Member No.: 7,584
My mouse is some weird RadioShack model that uses USB outputs, yet it came bundled with a "USB to standard mouse input" extension thinggy. Basically, my mouse works a lot smoother and more responsive when it's plugged into the the standard mouse input, instead of the USB.

FrontRow is working great and all, but could I add device and vendor IDs from some other peripheral that's plugged into a USB port other than my mouse or a keyboard? Does the kext just make sure the designated peripheral with matching device and vendor IDs is connected or not, or does it actually utilize it somehow? I don't see where the mouse comes into all this, because while in Front Row, my keyboard does all the navigation, and it's not a USB keyboard either.

Just asking. Thanks for any replies.
PM Profile Card
Go to the top of the page
+ Quote Post
*********
  • Group: Members
  • Posts: 1,933
  • Joined: 14-August 05
  • From: /tmp
  • Member No.: 6,112
Takuro, wink.gif

QUOTE (Kyrie1965 @ Mar 1 2006, 02:59 AM) *
You can not control Front Row with mouse. It is not a hack of Front Row. It is native Front Row like on any Mac with Apple Remote.

With this driver "SystemUIServer" think that there is Apple Remote in computer and let you to run Front Row.

You can use Salling Clicker to control Front Row with Bluetooth (Wi-Fi) mobile phone (or HPC)

Salling Clicker
http://www.salling.com/Clicker/mac/

Supported devices
http://www.salling.com/Clicker/mac/devices.php

Universal Binary version (beta)
http://www.salling.com/forums/viewtopic.php?t=3489
PM Profile Card
Go to the top of the page
+ Quote Post
19 Pages V  < 1 2 3 4 5 > » 
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 9th February 2010 - 10:56 AM