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

From Official Kodi Wiki
Jump to navigation Jump to search
>Lahonda 99
(Updated the page for the eden beta 2.)
Line 2: Line 2:
:''See also: '''[[XBMC for iOS specific FAQ]]'''
:''See also: '''[[XBMC for iOS specific FAQ]]'''


'''Requirements:'''
'''Steps and Requirements:'''
*To install XBMC for iOS you must have a [[forum:99315|jailbroken]] Apple TV 2 that is running any iOS between [[w:IOS version history#Version history: Apple TV (second generation)|versions 4.1 and 4.4.4]]
*To install XBMC for iOS you must have a [[forum:99315|jailbroken]] Apple TV 2 that is running any iOS between [[w:IOS version history#Version history: Apple TV (second generation)|versions 4.1 and 4.4.4]]
*Look [[#ATV2_version|here]] to find out which version you are currently running.
*Look [[#ATV2_version|here]] to find out which version you are currently running.
 
*If this is your first time installing XBMC onto your Apple TV 2 follow the steps in Fresh Install otherwise skip to Update to Most Recent Build.
__toc__
__toc__
{{-}}
{{-}}


== Installing from Cydia ==
== Fresh Install ==
[[File:ATV2.jpg|thumb|300px|After XBMC is successfully installed, the ATV2 will restart, and XBMC should then be available as an option in the ATV2's main menu]]
[[File:ATV2.jpg|thumb|300px|After XBMC is successfully installed, the ATV2 will restart, and XBMC should then be available as an option in the ATV2's main menu]]
:''This is the same build installed from the nitoTV menu, if installed.''
To install the Cydia build:


#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:
Line 28: Line 26:


{{anchor|Nightly|Installing the latest nightly build}}
{{anchor|Nightly|Installing the latest nightly build}}
== Eden Beta ==
 
No more nightly builds! Eden beta 2 is here! If you installed for the first time today using the above instructions then you already have Beta 2. If not, either update through NitoTV or issue the following commands to update your Cydia copy:
== Update to Most Recent Build ==
If you installed for the first time today using the above instructions then you already have Beta 2. If not, either update through NitoTV or issue the following commands to update from the Cydia build:
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:
#Open up your [[XBMC for iOS specific FAQ#SSH|terminal/ssh application]] and enter the following command to log in to your ATV2:
#:<pre>ssh [email protected]</pre>
#:<pre>ssh [email protected]</pre>

Revision as of 21:29, 22 January 2012

Template:XBMC wiki toc

See also: XBMC for iOS specific FAQ

Steps and Requirements:

  • To install XBMC for iOS you must have a jailbroken Apple TV 2 that is running any iOS between versions 4.1 and 4.4.4
  • Look here to find out which version you are currently running.
  • If this is your first time installing XBMC onto your Apple TV 2 follow the steps in Fresh Install otherwise skip to Update to Most Recent Build.


Fresh Install

After XBMC is successfully installed, the ATV2 will restart, and XBMC should then be available as an option in the ATV2's main menu
  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2:
    ssh [email protected]
  2. You will be asked for a password: default password is alpine
  3. Continue to enter the following commands:
  4. Issue these commands in your Terminal window, in sequence:
    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
    reboot

Update to Most Recent Build

If you installed for the first time today using the above instructions then you already have Beta 2. If not, either update through NitoTV or issue the following commands to update from the Cydia build:

  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2:
    ssh [email protected]
  2. You will be asked for a password: default password is alpine
  3. Continue to enter the following commands:
    apt-get update
    apt-get install org.xbmc.xbmc-atv2
  4. You should now have Eden Beta 2 for ATV2. See here to verify your XBMC version.