![]() |
|
[APPLETV] Auto Reset AppleTV script - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: iOS support (/forumdisplay.php?fid=137) +---- Thread: [APPLETV] Auto Reset AppleTV script (/showthread.php?tid=92992) Pages: 1 2 |
[APPLETV] Auto Reset AppleTV script - danmedhurst - 2011-02-03 00:46 Hi All, Wanted to give a little back to you all. I've put together a simple vbs script to kill the AppleTV process when / if you get a hang. http://www.megaupload.com/?d=9HFKN7UU EDIT *** FIXED CONTENTS OF RAR - WRONG VARIABLE NAME USED *** SORRY! It's just a simple vbs that invokes putty.exe, connects, issues the command and exits again. open the .vbs file and change your password and IP and you're away. Hope someone finds this useful. Edit: Obviously this is for windows based users. - piotr - 2011-02-03 10:34 danmedhurst Wrote:Hi All, Nice. Thanks ! Would be great to have something like this on my android
- danmedhurst - 2011-02-03 11:02 It should be simple enough to script an ssh client to do the same for Android.. I'll give it a go on my phone. - Kaiserlein - 2011-02-03 11:43 Nice work. Thanks. - DuMbGuM - 2011-02-03 17:42 Fantastic, worked a treat ![]() Second the Android idea, would be handy if you can do it! - CrashX - 2011-02-03 17:48 Why don't you guys just have a shell script running in the background on Apple TV 2 and have it capture certain keypress from apple remote that trigger reset of Apple TV 2 ? irw ? - DuMbGuM - 2011-02-03 17:50 That would be good if we can use a keypress combo, because of the limited buttons on the remote. - CrashX - 2011-02-03 18:23 DuMbGuM Wrote:That would be good if we can use a keypress combo, because of the limited buttons on the remote. How about holding down menu+play for 5 seconds ? - DuMbGuM - 2011-02-03 18:41 Yeah something like the jailbreak button combination would work well if that's possible. - danmedhurst - 2011-02-03 19:22 Gone a little beyond my expertese there.. I only really put this together because i know putty + vbs from stuff i do at work
|