Thread: iLiad Iliad internals
View Single Post
Old 07-19-2006, 10:02 AM   #29
tribble
iLiad Maniac
tribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it is
 
tribble's Avatar
 
Posts: 1,382
Karma: 2369
Join Date: Apr 2006
Location: Germany
Device: Bookeen Opus (i love that thing) and iPad (what an irony)
Quote:
Originally Posted by ali
I don't have my Iliad by hand. Try this:

Make a textfile /usr/bin/eba with this contents: (Second line is dot space dblquote dollar at dblquote)
Code:
#!/bin/sh
   . "$@"
Make it executable (via "chmod 755 /usr/bin/eba")

Now copy a shell script into a document folder (i.e., newspapers,documents,etc) but give it the extension ".eba", for example:

run-wired.eba could look like this:
Code:
#!/bin/sh
   /usr/bin/wired.sh start
Now clicking ("viewing") the run-wired.eba file from the gui should start wired networking.
Works like a charm. Guess i have to try just extending the registry file and add another programm with an additional file extension.

/EDIT. Added a wlan startscript

Code:
 #!/bin/sh
 /usr/bin/wireless.sh start <ssid> enc <key>
<ssid> being your ssid and <key> your wepkey

Last edited by tribble; 07-19-2006 at 10:05 AM.
tribble is offline   Reply With Quote