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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Prerequisites''': A jailbroken iDevice with [http://en.wikipedia.org/wiki/Cydia Cydia] on iOS 4.1 or
'''Prerequisites''':
*A jailbroken iDevice with [http://en.wikipedia.org/wiki/Cydia Cydia] on iOS 4.1 or
higher.
higher.
*One of the following devices: iPad1, iPhone3Gs, iPod touch 3rd gen (not the 8GB model) or higher.


__TOC__
__TOC__

Revision as of 00:40, 12 September 2011

Prerequisites:

  • A jailbroken iDevice with Cydia on iOS 4.1 or

higher.

  • One of the following devices: iPad1, iPhone3Gs, iPod touch 3rd gen (not the 8GB model) or higher.

Installing from Cydia

Steps:

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

After the install finishes, close Cydia and tap on the XBMC icon on your homescreen.

Home.PNG XbmciOS.PNG


Some hints for using XBMC on touch devices

  • single tap: select/execute
  • 2 finger single tap: context menu
  • 2finger swipe left: go back
  • beside that just drag or flick through lists...

Installing the latest nightly build

A list of changes can be found on https://github.com/xbmc/xbmc/commits

Nightly builds incorporate the latest program code from developers and are created by an automated build bot; each night's build constitutes the "latest" version of XBMC that is publicly available.

NOTE: You must install the Cydia version before you can install nightly builds. You only need to install the Cydia version once.
  1. Open http://mirrors.xbmc.org/nightlies/darwin/ios/ in your browser and copy the url of the most recent file in that listing
  2. In that url you just copied, make note of the file name after "../ios/". For example it will look something like "xbmc-20110822-e391fde-master-ios.deb"
  3. 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]
  4. You will be asked for a password: default password is alpine
  5. Continue to enter the following commands:
    wget URL-FROM-STEP-1-HERE
    dpkg -i FILE-NAME-FROM-STEP-2-HERE
    rm FILE-NAME-FROM-STEP-2-HERE
  6. You should now have the latest nightly build of XBMC for iOS.