Kodi Community Forum

Full Version: Still Installing Gotham 13.2.?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

i am currently running Gotham 13.2. on 3 ATVs - without problem - everthing is fine.

Now i get a 4th one and want to also install 13.2. on it.

The reason why i donĀ“t want to us Kodi now is:
2.3 MySQL
Main page: MySQL/Upgrading
Stop hand.svg Proceed with caution. Some users are having issues with v14 and MySQL. MySQL users may with to hold off on upgrading for the time being.

I have installed all 3 ATVs with that tutorial - worked without problem:
apt-get install wget
wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
reboot

But with the 4th ATV i have no XBMC icon after reboot...

Tried also the tutorial from the wiki to install another version (=13.2.):
Open one of the above URL locations in a web browser and copy the url of the most recent file in that listing.
EXAMPLE: http://mirrors.kodi.tv/nightlies/darwin/...r-atv2.deb
Open up your terminal/ssh application and enter the following command to log in to your ATV2:
ssh [email protected]
EXAMPLE: ssh [email protected]
You will be asked for a password: default password is alpine
Continue to enter the following commands:
rm -f *xbmc*.deb
apt-get update
wget URL-FROM-STEP-ONE-HERE
EXAMPLE: wget http://mirrors.kodi.tv/nightlies/darwin/...r-atv2.deb
dpkg -i *xbmc*.deb
rm *xbmc*.deb

Same situation => no XBMC icon after reboot...

Last i tried to install Kodi on the ATV2 => works fine and looks good!

But i want to have also 13.2. on my 4th ATV...

Any solutions / hints for me?
apt-get remove org.xbmc.kodi-atv2

then do your instructions and use 13.2 from here:

http://mirrors.xbmc.org/apt/atv2/deb/org...os-arm.deb
Hello,

does not work either - no icon after the installation procedere (used the second one from your wiki)

get this message in putty:
dpkg -i *xbmc*.deb
(Reading database ... 5988 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 13.2-0 (using org.xbmc.xbmc-atv2_13.2-0_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

btw: never heard from this seatbeltunlock before...
apt-get install -f
Now it seems to work - thank you very much!

You guys doing a great job by the way - and bring evertime joy into my media-life... :=)
(2015-01-05, 19:42)Rapid1898 Wrote: [ -> ]Now it seems to work - thank you very much!

You guys doing a great job by the way - and bring evertime joy into my media-life... :=)

Can you list the commands you entered to get 13.2 installed? And thanks
Hi,

i was doing it with this tutorial (chapter 4)
http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Apple_TV_2

but with the deb-file from here (@Memphiz told me that see below)
http://mirrors.xbmc.org/apt/atv2/deb/org...os-arm.deb

And finally with an additonal statement it works at the end (also see below in the thread-history)
apt-get install -f
ok, I also want to do a reinstall of 13.2. I was on 13.1 and found latest Kodi to keep crashing the ATV2. Can someone share some detailed instructions on how to do this. I can copy and paste and follow instructions. The older tutorials on how to install a custom build no longer works as I need to wget an older verion of Gothem, which I am unable to locate anymore.

I did download a .deb file from one of the admins here (this thread). How do i install that from a local file?
Code:
apt-get remove org.xbmc.kodi-atv2
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-seatbeltunlock_1.0-5_iphoneos-arm.deb
dpkg -i ./org.xbmc.xbmc-seatbeltunlock_1.0-5_iphoneos-arm.deb
wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_13.2-0_iphoneos-arm.deb
dpkg -i ./org.xbmc.xbmc-atv2_13.2-0_iphoneos-arm.deb
So something off is going on. I copied the commands you posted and everything seemed ok but after a reboot, the XBMC icon is no longer on the main screen.

So I did this.

apt-get remove org.xbmc.xbmc-atv2
rm -Rf /private/var/mobile/Library/Preferences/XBMC
apt-get remove org.xbmc.xbmc-seatbeltunlock && apt-get remove gawk && apt-get remove bsdiff && apt-get remove org.xbmc.kodi-seatbeltunlock

Then rebooted.

rm -f *xbmc*.deb
apt-get update
wget URL-FROM-STEP-ONE-HERE (uploaded org.xbmc.xbmc-atv2_13.2-0_iphoneos-arm.deb to a web server and wget it this way)
dpkg -i *xbmc*.deb
rm *xbmc*.deb

Rebooted. Still no XBMC icon. Any ideas on how I can completely remove XBMC / Kodi so I can run the above commands again? I can SFTP in and can delete entire directories is needed. Any help at this point would be most appreciated.
Found an older thread and ran these lines but still no XBMC icon after a reboot:

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
mkdir -p /Applications/XBMC.frappliance
wget http://domain.com/org.xbmc.xbmc-atv2_13....os-arm.deb
dpkg -i org.xbmc.xbmc-atv2_13.2-0_iphoneos-arm.deb
rm org.xbmc.xbmc-atv2_13.2-0_iphoneos-arm.deb

What can I try here?
Update: Removed things based on apt-get remove org.xbmc.xbmc-atv2

Then ran this just to see if Kodi will show up.

apt-get install wget
wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
echo "deb http://mirrors.kodi.tv/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
apt-get update
apt-get install org.xbmc.kodi-atv2
reboot

Still no XBMC / Kodi icon after rebooting the ATV2.

At one time I had Kodi installed. It would eat up too much resources and performance was very slow so I managed to install Gotham 13.x. Today, tried to reinstall Gotham with no luck.

Does anyone have any detailed instructions as to what directories I can delete using SFTP? I can want to do a fresh install of Gotham but don't want to re-jailbreak the ATV2. Any help would be much appreciated.
ok, here is more info just in case it helps.

Tested a few commands and the Kodi icon is now showing up. Not sure which set of commands did the trick.

apt-get remove org.xbmc.xbmc-atv2
apt-get install org.xbmc.xbmc-atv2 --fix-missing

OR

apt-get remove org.xbmc.kodi-atv2
apt-get install org.xbmc.kodi-atv2 --fix-missing

The latest version of Kodi runs a tad slower than Gothem BUT.... the annoying loud click before the videos start (I would say 80% of the content I stream from the local server) is now gone! My speakers will thank you! Still not sure what happened. If someone has some complete instructions for me to completely wipe Kodi and XBMC, I would be glad to do a fresh install of Kodi after that.
ok spoke too soon. Just enabled Passthrough on Audio and turned on DD and DTS recevier and the loud click / pop just before the movie begins is back again.

So, what are the command lines to downgrade from the latest version of Kodi to Frodo?

Add On: There are no pops in Frodo. Pop sound started at Gotham 13.2 or 13.1.
Well you have to ensure that the seatbeltunlock (either kodi or xbmc) version is installed prior xbmc and kodi. Also i am pretty sure that you would spot the errors in your commands if you would carefully read its printouts. In the future - you can edit your post if you have to update it instead of adding posts ...
Pages: 1 2