HOW-TO:Install Kodi for iOS: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(→‎Installing the latest nightly build: more sync with ATV2 page)
>Parkerlreed
No edit summary
Line 50: Line 50:
#Continue to enter the following commands:
#Continue to enter the following commands:
#:<pre>rm -f xbmc*.deb</pre>
#:<pre>rm -f xbmc*.deb</pre>
#:<pre>curl -O -L URL-FROM-STEP-1-HERE</pre>
#:<pre>curl -O -L URL-FROM-STEP-1-HERE or wget URL-FROM-STEP-1-HERE</pre>
#:<pre>dpkg -i xbmc*.deb</pre>
#:<pre>dpkg -i xbmc*.deb</pre>
#:<pre>rm xbmc*.deb</pre>
#:<pre>rm xbmc*.deb</pre>

Revision as of 03:34, 9 December 2011

Template:XBMC wiki toc

See also: XBMC for iOS specific FAQ

Requirements:

  • To install XBMC for iOS you must have a jailbroken iDevice running iOS 4.x with Cydia. iOS 5 support is experimental.
  • For hardware: iPad 1, iPhone 3Gs, iPod touch 3rd gen (16GB and 32GB models only), and later are supported. iPhone 4S and iPad 2 with iOS 5 currently have no jailbreak. iPad 2 will work iOS 4.x.


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

1. Tap the Cydia icon on your homescreen.
Cydia.PNG

2. Go to Manage - > Sources -> Edit -> Add (Sources -> Edit -> Add on iPad)
3. Type in "http://mirrors.xbmc.org/apt/ios/" (Without the quotation marks)
File:Repo.PNG

4. Tap on the teamXBMC source.
Install1.PNG

5. Tap on the XBMC-iOS icon.
File:Install2.PNG

6. Tap install, then confirm.
Install3.PNG

7. Let it install.
Install4.PNG

8. After the install finishes, close Cydia and open an SSH application (on the iOS device or on a computer) to install the latest nightly build:

Installing the latest nightly build

Change history: trac timeline or commit history

NOTE: You MUST install the 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.

  1. Open http://mirrors.xbmc.org/nightlies/darwin/ios/ in a web browser and copy the url of the most recent file in that listing. For example it will look something like:
    http://mirrors.xbmc.org/nightlies/darwin/ios/xbmc-20111202-6729214-master-ios.deb
  2. Open up your terminal/ssh application and enter the following commands:
    Note: it is possible to run a terminal application from an iPhone/iPod/iPad, meaning you can install/upgrade without a computer. Instructions for this, as well as GUI alternatives, are coming later
    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
    curl -O -L URL-FROM-STEP-1-HERE or wget URL-FROM-STEP-1-HERE
    dpkg -i xbmc*.deb
    rm xbmc*.deb
  5. You should now have the latest nightly build of XBMC for iOS.