Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > AppleTV

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-06-2009, 03:46 PM
bubbleboy
Status: Offline
Junior Member
 
Join Date: Sep 2007
Posts: 9
Rep Power: 0
bubbleboy is on a distinguished road
Default install NitoTV error

Would somebody help out with this error installing NitoTV Take Three.
first I installed patchstick, upgraded atv 2.4 to 3, (patchstick wasnt working), did factory reset back to 2.4, upgraded atv 2.4 to 3 againe, intalled patchstick(works now), ssh into atv and copied NitoTV there(cyberduck), Now ssh with terminal, cd nitoTv take three, then.....

-bash-2.05b$ sudo ./installme
Password:
dyld: Symbol not found: __ZTIN3KJS11InterpreterE
Referenced from: /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScriptGlue
Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

./installme: line 12: 179 Trace/BPT trap installer -pkg nitoTV.pkg -target /
Restarting Finder...
-bash-2.05b$

I tried "chmod +x installme" as well.
Also when connect using cyberduck I get a message saying Host Key Mismatch.

I have copies of nitotv moved to the atv but can't execute installme command.

Please help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 11-06-2009, 07:05 PM
nitosoft
Status: Online
Developer
 
Join Date: Jul 2008
Posts: 340
Rep Power: 19
nitosoft is on a distinguished road
Default

that is strange, if you are unzipping the proper one and changing to the nitoTV take three folder ./installme should no longer have "installer -pkg nitoTV.pkg -target /" this line in it (i just downloaded it myself to double check and that line definitely isnt in there)

this installme script should look like this in side

Code:
#!/bin/sh

if [ `id -u` != '0' ] ; then
    echo "You must use sudo to run this command."
    exit 1
fi

mount -uw /

if [ ! -e "/usr/bin/gzip" ]; then
 
/bin/cp resources/gzip /usr/bin/gzip
/bin/chmod +x /usr/bin/gzip

fi

if [ ! -e "/usr/bin/gunzip" ]; then
 
/bin/cp resources/gunzip /usr/bin/gunzip 
/bin/chmod +x /usr/bin/gunzip

fi

rm -rf /Library/Receipts/nitoTV.pkg/

tar fxpz nitoTV.tar.gz -C /

mount -ur /

echo "Restarting Finder..."

kill `ps awwx | grep [F]inder | awk '{print $1}'`

open /System/Library/CoreServices/Finder.app
and the listing of the folder nitoTV Take Three should look like this

Code:
-bash-2.05b$ ls -al
total 38136
drwxr-xr-x    8 frontrow  frontrow       272 Nov  2 00:19 .
drwxr-xr-x   33 frontrow  frontrow      1122 Nov  6 10:00 ..
-rw-r--r--    1 frontrow  frontrow      6148 Oct 24  2008 .DS_Store
-rw-r--r--    1 frontrow  frontrow     30380 Nov  2 00:19 About.txt
-rw-r--r--    1 frontrow  frontrow      1673 Nov  1 23:46 Install Instructions.rtf
-rwxr-xr-x    1 frontrow  frontrow       551 Nov  1 23:45 installme
-rw-r--r--    1 frontrow  frontrow  19474923 Nov  2 00:17 nitoTV.tar.gz
drwxr-xr-x    4 frontrow  frontrow       136 Nov  1 23:11 resources
if this isnt how it looks for you, you should delete that folder, download a fresh copy and copy it back over. we had to stop using the /usr/sbin/installer in 3.0 because apple decided it would be a good idea to put in a busted version of JavaScriptCore/Glue and WebkitCore/WebKit frameworks that broke the installer binary so we had to resort to using a tar.gz file for the install process.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 11-07-2009, 12:33 AM
bubbleboy
Status: Offline
Junior Member
 
Join Date: Sep 2007
Posts: 9
Rep Power: 0
bubbleboy is on a distinguished road
Default

Thank you. Your suggestion brought me stranger things, I can't get into /nitoTV Take Three so I can run the sudo ./installme command in terminal.

