Downgrade FrontRow on Leopard

01Nov07

As you may know FrontRow 2.0 misses on important FrontRow 1.x features. Opening it without stopping the music. That is why we downgrade Frontrow to 1.x :)

First get the Front Row 1.3 Update: http://www.apple.com/support/downloads/frontrow131.html and mount the Image.

Open a Terminal (Applications -> Utilities -> Terminal.app)

Backup your Front Row 2.0

sudo mv /System/Library/CoreServices/Front\ Row.app /System/Library/CoreServices/Front\ Row.app2.0

Extract the old Front Row:

cd /
zcat /Volumes/FrontRow_1.3.1/FrontRowUpdate1.3.1.pkg/Contents/Archive.pax.gz| sudo pax -r

I needed a restart for Front Row to work again.

7 Antworten to “Downgrade FrontRow on Leopard”


  1. 1 Jorge Nov 6th, 2007 at 01:17

    Hi,
    Just tried this and worked. I didn’t do as mentioned but worked using “show package contents”, copying and pasting and renaming. It worked like a charm!

    Tks!

  2. 2 James Nov 11th, 2007 at 00:59

    Jorge could you post how you did this exactly. Im not too familiar with Terminal.

  3. 3 Banuschka Jan 19th, 2008 at 17:47

    When I try your command, I am getting

    % zcat /Volumes/FrontRow_1.3.1/FrontRowUpdate1.3.1.pkg/Contents/Archive.pax.gz| sudo pax -r
    zcat: /Volumes/FrontRow_1.3.1/FrontRowUpdate1.3.1.pkg/Contents/Archive.pax.gz.Z: No such file or directory
    pax: End of archive volume 1 reached
    pax: Sorry, unable to determine archive format.

  4. 4 zcatgunzip Feb 4th, 2008 at 20:12

    Banuschka

    Try:

    cat /Volumes/FrontRow_1.3.1/FrontRowUpdate1.3.1.pkg/Contents/Archive.pax.gz | gunzip | sudo pax -r

  5. 5 jawrr Feb 22nd, 2008 at 15:29

    Thanks a lot for this!

  6. 6 snowplay Apr 8th, 2009 at 17:51

    Hi,

    I tried to do the above and now have Frontrow version 1 – which does not seem to work. Please can you tell me how to get my version 2 back please? I am brand new to terminal. I last copied and pasted the info from zcatgunzip’s help and this is what I got below:

    Last login: Wed Apr 8 16:20:15 on console
    Macintosh:~ andiekerr$ cat /Volumes/FrontRow_1.3.1/FrontRowUpdate1.3.1.pkg/Contents/Archive.pax.gz | gunzip | sudo pax -r
    cat: /Volumes/FrontRow_1.3.1/FrontRowUpdate1.3.1.pkg/Contents/Archive.pax.gz: No such file or directory

    gunzip: stdin: unexpected end of file
    Password:
    pax: End of archive volume 1 reached
    pax: Sorry, unable to determine archive format.
    Macintosh:~ andiekerr$

    Please any help would be good. My time macine back up say that frontrow is v.1 too!

  7. 7 Arne Apr 8th, 2009 at 19:56

    You can try to do an update. For me it prompts to replace my Frontrow. Or you can delete /System/Library/CoreServices/Front\ Row.app and rename the Backup Front\ Row.app2.0 backup you hopefully.

Kommentieren