Thread: iLiad Iliad Web Browsing
View Single Post
Old 12-16-2006, 03:56 PM   #9
emkay
Zealot
emkay began at the beginning.
 
Posts: 103
Karma: 11
Join Date: Jul 2006
Hi Mambo,

If you have the shell hack from iRex, you can run dillo easily - you just need to decompress the dillo archive to a folder then copy the folder to your iLiad.
There are some excellent free archiving software packages for Windows which will do this for you - I'm using 7-zip, and I recommend it.

Once you've got dillo on your iLiad, you just need to make sure that you have a network connection running.
Create a start script called, say, startwireless.sh like this, putting in your own SSID and WEP key (from Antartica's example above - fixed a typo):
Code:
#!/bin/
ssid="my_ssid" 
wep_key="0102030405060708090a0b0c0d" 
/usr/bin/wireless.sh start $ssid enc $wep_key
And a stop script to turn off the wireless connection once you've finished browsing, eg. stopwireless.sh:
Code:
/usr/bin/wireless.sh stop

To start dillo, just go to the dillo folder and click on "run.sh".

I think there's very little danger of dillo doing any damage to your iLiad.

Last edited by emkay; 12-17-2006 at 08:53 AM.
emkay is offline   Reply With Quote