-bash-2.05b$ ls -al
total 40
drwxr-xr-x 15 frontrow frontrow 510 Nov 6 22:10 .
drwxrwxr-t 5 root admin 170 Nov 4 22:38 ..
drwx------ 2 frontrow frontrow 68 Nov 6 21:48 .Trash
-rw------- 1 frontrow frontrow 810 Nov 6 22:19 .bash_history
-rwxr-xr-x 1 frontrow frontrow 111 Nov 5 06:44 .bash_login
-rwxr-xr-x 1 frontrow frontrow 50 Nov 5 06:44 .dropbear_banner
drwx------ 3 frontrow frontrow 102 Nov 6 13:43 .ssh
drwx------ 8 frontrow frontrow 272 Nov 4 22:25 Library
drwxr-xr-x 2 frontrow frontrow 68 Nov 4 22:42 Movies
drwxr-xr-x 26 frontrow frontrow 884 Nov 4 22:43 Scripts
drwxr-xr-x 2 frontrow frontrow 68 Nov 6 21:50 Updates
drwxr-xr-x 3 root frontrow 102 Nov 4 22:42 atvmore
-rw-r--r-- 1 frontrow frontrow 740 Nov 5 01:21 maintenancelog
drwxr-xr-x 7 frontrow frontrow 238 Nov 6 22:13 nitoTV Take Three
-rw-r--r-- 1 root frontrow 278 Nov 4 22:42 patchlog
-bash-2.05b$ cd nitoTV Take Three
-bash: cd: nitoTV: No such file or directory
-bash-2.05b$

The "cd" command use to get me into what ever folder.

OK, I got father now Im here:
-bash-2.05b$ cd ../
-bash-2.05b$ ls
Library Updates nitoTV Take Three
Movies atvmore patchlog
Scripts maintenancelog
-bash-2.05b$ cd nitotv take three
-bash: cd: nitotv: No such file or directory
-bash-2.05b$ cd nito*
-bash-2.05b$ ls
About.txt nitoTV.tar.gz
Install Instructions.rtf resources
installme
-bash-2.05b$ sudo ./installme
Password:
frontrow
Restarting Finder...
-bash-2.05b$ frontrow
-bash: frontrow: command not found
-bash-2.05b$

Got it!!! thanks

Last edited by bubbleboy; 11-07-2009 at 12:41 AM. Reason: retried the sudo ./installme command, second time worked.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 11-08-2009, 09:10 PM
anamika
Status: Offline
Trial Member
 
Join Date: Nov 2009
Posts: 2
Rep Power: 0
anamika is on a distinguished road
Default

Quote:
Originally Posted by bubbleboy View Post
Would somebody help out with this error installing NitoTV Take Three.
first I installed patchstick, upgraded atv 2.4 to 3, (patchstick wasnt working), did factory reset back to 2.4, upgraded atv 2.4 to 3 againe, intalled patchstick(works now), ssh into atv and copied NitoTV there(cyberduck), Now ssh with terminal, cd nitoTv take three, then.....

-bash-2.05b$ sudo ./installme
Password:
dyld: Symbol not found: __ZTIN3KJS11InterpreterE
Referenced from: /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScriptGlue
Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

./installme: line 12: 179 Trace/BPT trap installer -pkg nitoTV.pkg -target /
Restarting Finder...
-bash-2.05b$

I tried "chmod +x installme" as well.
Also when connect using cyberduck I get a message saying Host Key Mismatch.

I have copies of nitotv moved to the atv but can't execute installme command.

Please help
Can someone post a step-by-step guide to installing NitoTV on ATV 3.0.1. I installed the latest 0.8.1 using the included instructions, but am not having success playing my media. It either quits or ATV give me an error and restarts the finder.

What other items need to be installed from the NitoTV menu once Nito is installed on the ATV. Are there any instructions or a guide?

Barring that, are there any instructions on how-to uninstall NitoTV? In ATV2.4 etc, it was possible to uninstall apps using the Software Menu, but now that's not working in 3.0.1

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
iATKOS v7 error during install.. plz help felipe0055 Installation 0 08-13-2009 10:42 PM
iATKOS v4i Install Error - "Still waiting for root device", Can't get past here... erolz Installation 1 05-26-2009 08:33 PM
Kalyway Install Error /Volumes/Untitled Alber Installation 0 05-22-2009 12:36 AM
[1.1.4][Help] Cannot Install Intelliscreen > Subprocess Installation Error sophos9 Free Toolchain Software 5 07-02-2008 06:30 AM
[1.1.3] Error: Install the SUID Lib Fix first! Wizardy General 1 03-04-2008 01:37 AM



All times are GMT +2. The time now is 10:45 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105