Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Dutch Dictionary


  • Please log in to reply
13 replies to this topic

#1 Stinuz

Stinuz
  • Members
  • 6 posts
  • Device Model:HTC Desire
  • MOD Version:CM7 RC1
  • Recovery Image:ClockworkMod

Posted 21 February 2011 - 02:00 PM

I was wondering if there were other Dutch / Belgian users who experiences problems with the dictionary while typing a sms.

English, French works fine in the CM7 mod but dutch / Belgian does'nt for me.

prior to the release CM7, I used the VillianRom (also gingerbread) and it worked perfectly

#2 Kom-Si

Kom-Si
  • Members
  • 27 posts
  • Twitter:kom_si
  • Country:ru
  • Device Model:HTC Desire GSM
  • MOD Version:CM7 Nightly
  • Recovery Image:ClockworkMod

Posted 21 February 2011 - 04:42 PM

 Stinuz, on 21 February 2011 - 02:00 PM, said:

I was wondering if there were other Dutch / Belgian users who experiences problems with the dictionary while typing a sms.

English, French works fine in the CM7 mod but dutch / Belgian does'nt for me.
I already raised the issue re Russian spelling dictionary for Android keyboard: http://forum.cyanoge...spell-checker/.

#3 Grizly Jee

Grizly Jee
  • Members
  • 9 posts
  • Country:be
  • Device Model:HTC Desire GSM (Bravo)
  • MOD Version:CM7 stable
  • Recovery Image:Amon_RA

Posted 14 March 2011 - 11:00 PM

 Stinuz, on 21 February 2011 - 02:00 PM, said:

I was wondering if there were other Dutch / Belgian users who experiences problems with the dictionary while typing a sms.

English, French works fine in the CM7 mod but dutch / Belgian does'nt for me.

prior to the release CM7, I used the VillianRom (also gingerbread) and it worked perfectly

I got here by googling cuz I got the feeling something was up aswell.. There are just no words suggested as I type along.. Only names of people in my contactlist. Has this been resolved by now?

Kind regards

#4 Dud3Flex

Dud3Flex
  • Members
  • 14 posts
  • LocationWeert, Netherlands
  • Country:nl
  • Device Model:HTC DESIRE (GSM)
  • MOD Version:CM7 RC2
  • Recovery Image:ClockworkMod

Posted 15 March 2011 - 12:43 PM

I second thath, would love a duthc dictionary so I can use the standard keyboard.

#5 doctormetal

doctormetal
  • Members
  • 57 posts
  • Twitter:doctormetal
  • Country:nl
  • Device Model:HTC Desire GSM
  • MOD Version:7
  • Recovery Image:ClockworkMod

Posted 15 March 2011 - 05:55 PM

Yes I am surely missing the Dutch dictionary. Without completion I have to type entire word instead of just a few letters. Makes it a lot slower.

#6 Grizly Jee

Grizly Jee
  • Members
  • 9 posts
  • Country:be
  • Device Model:HTC Desire GSM (Bravo)
  • MOD Version:CM7 stable
  • Recovery Image:Amon_RA

Posted 16 March 2011 - 03:02 PM

http://forum.xda-dev...ad.php?t=876697

Following this thread I got it working :-) Although with the keyboard suggested there, I don't have haptic feedback anymore. But I got a dutch dictionary, so who cares? :-p

Edited by Grizly Jee, 16 March 2011 - 03:03 PM.


#7 denvro

denvro
  • Members
  • 1 posts

Posted 24 May 2011 - 08:22 PM

You can replace the LatinIME.apk in the /system/app directory with the one you can download from this Dropbox location.

Kind Regards,
D.

#8 Melroy

Melroy
  • Members
  • 4 posts
  • Twitter:melroy89
  • Device Model:HTC Desire (GSM)
  • MOD Version:Stable 7.1.0
  • Recovery Image:ClockworkMod

Posted 16 October 2011 - 01:14 AM

 denvro, on 24 May 2011 - 08:22 PM, said:

You can replace the LatinIME.apk in the /system/app directory with the one you can download from this Dropbox location.

