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

From Official Kodi Wiki
Jump to navigation Jump to search
>Davilla
No edit summary
>Amet
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] or [http://www.iclarified.com/entry/index.php?enid=12380 4.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)]


<pre>$ ssh root@<your ATV2 IP address>
<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
$ 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
$ echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list

Revision as of 19:16, 28 January 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)

$ 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