Active Topics

 


Reply
Thread Tools
Posts: 32 | Thanked: 106 times | Joined on Jan 2010
#1
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 )

Last edited by foolegg; 2010-12-23 at 03:14.
 

The Following 18 Users Say Thank You to foolegg For This Useful Post:
Posts: 173 | Thanked: 106 times | Joined on Jun 2010
#2
請問中文方面是拼音還是注音都有,有可供測試載點嗎
感謝你的貢獻
 
Posts: 1 | Thanked: 0 times | Joined on Dec 2010
#3
如果支持scim的码表就完美了
 
Posts: 33 | Thanked: 14 times | Joined on Oct 2009 @ Oklahoma
#4
can you package this or explain how to install? looks very good
 

The Following User Says Thank You to injunear For This Useful Post:
Posts: 136 | Thanked: 115 times | Joined on Jul 2010 @ Greece
#5
so, it also has hiragana and katakana. need to investigate further.
looks interesting.
 
Posts: 32 | Thanked: 106 times | Joined on Jan 2010
#6
I have plan to package it, but it is mixed program ( include c / python / bash ), it is complex with package. I need more time to learn how to package it.
So I want write a INSTALL to explain how to install at this weekend.
 

The Following 6 Users Say Thank You to foolegg For This Useful Post:
Posts: 24 | Thanked: 10 times | Joined on Jun 2010
#7
waiting for your installation guide
 
Posts: 5 | Thanked: 0 times | Joined on Dec 2010
#8
很好很强大~~~~~~~~~~~~~~~~!

looking forward it~my hero~
 
Posts: 32 | Thanked: 106 times | Joined on Jan 2010
#9
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 :
Code:
deb http://repository.maemo.org/ fremantle/sdk free non-free
deb http://repository.maemo.org/ fremantle/tools free non-free
then open x-terminal, and type :
Code:
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
the Inputpad ui is pyqt4 program, so you need python2.5-qt4
:
Code:
apt-get install python2.5-qt4 python2.5-qt4-dbus
then, checkout source code and BUILD it ! ( exit root before do this ) :
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
then, reboot.
If everything is ok, you can use this inputpad like system origin virtual keyboard.

when you need update :

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
reboot.

Last edited by foolegg; 2010-12-30 at 12:49.
 

The Following 2 Users Say Thank You to foolegg For This Useful Post:
Posts: 32 | Thanked: 106 times | Joined on Jan 2010
#10
sorry for previous post, I make a mistake for install method.
I've update the post, plz check it
 

The Following User Says Thank You to foolegg For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 06:29.