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

From Official Kodi Wiki
Jump to navigation Jump to search
>NedBot
m (Robot: Changing Category:How To to Category:How-to; cosmetic changes)
Line 3: Line 3:


__TOC__
__TOC__
==Installing from Cydia==
== Installing from Cydia ==


'''Steps:'''
'''Steps:'''
Line 45: Line 45:
* beside that just drag or flick through lists...
* beside that just drag or flick through lists...


==Installing the latest nightly build==
== Installing the latest nightly build ==
For various reasons, mostly technical, the Cydia copy of XBMC is not the most recent nightly build made by the build bot. Both versions are in development and are considered unstable pre-releases. It is recommended that you keep up to date on the latest nightly builds.
For various reasons, mostly technical, the Cydia copy of XBMC is not the most recent nightly build made by the build bot. Both versions are in development and are considered unstable pre-releases. It is recommended that you keep up to date on the latest nightly builds.
:''A list of changes can be found on https://github.com/xbmc/xbmc/commits''
:''A list of changes can be found on https://github.com/xbmc/xbmc/commits''




#You must install from Cydia at least once before you are able to install a nightly build. This is to make sure all of the proper dependancies are met.
# You must install from Cydia at least once before you are able to install a nightly build. This is to make sure all of the proper dependancies are met.
#Open http://mirrors.xbmc.org/nightlies/darwin/ios/ in your browser and copy the url of the most recent file in that listing
# Open http://mirrors.xbmc.org/nightlies/darwin/ios/ in your browser and copy the url of the most recent file in that listing
#In that url you just copied, make note of the file name after "../ios/". For example it will look something like "<code>xbmc-20110822-e391fde-master-ios.deb</code>"
# In that url you just copied, make note of the file name after "../ios/". For example it will look something like "<code>xbmc-20110822-e391fde-master-ios.deb</code>"
#Open up your terminal/ssh application and enter the following commands:
# 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''
'''''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''


Line 62: Line 62:
You should now have the latest nightly build of XBMC for iOS.
You should now have the latest nightly build of XBMC for iOS.


[[Category:iOS]]
[[Category:IOS]]
[[Category:How To]]
[[Category:How-to]]

Revision as of 22:36, 11 September 2011

Prerequisites: A jailbroken iDevice with Cydia on iOS 4.1 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

For various reasons, mostly technical, the Cydia copy of XBMC is not the most recent nightly build made by the build bot. Both versions are in development and are considered unstable pre-releases. It is recommended that you keep up to date on the latest nightly builds.

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


  1. You must install from Cydia at least once before you are able to install a nightly build. This is to make sure all of the proper dependancies are met.
  2. Open http://mirrors.xbmc.org/nightlies/darwin/ios/ in your browser and copy the url of the most recent file in that listing
  3. 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"
  4. 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

wget URL-FROM-STEP-2-HERE
dpkg -i FILE-NAME-FROM-STEP-3-HERE
rm FILE-NAME-FROM-STEP-3-HERE

You should now have the latest nightly build of XBMC for iOS.