* the qwerty link is simplify activated by following the guide in the wiki[1] * the wrench link was bit more tricky, and needs the eet commandline tool []> scp root@192.168.0.202:/usr/share/enlightenment/data/config/asu/e.cfg . []> eet -d e.cfg config e.src []> vi e.src -> add the following text after the illume-bluetooth group (within the 'group "E_Config_Gadcon" struct') #### group "clients" list { group "E_Config_Gadcon_Client" struct { value "name" string: "illume-cfg"; value "id" string: "illume-cfg"; value "geom.pos" int: 0; value "geom.size" int: 32; value "geom.res" int: 472; value "geom.pos_x" double: 0.0000000000000000000000000; value "geom.pos_y" double: 0.0000000000000000000000000; value "geom.size_w" double: 0.0000000000000000000000000; value "geom.size_h" double: 0.0000000000000000000000000; value "state_info.seq" int: 1; value "state_info.flags" int: 1; value "style" string: "plain"; value "autoscroll" uchar: 0; value "resizable" uchar: 0; } } #### []> eet -e e.cfg config e.src 1 []> scp e.cfg root@192.168.0.202:/usr/share/enlightenment/data/config/asu/e.cfg []> rm -fr ~/.e; /etc/init.d/xserver-nodm restart after that the wrench and the qwerty link were back again. the querty link toogled the (qtopia) keyboard, and the wrench launched the config dialog. But the problem is, that every subdialog is totaly black, since it's content is shifted to the left out of the visible area. only in the "Finger Scrolling" subdialog one sees some letters at the margin. i've no idea why that happens and how to fix it * since i couldn't activate illume's internal keyboard via the config dialog i also used eet: []> scp root@192.168.0.202:/usr/share/enlightenment/data/config/asu/module.illume.cfg . []> eet -d module.illume.cfg config module.illume.src []> vi module.illume.src -> set kbd.use_internal to 1 []> eet -e module.illume.cfg config module.illume.src 1 []> scp module.illume.cfg root@192.168.0.202:/usr/share/enlightenment/data/config/asu/module.illume.cfg []> rm -fr ~/.e; /etc/init.d/xserver-nodm restart most of the time there is even no need to set QTOPIA_NO_VIRTUAL_KEYBOARD=1 anymore, but i discovered that sometimes qtopia takes over and suddenly illume's keyboard is gone. to get the qtopia keyboard back one simply has to set kbd.use_internal to 0, if the config dialog would work that would be quiet simple :) [1] http://wiki.openmoko.org/wiki/ASU_Keyboard_Toggle#Method_2