Install Front Row 1.3 on older Macs
1
This procedure is solely to upgrade to Front Row 1.3 on Macs without an Infra-red receiver running Mac OS X 10.4.7. It assumes you already have a previous version of Front Row installed.
The recent Front Row update wouldn’t install on my iMac G4 (unsurprisingly) but it only took a minute for this amateur to sort it out.
DISCLAIMER: Following these instructions and/or installing Front Row on a Mac that isn’t officially supported by Apple for such purposes is done entirely at your own risk. I accept no responsibility for damage to any other software installed on your computer, damage to the computer itself or damage to the brickwork of your house. Seriously: this worked on my iMac G4 running Mac OS X 10.4.7 but I give no guarantees that it’ll work on whatever set-up you have. If you’re have any doubts then don’t do it!.
Download the disk image (which can be downloaded from here), open it, drag the file FrontRowUpdate1.3.pkg onto your desktop (or other preferred location) and then, once the file has copied, eject the disk image.
Control-click/right-click FrontRowUpdate1.3.pkg and select Show Package Contents. Navigate into the Contents folder and open the file FrontRowUpdate1.3.dist using TextEdit - to do this simply control-click/right-click the file, select Open With > Other… and then navigate to and select TextEdit from the resulting file dialog.
When the file is open, scroll down to around line 39 which should read something like:
function installationCheck()
{
if (!hasIR()) {
my.result.message = system.localizedStringWithFormat('ERROR_MODEL');
The line we need to change is highlighted above and we simply have to remove the ! like so:
if (hasIR()) {
Quit TextEdit and select Save when prompted. Navigate to your desktop, or wherever you copied FrontRowUpdate1.3.pkg to, and double-click FrontRowUpdate1.3.pkg - it should install.
Good work.. It’ll be going onto the mac mini tonight. - tugger
Comments