HOW-TO:Install Kodi for iOS

From Official Kodi Wiki
Revision as of 22:51, 8 May 2012 by >Deanmv (→‎Uninstalling)
Jump to navigation Jump to search

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

Requirements
  • To install XBMC for iOS you must have a jailbroken iDevice running iOS 4.x or higher.
  • For hardware: iPad 1, iPad 2, iPhone 3GS, iPhone 4, iPhone 4S, iPod touch 3rd gen (16GB and 32GB models only), iPod touch 4th gen.
  • If you have any issues, be sure to read the iOS FAQ!


Installing from Cydia

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

Updating

Updates for stable releases of XBMC are handled by Cydia and will show up in the "Changes" section when available.

Nightly builds

Installing from the command line

Change history: trac timeline or commit history

NOTE: You MUST install the stable version 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/ios/ in a web browser and copy the url of the most recent file in that listing.
    EXAMPLE: 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:
    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
    curl -O -L URL-FROM-STEP-1-HERE
    EXAMPLE: curl -O -L http://mirrors.xbmc.org/nightlies/darwin/ios/xbmc-20111202-6729214-master-ios.deb
    dpkg -i xbmc*.deb
    rm xbmc*.deb

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

Installing from a GUI

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

Editor note: Basically this is how to download the deb file and open in iFile on the iDevice itself.

Uninstalling

You're all done. XBMC will now be uninstalled from your iDevice. If you want you can also uninstall XBMC-IconPack using the same method. Template:XBMC wiki toc