11.0-4 Cant Launch XBMC, No Icon / Frontrow app md5sum is unknown, not patching
#1
Searched the forum but since 11.0-4 is so new there isn't much info.

I've just re-flashed one of my older 11.0 versions with the latest seasonpass and ios (5.0.2 4250) since the one i did last week's been working great.

After the flash the ATV2 boots, has firecore icon, do a "apt-get update" and a "apt-get install org.xbmc.xbmc-atv2" and the GUI resets and NO XBMC Icon Sad

I tried it again with an apt-get Upgrade, but fell into the bad SSH issue and retried it a third time with no success.

See below

(Second minor issue - with 11.0-3 the Firecore "Settings icon" didn't revert back to default? It did if I installed XBMC via Nito, but not via Apt-Get)


Kind Regards,
Mike Pisano



Bedroom-Apple-TV:~ root# apt-get update
Get:1 http://cydia.zodttd.com stable Release.gpg [189B]
Get:2 http://apt.saurik.com tangelo-3.7 Release.gpg [189B]
Ign http://mirrors.xbmc.org ./ Release.gpg
Get:3 http://apt.thebigboss.org stable Release.gpg [197B]
Get:4 http://nitosoft.com ; Release.gpg [487B]
Get:5 http://apt.modmyi.com stable Release.gpg [189B]
Get:6 http://cydia.zodttd.com stable Release [1619B]
Get:7 http://apt.awkwardtv.org stable Release.gpg [198B]
Get:8 http://apt.thebigboss.org stable Release [13.5kB]
Get:9 http://apt.saurik.com tangelo-3.7 Release [630B]
Ign http://mirrors.xbmc.org ./ Release
Get:10 http://nitosoft.com ; Release [295B]
Get:11 http://apt.awkwardtv.org stable Release [2082B]
Get:12 http://apt.modmyi.com stable Release [1341B]
Get:13 http://apt.saurik.com tangelo-3.7/main Packages [23.7kB]
Get:14 http://mirrors.xbmc.org ./ Packages [522B]
Get:15 http://apt.thebigboss.org stable/main Packages [952kB]
Get:16 http://nitosoft.com ; Packages [3847B]
Get:17 http://apt.awkwardtv.org stable/main Packages [23.1kB]
Get:18 http://apt.modmyi.com stable/main Packages [2218kB]
Get:19 http://cydia.zodttd.com stable/main Packages [1456kB]
Fetched 4699kB in 1min 3s (73.5kB/s)
Reading package lists... Done

Bedroom-Apple-TV:~ root# apt-get install org.xbmc.xbmc-atv2
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
beigelist bsdiff com.nito.updatebegone gawk org.xbmc.xbmc-seatbeltunlock
The following NEW packages will be installed:
beigelist bsdiff com.nito.updatebegone gawk org.xbmc.xbmc-atv2
org.xbmc.xbmc-seatbeltunlock
0 upgraded, 6 newly installed, 0 to remove and 13 not upgraded.
Need to get 45.4MB of archives.
After this operation, 1413kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
org.xbmc.xbmc-seatbeltunlock org.xbmc.xbmc-atv2
Install these packages without verification [y/N]? y
Get:1 http://apt.awkwardtv.org stable/main bsdiff 4.3-1 [6824B]
Get:2 http://apt.awkwardtv.org stable/main gawk 3.1.6-2 [424kB]
Get:3 http://mirrors.xbmc.org ./ org.xbmc.xbmc-seatbeltunlock 1.0-4 [2950B]
Get:4 http://mirrors.xbmc.org ./ org.xbmc.xbmc-atv2 11.0-4 [45.0MB]
Get:5 http://apt.awkwardtv.org stable/main beigelist 2.2.3-3 [12.3kB]
Get:6 http://apt.awkwardtv.org stable/main com.nito.updatebegone 0.2-1 [2074B]
Fetched 45.4MB in 38s (1167kB/s)
Selecting previously deselected package bsdiff.
(Reading database ... 1277 files and directories currently installed.)
Unpacking bsdiff (from .../bsdiff_4.3-1_iphoneos-arm.deb) ...
Selecting previously deselected package gawk.
Unpacking gawk (from .../gawk_3.1.6-2_iphoneos-arm.deb) ...
Selecting previously deselected package beigelist.
Unpacking beigelist (from .../beigelist_2.2.3-3_iphoneos-arm.deb) ...
Selecting previously deselected package com.nito.updatebegone.
Unpacking com.nito.updatebegone (from .../com.nito.updatebegone_0.2-1_iphoneos-arm.deb) ...
Selecting previously deselected package org.xbmc.xbmc-seatbeltunlock.
Unpacking org.xbmc.xbmc-seatbeltunlock (from .../org.xbmc.xbmc-seatbeltunlock_1.0-4_iphoneos-arm.deb) ...
Selecting previously deselected package org.xbmc.xbmc-atv2.
Unpacking org.xbmc.xbmc-atv2 (from .../org.xbmc.xbmc-atv2_11.0-4_iphoneos-arm.deb) ...
Setting up bsdiff (4.3-1) ...
Setting up gawk (3.1.6-2) ...
Setting up beigelist (2.2.3-3) ...
Setting up com.nito.updatebegone (0.2-1) ...
Setting up org.xbmc.xbmc-seatbeltunlock (1.0-4) ...
Found ATV2 running ios 4.2+/AppleTV
Frontrow app md5sum is unknown, not patching
Setting up org.xbmc.xbmc-atv2 (11.0-4) ...
ln: creating symbolic link `/Applications/AppleTV.app/Appliances/XBMC.frappliance': No such file or directory
File /var/mobile/Media/Photos/seas0nTV.png exists. removing...
Bedroom-Apple-TV:~ root#
Reply
#2
I believe you need to do two extra commands to make the icon show up in ATV2 software 5.x:


mkdir -p /Applications/AppleTV.app/Appliances

amd

mkdir -p /Applications/XBMC.frappliance

You might have to do them with the XBMC dpkg inbetween, as listed on HOW-TO:Install_XBMC_on_Apple_TV_2#ATV_5.x (wiki). Not sure if that order is required or not.
Reply
#3
Hey Ned,

Thanks for the reply

I didnt do the MKdirs because I had used the same SeasonPass and IOS version last week with 11.0-3 and it worked fine, but I will try the mkdir's when I get back home tonight.

If that doesnt fix it, I'll try via Nito and see if that works, else I think Ill just have the apple boot directly to XBMC and see if it's installed properly.

Thanks Again,
Mike Pisano
Reply
#4
Quick fix for this.. stick with 11.0.3 lol

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
mkdir -p /Applications/XBMC.frappliance
wget http://mirrors.xbmc.org/apt/atv2/deb/org...os-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
Reply
#5
(2012-07-06, 20:40)CHRONiC YOUTH Wrote: Quick fix for this.. stick with 11.0.3 lol

apt-get update
mkdir -p /Applications/AppleTV.app/Appliances
mkdir -p /Applications/XBMC.frappliance
wget http://mirrors.xbmc.org/apt/atv2/deb/org...os-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

Had the same prob as OP and your solution worked!
thanks
Reply
#6
there is no difference between 11.0-3 and 11.0-4 when it comes to installation. Both is Eden Release. Both is compatible with ios >5 - the difference is - -4 is built officially by our buildbot, -3 was build by myself and had crash issues when using samba.
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
#7
Strange that there is only a samba difference between 4 and 3, I can also confirm that initailly after the load of -4 there was no XBMC Icon and the Icon appears after I

Code:
Apt-get remove org.xbmc.xbmc-atv2
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

Regards
Mike





Reply
#8
I double checked. Deinstalled 11.0-4 and reinstalled it (both via nitotv) ... icon was there and i did a hand stand before pushing 11.0-4 for that fuckin icon so i would bite my ass if there was an issue Wink

Could you try again with 11.0-4 and verify that /Applications/XBMC.frappliance/AppIcon.png is there?
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
#9
Frontrow app md5sum is unknown, not patching

i got this same message installing but my icon is there. only issue i got right now is in frontrow, apples movies and tv shows submenus does not work for me. can this "not patching" be the cause and by making those two mkdir commands fix?
Reply
#10
the not patching/md5sum unknown is non-fatal - just ignore it. Its unlikly that it has anything to do with your frontrow problem (its more likly that the jailbreak is causing this).
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

Logout Mark Read Team Forum Stats Members Help
11.0-4 Cant Launch XBMC, No Icon / Frontrow app md5sum is unknown, not patching0