Multitouch keyboard rubix 1.8

Joined
Feb 9, 2011
Messages
451
Reaction score
0
Im using rubix blurry 1.8 and I would like the multitouch keyboard how can I get it. Everything that I've tried had not worked.

Sent from my DROIDX using DroidForums App
 

rosseparker

New Member
Joined
Jun 19, 2010
Messages
1
Reaction score
0
+1

Same here. There is a thread on doing this for focused.

Here it is and Drod's response. Did you try this?

http://www.droidforums.net/forum/drod2169-x/116047-rubix-1-9-0-keyboard-apk.html

"Grab the latinime.apk from 1.9.0. To do this, open up the rubiXFocused1.9.0.zip with 7zip, winrar, winzip, etc.. and navigate to system, app, inside app you'll see LatinIME.apk, copy this to your sdcard and move to /system/app via root explorer and change the permissions, or put it in your sdk/tools folder on your PC and type:
adb shell
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
exit
adb push LatinIME.apk /system/app/LatinIME.apk
adb shell
chmod 644 /system/app/LatinIME.apk
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

voila. "
 
Top