• 1
  • 9
  • 10
  • 11
  • 12(current)
  • 13
[AppleTV] Launcher 3.2 testing
rmhome Wrote:Ah..... right..... Got it. (Attempt to not look like a new XBMC poster-------failed)

Thanks for the link.... Im up and good to go.... much appreciated.

No problem, as we say.. crow.. tastes like chicken Smile
Reply
I'm stuck. There's no Launcher in my ATV menu.

2009-12-12 11:56:21.977 Finder[291] [DEBUG] +[XBMCAppliance initialize]
2009-12-12 11:56:22.009 Finder[291] [INFO] Launcher running in pure mode
2009-12-12 11:56:22.009 Finder[291] [DEBUG] +[XBMCAppliance className]
2009-12-12 11:56:22.319 Finder[291] [DEBUG] +[XBMCAppliance className] called for whitelist check, so I'm lying, m'kay?
Dec 12 11:56:22 AppleTV FrontRow[291]: Failed to allow loading of appliance /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance

I was using the v3.2.1 Launcher on a fresh 3.0.1 ATV.
Reply
pechspilz Wrote:I'm stuck. There's no Launcher in my ATV menu.

2009-12-12 11:56:21.977 Finder[291] [DEBUG] +[XBMCAppliance initialize]
2009-12-12 11:56:22.009 Finder[291] [INFO] Launcher running in pure mode
2009-12-12 11:56:22.009 Finder[291] [DEBUG] +[XBMCAppliance className]
2009-12-12 11:56:22.319 Finder[291] [DEBUG] +[XBMCAppliance className] called for whitelist check, so I'm lying, m'kay?
Dec 12 11:56:22 AppleTV FrontRow[291]: Failed to allow loading of appliance /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance

I was using the v3.2.1 Launcher on a fresh 3.0.1 ATV.

That log looks definitely like Launcher 3.1.
Please make sure you're using Launcher 3.2.1. Maybe just redo the installation?

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.
Reply
I am using Launcher 3.1 now, but i do not see 3.2 in the downloads list at all. Any benefits to upgrade to 3.2 over 3.1? I am using ATV OS 2.x and xbmc 9.11b2 at the moment.

Should I stick to 3.1 or upgrade to 3.2?
Reply
Hey turbinez,

turbinez Wrote:I am using Launcher 3.1 now, but i do not see 3.2 in the downloads list at all. Any benefits to upgrade to 3.2 over 3.1? I am using ATV OS 2.x and xbmc 9.11b2 at the moment.

Should I stick to 3.1 or upgrade to 3.2?

I'd say stick with 3.1.
Launcher 3.2.1 is only a compatibility release for newer ATVs (>=3.0). It should work on < 3.0 ATVs, too, but as we haven't got much feedback from ATV 2.x users, we didn't make the update available in Launcher's downloads.

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.
Reply
Is this the correct current instructions using the current non-beta launcher files from googlecode? I copied the instructions from the other post and changed the file name/location:

Step 1. If you have not let your Apple TV update to 3.0.1 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.1 read on.

Step 2. After it has updated to 3.0.1 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/~s.../download.html

Step 4. Then type (no quotes) "wget http://atv-xbmc-launcher.googlecode.com/...-debug.run"

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

Step 6. Then type (no quotes)"./ Launcher-3.2.1-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! ;-)
Reply
Code:
Here we go:
1) "patchstick" the 3.0 ATV
2) ssh into it and download Launcher-3.2.beta3-debug.run
3) install Launcher chmod +x Launcher.. ; ./Launcher-3.2...
4) install XBMC with Launcher or just re-symlink your old install (ln -s /Users/frontrow/Applications/XBMC.app /Applications/XBMC.app)
5) test

I'm sorry, but step 2 and 3 are total gibberish to me... :-( I can "ssh into it", but then how did I download the launcher, using wget maybe? And what is the exact command to install the launcher after downloaded?
Reply
After you ssh into frontrow,

Code:
wget http://dl.getdropbox.com/u/858897/XBMC/Launcher-3.2.1-debug.run

chmod +x Launcher-3.2.1-debug.run

./Launcher-3.2.1-debug.run

MacMini 2.3gHz i7, OS X 10.13.6
Running Kodi 18.9
Reply
I have followed the instructions multiple times. I was able to ssh into the apple tv and to download beta3. However, I am having trouble with the permission and running the program. Here is the code from terminal.

