Note: Please see a more recent post on Apple TV hacks.

After lots of research and some experimenting, I have finally hacked my Apple TV.

I read about the several ways to hack the Apple TV by cracking the case and pulling out the hard drive, but I didn’t want to go through this hassle and also void the warranty. Then I read about folks who have found a way to install software on a flash drive, called a “patchstick.” This method allows you to insert the patchstick into the USB port of the Apple TV and reboot. The patchstick installs the necessary files for enabling SSH on the Apple TV. With SSH enabled, you have the ability to install other applications from a remotely connected computer.

There are a few ways to create a patchstick. Some are quite involved, and require a comfortable familiarity with command line navigation in Terminal. Oddly enough, the easiest method I found to create a patchstick was done by some PC folks, and requires access to a machine running Windows. Since I am running Windows (via Parallels) on my MacBook Pro, this was not a problem.

For a detailed explanation on how to create a patchstick on Mac OS X (intel), go to this page on the AwkwardTV wiki: PatchStick

The above method was a bit too involved for my taste.

Creating A Take2 PatchStick
Requirements:

  1. Windows operating system
  2. DD for Windows (download here)
  3. PatchstickATVT2 (download here)
  4. StuffIt Expander (download here)
  5. 1GB (or more) thumb drive

Note: Make sure your Apple TV is updated to at least 2.01

Step 1
Decompress the files. The DD file is in .zip format, and the PatchstickATVT2 file is in .rar format. Both files will decompress using the StuffIt Expander by double-clicking. The PatchstickATVT2.rar file will decompress to PatchstickATVT2.img.bz2. Double-click this again to end up with the PatchstickATVT2.img file.

Step 2
Copy the PatchstickATVT2.img and dd.exe files to a folder on your Windows machine.

Step 3
In Windows, enter into a command line mode by selecting Run form the Start menu and typing “cmd”. Navigate to the folder with your files typing at the prompt:

cd C:\NameOfFolder

Insert your USB thumb drive. Then, type the following to get a list of all mounted drives:

dd --list

This will show you all drives and their drive numbers. The listing should look something like this:

\\.\Volume{e3429891-0eb9-11da-b18f-000d60dc98cd}\
link to \\?\Device\Harddisk4\DP(1)0-0 3 removable media
Mounted on \\.\d

You want to find the drive number for your thumb drive.

Note: Make sure you have the correct drive number for your thumb drive. If you get this wrong, your risk deleting your Windows hard disk partition!

Step 4
Once you have the correct drive number for your thumb drive, type the following command:

dd if=PatchstickATVT2.img of=\\?\Device\Harddisk*HARD-DISK-NUMBER-HERE*\Partition0 bs=1M --progres

For example:

dd if=PatchstickATVT2.img of=\\?\Device\Harddisk4\Partition0 bs=1M --progress

You will see the script running in the command window. It generally takes a few minutes.

Step 5
Once the script has finished, plug the thumb drive into the USB port on your Apple TV and reboot by holding down the “-” and Menu buttons simultaneously.

Once rebooted, you will be able to SSH into your Apple TV by issuing the following command in your Terminal window on a Mac:

ssh frontrow@YourAppleTV-IP-address

When prompted for a password, use “frontrow”.

SSH Is Now Enabled
With SSH now enabled, you may begin at add functionality to your AppleTV. In my next post, I will go through the steps of loading an internet browser that allows you to navigate the web freely. I will also show you how to enable the Flash and QuickTime plugins so you can watch movies from any site on the web.

OSBoot As Read-Only
One thing we’ve already learned from SSH is that the root filesystem on the Apple TV (aka OSBoot) is apparently mounted as a read-only filesystem. That means it’s not initially possible to copy any files to the root mount point (/etc, /usr, /var, for example) while it is running. You can remedy this with:

sudo mount -uw /


UPDATE:
It’s possible that this procedure can be done on a Mac using Carbon Copy Cloner to clone the PatchstickATVT2.img file onto a USB thumb drive. I will experiment with this method and report back here.



Tagged with:  

Development for the iPhone has really taken off since Apple’s release of the SDK (Software Developer Kit). However, if you’d like to take advantage of developers who have released applications for the iPhone not officially blessed by Apple, you may want to Jailbreak your iPhone. And, if you’d like to use your iPhone with a service other than ATT, you may want to unlock it.

Fortunately, there is a relatively easy way to do this. The good folks over at iJailbreak have created a cool little installer that does all the work for you. It about 3 minutes to both jailbreak and unlock your iPhone. Once done, you’ll notice the addition of an Installer icon on your iPhone.

Click on this icon to enter the installer, where you can intsall, uninstall, and update a large collection of applications for your iPhone.

The list of available applications is huge, and growing.

In future posts, I will begin to review some of my favorite third party applications.

Also noteworthy, iJailbreak will unlock your phone. Although I haven’t tested this myself, there are numerous reports from folks who have successfully used the iPhone with non-ATT services.

Tagged with:  

Apple has quickly closed the door on a very nice ringtone hack for iTunes and the iPhone. If you’ve upgraded to iTunes 7.4 to supply ringtones to your iPhone, think twice before upgrading again to Apple’s latest 7.4.1 upgrade for iTunes.

Apparently, simply changing the extension on any AAC file to .m4R, then dragging to iTunes library lets you use the file as a ringtone for your iPhone. The latest iTunes upgrade (7.4.1) kills this ability.

 

Well, it appears that an iPhone software hack is imminent. CNN is reporting that a software developer group has announced a software-only hack for unlocking the iPhone and making it available for use on networks other than AT&T. It takes about two minutes, and there’s no cracking the iPhone case. While this probably doesn’t bother Apple at all, AT&T may not be so pleased. It appears that the legal issues surrounding this type of hack are still being debated.

The developer group has posted a website called iphonesimfree.com and are waiting only to set up their e-commerce infrastructure before selling the software online.

This will be an interesting development for iPhone sales around the world.

 

George Hotz (17 years old) has figured out a way to hack Apple’s iPhone to release it from having to use the AT&T network. It involves cracking the iPhone case and using a soldiering gun and some special software. Although I’m sure AT&T is not elated with this news, I wonder how many folks will be willing to crack open a $500 device and mess with a soldiering gun.

Also mentioned is a SIM chip from Australia, though the release date on the chip is not yet announced.

Check it out article: iPhone Hack

See an interview with Hotz here: Hotz interview

Check out Hotz’s blog: George Hotz Blog

 
Page 2 of 3123
© 2010 Mac Sage