![]() |
|
[Apple TV 2] iOS 5.1 & XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: iOS support (/forumdisplay.php?fid=137) +---- Thread: [Apple TV 2] iOS 5.1 & XBMC (/showthread.php?tid=127233) |
RE: iOS 5.1 & XBMC - sharkus - 2012-04-01 15:13 (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. 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. RE: iOS 5.1 & XBMC - Warmapple - 2012-04-01 15:13 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.. RE: iOS 5.1 & XBMC - socrates89 - 2012-04-01 15:18 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 RE: iOS 5.1 & XBMC - Memphiz - 2012-04-01 15:19 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! RE: iOS 5.1 & XBMC - Warmapple - 2012-04-01 15:21 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? RE: iOS 5.1 & XBMC - Memphiz - 2012-04-01 15:27 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. RE: iOS 5.1 & XBMC - -apophis- - 2012-04-01 15:32 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. RE: iOS 5.1 & XBMC - deanmv - 2012-04-01 15:34 (2012-04-01 15:32)-apophis- Wrote: thanks for your amazing work. I really appreciate this. I think you missed on running: Code: mkdir /Applications/AppleTV.app/Appliancesbefore installing. RE: iOS 5.1 & XBMC - -apophis- - 2012-04-01 15:38 sorry, I edited my post afterwards, I made this folder in advance, but the aim is missing RE: iOS 5.1 & XBMC - Memphiz - 2012-04-01 15:43 You missed the apt-get install org.xbmc.xbmc-atv2 after creating that folder? (for installing the previous cydia version and its deps). Muh that installation issues suck. Just mkdir all dirs he is complaining about
|