|
Apple -
iPhone/iPod Touch
|
|
Written by Thomas Baltruschat
|
|
Tuesday, 25 November 2008 21:23 |
|
Apple recently released the New V2.3 firmware for the AppleTV, which has some nice features but I actually don't really need them.
But unless you disable tne Auto-update for your AppleTV you will get this sooner or later... One of your family members will definitely confirm the update...
So if you want to downgrade back to an earlier firmware you can either
- do a factory restore, which will wipe your AppleTV clean and return the firmware to the same version as came delivered with.
- Use OSUpdate, this tool can help your to downgrade to any firmware you like without erasing your AppleTV harddisk.
A description about OSUpdate can be found here.
Downgrade AppleTV to V2.2 (or V2.1) with OSUpdate
OSUpdate makes the downgrade much easier and you don't need to copy your media files again.
- To use OSUpdate you must be able to access your AppleTV with SSH and you must be able to copy files to your AppleTV. You can find out here, how to achieve this.
- On the OSUpdate website you can find 2 scripts which automate the downgrade process, but unfortunately they have some small bugs (i.e. wrong path definitions), you can get the revised script here:
Downgrade to AppleTV 2.1 Downgrade to Apple TV 2.2
- When you got this files use Cyberduck (Mac) or WinSCP (WIndows) to copy this file to your AppleTV. Which folder is not really important but I used the usual users folder /Users/frontrow
- Open Terminal on your Mac (or start Putty, if you use Windows) and type
ssh frontrow@appletv.local If this does not work you can also try ssh
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
(you need to replace this IP number with the IP number of your AppleTV) The password is frontrow.
- Execute:
chmod 755 <script name>
- Execute:
sudo chown root:wheel <script name> Password is frontrow again.
- To start the downgrade execute the script as below. Your AppleTV will now download the firmware files and all necessary tools. Afterwards it will start the firmware downgrade.
sudo sh <script name>
- Wait until the whole process is finished. Eventually your AppleTV should reboot with the firmware you selected.
- Now you can install XBMC, Boxee etc. again as described here.
|
|
Last Updated ( Wednesday, 26 November 2008 11:41 )
|