[WARNING] iOS 4.3.1 only has hardware acceleration on unofficial nightlies past 3/26
#1
as the title says, do not upgrade your iOS to 4.3 and expect the XBMC to work on it, some features might work (divx/avi playback) but no HD content will work as the HW decoder API calls have changed


EDIT:
Davilla has done it again! We have hardware acceleration on iOS 4.3 now to again. 3 cheers for Davilla!

Right now, it's only available on the unofficial nightlies.

Remember, we still don't allow jailbreak talk.


EDIT2:

to install nightlies on 4.3 build follow the instructions below:

PRE INSTALL for ATV: (based off http://wiki.xbmc.org/index.php?title=Ins...MC_on_ATV2)
  1. Find the IP of the device
  2. $ ssh root@<your ATV2 IP address>
  3. $ root@<your ATV2 IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''
  4. $ apt-get install wget
  5. $ wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
  6. $ echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
  7. $ echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
  8. $ apt-get update

PRE-INSTALL for iOS: iPhone 4/iPad/iPod Touch (based off http://wiki.xbmc.org/index.php?title=Ins...Phone/iPad
  1. Tap the Cydia icon on your homescreen.
  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)
  4. Tap on the teamXBMC source.
  5. Tap on the XBMC-IconPack icon.
  6. Tap install, then confirm.
  7. Let it install.
  8. Now search for OpenSSH and Apt Strict and install those too.

INSTRUCTIONS FOR INSTALLING/UPDATING THIS BUILD:
  1. Find the IP of the device
  2. $ ssh root@<your iOS IP address>
  3. $ root@<your iOS IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''
  4. $ cd /private/var/tmp
  5. $ wget (url below for LATEST APPLICABLE .DEB)
  6. $ dpkg -i (file from url) (if this fails, run 'apt-get -f install' to resolve dependencies)
  7. $ rm -rf (file from url)

list of LATEST APPLICABLE .DEBs can be found here

Logout Mark Read Team Forum Stats Members Help
[WARNING] iOS 4.3.1 only has hardware acceleration on unofficial nightlies past 3/260