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!

Rubix 1.9.0 Keyboard APK

Drod & anyone else that can assist. I absolutely love the KB on Rubix 1.9.0. Bigger keys and just absolutely perfect for my fingers. The GB keyboard is too small....anywho..I want to DL 1.9.5. Is there a way I can do that and keep the 1.9.0 keyboard?

PS - Hats off to all your hard work and amazing ROMs!

Sent from my DROIDX using DroidForums App
 
+1 for old keyboard. I make too many mistakes in the new one. So should I install the latinme.apk in bootstrap? How would I go about replacing?

Sent from my DROIDX using DroidForums App
 
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.
 
Excellent fix. I also downloaded the Gingerbread Keyboard from the app market and it is also good. I need large keys and large letters. Don't make many mistakes with this one at all. ;-)

Sent from my DROIDX using DroidForums App
 
Back
Top