AppleTV2 with Seas0nPass jailbroken. Where is NitoTV?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
menthol06 Offline
Junior Member
Posts: 2
Joined: Apr 2011
Reputation: 0
Question  AppleTV2 with Seas0nPass jailbroken. Where is NitoTV? Post: #1
Hi guys, I have a problem. I have jailbroken my AppleTV2 with Seas0nPass. Where's NitoTV? How can I install this now? Second problem, I would like the plugin RTLnow (Add on) installed, but how?

I think no one can help .... Sad

XBMC I have already installed.
Firmware 4.3
(This post was last modified: 2011-04-08 13:51 by menthol06.)
find quote
jsun311 Offline
Junior Member
Posts: 27
Joined: Jan 2011
Reputation: 0
Post: #2
I had the same problem, a quick google search and I was good to go.
Quote:Install Instructions

Step 1: Jailbreak your Apple TV2 per instructions here.

Step 2: On your mac, use terminal to SSH into your Apple TV2. The default password is "alpine".

ssh root@AppleTV.local

Step 3: Change your password (if you haven't already)! Type:-

passwd

Step 4: To install NitoTV and restart Lowtide, type:-

apt-get install wget
wget http://dl.dropbox.com/u/16129573/com.nito.deb
dpkg -i com.nito.deb
apt-get update
apt-get install com.nito.nitotv
killall Lowtide
find quote
menthol06 Offline
Junior Member
Posts: 2
Joined: Apr 2011
Reputation: 0
Post: #3
killall Lowtide not work > No matching processes were found
Anyway, i reboot den ATV2 and NitoTV works.

Thank you for you help. Very Nice.
find quote
emkay Offline
Donor
Posts: 107
Joined: Feb 2011
Reputation: 0
Location: Germany
Post: #4
The solution is easier than that:

When ssh'ed to your AppleTV input:

Code:
apt-get update

apt-get install com.nito.nitoTV

killall AppleTV

Voila.
find quote
dP21 Offline
Junior Member
Posts: 2
Joined: Apr 2011
Reputation: 0
Post: #5
emkay Wrote:The solution is easier than that:

When ssh'ed to your AppleTV input:

Code:
apt-get update

apt-get install com.nito.nitoTV

killall AppleTV

Voila.

Thank you.
find quote