Rubix 1.9.0 Keyboard APK

Boucher187

Member
Joined
Nov 30, 2010
Messages
35
Reaction score
0
Location
North East Pennsylvania
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
 

drod2169

Premium Member
Premium Member
Developer
Joined
Apr 12, 2010
Messages
677
Reaction score
0
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.
 
OP
Boucher187

Boucher187

Member
Joined
Nov 30, 2010
Messages
35
Reaction score
0
Location
North East Pennsylvania
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
 
Top