Jump to content

Android Keyboard with dutch Text prediction


Guest dentette

Recommended Posts

Guest dentette

Because I am a dutch speaking Liquid user who doesn't like the XT9 keyboard, I have found a way to change the text prediction in the standard keyboard to another language whitout changing the locale.

Android Keyboard Dutch

First preform a backup of the LatinIME.apk, just in case

adb remount

adb pull /system/app/LatinIME.apk ./LatinIMEBackup.apk

adb push ./LatinIME.apk /system/app/LatinIME.apk

or in the adb shell

put the file on the sdcard

su

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

cat /system/app/LatinIME.apk > /sdcard/LatinIMEBackup.apk

cat /sdcard/LatinIME.apk > /system/app/LatinIME.apk

And that's all folks

Other languages are practically the same, you just have to find a main.dict for your language (or make one)

Cheers

Edited by dentette
Link to comment
Share on other sites

  • 4 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.