Kind Regards,
D.
Well, I tried that... but I replaced the file. Apperanty it didn't remove the old LatinIME.apk AND now I can't put the old or the new .apk file in my /system, because of "failed to copy '...LatinIME.apk' to '/system/app//LatinIME.apk': Out of memory" :(

What should I do now?
Remouting didn't help, I also tried:

Quote

rm -rf /system/app/LatinIME.apk

Can I run e2fsck or something? Or can I resize the /system?

Help me! I can't use my keyboard anymore....

UPDATE:
So, that went horribly wrong. My back-up was unrestorable, I can't place the new or old LatinIME.apk back on my device. The only solution was to reflash the ROM :(

Edited by Melroy, 18 October 2011 - 12:48 PM.


#9 Helaas

Helaas
  • Members
  • 1 posts
  • Country:be
  • Device Model:Wildfire
  • MOD Version:7.1
  • Recovery Image:ClockworkMod

Posted 11 November 2011 - 03:02 PM

I've managed to add Dutch to my Wildfire after flashing Cyanogenmod 7.1.
I googled around a bit but didn't find a proper guide, so I've just started fiddling around a bit until it worked.

What I found out is that VillainMod for the Desire contains most languages.

So what you do is:
  • Download GingerVillain3.3.zip
  • Open up the zip in Winrar/7Zip/whatever you prefer
  • Navigate to GingerVillain3.3.zip\system\app
  • Copy LatinIME.apk to a folder. I would recommend to the folder where you have ADB installed.
  • Open up a command prompt
  • Change directoy to the folder where ADB is installed
  • adb remount
  • adb push LatinIME.apk /system/app/LatinIME.apk
  • Reboot phone
  • Enable dutch in your Keyboard Settings
It's worth mentioning I first tried copying LatinIME.apk to /system/app/ with root explorer and then installing it from there. This caused the keyboard to malfunction and crash.
The only way I got the apk to work is by pushing it with ADB.

You can Google around on guides on how to install ADB, takes about 5 minutes.
My other tip: the ADB drivers come with HTC Sync if you have a HTC Phone. So install that and retry if ADB can't find your device.

#10 Queto

Queto
  • Members
  • 1 posts
  • Country:be
  • Device Model:HTC Legend
  • MOD Version:7.1
  • Recovery Image:Cyanogen

Posted 05 December 2011 - 02:33 PM

I can't seem to push the new LatinIME to my device... I keep getting the "Directory not empty" error, anything I'm doing wrong?

#11 ntpckr

ntpckr
  • Members
  • 2 posts
  • Device Model:Desire
  • MOD Version:7
  • Recovery Image:ClockworkMod

Posted 18 January 2012 - 01:42 PM

adb shell
mount /dev/block/mtdblock4 /system
exit
adb push LatinIME.apk /system/app/LatinIME.apk

Edited by ntpckr, 18 January 2012 - 01:42 PM.


#12 Bovej

Bovej
  • Members
  • 1 posts
  • Country:be
  • Device Model:HTC Legend
  • MOD Version:7.1
  • Recovery Image:ClockworkMod

Posted 21 January 2012 - 11:12 AM

 ntpckr, on 18 January 2012 - 01:42 PM, said:

adb shell
mount /dev/block/mtdblock4 /system
exit
adb push LatinIME.apk /system/app/LatinIME.apk

Thanks for posting those commands ntpckr, but it seems that there are missing steps to change the LatinIME.apk package.
It didn't work for me on my HTC Legend. I needed to push the LatinIME.apk file by writing the file name in small capitals, but that still didn't replace or add the Dutch dictionary after reboot.
Is there something missing on how to create the LatinIME.odex file ? Do we need to reset the cache after pushing the file?

#13 Ruben Coolen

Ruben Coolen
  • Members
  • 2 posts

Posted 13 February 2012 - 08:19 PM

I just had to install the latinIME.apk file from the file manager, then reboot and it worked!

#14 borizz

borizz
  • Members
  • 1 posts
  • Country:nl
  • Device Model:HTC Legend
  • MOD Version:Cyanogenmod 7.1
  • Recovery Image:ClockworkMod

Posted 10 May 2012 - 05:47 PM

I installed multiple versions of LatinIME, but all break graphically in the Browser. Normally the keyboard has a black background. With the new APK, I do get the Dutch dictionary, but the keyboard background (between the keys) is white, as if an image was missing or something. Do you guys also have this behaviour? The funny thing is, in messaging applications like WhatsApp or the stock SMS app, the keyboard appears fine.

I also tried rolling my own, by adding the dictionary file to the stock LatinIME.apk file, but that does not seem to recognise that the file has been added.

I'm on release Cyanogenmod 7.1 on an HTC Legend.