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

From Official Kodi Wiki
Jump to navigation Jump to search
Line 70: Line 70:
#:<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 [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.
 
And you're done! You should now have the latest nightly build of XBMC for ATV2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.


==Uninstalling==
==Uninstalling==

Revision as of 17:12, 5 May 2012

The current stable release of XBMC for iOS is v11 (Eden). Requirements:


Installing from the command line

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.
  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with the IP address of the Apple TV:
    ssh [email protected]
    EXAMPLE: 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

And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See here to verify your XBMC version.

Installing from NitoTV

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

ATV iOS 5.0

With the tethered jailbreak of the ATV2 running ATV iOS 5.0, testing has started on getting XBMC to run on it. See this XBMC forum post for download and instructions for the 5.0 test build.

Editor note: At a point where we can make more formal instructions for iOS 5.0? Seems mostly stable.

Updating

Either update through NitoTV or issue the following commands to update:

  1. Open up your terminal/ssh application and enter the following command to log in to your ATV2:
    ssh [email protected]
    EXAMPLE: 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

And you're done! You should now be running XBMC v11 (Eden) for Apple TV 2. See here to verify your XBMC version.

Nightly builds

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: trac timeline or commit history

NOTE: You MUST install the stable version (see above) before you can install a nightly build. You only need to install the stable version once and you don't need to uninstall previous versions to upgrade (or downgrade) XBMC.

  1. Open http://mirrors.xbmc.org/nightlies/darwin/atv2/ in a web browser and copy the url of the most recent file in that listing.
    EXAMPLE: http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111202-6729214-master-atv2.deb
  2. Open up your terminal/ssh application and enter the following command to log in to your ATV2:
    ssh [email protected]
    EXAMPLE: ssh [email protected]
  3. You will be asked for a password: default password is alpine
  4. Continue to enter the following commands:
    rm -f xbmc*.deb
    wget URL-FROM-STEP-ONE-HERE
    EXAMPLE: wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111202-6729214-master-atv2.deb
    dpkg -i xbmc*.deb
    rm xbmc*.deb

And you're done! You should now have the latest nightly build of XBMC for ATV2. See here to verify your XBMC version.

Uninstalling

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

Video guides

ATV2 iOS 5.0 test build

http://www.youtube.com/watch?v=dX1bsSL9bUw

Template:XBMC wiki toc