Jailbreak Appletv 2

goupon

Level 2
Master
VIP
Those who wish to jailbreak AppleTV 2 may still do so since Apple is still signing 6.1.4 (10B809): AppleTV2,1_5.3_10B809_Restore.ipsw

You gotta do it fast before Apple stop signing.

Benefit: untethered jailbreak

ATV Flash black 2.4
Seas0nPass
Nito Installer Mac
Nito Installer Windows
Putty - if you rather type all the code to intall XBMC
code can be found at XBMC AppleTV

Note: Nito will do all the code to install XBMC for you with just one click

1. Download ipsw (link above)
2. Run Seas0nPass then close.
3. Copy ipsw to My Documents/Seas0npass/Downloads
Mac: To access the Library folder, while in Finder, hold Option while clicking on Go and Library will appear in the list. Then go to Application Support/Seasonpass/Firmware
note: if you don't see Downloads folder, create one​
4. Connect Micro ubs cable to AppleTV and to computer
5. Run Seas0nPass then click Create IPSW
6. Later you'll see it ask you to Hold both Play and Menu for 7 second, do so with 7 second and release it
7. Wait until it say successful. Your done
8. Connect AppleTV to TV and after the initial setup, you will see "F" logo as Setting. This mean it's jailbroken.

If you have Extended WiFi, it's best not to connect to it cuz it's block you from sending any code to the AppleTV. The best way is to connect to your original WiFi router.

9. Run ATV Flash and select your AppleTV then install it. Afterward, your AppleTV will reboot itself
10. Run Nito Install and select your AppleTV. You can install XBMC and Nito
11. Done
 
Last edited:

goupon

Level 2
Master
VIP
Using Seas0nPass to downgrade, restore, and jailbreak

 
Last edited:

goupon

Level 2
Master
VIP
If you want to enter the code yourselves for installing XBMC. Use Putty. Then follow the video


Now type/copy/paste the following one at a time
Code:
root
alpine  <-- password
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
mkdir -p /Applications/AppleTV.app/Appliances
apt-get install org.xbmc.xbmc-atv2
mkdir -p /Applications/XBMC.frappliance
reboot
 
Top