Kodi Community Forum
Eden ATV2 for iOS > 5.0 - link broken - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: Eden ATV2 for iOS > 5.0 - link broken (/showthread.php?tid=132423)

Pages: 1 2 3 4 5


How can I install XBMC on ATV 2 5.1.1 - ady199 - 2012-05-25

Can anyone please provide instructions on how to install XBMC on a jailbroken ATV 2 5.0.1 (5.1.1) - I've just jailbroken it using the new version of Seas0nPass that was released today.

I've backed up the entire XMBC from my old setup (4.4.4) can I just copy this back over to the ATV 2 without re-installing XBMC? as I want to keep all my skin settings etc. etc.

Thanks in advance


RE: How can I install XBMC on ATV 2 5.1.1 - DLeavy - 2012-05-25

I would assume, you just follow these instructions:

http://forum.xbmc.org/showthread.php?tid=127369

Yes, you can copy your user preferences folder back onto it - just be sure the permissions are set correctly.


RE: How can I install XBMC on ATV 2 5.1.1 - harryzimm - 2012-05-25

I updated my atv2 today.I intalled xbmc with no problems using this method

first i installed nitotv

apt-get install com.nito.nitoTV

Then installed the xbmc repo from inside nitotv

then from the sticky

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
dpkg -i org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.debt

works perfect

cheers



RE: How can I install XBMC on ATV 2 5.1.1 - ady199 - 2012-05-25

(2012-05-25, 21:39)harryzimm Wrote: I updated my atv2 today.I intalled xbmc with no problems using this method

first i installed nitotv

apt-get install com.nito.nitoTV

Then installed the xbmc repo from inside nitotv

then from the sticky

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
dpkg -i org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.debt

works perfect

cheers

Many Thanks for the info




RE: How can I install XBMC on ATV 2 5.1.1 - bigbwit - 2012-05-26

(2012-05-25, 21:39)harryzimm Wrote: I updated my atv2 today.I intalled xbmc with no problems using this method

first i installed nitotv

apt-get install com.nito.nitoTV

Then installed the xbmc repo from inside nitotv

then from the sticky

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
dpkg -i org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.debt

works perfect

cheers

We really need to put this method at the top of the forums today. I think due to the mass amount of people updating, the usual method (without installing NitoTV) is timing out on me. I tried the above method and it worked like a gem! Thanks alot!


RE: How can I install XBMC on ATV 2 5.1.1 - alereis - 2012-05-26

I cant instal XBMC for good.
I already jailbroken my aTV2 just today with the new unthethered for 5.1
I never had XBMC installed before.
When i tried the first comand: apt-get update
i got this line: E: Malformed line 1 in source list /etc/apt/sources.list.d/zwkwardtv.list (dist)
How can i do?
Quote:harryzimm'
I updated my atv2 today.I intalled xbmc with no problems using this method

first i installed nitotv

apt-get install com.nito.nitoTV

I tried this, but just after this first line, i got this message:

E: Malformed line 1 in source list /etc/apt/sources.list.d/zwkwardtv.list (dist)
E: The list of sources could not be read.




RE: How can I install XBMC on ATV 2 5.1.1 - alereis - 2012-05-26

Quote:'DLeavy
I would assume, you just follow these instructions:

http://forum.xbmc.org/showthread.php?tid=127369

Yes, you can copy your user preferences folder back onto it - just be sure the permissions are set correctly.

I did it, and, at the final i got this message:


Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg: dependency problems prevent configuration of org.xbmc.xbmc-atv2:
org.xbmc.xbmc-atv2 depends on org.awkwardtv.whitelist; however:
Package org.awkwardtv.whitelist is not installed.
org.xbmc.xbmc-atv2 depends on com.nito.updatebegone; however:
Package com.nito.updatebegone is not installed.
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-3_iphoneos-arm.deb



RE: How can I install XBMC on ATV 2 5.1.1 - badassdes - 2012-05-26

Followed the instructions posted by harryzimm and it worked! THANKS!!!


RE: How can I install XBMC on ATV 2 5.1.1 - Ned Scott - 2012-05-26

These instructions are already in a sticky post. The "READ ME 1st" post points to the iOS FAQ that also contains both video instructions and a link to the 5.1 install post. People just don't read the FAQ before posting.


RE: How can I install XBMC on ATV 2 5.1.1 - deanmv - 2012-05-26

(2012-05-26, 04:01)alereis Wrote:
Quote:'DLeavy
I would assume, you just follow these instructions:

http://forum.xbmc.org/showthread.php?tid=127369

Yes, you can copy your user preferences folder back onto it - just be sure the permissions are set correctly.

I did it, and, at the final i got this message:


Unpacking replacement org.xbmc.xbmc-atv2 ...
dpkg: dependency problems prevent configuration of org.xbmc.xbmc-atv2:
org.xbmc.xbmc-atv2 depends on org.awkwardtv.whitelist; however:
Package org.awkwardtv.whitelist is not installed.
org.xbmc.xbmc-atv2 depends on com.nito.updatebegone; however:
Package com.nito.updatebegone is not installed.
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-3_iphoneos-arm.deb


http://forum.xbmc.org/showthread.php?tid=132192&pid=1110153#pid1110153



Jailbreak 5.1 XBMC problem - deltakappa - 2012-05-26

Hi,

I have problems installing XBMC usibg the most recent jailbreak for iOS 5.0.1 (e.g. Jailbreak unthethered 5.1).
I followed steps from the FAQ
I get
org.xbmc.xbmc-atv2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

Once in Apple TV, I see the logo for Nito TV and next to it, an "empty" box labelled XBMC.
When I click on it, then I see a

XBMC
-------------------------------
| XBMC |
-------------------------------

I select the second one and then nothing for a while and after everything returns to the main menu where I see Nito tv, and all of the other menus.

Can you help?


Regards



RE: Jailbreak 5.1 XBMC problem - ady199 - 2012-05-26

Hi,

I installed XBMC just this morning and had exactly the same problem as you - to rectify the problem, just follow the below procedure:-

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
dpkg -i org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb

This should hopefully work.


RE: Jailbreak 5.1 XBMC problem - deltakappa - 2012-05-26

Thank's ... please see below

Reading package lists... Done
Apple-TV:~ root# mkdir -p /Applications/AppleTV.app/Appliances

Apple-TV:~ root# apt-get install org.xbmc.xbmc-atv2
Reading package lists... Done
Building dependency tree
Reading state information... Done
org.xbmc.xbmc-atv2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

Apple-TV:~ root# mkdir -p /Applications/XBMC.frappliance

Apple-TV:~ root# wget http://dl.dropbox.com/u/14341410/org.xbm...os-arm.deb
--2012-05-26 09:07:10-- http://dl.dropbox.com/u/14341410/org.xbm...os-arm.deb
Resolving dl.dropbox.com... 107.21.212.198, 107.22.210.127, 174.129.253.24, ...
Connecting to dl.dropbox.com|107.21.212.198|:80... connected.
HTTP request sent, awaiting response... 404 NOT FOUND
2012-05-26 09:07:10 ERROR 404: NOT FOUND.

It seems that it does not find somethingHuh??




RE: Jailbreak 5.1 XBMC problem - ady199 - 2012-05-26

Make sure you have the full filename for the dropbox file

Code:
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb



RE: Jailbreak 5.1 XBMC problem - deltakappa - 2012-05-26

... effectively it helps when using the full name !

Thanks for this.

I have 2 apple TV2, is there an easy way to do 1 completely and then export the image to the other one ? Which thread should I consult?