![]() |
|
[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 - happyendin21 - 2012-04-01 18:17 (2012-04-01 14:59)Memphiz Wrote: link updated in the stickyThanks again Memphiz for the prompt response. I updated the script and I get a new but similar problem it is confluence being offset on the bottom of the screen. The Bottom is not visible and the top ends mid screen I have attached another pic of the problem. I appreciate the prompt responses. I am in no rush to get this working and appreciate the time and effort you have gone through to get this to work. This does not appear to be something that can be fixed with zoom or tv settings on my end. Am I the only one having these or similar problems? RE: iOS 5.1 & XBMC - Chapaeff33 - 2012-04-01 18:24 Thank you for your reply! Yes, I did run this code and this is error i got at the end. ============ 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 726K/s in 84s 2012-04-01 09:21:49 (571 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 (Reading database ... 3344 files and directories currently installed.) Preparing to replace org.xbmc.xbmc-atv2 11.0-2 (using org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb) ... Unpacking replacement org.xbmc.xbmc-atv2 ... dpkg: dependency problems prevent configuration of org.xbmc.xbmc-atv2: org.xbmc.xbmc-atv2 depends on org.xbmc.xbmc-seatbeltunlock; however: Package org.xbmc.xbmc-seatbeltunlock is not installed. dpkg: error processing org.xbmc.xbmc-atv2 (--install): dependency problems - leaving unconfigured Errors were encountered while processing: org.xbmc.xbmc-atv2 Apple-TV:~ root# rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb RE: iOS 5.1 & XBMC - charlesv - 2012-04-01 18:26 I can confirm I'm having the same issue. Running on a Samsung LN40B530 at 720p 60hz. Tried 480p 60hz with identical results. RE: iOS 5.1 & XBMC - ruffellprefley - 2012-04-01 18:28 (2012-04-01 17:17)deanmv Wrote: So everything you need are in those commands you posted, just follow them in order. Hope that helps. (2012-04-01 17:21)-apophis- Wrote: @ruffellprefley thank you both for your timely and informative responses. cheers!! RE: iOS 5.1 & XBMC - Chapaeff33 - 2012-04-01 18:36 Guess it is a good sign....) 2012-04-01 09:33:43 (545 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 (Reading database ... 3376 files and directories currently installed.) Preparing to replace org.xbmc.xbmc-atv2 11.0-2 (using org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb) ... Unpacking replacement org.xbmc.xbmc-atv2 ... Setting up org.xbmc.xbmc-atv2 (11.0-2) ... Apple-TV:~ root# rm org.xbmc.xbmc-atv2_11.0-2_iphoneos-arm.deb RE: iOS 5.1 & XBMC - thesteve - 2012-04-01 19:18 Thanks for the quick work on this! I installed it on my ATV today but when I launch xbmc, it opens in portrait! i.e. the screen is rotated 90 degrees to the right. Is this a known issue? RE: iOS 5.1 & XBMC - charlesv - 2012-04-01 19:25 thesteve, yup - it's in the sticky for the atv build, as well as a few posts up ![]() Sounds like it may be a TV compatibility issue? I was able to navigate off-screen to the video calib settings, but the "screen" it's calibrating to appears to be offscreen as well RE: iOS 5.1 & XBMC - merrell13 - 2012-04-01 19:26 Thank You Memphiz. Your patch is working great! Keep up the work. You are the best. RE: iOS 5.1 & XBMC - joncymatix - 2012-04-01 20:11 (2012-04-01 19:25)charlesv Wrote: thesteve, yup - it's in the sticky for the atv build, as well as a few posts up Found a way to fix this... I SSH'd into ATV and then opened up guisettings.xml from /private/var/mobile/Library/Preferences/XBMC/userdata In there under the 'resolutions' section I changed references to 720 to 1080 dimension sizes instead. Respring ATV, open XBMC and it now appears to work... Hope that is of some help. Nice one to Memphiz for the patch!
RE: iOS 5.1 & XBMC - tompop - 2012-04-01 20:47 hi guys, after entering: apt-get update mkdir -p /Applications/AppleTV.app/Appliances I also get: couldn't find packe org.xmbc.xmbc-atv2. Any ideas? Am I missing steps in the process? |