[AppleTV2] ATV2 Install failure - SIZE MISMATCH

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ddingle Offline
Junior Member
Posts: 40
Joined: Nov 2010
Reputation: 0
Post: #31
rsimpsonbusa Wrote:I dont want to install it on FW 4.2.1 since its tethered and got kids at home who cant do a reboot if necessary.

Also getting:
Code:
E: Sub-process /usr/bin/dpkg returned an error code (1)

Also don't want to "upgrade" to tethered jailbreak. Looking forward to possible solutions as this rocks big time! Thx to the devs!!
find quote
ddingle Offline
Junior Member
Posts: 40
Joined: Nov 2010
Reputation: 0
Post: #32
ddingle Wrote:Also getting:
Code:
E: Sub-process /usr/bin/dpkg returned an error code (1)

Doh! After a little googlefu I stumbled across -f and it worked:

Code:
Apple-TV:~ root# apt-get -f install org.xbmc.xbmc-atv2
find quote
cagex Offline
Junior Member
Posts: 13
Joined: Apr 2008
Reputation: 0
Post: #33
ddingle Wrote:Doh! After a little googlefu I stumbled across -f and it worked:

Code:
Apple-TV:~ root# apt-get -f install org.xbmc.xbmc-atv2

I can't wait to try this Smile thank you ddingle
find quote
assaf144 Offline
Junior Member
Posts: 12
Joined: Jan 2011
Reputation: 0
Post: #34
this is what i am getting:

Apple-TV:/ root# apt-get install org.xbmc.xbmc-atv2
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
org.xbmc.xbmc-atv2: Depends: org.awkwardtv.whitelist but it is not installable
E: Broken packages

can you help please?
find quote
derchris Offline
Member
Posts: 60
Joined: Oct 2004
Reputation: 0
Post: #35
Have you tried installing org.awkwardtv.whitelist manually to check why it will not install?
find quote
assaf144 Offline
Junior Member
Posts: 12
Joined: Jan 2011
Reputation: 0
Post: #36
derchris Wrote:Have you tried installing org.awkwardtv.whitelist manually to check why it will not install?

yes after i manually added org.awkwardtv.whitelist it let me pass on but i i had few more error massages during the process. i am trying to uninstall and reinstall again but its not working so good for me now. is there a way to complete uninstall, i used:
apt-get -f remove org.xbmc.xbmc-atv2
not sure if its ok

thanks
find quote
assaf144 Offline
Junior Member
Posts: 12
Joined: Jan 2011
Reputation: 0
Post: #37
derchris Wrote:Have you tried installing org.awkwardtv.whitelist manually to check why it will not install?

BTW
HOW can i remove http://ispaziorepository.com from the process of the get-apt update. the source is offline and make the command stuck for few minutes.

thanks
find quote
assaf144 Offline
Junior Member
Posts: 12
Joined: Jan 2011
Reputation: 0
Post: #38
ddingle Wrote:Doh! After a little googlefu I stumbled across -f and it worked:

Code:
Apple-TV:~ root# apt-get -f install org.xbmc.xbmc-atv2

Did you had to restore or you run in again just with the -f ?

thanks
find quote
seveneleven Offline
Junior Member
Posts: 32
Joined: Jan 2011
Reputation: 0
Post: #39
I am also having the problems with org.awkwardtv.whitelist when I tried

Code:
apt-get install org.awkwardtv.whitelist

I get this:
Code:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package org.awkwardtv.whitelist is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package org.awkwardtv.whitelist has no installation candidate

Is there another source?
find quote
cagex Offline
Junior Member
Posts: 13
Joined: Apr 2008
Reputation: 0
Thumbs Up    Post: #40
assaf144 Wrote:this is what i am getting:

Apple-TV:/ root# apt-get install org.xbmc.xbmc-atv2
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
org.xbmc.xbmc-atv2: Depends: org.awkwardtv.whitelist but it is not installable
E: Broken packages

can you help please?

Try to type it with apt-get -f install org.xbmc.xbmc-atv2

the part (( -f )) dose the job for 4.1 Smile it worked for me like a charm
find quote
Post Reply