Tips > Jailbreak Apple TV Original (1G) – ATVUSB-Creatorposted 5 Mar 2012, 05:56 by Yang Yang
|
Atvusb-creator Install New
reallyAtvusb-creator Install Code
don’t mind reformatting the jump drive. Next, let’s download atvusb-creator, a little utility that will generate a new patchstick based on that jump drive (a patchstick being the term applied to usb sticks that will hax0r an AppleTV). Once downloaded, run the tool. Select ATV-Patchstick in the Choose an Installation dialog, and then select the version of the AppleTV OS you have (if you’re fully software updated then as of the date of this writing that would be 3.x). Next, choose ssh tools from the 3rd field in the Installation Options section, making sure that the box is checked. If you are just trying to get XBMC or Boxee running then you can check the boxes for those as well at this point. Next, set the USB Target Device field to be the filesystem you selected earlier and then click the Create Using button and wait for the process to finish. Once the patchstick has been created, plug it into your AppleTV and reboot the unit. You’ll see a bunch of code, similar to starting Mac OS X into verbose mode. When the screen tells you that you’re done, unplug the patchstick and reboot the device. Upon reboot it will be running SSH with a username and password of frontrow. If you’re not using a static IP address then if you open iTunes and connect to the device you’ll have an entry in your arp table for it. You can run arp and find the IP fairly easily. Once found, use the SSH command to connect to the device. For example, if mine is on an IP address of 10.0.0.100 then I would use the following command to connect to it:Hi, An absolute newbie here. My config is a MACPRO and an ATV1. I have a few questions, they may sound simple, but they are a concern for me. If you can assist it would be appreciated and Thanks in advance. I've tried to install using ATV USB Creator for Mac as indicated on the Downloads. Nov 25, 2009 After the installation is done and the screen says you can reboot, remove the USB drive patchstick and unplug/re-plug the power to the Apple TV 1 to reboot it. Your Apple TV 1 GUI will now have a new 'Launcher' menu option on the main menu. Mk-atv-xbmc.bat will create a disk image that will install 1) bintuils 2) SoftwareMenu-0.71 3) XBMCLauncher-0.6 Use this version if you already have ssh on your AppleTV that was installed by a previous patchstick. Mk-atv-xbmc-ssh.bat will create a disk image that will install 1) ssh 2) bintuils 3) SoftwareMenu-0.71 4) XBMCLauncher-0.6.
ssh frontrow@10.0.0.100Now you have an AppleTV running SSH. Even though this article isn’t meant to be about Boxee or XBMC, you can then install those by going to the new Launcher menu and then to Downloads and downloading those applications (otherwise if you try to access them you’ll get an error that the .app bundle can’t be found). Once those are in place it should open pretty easily. Now that you’re running SSH, let’s look at one of the uses. I want a web browser on the AppleTV (even though typing a URL in it is pretty painful unless you install a keyboard too). For this instance, I’m going to use CouchServer, ’cause I like the way the keyboard works and because there’s a silverlight that kinda’ sorta’ works with it. First, download the files for CouchSurfer here. Then copy the files that were downloaded up to the device (assuming the filename is CouchSurfer-Lite.tar) from your client computer:
scp ~/Desktop/CouchSurfer-Lite.tar frontrow@10.0.0.100:~Next, SSH into the AppleTV and extract the tar file:
tar -xvpf CouchSurfer-Lite.tarThen move the extracted data into the PlugIns directory (which will display the appliance similar to how Launcher would be displayed at this point:
sudo mv CouchSurfer.frappliance /System/Library/CoreServices/Finder.app/Contents/PlugIns/
Atv Usb Creator Installer
(your password will be frontrow in case you have hard core add and have forgotten it already) We’re gonna’ give ownership to wheel:Atvusb-creator Install Pc
sudo chown -R root:wheel /System/Library/CoreServices/Finder.app/Contents/PlugIns/CouchSurfer.frapplianceThen reboot the AppleTV. Upon reboot, you will then have a shiny new web browser making your AppleTV even more like a full fledged Mac with Front Row. Now you’re in pretty good shape. You’ve pretty much put more stuff on your AppleTV than you can possibly use, but you still probably just want NetFlix to work on it. For that, you’ll need to get Silverlight working with CouchSurfer and just browse to the movies in the web browser at Netflix.com as the Boxee implementation for AppleTV doesn’t yet work with NetFlix and there aren’t any native Plug-Ins that work with it yet either (that I’m aware of). Also, if you’re going to use any of the 3rd party media browsers, keep in mind that they’re sitting on top of the OS layer and that their resource utilization seems pretty poor compared to the native media browser on the device (given the abstraction there, it seems logical it would be so no complaints). BTW, another fun little app (to help make your AppleTV more like your iPad): http://code.google.com/p/weatherfront And the most intriguing one that I haven’t actually gotten to work yet (haven’t had time to get past the second or third step – busy) is: http://www.appletvhacks.net/2007/04/02/install-asterisk-on-apple-tv/#more-41 What I’d like to see – the ability to run my AppleTV as a Zwave controller… Or iPad… Or Newton… 🙂
Comments are closed.