[AppleTV] HOW-TO disable the Apple TV auto-update (ATV) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: [AppleTV] HOW-TO disable the Apple TV auto-update (ATV) (/showthread.php?tid=40744) |
[AppleTV] HOW-TO disable the Apple TV auto-update (ATV) - davilla - 2008-11-20 - zedzed - 2008-11-21 Any chance you could tell us how to downgrade from 2.3 to 2.2? EDIT: found in other post http://wiki.awkwardtv.org/wiki/OSupdate - zedzed - 2008-11-21 zedzed Wrote:Any chance you could tell us how to downgrade from 2.3 to 2.2? Update - I tried to downgrade to 2.2 but got the following error after following the instructions on the page above Command I enter = sudo ./2Z694-5499.dmg Error I get = Cannot execute binary file Update - did a factory restore to v1.0 but the upgrade to 2.2 still does not work - davilla - 2008-11-21 zedzed Wrote:Update - I tried to downgrade to 2.2 but got the following error after following the instructions on the page above You need to read the guide again, there is no reference to the above command. The correct command-line would be Quote:sudo ./osupdate - zedzed - 2008-11-21 My bad since I thought the OSUPDATE was a placeholder for the update file name. - A Milton - 2008-11-21 - coogee - 2008-11-21 ^ Following on from that - are there simple instructions on how to re-enable the Update process. Cheers. - dafranca - 2008-11-22 PHP Code: sudo sed '$d' < /etc/hosts > file2 ; sudo mv file2 /etc/hosts - mrt2 - 2008-11-22 Whenever I try to SSH into my ATV it immediately says connection closed by <ip of my ATV>... any ideas? Editing the hosts file - flipp3r - 2008-11-27 I ran the command to add the loopback for mesu.apple.com and then decided to look at the hosts file. I can see the entry in there twice. Is there a way to remove the 2nd line? I can't locate vi on the ATV, so I'm not sure how to edit the file. Thanks, Eric - davilla - 2008-11-27 flipp3r Wrote:I ran the command to add the loopback for mesu.apple.com and then decided to look at the hosts file. I can see the entry in there twice. Is there a way to remove the 2nd line? I can't locate vi on the ATV, so I'm not sure how to edit the file. Thanks, Eric sudo nano /etc/hosts control-x to save and exit - Sekou - 2008-12-17 Quick question..... After I've entered the line as well as the frontrow password, how do I know if it works? I just get a -bash-2.05b$ . Am I supposed to see something else, or is this confirmation it' s taken? - davilla - 2008-12-17 Sekou Wrote:Quick question..... After I've entered the line as well as the frontrow password, how do I know if it works? I just get a -bash-2.05b$ . Am I supposed to see something else, or is this confirmation it' s taken? look and see cat /etc/hosts - Sekou - 2008-12-17 I haven't downgraded to 2.2, I'm still on 2.3, so other than waiting for a new update from Apple, how do I check to see if it's worked? - davilla - 2008-12-17 Sekou Wrote:I haven't downgraded to 2.2, I'm still on 2.3, so other than waiting for a new update from Apple, how do I check to see if it's worked? Already told you, if it's in /etc/hosts, it's blocked. |