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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 28: Line 28:
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>
#:<pre>reboot</pre>
#:<pre>reboot</pre>
#Proceed to install the latest nightly build below:


{{anchor|Nightly}}
{{anchor|Nightly}}
=== Installing the latest nightly build ===
=== Installing the latest nightly build ===
[[File:XBMC nightly.png|400px|thumb|Here's an example of a successful install (where the ATV2 had an IP of 192.168.1.100 and the .deb package file was from Sept 10)]]
No more nightly builds! Eden beta 1 is here! Either update through NitoTV or issue the following commands to update your Cydia copy:
#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>
#You will be asked for a password: ''default password is '''alpine'''''
#Continue to enter the following command:
#:<pre>apt-get update</pre>
 
<!--[[File:XBMC nightly.png|400px|thumb|Here's an example of a successful install (where the ATV2 had an IP of 192.168.1.100 and the .deb package file was from Sept 10)]]
:''Change history:  [http://trac.xbmc.org/timeline trac timeline] or [https://github.com/xbmc/xbmc/commits commit history]''
:''Change history:  [http://trac.xbmc.org/timeline trac timeline] or [https://github.com/xbmc/xbmc/commits commit history]''


Line 47: Line 53:
#:<pre>dpkg -i xbmc*.deb</pre>
#:<pre>dpkg -i xbmc*.deb</pre>
#:<pre>rm xbmc*.deb</pre>
#:<pre>rm xbmc*.deb</pre>
#You should now have the latest nightly build of XBMC for ATV2. See [http://wiki.xbmc.org/index.php?title=IOS_FAQ#XBMC_Version here] to verify your XBMC version.  
#You should now have the latest nightly build of XBMC for ATV2. See [http://wiki.xbmc.org/index.php?title=IOS_FAQ#XBMC_Version here] to verify your XBMC version. -->


[[Category:IOS|Apple TV 2]]
[[Category:IOS|Apple TV 2]]
[[Category:How-to|Apple TV 2]]
[[Category:How-to|Apple TV 2]]
[[Category:Installation|Apple TV2]]
[[Category:Installation|Apple TV2]]

Revision as of 16:40, 24 December 2011

Template:XBMC wiki toc

See also: XBMC for iOS specific FAQ

Requirements:


Notice: XBMC on iOS is a work in progress. The available versions are the Cydia build and the latest nightly build. The Cydia build installs an older version of XBMC and anything else XBMC needs to run. The latest nightly contains the most recent XBMC code and is created daily by an automated build bot. First install the Cydia build then install the nightly build. Do not use the Cydia build without updating to the nightly builds as it is no longer supported.


Installing from Cydia

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:

  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

Installing the latest nightly build

No more nightly builds! Eden beta 1 is here! Either update through NitoTV or issue the following commands to update your Cydia copy:

  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 command:
    apt-get update