Can't upgrade to KODI
#1
I can't update the org.xbmc.xbmc-seatbeltunlock_1.0-4_iphoneos-arm.deb file.
my over-all install of KODI fails, as I can't update this.
Any thoughts?
Reply
#2
apt-get install org.xbmc.kodi-seatbeltunlock (it was renamed for kodi)
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
(2014-12-17, 12:10)Memphiz Wrote: apt-get install org.xbmc.kodi-seatbeltunlock (it was renamed for kodi)

thank you. I'll try that
Reply
#4
(2014-12-17, 12:10)Memphiz Wrote: apt-get install org.xbmc.kodi-seatbeltunlock (it was renamed for kodi)


I did this, and it installed KODI properly. At the end, it says I have ATV running 4.2
I have upgraded to 5.3, and so far, KODI is working after the migration issues.
I will try to delete XMBC now.

text of install follows

****

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 http://mirrors.xbmc.org/apt/pre-release/...os-arm.deb
wget http://mirrors.xbmc.org/apt/pre-release/...os-arm.deb
dpkg -i *xbmc*.deb
rm *xbmc*.deb


Uninstalling just XBMC
SSH into your Apple TV (Using the same instructions from above to login). Then run:
apt-get remove org.xbmc.xbmc-atv2
It will ask you if you want to continue:
The following packages will be REMOVED:
org.xbmc.xbmc-atv2
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Just enter "Y" to accept and continue.
5.2 Removing settings
XBMC will uninstall from your Apple TV but will leave certain things (databases and everything in your userdata folder) behind to make it easier if you wanted to reinstall. To delete those also run:
rm -Rf /private/var/mobile/Library/Preferences/XBMC
This will then be completely clear and XBMC will be removed.
5.3 Deleting XBMC dependencies
XBMC has three dependencies that it installs along with itself when you first install XBMC (org.xbmc.xbmc-seatbeltunlock, gawk, bsdiff). After uninstalling XBMC you can also uninstall these 3 dependencies by running this command:
apt-get remove org.xbmc.xbmc-seatbeltunlock && apt-get remove gawk && apt-get remove bsdiff



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
apt-get install org.xbmc.kodi-seatbeltunlock
wget http://mirrors.xbmc.org/apt/atv2/deb/org...os-arm.deb
dpkg -i org.xbmc.kodi*.deb
rm org.xbmc.kodi*.deb
reboot




******

Living-Room-AppleTV:~ root# apt-get install wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
wget
1 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
1 not fully installed or removed.
Need to get 210kB of archives.
After this operation, 184kB of additional disk space will be used.
Get:1 http://apt.saurik.com ios/793.00/main wget 1.16-4 [210kB]
Fetched 210kB in 0s (416kB/s)
(Reading database ... 12067 files and directories currently installed.)
Preparing to replace wget 1.11-3 (using .../wget_1.16-4_iphoneos-arm.deb) ...
Unpacking replacement wget ...
Setting up org.xbmc.kodi-atv2 (14.0-0~rc3) ...
This is the first time you install Kodi and we detected that you have an old XBMC configuration. Your XBMC configuration will now be migrated to Kodi by moving the settings folder. If you ever want to go back to XBMC please backup /var/mobile/Library/Preferences/Kodi after this installation has finished and rename it to XBMC in case you downgrade to XBMC.
moving settings from /var/mobile/Library/Preferences/XBMC to /var/mobile/Library/Preferences/Kodi
Migration complete
Setting up wget (1.16-4) ...
Living-Room-AppleTV:~ root# apt-get update
.
.
.
Living-Room-AppleTV:~ root# apt-get install org.xbmc.kodi-seatbeltunlock
Reading package lists... Done
Building dependency tree
Reading state information... Done
org.xbmc.kodi-seatbeltunlock is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
.
.
.
Unpacking replacement org.xbmc.kodi-seatbeltunlock ...
Setting up org.xbmc.kodi-seatbeltunlock (1.0-5) ...
Found ATV2 running ios 4.2+/AppleTV
Frontrow app md5sum is unknown, not patching
Setting up org.xbmc.kodi-atv2 (14.0-0~rc3) ...
Living-Room-AppleTV:~ root# rm *xbmc*.deb
Living-Room-AppleTV:~ root#
Reply
#5
XBMC removed, thanks for your help.

Living-Room-AppleTV:~ root# apt-get remove org.xbmc.xbmc-atv2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
org.xbmc.xbmc-atv2
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 12067 files and directories currently installed.)
Removing org.xbmc.xbmc-atv2 ...
Living-Room-AppleTV:~ root# reboot
Reply

Logout Mark Read Team Forum Stats Members Help
Can't upgrade to KODI0