Now it's working. I had to reinstall xbmc:
apt-get install --reinstall org.xbmc.xbmc-atv2
and then install the patch
-apophis-
Junior Member Posts: 4 Joined: Apr 2012 Reputation: 0 |
2012-04-01 15:44
Post: #51
|
| find quote |
bradatkins
Junior Member Posts: 12 Joined: Sep 2011 Reputation: 0 |
2012-04-01 15:44
Post: #52
(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 |
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-04-01 15:52
Post: #53
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).
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
Dinos 123
Junior Member Posts: 2 Joined: Mar 2012 Reputation: 0 |
2012-04-01 16:42
Post: #54
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 |
| find quote |
mamezito
Junior Member Posts: 1 Joined: Apr 2012 Reputation: 0 |
2012-04-01 16:55
Post: #55
when i am trying to install, get error
E: Couldn't find package org.xbmc.xbmc-atv2 can anyone help? thanx |
| find quote |
ruffellprefley
Junior Member Posts: 4 Joined: Apr 2012 Reputation: 0 |
2012-04-01 17:11
Post: #56
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.xbm...os-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 |
| find quote |
deanmv
Posting Freak Joined: Jun 2011 Reputation: 10 Location: UK |
2012-04-01 17:17
Post: #57
(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? 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. Set Up Raspberry Pi running Raspbmc - XBMC 12.2 40" Samsung ES6800 LED Smart 3D 1080P TV Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
(This post was last modified: 2012-04-01 17:18 by deanmv.)
|
| find quote |
-apophis-
Junior Member Posts: 4 Joined: Apr 2012 Reputation: 0 |
2012-04-01 17:21
Post: #58
@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.
(This post was last modified: 2012-04-01 17:23 by -apophis-.)
|
| find quote |
Chapaeff33
Junior Member Posts: 15 Joined: Jan 2012 Reputation: 0 |
2012-04-01 18:11
Post: #59
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 ===================== |
| find quote |
deanmv
Posting Freak Joined: Jun 2011 Reputation: 10 Location: UK |
2012-04-01 18:14
Post: #60
(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! Have you ran the initial install of the standard org.xbmc.xbmc-atv2 ? As shown here: http://forum.xbmc.org/showthread.php?tid=127369 Set Up Raspberry Pi running Raspbmc - XBMC 12.2 40" Samsung ES6800 LED Smart 3D 1080P TV Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS |
| find quote |

Search
Help