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

From Official Kodi Wiki
Jump to navigation Jump to search
m (Unprotected "Install XBMC on ATV2": nothing special about this page)
No edit summary
Line 1: Line 1:
The following HOW-TO requires you to have Jailbroken ATV2 version [http://www.iclarified.com/entry/index.php?enid=13581 4.2.1(ATV2 will report this as 4.1.1)] or [http://www.iclarified.com/entry/index.php?enid=12380 4.1(ATV2 will report this as 4.0)]
The following HOW-TO requires you to have Jailbroken ATV2 version [http://www.iclarified.com/entry/index.php?enid=13581 4.2.1(ATV2 will report this as 4.1.1)] or [http://www.iclarified.com/entry/index.php?enid=12380 4.1(ATV2 will report this as 4.0)]
__toc__
==Installing from Cydia==


<pre>$ ssh root@<your ATV2 IP address>
Find a terminal/ssh application for your OS and do the following commands:
 
<pre>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''
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
apt-get install wget


$ wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
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://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
echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list


$ apt-get update
apt-get update


$ apt-get install org.xbmc.xbmc-atv2</pre>
apt-get install org.xbmc.xbmc-atv2</pre>




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


[[File:ATV2.jpg | 800px]]
[[File:ATV2.jpg | 400px]]
 
==Installing from 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.
 
#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.
#Open http://mirrors.xbmc.org/nightlies/darwin/atv2/ in your browser and copy the url of the most recent file in that listing
#In that url you just copied, make note of the file name after "../atv2/". For example it will look something like "<code>xbmc-20110822-e391fde-master-atv2.deb</code>"
#Open up your terminal/ssh application and enter the following commands:
 
<pre>wget PASTE-URL-FROM-STEP-2-HERE
dpkg -i FILE-NAME-FROM-STEP-3-HERE
rm FILE-NAME-FROM-STEP-3-HERE</pre>
 
You should now have the latest nightly build of XBMC for ATV2/iOS.

Revision as of 03:35, 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 from 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.