How to Update Flash Player on Apple TV

The folks at Boxee recently updated their player. The new interface is pretty slick and installers are now available for Ubuntu, Apple TV, OS X and Windows.

Unfortunately, after having installed it on Apple TV v3.0.2, it is not possible to play any TV Show due to an outdated Flash Player. Follow the instructions below to unlock the Flash magic:

  1. SSH into your Apple TV (password is always “frontrow“)
    ssh frontrow@<ip_address>
  2. Download the latest version of Flash Player for OS X
    wget -O /tmp/flash_player_osx.dmg 'http://bit.ly/s4Iqf'
  3. Mount the DMG file
    sudo hdiutil attach /tmp/flash_player_osx.dmg
  4. Go into the Internet Plugin Directory
    cd "`find /Library -name 'flashplayer.xpt' | sed 's/flashplayer.xpt//'`"
  5. Install the new Flash Player
    sudo pax -r -z -f "`find /Volumes/* -name 'Archive.pax.gz' | grep Flash`"

Now restart your Apple TV and enjoy watching movies on Boxee (if the CPU is powerful enough).

In this guide I assumed you already unlocked your AppleTV using a Patchstick, which will allow you to install Boxee and other programs as well as loading an SSH server to allow remote connection. You can easily create a Patchstick using atvusb-creator.


Tags : , , , , , , ,

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

9 Comments

Leave Comment