View Single Post
Old 10-20-2006, 03:14 PM   #40
design256
Connoisseur
design256 doesn't litterdesign256 doesn't litter
 
Posts: 78
Karma: 103
Join Date: Aug 2006
Location: Ipswich, UK
Device: Irex Iliad
Quote:
Originally Posted by design256
Try just pointing it at a nonexistent proxy. If the network light stays on and you get a popup error box on connect then you're there.
ok wired.sh works a treat, so no need for the proxy hack any more.
Change /mnt/card if you're not using a mmc card...

/mnt/card/a.sh contains:

#!/bin/sh
sleep 120
/usr/bin/wired.sh start
sleep 5
/tmp/tshd

---------------

/mnt/card/b.sh contains:

#!/bin/sh

/bin/cp /mnt/card/tshd /tmp
/bin/cp /mnt/card/a.sh /tmp
/bin/chmod 755 /tmp/tshd
/bin/chmod 755 /tmp/a.sh
/tmp/a.sh &


-------

Then run /mnt/card/b.sh from network profiles, quit, then wait
a couple of minutes. When the light comes on:

tsh ILIAD_IP /bin/sh from your linux box.

...and you'll be in.

I'm working on a packaged version to replace download manager. Will post in CommanerROR's sticky topic when done.

Once again, big thanks for finding this excellent hole. Would love to be a fly on the wall at Irex when they were so keen to keep developers out...
design256 is offline   Reply With Quote