Page 25 of 31 FirstFirst ... 51516171819202122232425262728293031 LastLast
Results 241 to 250 of 310
Discuss nitoTV 0.7.0 released, leopard support, photo tweaks, add rss ui + more at the AppleTV 1 - Hackint0sh.org; Yeah, exactly the same issue as above. Update CommonMediaPlayer Fails. Says "nitohelper doesn't have the ...
  1. #241
    Newbie Array

    Join Date
    Feb 2010
    Posts
    2
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default Update CommonMediaPlayer Failed

    Yeah, exactly the same issue as above. Update CommonMediaPlayer Fails. Says "nitohelper doesn't have the proper permissions and owner".

    Any fix or workaround for this issue?


  2. #242
    Developer Array

    Join Date
    Jul 2008
    Posts
    471
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    28

    Default

    Quote Originally Posted by MoTo View Post
    Yeah, exactly the same issue as above. Update CommonMediaPlayer Fails. Says "nitohelper doesn't have the proper permissions and owner".

    Any fix or workaround for this issue?
    Strange you shouldnt really HAVE to update the framework for passthrough to work, the only change in it from v3 to v4 is a bug we squashed that was causing some erratic crashes. The framework itself installs the AC3 passthrough component in /Library/Audio/Plug-Ins/HAL. The only thing i can think of is maybe that folder doesnt exist and our installation code may not make sure of that before putting the plugin in place. However im a bit dumbfounded as to why the framework update wont work. You may want to ssh in and explore to see if that folder exists. If not i recommend creating the folder and deleting the commonmediaplayer framework out of ~/Library/Frameworks. Try rebooting the finder after that and the framework should reinstall itself. After that check to see if the passthrough option can be toggled on yet. From there if you want to get the latest framework i would remove it from the ~/Library/Frameworks folder again (make sure that folder is owned by frontrow/frontrow as well) And without rebooting the finder try running the installer in nitoTV again.

    This framework has a really unique setup so its going to have some growing pains associated with its earliest versions. Please bear with us.

  3. #243
    Newbie Array

    Join Date
    Feb 2010
    Posts
    2
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by nitosoft View Post
    You may want to ssh in and explore to see if that folder exists.
    Unfortunately, I haven't got the slightest idea how to do that.

    The only thing I can do is completely reinstall from scratch, if you think that might fix the problem. I just don't want to go to that much trouble if that is unlikely to help.

  4. #244
    Newbie Array

    Join Date
    Feb 2009
    Posts
    6
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default success, sort of

    the directory was present, but after I deleted the framework from ~/Library and rebooting the finder the option was there.

    5.1 worked after a complete reboot (ac3 and dts)

    but after doing that, the picture is vertically squashed, like an extra letterbox on top. checked various sources. (picture was normal before the procedure) Zoom=none

    so close ... :-)

    excellent work with 5.1!

    cheers
    winmann

    your update procedure worked, too. but no improvement aspect-wise
    Last edited by Winmann; 02-28-2010 at 09:55 PM.

  5. #245
    Developer Array

    Join Date
    Jul 2008
    Posts
    471
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    28

    Default

    Quote Originally Posted by MoTo View Post
    Unfortunately, I haven't got the slightest idea how to do that.

    The only thing I can do is completely reinstall from scratch, if you think that might fix the problem. I just don't want to go to that much trouble if that is unlikely to help.
    try running through these steps while sshed in

    Code:
    sudo mount -uw /
    sudo mkdir -p /Library/Audio/Plug-Ins/HAL
    sudo chown -R frontrow:frontrow ~/Library/Frameworks
    rm -rf ~/Library/Frameworks/CommonMediaPlayer.framework/
    killall Finder


    Quote Originally Posted by Winmann View Post
    the directory was present, but after I deleted the framework from ~/Library and rebooting the finder the option was there.

    5.1 worked after a complete reboot (ac3 and dts)

    but after doing that, the picture is vertically squashed, like an extra letterbox on top. checked various sources. (picture was normal before the procedure) Zoom=none

    so close ... :-)

    excellent work with 5.1!

    cheers
    winmann

    your update procedure worked, too. but no improvement aspect-wise
    No idea why the picture would be squashed, the AC-3 passthrough has nothing to do with picture display. Very bizarre.
    Last edited by nitosoft; 02-28-2010 at 10:46 PM.


  6. #246
    Newbie Array

    Join Date
    Feb 2009
    Posts
    6
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    No idea why the picture would be squashed, the AC-3 passthrough has nothing to do with picture display. Very bizarre.
    yeah. Changing the atv resolution delivers even more bizarre outputs:
    1080i 50Hz vertically squashed
    720p 50Hz picture shifted down about 60% (huge black bar on top) but not squashed, so are the overlays

    The same on what appears to be 60Hz (1080i & 720p w/o suffix)

    I remember similar issues with an early version of nitoTV in regards of mplayer dvd playback, posted some pictures back then. But that might be a totally different story.

    edit:
    the sound of the atv boot-sequence is gone, too
    Last edited by Winmann; 02-28-2010 at 11:46 PM.

  7. #247
    Developer Array

    Join Date
    Jul 2008
    Posts
    471
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    28

    Default

    Quote Originally Posted by Winmann View Post
    yeah. Changing the atv resolution delivers even more bizarre outputs:
    1080i 50Hz vertically squashed
    720p 50Hz picture shifted down about 60% (huge black bar on top) but not squashed, so are the overlays

    The same on what appears to be 60Hz (1080i & 720p w/o suffix)

    I remember similar issues with an early version of nitoTV in regards of mplayer dvd playback, posted some pictures back then. But that might be a totally different story.

    edit:
    the sound of the atv boot-sequence is gone, too
    if noticed some bizarre picture issues in resolutions other than 720p, but 720p has worked great for me, guess we're going to have try and find some more tv's to test on since there is some odd inconsistency between them.

  8. #248
    Newbie Array

    Join Date
    Feb 2009
    Posts
    6
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default resolved

    Hi there!
    I started over deleting the framework in HAL and ~/Library then deinstalled nitotv and sapphire.
    After a fresh install it is working like a charm.
    Great work!
    cheers
    winmann

  9. #249
    Developer Array

    Join Date
    Jul 2008
    Posts
    471
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    28

    Default

    Quote Originally Posted by Winmann View Post
    Hi there!
    I started over deleting the framework in HAL and ~/Library then deinstalled nitotv and sapphire.
    After a fresh install it is working like a charm.
    Great work!
    cheers
    winmann
    the problem occurs when you change the resolution and dont reboot the finder. Its a very bizarre issue that i cant quite figure out. So if you are in 720p and then view a dvd it will be fine, if you change to 1080i/480p/etc... and dont restart the finder the problem occurs. its quite a strange and baffling one.

  10. #250
    Newbie Array

    Join Date
    Mar 2010
    Posts
    4
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default 0.8.7 update failed

    Hello Nito,

    Today I tried to do update thought your install software menu, but I got an install failed!! screen (nitohelper permission.) I also tried:
    sudo /System/Library/CoreServices/Finder.app/Contents/PlugIns/nitoTV.frappliance/Contents/Resources/fixPerm
    but still couldn't make it.

    I've used this way to update since atv os 1.1 and never seen this problem.
    Recently I just installed launcher xbmc/boxee, do you think it is the reason?

    Thanks!


 

 

LinkBacks (?)

  1. 02-26-2010, 05:56 PM
  2. 07-21-2009, 03:49 PM
  3. 02-17-2009, 09:56 AM
  4. 02-17-2009, 06:14 AM

Similar Threads

  1. MacRumors: Potential First Released Photo Taken by an iPhone 5
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 09-07-2011, 05:10 PM
  2. MacNN: Windows Phone 7 released to manufacturing, gets tweaks
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 09-01-2010, 11:30 PM
  3. MacNN: Chinese iPhone gets tweaks to support WAPI standard
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 05-04-2010, 04:10 PM
  4. MacNN: Cocktail 4.6 adds Snow Leopard support, interface tweaks
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 11-10-2009, 06:40 AM
  5. nitoTV for leopard?
    By nitosoft in forum AppleTV 1
    Replies: 8
    Last Post: 02-12-2009, 08:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO
(c) 2006-2012 Hackint0sh.org
All times are GMT +2. The time now is 01:48 PM.
twitter, follow us!