thanks mbleopard
i would like to get all the free stuff that i can get on it
------------
looking for help
on how to do that
thanks
I'll try and help you out as best as possible but I haven't used seasonpass, only greenpoison and I also use a mac, if your on a windows machine the steps should not be any different, just the programs you use to perform these steps.
I assume you already performed the jailbreak successfully, now to install the good stuff such as XBMC:
- You'll need a program to ssh into the atv2, I use cyberduck, which is also available for windows.
- First get the IP address of you appletv by going to Setting->General->Network and next to "IP Address" is what you want to take note of.
- In cyberduck click on "Open Connection" and in the dropdown box where the default setting is "FTP (File Transfer Protocol)" click that and change it to "SFTP (SSH File Transfer Protocol)"
- In the Server: box enter the IP address you found earlier, in Username: enter "root", and in Password: "alpine". Next to URL underneath Server: you should see something that looks like "sftp://root@WWW.XXX.Y.ZZ:22"
- Hit enter and you'll get a popup box about an unknown host ket for your IP address, just hit allow to continue.
- You should now be staring at a screen with a "Library" and "Media" folder on the screen, congrats, your looking at your atv2's file structure.
- Now you'll need to send some commands to the appletv via cyberduck to perform the installation of XBMC, to do this go to the "Go" menu on the toolbar and then select "Send Command" and one at a time send the following commands by typing them, or preferably copy and paste whatever is between the quotations, and hit enter:
- "apt-get install wget"
- "wget -O-
http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -"
- "echo "deb
http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list"
- "echo "deb
http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list"
- "apt-get update"
- "apt-get install org.xbmc.xbmc-atv2"
- "reboot"
It'll take a bit of time to run through all these commands, once the appletv reboots though hopefully xbmc will be on the homescreen of the appletv.
I gotta get some things done, try that and if it works I'll try and help you with the rest