Reply
Thread Tools
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#21
Originally Posted by Wikiwide View Post
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!
 

The Following User Says Thank You to sony123 For This Useful Post:
Posts: 81 | Thanked: 20 times | Joined on Sep 2010
#22
感谢!

英雄!
 
Posts: 13 | Thanked: 5 times | Joined on Mar 2010
#23
followed the instructions step by step installation except (apt-get install sqlite3) already the newest. very thing's fine but nothing happened, any idea??
 
Posts: 32 | Thanked: 106 times | Joined on Jan 2010
#24
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.
 

The Following 2 Users Say Thank You to foolegg For This Useful Post:
Posts: 32 | Thanked: 106 times | Joined on Jan 2010
#25
Originally Posted by foolegg View Post
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
 

The Following 3 Users Say Thank You to foolegg For This Useful Post:
Posts: 13 | Thanked: 5 times | Joined on Mar 2010
#26
it works thanks, keep it up, looking forward for updates in the future. tq
 

The Following User Says Thank You to mercuris For This Useful Post:
Ykho's Avatar
Posts: 242 | Thanked: 86 times | Joined on Jul 2010 @ UK/Scotland
#27
best xmas present ever!!
__________________
The best way to save face is to keep the lower half shut

Cantonese Pen Power Input is only available in Hong Kong...SUX!
 

The Following 2 Users Say Thank You to Ykho For This Useful Post:
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#28
Originally Posted by foolegg View Post
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 )
will this conflict with Ukeyboard? or is it only show up during portrait?
 

The Following User Says Thank You to maxximuscool For This Useful Post:
Ykho's Avatar
Posts: 242 | Thanked: 86 times | Joined on Jul 2010 @ UK/Scotland
#29
just out of curiosity how many people have successfully installed it??
__________________
The best way to save face is to keep the lower half shut

Cantonese Pen Power Input is only available in Hong Kong...SUX!
 
Posts: 13 | Thanked: 5 times | Joined on Mar 2010
#30
i have................................
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:04.