[AppleTV] Launcher 3.2 testing

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dshutt Offline
Junior Member
Posts: 4
Joined: Nov 2009
Reputation: 0
Post: #151
davilla Wrote:Apple updates will always replace the contents of OSBoot, that's where wget would live if installed by a patchstick. wget never existed on a default AppleTV install, a patchstick would install it. ATV Flash does not seem to install wget, silly of them. wget and more fun tools can be found at

http://code.google.com/p/atvusb-creator/...s/binutils

get binutils.tar.gz, copy it to the AppleTV, unpackit (use tar) and copy (using sudo cp) to /usr/bin/

top will need a "sudo chmod +s /usr/bin/top" to fix it up.

I can unzip the file to binutils.tar without problem. However tar -xf binutils.tar returns:

tar: Unrecognized archive format: Inappropriate file type

Stuffit does not recognize the file either. I have downloaded the file multiple times with the same result. I would appreciate a tip on unpacking the file and/or a link to another copy. Thanks.
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,397
Joined: Feb 2008
Reputation: 58
Post: #152
dshutt Wrote:I can unzip the file to binutils.tar without problem. However tar -xf binutils.tar returns:

tar: Unrecognized archive format: Inappropriate file type

Stuffit does not recognize the file either. I have downloaded the file multiple times with the same result. I would appreciate a tip on unpacking the file and/or a link to another copy. Thanks.

tar -xzf binutils.tar.gz


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
dshutt Offline
Junior Member
Posts: 4
Joined: Nov 2009
Reputation: 0
Post: #153
davilla Wrote:tar -xzf binutils.tar.gz

Did that ... same exact message. Anything else to try?
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,397
Joined: Feb 2008
Reputation: 58
Post: #154
dshutt Wrote:Did that ... same exact message. Anything else to try?

Skunkworks:binutils davilla$ ls -l
total 1152
-rw-r--r-- 1 davilla davilla 585295 Nov 21 21:38 binutils.tar.gz
-rwxr-xr-x 1 davilla davilla 539 Dec 14 2008 install.sh

the google code site matches what I have BUT when I wget the file from the google code problem, it's too small and corrupted.

svn export http://atvusb-creator.googlecode.com/svn/trunk/ atvusb-creator-read-only

then pull it from the local copy.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
NineT9mustang Offline
Skilled Skinner
Posts: 236
Joined: Nov 2004
Reputation: 0
Post: #155
fastscirocco Wrote:The instructions seemed perfectly clear to me but as I see others are getting confused this noob will try to clarify for others what to do.

Step 1. If you have not let your Apple TV update to 3.0 and want to try it you need to turn the updates back on and let it update. If you did a factory restore you need to have it update to 3.0, or if you are already at 3.0 read on.

Step 2. After it has updated to 3.0 apply your patchstick as normal, this is done to get SSH capability back.

Step 3. Log into your Apple TV via SSH using a tool like putty.exe, download link is here:
http://www.chiark.greenend.org.uk/~sgtat...nload.html

Step 4. Then type (no quotes) "wget http://dl.getdropbox.com/u/858897/XBMC/L...-debug.run"

Step 5. Then type (no quotes)"chmod +x Launcher-3.2.alpha1-debug.run"

Step 6. Then type (no quotes)"./Launcher-3.2.alpha1-debug.run" and enter the appropriate password (like it says, usually "frontrow") and answer "y" when it asks to restart the finder.

Go back to your ATV now, there should be a "Launcher" option. Download XBMC and install as usual. At this time it does not fix Boxee.

However DO NOT update Launcher as it will install version 3.1 and you will lose the "Launcher" options...yeah I learned that the hard way! ;-)

ahhh thank you so much Smile tried tons and nothing worked until your post Smile thanks for thinking of us noobs Smile
find quote
Ilia Offline
Senior Member
Posts: 296
Joined: Dec 2008
Reputation: 0
Post: #156
3.2.1 all good here,

update atv to 3.0.1 > Launcher to beta3 > Launcher to 3.2.1

xbmc load, plays fine
find quote
wolfsmith Offline
Junior Member
Posts: 4
Joined: Nov 2009
Reputation: 0
Post: #157
I was on the alpha version of Launcher 3.2 and I mistakenly tried to update to 3.1 from the launcher menu(I remembered right after I clicked it). Poof, bye-bye Launcher menu. I used the steps from fastscirocco to reload the Launcher program but I had to alter them a bit because the Launcher-3.2.alpha1-debug.run link didn't work for me. Here's the link for the 3.2 beta 3 version. http://dl.getdropbox.com/u/858897/XBMC/L...-debug.run
find quote
savoirfaire Offline
Junior Member
Posts: 1
Joined: Dec 2009
Reputation: 0
Post: #158
Hey, guys -

I went through the whole thread but it doesn't seem like anyone else has had this problem. My Apple TV self-updated to 3.0.1 this morning. I patchsticked my Apple TV and then used putty to ssh into it. No problem. Downloaded beta3 version of Launcher 3.2 and then chmod'd it to +x. The problem is, when I try to execute the file, I get the following:

-bash-2.05b$ ./Launcher-3.2.beta3-debug.run
./Launcher-3.2.beta3-debug.run: line 1: Deprecated.: command not found
-bash-2.05b$

Can't figure out what the problem is. Any guidance?? Sad

EDIT: Duh, never mind. I actually opened up the file to see what the problem was and saw the message that 3.2.1 is available. Sorry!
(This post was last modified: 2009-12-10 03:25 by savoirfaire.)
find quote
tegalus Offline
Junior Member
Posts: 22
Joined: Dec 2009
Reputation: 0
Post: #159
savoirfaire Wrote:Hey, guys -

I went through the whole thread but it doesn't seem like anyone else has had this problem. My Apple TV self-updated to 3.0.1 this morning. I patchsticked my Apple TV and then used putty to ssh into it. No problem. Downloaded beta3 version of Launcher 3.2 and then chmod'd it to +x. The problem is, when I try to execute the file, I get the following:

-bash-2.05b$ ./Launcher-3.2.beta3-debug.run
./Launcher-3.2.beta3-debug.run: line 1: Deprecated.: command not found
-bash-2.05b$

Can't figure out what the problem is. Any guidance?? Sad

EDIT: Duh, never mind. I actually opened up the file to see what the problem was and saw the message that 3.2.1 is available. Sorry!


Hi, I'm having the exact same problem and its driving me nuts. Can you let me know where I'm going wrong?

Thanks
find quote
MaestroDD Offline
Team-XBMC Developer
Posts: 625
Joined: Jul 2008
Reputation: 0
Location: Mannheim, Germany
Post: #160
tegalus Wrote:Hi, I'm having the exact same problem and its driving me nuts. Can you let me know where I'm going wrong?

Thanks

The beta releases are outdated and were replaced by a text file.
Check Launcher's download site for the 3.2.1 release.


Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply