|
|
12-26-2010
, 02:23 AM
|
|
Posts: 602 |
Thanked: 545 times |
Joined on Nov 2009
|
#21
|
| The Following User Says Thank You to sony123 For This Useful Post: | ||
|
|
12-26-2010
, 03:37 PM
|
|
Posts: 13 |
Thanked: 5 times |
Joined on Mar 2010
|
#23
|
|
|
12-26-2010
, 11:01 PM
|
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#24
|
|
|
12-30-2010
, 08:18 AM
|
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#25
|
I add a Makefile, Now you can install with the common *nix method,
at first, you need install some dependency for build hildon-input-method-plugin,
at first, add below repo :
then open x-terminal, and type :Code:deb http://repository.maemo.org/ fremantle/sdk free non-free deb http://repository.maemo.org/ fremantle/tools free non-free
the Inputpad ui is pyqt4 program, so you need python2.5-qt4Code: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
:
then, checkout source code and BUILD it ! ( exit root before do this ) :Code:apt-get install python2.5-qt4
then, reboot.Code: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
If everything is ok, you can use this inputpad like system origin virtual keyboard.
when you need update :
reboot.Code: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
|
|
12-30-2010
, 02:48 PM
|
|
|
Posts: 242 |
Thanked: 84 times |
Joined on Jul 2010
@ UK/Scotland
|
#27
|
|
|
12-30-2010
, 03:25 PM
|
|
Posts: 3,664 |
Thanked: 1,522 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#28
|
hi, every buddy :
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 )
| The Following User Says Thank You to maxximuscool For This Useful Post: | ||
|
|
01-03-2011
, 08:49 AM
|
|
|
Posts: 242 |
Thanked: 84 times |
Joined on Jul 2010
@ UK/Scotland
|
#29
|
|
|
01-04-2011
, 04:23 PM
|
|
Posts: 13 |
Thanked: 5 times |
Joined on Mar 2010
|
#30
|
![]() |
| Thread Tools | Search this Thread |
|