-bash-2.05b$ wget http://atv-xbmc-launcher.googlecode.com/...-debug.run
--20:19:54-- http://atv-xbmc-launcher.googlecode.com/...-debug.run
=> `Launcher-3.2.1-debug.run.1'
Resolving atv-xbmc-launcher.googlecode.com... 66.102.7.82
Connecting to atv-xbmc-launcher.googlecode.com|66.102.7.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,197,330 (1.1M) [application/x-shellscript]

100%[====================================>] 1,197,330 1.22M/s

20:19:55 (1.22 MB/s) - `Launcher-3.2.1-debug.run.1' saved [1197330/1197330]

-bash-2.05b$ chmod +x Launcher-3.2.1-debug.run1
chmod: Launcher-3.2.1-debug.run1: No such file or directory
-bash-2.05b$ chmod +x Launcher-3.2.1-debug.run
-bash-2.05b$ / Launcher-3.2.1-debug.run
-bash: /: is a directory
-bash-2.05b$ ./ Launcher-3.2.1-debug.run
-bash: ./: is a directory
-bash-2.05b$


I am assuming the 1 after "run.1" is because it was the 2nd time I downloaded the file. Any help would be greatly appreciated!
Reply
zsoard Wrote:I have followed the instructions multiple times. I was able to ssh into the apple tv and to download beta3. However, I am having trouble with the permission and running the program. Here is the code from terminal.

-bash-2.05b$ wget http://atv-xbmc-launcher.googlecode.com/...-debug.run
--20:19:54-- http://atv-xbmc-launcher.googlecode.com/...-debug.run
=> `Launcher-3.2.1-debug.run.1'
Resolving atv-xbmc-launcher.googlecode.com... 66.102.7.82
Connecting to atv-xbmc-launcher.googlecode.com|66.102.7.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,197,330 (1.1M) [application/x-shellscript]

100%[====================================>] 1,197,330 1.22M/s

20:19:55 (1.22 MB/s) - `Launcher-3.2.1-debug.run.1' saved [1197330/1197330]

-bash-2.05b$ chmod +x Launcher-3.2.1-debug.run1
chmod: Launcher-3.2.1-debug.run1: No such file or directory
-bash-2.05b$ chmod +x Launcher-3.2.1-debug.run
-bash-2.05b$ / Launcher-3.2.1-debug.run
-bash: /: is a directory
-bash-2.05b$ ./ Launcher-3.2.1-debug.run
-bash: ./: is a directory
-bash-2.05b$


I am assuming the 1 after "run.1" is because it was the 2nd time I downloaded the file. Any help would be greatly appreciated!

It's "./Launcher-3.2.1-debug.run", Not "/ Launcher-3.2.1-debug.run", see the period and slash are right next to the name.
Reply
davilla Wrote:It's "./Launcher-3.2.1-debug.run", Not "/ Launcher-3.2.1-debug.run", see the period and slash are right next to the name.

Oh thank you so much for the quick response and it worked right away!!!
Have a great night!
Reply
Hi, I've read the whole Thread and saw most of the people are here because they got an unwanted atv update to either 3 or 3.0.1.

I am actually using an ATV 2.3 with Launcher 3.1 and XBMC 9.04.1 R20677. I was willing to test the new XBMC 9.11 directly downloaded from the launcher downloads.

Should I update to ATV 3.x, Launcher 3.2.1 for this or should I stay as I am and just update XBMC and Boxee? Is there any benefit to update the ATV from 2.x to 3.x?

Thanks and good job with XBMC Smile
Reply
lorenvazquez Wrote:Hi, I've read the whole Thread and saw most of the people are here because they got an unwanted atv update to either 3 or 3.0.1.

I am actually using an ATV 2.3 with Launcher 3.1 and XBMC 9.04.1 R20677. I was willing to test the new XBMC 9.11 directly downloaded from the launcher downloads.

Should I update to ATV 3.x, Launcher 3.2.1 for this or should I stay as I am and just update XBMC and Boxee? Is there any benefit to update the ATV from 2.x to 3.x?

Thanks and good job with XBMC Smile

If its working ok for you then dont update, no real benefits with ATV 3.0.1 over 2.3.

Camelot 9.11 runs on ATV 2.x -> 3.x and Launcher > 3.1.
Reply
Thank you very much Amet for your advice, I'll check XBMC 9.11 tonight Smile
Reply
New user to XBMC. Currently running it on my Mac and am loving it so far. I intend to update my ATV using the information from this thread. Thank you to the Devs for all of your hard work on this and for sharing it with the rest of us. I noticed early in the thread (yes I read nearly all 18 pages) that the composite wasn't working and haven't seen much mention of it since. Does 3.2.1 support composite or should I grab myself an HDMI cable?
Reply
  • 1
  • 9
  • 10
  • 11
  • 12(current)
  • 13

Logout Mark Read Team Forum Stats Members Help
[AppleTV] Launcher 3.2 testing0