XBMC Community Forum
[Apple TV 2] iOS 5.1 & XBMC - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: iOS support (/forumdisplay.php?fid=137)
+---- Thread: [Apple TV 2] iOS 5.1 & XBMC (/showthread.php?tid=127233)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: iOS 5.1 & XBMC - -apophis- - 2012-04-01 15:44

Now it's working. I had to reinstall xbmc:
apt-get install --reinstall org.xbmc.xbmc-atv2
and then install the patch


RE: iOS 5.1 & XBMC - bradatkins - 2012-04-01 15:44

(2012-04-01 13:11)Memphiz Wrote:  not sure ... i first try to reproduce the issues with my equipment (no luck so far). I might rehost for more feedback though - but try it with xbmc's servers i guess. Till now the tv issue is the only feedback i got. Is it working for anyone?

It's working great for me, thanks!

Brad


RE: iOS 5.1 & XBMC - Memphiz - 2012-04-01 15:52

Improved the install instructions a bit more (but because i don't have these problems and am to lazy to rejailbreak to make it fresh - its more sort of brute forcing possible issues and work them around hehe).


RE: iOS 5.1 & XBMC - Dinos 123 - 2012-04-01 16:42

Thanks very mutch for all your help. I have install it this morning and is working fine.

everything looking exelent.

thanks again all you people


RE: iOS 5.1 & XBMC - mamezito - 2012-04-01 16:55

when i am trying to install, get error

E: Couldn't find package org.xbmc.xbmc-atv2
can anyone help? thanx


RE: iOS 5.1 & XBMC - ruffellprefley - 2012-04-01 17:11

i haven't upgraded to ios 5.1 yet but want to get a little clarification for when i do. when i update the device, will my prior install of xbmc be wiped out? i know that if it isn't wiped out it wouldn't work anyway until i do the xbmc install instructions in the new thread by Memphiz. However, the "first installing the official cydia version" part is what is confusing me. How do i go about installing that before running the code outlined below it? or do i ONLY run the code portion of that post?

Thanks for all your hard work!



Installation via ssh (first installing the official cydia version which installs all dependencys and the update with the version from this thread):

Code:
apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
wget http://dl.dropbox.com/u/14341410/org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb


RE: iOS 5.1 & XBMC - deanmv - 2012-04-01 17:17

(2012-04-01 17:11)ruffellprefley Wrote:  i haven't upgraded to ios 5.1 yet but want to get a little clarification for when i do. when i update the device, will my prior install of xbmc be wiped out? i know that if it isn't wiped out it wouldn't work anyway until i do the xbmc install instructions in the new thread by Memphiz. However, the "first installing the official cydia version" part is what is confusing me. How do i go about installing that before running the code outlined below it? or do i ONLY run the code portion of that post?

Thanks for all your hard work!



Installation via ssh (first installing the official cydia version which installs all dependencys and the update with the version from this thread):

Code:
apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
wget http://dl.dropbox.com/u/14341410/org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb

EVERYTHING will be wiped as the OS will be set back to the default (iOS/iTunes will restore it to factory settings) Then when you re-jailbreak you install the latest official release (the line that says "apt-get install org.xbmc.xbmc-atv2") then you get the fixed version for iOS 5.1 ("wget http://dl.drop".. etc) then you install that over the old version ("dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb")

So everything you need are in those commands you posted, just follow them in order. Hope that helps.


RE: iOS 5.1 & XBMC - -apophis- - 2012-04-01 17:21

@mamezito
which command did you you use prior to your error message?

@ruffellprefley
your previous configuration will be lost.
Yes you only have to run your Code example.

with the official cydia version the part "apt-get install org.xbmc.xbmc-atv2" was meant.

--> too late ;-) deanmv won.


RE: iOS 5.1 & XBMC - Chapaeff33 - 2012-04-01 18:11

Hi to all and great thanks for working on XBMC!!!! Was trying to run the code and got this error message, can someone help on this issue. Thanks again!

===============
Apple-TV:~ root# dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
(Reading database ... 3344 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 11.0-2 (using org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb) ...
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg: dependency problems prevent configuration of org.xbmc.xbmc-atv2:
org.xbmc.xbmc-atv2 depends on org.xbmc.xbmc-seatbeltunlock; however:
Package org.xbmc.xbmc-seatbeltunlock is not installed.
dpkg: error processing org.xbmc.xbmc-atv2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
org.xbmc.xbmc-atv2
Apple-TV:~ root# rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb

=====================


RE: iOS 5.1 & XBMC - deanmv - 2012-04-01 18:14

(2012-04-01 18:11)Chapaeff33 Wrote:  Hi to all and great thanks for working on XBMC!!!! Was trying to run the code and got this error message, can someone help on this issue. Thanks again!

===============
Apple-TV:~ root# dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
(Reading database ... 3344 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 11.0-2 (using org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb) ...
Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg: dependency problems prevent configuration of org.xbmc.xbmc-atv2:
org.xbmc.xbmc-atv2 depends on org.xbmc.xbmc-seatbeltunlock; however:
Package org.xbmc.xbmc-seatbeltunlock is not installed.
dpkg: error processing org.xbmc.xbmc-atv2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
org.xbmc.xbmc-atv2
Apple-TV:~ root# rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb

=====================

Have you ran the initial install of the standard org.xbmc.xbmc-atv2 ? As shown here: http://forum.xbmc.org/showthread.php?tid=127369