on a different subject i have started a new project named himcellwriter which integrate the magnificent
cellwriter hand writing recognition application (applause to the author) as an hildon input method plugin. currently i am attempting to revive a pentium 3 500mhz desktop computer from scrap to be my main machine that will replace the amilo i used to have.
******************************************************************
notes:
1) if you have been using the script and something which happens to be 'hotkeys' is eating your cpu on ubuntu interpid, i suggest that you remove it by running:
sudo apt-get remove hotkeys
after removal, the "Activate/Deactivate" popup will stop appearing.
2) if you're new to ubuntu and have amilo li1718 or a1650g run the following 3 commands to add wireless led support without using the script- this will work until acerhk will be removed from ubuntu (probably 9.04 or 9.10):
$ echo options acerhk autowlan=1 force_series=5020 | sudo tee -a /etc/modprobe.d/options
$ echo acerhk | sudo tee -a /etc/modules
$ sudo rmmod acerhk > /dev/null 2>&1 ; sudo modprobe acerhk autowlan=1 force_series=5020
please let me know if it does not work as i was unable to test it...
EDIT: i made a mistake in step 2 and it is fixed now. i will search a fix to what it caused and publish it soon