The Following 18 Users Say Thank You to foolegg For This Useful Post: | ||
|
2010-12-23
, 03:40
|
Posts: 173 |
Thanked: 106 times |
Joined on Jun 2010
|
#2
|
|
2010-12-23
, 07:36
|
Posts: 136 |
Thanked: 115 times |
Joined on Jul 2010
@ Greece
|
#5
|
|
2010-12-23
, 07:36
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#6
|
|
2010-12-23
, 07:52
|
Posts: 24 |
Thanked: 10 times |
Joined on Jun 2010
|
#7
|
|
2010-12-23
, 08:37
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2010
|
#8
|
|
2010-12-25
, 13:18
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#9
|
deb http://repository.maemo.org/ fremantle/sdk free non-free deb http://repository.maemo.org/ fremantle/tools free non-free
sudo gainroot #gain root apt-get install build-essential #base develop tools apt-get install bash #install bash apt-get install git-core #git tool, be used to checkout source code from github apt-get install libgconf2-dev libdbus-glib-1-dev libhildon-im-ui-dev hildon-input-method-framework-dev libgtk2.0-dev libosso-dev #lib file for hildon-input-method plugin apt-get install sqlite3 #be used to generate dict file
apt-get install python2.5-qt4 python2.5-qt4-dbus
git clone git://github.com/foolegg/maemo-chinese-input-pad.git mcip #checkout source code cd mcip #enter source code directory make #build sudo gainroot #get root make install #install
cd mcip #enter source code directory sudo gainroot #get root make uninstall #uninstall old version exit #exit root git pull origin master #checkout newest source code make #build, again sudo gainroot #get root make install #install, again
I writed a Chinese input method ( for touch screen, with virtual keypad ) and a hildon input plugin ( so it is integrted to system, can be use like origin virtual keyboard )
some screenshot,
in message client:
click input area to active inputpad ( like system virtual keyboard, and it will rotate screen auto ) :
when input finish, click blank area above inputpad to close it, and commit the text to message client :
and it has some sub keypad to input english or japanese :
source code on github :
https://github.com/foolegg/maemo-chinese-input-pad
It can be use with gtk and qt, but still has some problem in microB browser ( sometime lose commited text )
Last edited by foolegg; 2010-12-23 at 03:14.