maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   A Chinese input method with virtual keypad and hildon input method plugin (https://talk.maemo.org/showthread.php?t=67333)

sony123 2010-12-26 06:23

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
Quote:

Originally Posted by Wikiwide (Post 904309)
If I remember correctly, you can have any number of virtual keyboards installed (this one, portrait-keyboard, handwriting cell input, default) and switch between them by editing one setting in gconf and probably restarting hildon-input-method. No need to restart whole operating system.

Probably you could add icons on home screen to switch to one keyboard or another instead of typing each time in X Terminal.

Thanks guys for the reply. I currently use one button switching of penpower and stock him and was hoping for something more integrated into stock him. Regardless, look forward to seeing the inpuy method package in extra-devel!

turbowei 2010-12-26 07:54

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
感谢!

英雄!

mercuris 2010-12-26 19:37

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
followed the instructions step by step installation except (apt-get install sqlite3) already the newest. very thing's fine but nothing happened, any idea??

foolegg 2010-12-27 03:01

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
I found a bug in Makefile.
my N900 is down( because a mistake when trying package ) and I'm busy in this week ( for a test ), so please wait a few day, I will fix this bug.

foolegg 2010-12-30 12:18

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
Quote:

Originally Posted by foolegg (Post 904021)
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
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.

hi, I have updated source code, and fixed the install introduction, please check it:D

mercuris 2010-12-30 18:14

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
it works thanks, keep it up, looking forward for updates in the future. tq

Ykho 2010-12-30 18:48

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
best xmas present ever!!

maxximuscool 2010-12-30 19:25

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
Quote:

Originally Posted by foolegg (Post 902512)
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:
http://bbs.ifanr.com/data/attachment...rh1399l7r7.png
click input area to active inputpad ( like system virtual keyboard, and it will rotate screen auto ) :
http://bbs.ifanr.com/data/attachment...i71og93559.png
when input finish, click blank area above inputpad to close it, and commit the text to message client :
http://bbs.ifanr.com/data/attachment...dcffkdf8zc.png
and it has some sub keypad to input english or japanese :
http://bbs.ifanr.com/data/attachment...9h31eogae4.png

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 )

will this conflict with Ukeyboard? or is it only show up during portrait?

Ykho 2011-01-03 12:49

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
just out of curiosity how many people have successfully installed it??

mercuris 2011-01-04 20:23

Re: A Chinese input method with virtual keypad and hildon input method plugin
 
i have................................


All times are GMT. The time now is 21:17.

vBulletin® Version 3.8.8