sharkus
Junior Member
Posts: 11
Joined: Feb 2007
Reputation: 0
|
(2012-04-01 15:00)Memphiz Wrote: (2012-04-01 14:59)sharkus Wrote: Thank you kind sirs for all your effort on this. I don't suppose anyone could enlighten me as to why it wasn't working and what the changes were to fix it. I'm just curious from a tech perspective.
If you are a dev: https://github.com/Memphiz/xbmc/commits/edenios51 <- last 3 commits
If not - you won't understand ...
Well, I'm QA on an iOS dev team, and I've picked up a little coding here and there, so I might be able to understand. Thanks for posting the gitthub link, I'll have a look.
|
|
find
quote
|
Warmapple
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
|
Apple-TV:~ root# wget linkremoved
--2012-04-01 21:00:54-- linkremoved
Resolving dl.dropbox.com... 107.20.174.220, 107.20.133.28, 23.21.194.218, ...
Connecting to dl.dropbox.com|107.20.174.220|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48953372 (47M) [application/x-debian-package]
Saving to: `org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb'
100%[=======================================>] 48,953,372 110K/s in 9m 11s
2012-04-01 21:10:07 (86.8 KB/s) - `org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb' saved [48953372/48953372]
Apple-TV:~ root# dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
dpkg: error processing org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
org.xbmc.xbmc-atv2_11.0-1_iphoneos-arm.deb
Apple-TV:~ root# dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
dpkg: error processing org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
Apple-TV:~ root# rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
rm: cannot remove `org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb': No such file or directory
Apple-TV:~ root#
Where have i gone wrong?
ahh the 1 is now a 2 in the command..
(This post was last modified: 2012-04-01 15:26 by Memphiz.)
|
|
find
quote
|
socrates89
Junior Member
Posts: 1
Joined: Apr 2012
Reputation: 0
|
hi there,
i'vd try to upgrade but i'd received an error. what am i'm doing wrong ?
http://s7.directupload.net/file/d/2847/tyydm5vn_png.htm
|
|
find
quote
|
Memphiz
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
|
Had a typo in the install instructions (fixed) ... the filename changed from 11.0-1 to 11.0-2 ... so just change that in your instructions. Please stop quoting the download link - in case that dropbox goes locked again (should not happen this time) i have to remove those!
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
|
|
find
quote
|
Warmapple
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
|
I have a 52" panasonic TV and I had to adjust the zoom to -6% to see it on the screen if that helps at all?
|
|
find
quote
|
Memphiz
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
|
Thats normal for some TVs. It would be a bug, when the window is not centered or when its rotated 90 degrees. The normal overscan (your 6%) is some setting of the TV (mostly you have a setting in the TV itself - something like "scan&pan" or "overscan") for fixing it without zooming.
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
|
|
find
quote
|
-apophis-
Junior Member
Posts: 4
Joined: Apr 2012
Reputation: 0
|
thanks for your amazing work. I really appreciate this.
Unfortunately I get an error on my fresh installation:
AppleTV:~ root# dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
(Reading database ... 4580 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 11.0-0 (using org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb) ...
find: /Applications/AppleTV.app/Appliances/XBMC.frappliance: No such file or directory
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
find: /Applications/XBMC.frappliance: No such file or directory
find: /Applications/AppleTV.app/Appliances/XBMC.frappliance: No such file or directory
dpkg: error processing org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb (--install):
subprocess new pre-removal script returned error exit status 1
chown: cannot access `/Applications/XBMC.frappliance': No such file or directory
Errors were encountered while processing:
org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
so what is missing?
I do have the folder: /Applications/AppleTV.app/Appliances
and there's a link in it: XBMC.frappliance -> /Applications/XBMC.frappliance
but /Applications/XBMC.frappliance doesn't exist.
(This post was last modified: 2012-04-01 15:35 by -apophis-.)
|
|
find
quote
|
deanmv
Posting Freak
Posts: 896
Joined: Jun 2011
Reputation: 10
Location: UK
|
(2012-04-01 15:32)-apophis- Wrote: thanks for your amazing work. I really appreciate this.
Unfortunately I get an error on my fresh installation:
AppleTV:~ root# dpkg -i org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
(Reading database ... 4580 files and directories currently installed.)
Preparing to replace org.xbmc.xbmc-atv2 11.0-0 (using org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb) ...
find: /Applications/AppleTV.app/Appliances/XBMC.frappliance: No such file or directory
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
find: /Applications/XBMC.frappliance: No such file or directory
find: /Applications/AppleTV.app/Appliances/XBMC.frappliance: No such file or directory
dpkg: error processing org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb (--install):
subprocess new pre-removal script returned error exit status 1
chown: cannot access `/Applications/XBMC.frappliance': No such file or directory
Errors were encountered while processing:
org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb
so what is missing?
I think you missed on running:
Code:
mkdir /Applications/AppleTV.app/Appliances
before installing.
Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
|
|
find
quote
|
-apophis-
Junior Member
Posts: 4
Joined: Apr 2012
Reputation: 0
|
sorry, I edited my post afterwards, I made this folder in advance, but the aim is missing
(This post was last modified: 2012-04-01 15:38 by -apophis-.)
|
|
find
quote
|