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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
{{-}}
{{-}}


== Installing from command line ==
==Installing XBMC==
The current stable release of XBMC for iOS is [[Eden FAQ|v11 (Eden)]].
=== From the command line ===
[[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.''
:''This is the same build installed from the nitoTV menu, if installed.''
Line 28: Line 30:
#:<pre>reboot</pre>
#:<pre>reboot</pre>


{{anchor|Nightly|Installing the latest nightly build}}
===From NitoTV===
{{incomplete}}
 
===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 [[forum:127369|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 ==
== Updating ==
Line 39: Line 47:
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>  
#:<pre>apt-get install org.xbmc.xbmc-atv2</pre>  
#You should now have the latest XBMC for ATV2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.
#You should now have the latest XBMC for ATV2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version.
{{-}}


<!--[[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)]]
==Nightly builds==
[[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]''


'''NOTE: You MUST install the [[#Installing from Cydia|Cydia]] version before you can install a nightly build.''' You only need to install the Cydia version once and you don't need to uninstall previous versions to upgrade (or downgrade) XBMC.  
'''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.  


#Open up your [[XBMC for iOS specific FAQ#What is SSH?|terminal/ssh application]] and enter the following command to log in to your ATV2:
#Open up your [[XBMC for iOS specific FAQ#What is 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>
#You will be asked for a password: ''default password is '''alpine'''''
#You will be asked for a password: ''default password is '''alpine'''''
#'''If''' you installed the Cydia version before November 26th, and have not manually installed '''UpdateBeGone''', then you will need to issue this command (You only need to install UpdateBeGone once, so for future nightly updates you can skip this step). If you can't remember if it is installed, it is safe to enter the command again to make sure it is installed:
#:<pre>apt-get install com.nito.updatebegone</pre>
#Continue to enter the following commands:
#Continue to enter the following commands:
#:<pre>rm -f xbmc*.deb</pre>
#:<pre>rm -f xbmc*.deb</pre>
Line 56: Line 64:
#:<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. -->
#You should now have the latest nightly build of XBMC for ATV2. See [[IOS FAQ#XBMC_Version|here]] to verify your XBMC version. -->
==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 [[forum:127369|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.}}


==Video guides==
==Video guides==

Revision as of 16:38, 5 May 2012

Template:XBMC wiki toc Requirements:


Installing XBMC

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

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]
  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

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]
  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 the latest XBMC for ATV2. 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 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:
    rm -f xbmc*.deb
    wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111210-f1ae0b6-master-atv2.deb
    dpkg -i xbmc*.deb
    rm xbmc*.deb
  4. You should now have the latest nightly build of XBMC for ATV2. See here to verify your XBMC version. -->

Video guides

ATV2 iOS 5.0 test build

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