Archive:Install Kodi on Apple TV 2: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
[[File:ATV2.jpg | 400px]]
[[File:ATV2.jpg | 400px]]


==Installing from latest nightly build==
==Installing the latest nightly build==
For various reasons, mostly technical, the Cydia copy of XBMC is not the most recent nightly build made by the build bot. Both versions are in development and are considered unstable pre-releases. It is recommended that you keep up to date on the latest nightly builds.
For various reasons, mostly technical, the Cydia copy of XBMC is not the most recent nightly build made by the build bot. Both versions are in development and are considered unstable pre-releases. It is recommended that you keep up to date on the latest nightly builds.



Revision as of 03:38, 24 August 2011

The following HOW-TO requires you to have Jailbroken ATV2 version 4.2.1(ATV2 will report this as 4.1.1) or 4.1(ATV2 will report this as 4.0)

Installing from Cydia

Find a terminal/ssh application for your OS and do the following commands:

ssh root@<your ATV2 IP address>

root@<your ATV2 IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''

apt-get install wget

wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -

echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list

echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list

apt-get update

apt-get install org.xbmc.xbmc-atv2


after XBMC is successfully installed, frontrow(ATV2 home screen) will restart and you will see XBMC in it.

ATV2.jpg

Installing the latest nightly build

For various reasons, mostly technical, the Cydia copy of XBMC is not the most recent nightly build made by the build bot. Both versions are in development and are considered unstable pre-releases. It is recommended that you keep up to date on the latest nightly builds.

  1. You must install from Cydia at least once before you are able to install a nightly build. This is to make sure all of the proper dependancies are met.
  2. Open http://mirrors.xbmc.org/nightlies/darwin/atv2/ in your browser and copy the url of the most recent file in that listing
  3. In that url you just copied, make note of the file name after "../atv2/". For example it will look something like "xbmc-20110822-e391fde-master-atv2.deb"
  4. Open up your terminal/ssh application and enter the following commands:
wget PASTE-URL-FROM-STEP-2-HERE
dpkg -i FILE-NAME-FROM-STEP-3-HERE
rm FILE-NAME-FROM-STEP-3-HERE

You should now have the latest nightly build of XBMC for ATV2/iOS.