What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Multitouch keyboard rubix 1.8

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
 
+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. "
 
Back
Top