major problem with greek language pack - HTC Tornado

Hi there, ok the rom is great but i am facing a big problem. I installed the greek language pack from extras and then rebooted. I went to the settings and changed locale to greek and tried to find on << language >> Greek too, but it wasn't there. I found dutch, english and ???????. If i choose now this (???????) and reboot i have in half of the menus greek, in some english and many anredable menus ( with symbols and boxes etc.) The other thing of course is that if i want to add a contact , or wright an sms to greek i simply cannot. I don't have greek characters and greek T9... I have installed the modaco Xt9 too from the extras but it doesn't seem to work...
Can you help?

There is a problem with the Greek Language pack provided by Phil. Please uninstall it (after changing language back to english) and install this pack:
http://rapidshare.com/files/48563354/NiTroGen_s_WM6_Greek_Language_Pack_v0.2.cab

Related

t9 langpacks

t9 langpacks (discontinued)
/// Edit ///
Before writing to me with request please read this http://forum.xda-developers.com/showpost.php?p=2343572&postcount=86
/// End ///
Site is down - Lang packs are not available anymore.
Sometimes it's hard to find LDB and mui so post mui of lang do You want (for example ENG is 0409).
and be patient...
T9 is currently available in 65 languages:
( Avalible T9 marked with * )
Afrikaans
Albanian
Arabic
Azerbaijani
Basque
Bengali
Bulgarian
Catalan
Chinese-Simplified *
Chinese-Traditiional * Not working at the moment...
Chinese- Phrasal
Croatian
Czech *
Danish *
Dutch *
English *
Estonian
Finnish *
French *
Galician
Georgian
German *
Greek *
Gujarati
Hausa
Hebrew
Hindi
Hungarian *
Icelandic
Igbo
Indonesian
Italian *
Japanese
Kannada
Kazakh
Khmer
Korean
Latvian
Lithuanian
Macedonian
Malay
Marathi
Norwegian *
Polish *
Portuguese *
Punjabi
Romanian *
Russian *
Serbian
Serbo-Croatian
Sesotho
Slovak *
Slovenian
Spanish *
Swahili
Swedish *
Tagalog
Tamil
Thai * (without localized GUI)
Turkish *
Ukrainian
Urdu
Uzbek
Vietnamese
Welsh
Xhosa
Yoruba
Zulu
It works fine on WM6 rom by fryrice. Reagrds
melgurth said:
Here U go. http://melgurth.ovh.org/ PM me if U find any bug or have lang request.
Sometimes it's hard to find LDB and mui so post mui of lang do You want (for example ENG is 0409).
and be patient...
Click to expand...
Click to collapse
Hi melgurth, could you make a cab for Turkish? Unfortunately, I don't know what the mui is for Turkish.
I've attached dictionares for:
T9CzechLdb.dll
T9DutchLdb.dll
T9EnglishLdb.dll
T9FrenchLdb.dll
T9GermanLdb.dll
T9GreekLdb.dll
T9ItalianLdb.dll
T9PortugueseLdb.dl
T9SpanishLdb.dll
T9TurkishLdb.dll
T9RomanianLdb.dll
"0413"="T9DutchLdb.dll"
"0410"="T9ItalianLdb.dll"
"0407"="T9GermanLdb.dll"
"040C"="T9FrenchLdb.dll"
"0409"="T9Englishldb.dll"
"0418"="T9Romanian.dll"
"041f" = "T9Turkish.dll"
.. etc
entire code list here:
http://www.microsoft.com/globaldev/reference/winxp/xp-lcid.mspx *
* see LCIDHex value
how to add your own manually?
You need a registry editor.
Say we want to add "T9FrenchLdb.dll"
- copy "T9FrenchLdb.dll" to \Windows
- go to [HKEY_LOCAL_MACHINE\T9 Input Method\MUI\Languages]
- it should be:
"Available"="0409"
- change it to:
"Available"="0409, 040C"
(if you want that T9 French to appers first, put 040C first in that list.)
- go to: [HKEY_LOCAL_MACHINE\T9 Input Method\LDBs]
- add new string value "040C"="T9FrenchLdb.dll"
- reboot
DSF said:
I've attached dictionares for:
how to add your own manually?
You need a registry editor.
Say we want to add "T9FrenchLdb.dll"
- copy "T9FrenchLdb.dll" to \Windows
- go to [HKEY_LOCAL_MACHINE\T9 Input Method\MUI\Languages]
- it should be:
"Available"="0409"
- change it to:
"Available"="0409, 040C"
(if you want that T9 French to appers first, put 040C first in that list.)
- go to: [HKEY_LOCAL_MACHINE\T9 Input Method\LDBs]
- add new string value "040C"="T9FrenchLdb.dll"
- reboot
Click to expand...
Click to collapse
Yes this is proper guide. But if U don't have any IMB installed or You want to change it there is few more things to do. That's why I'm cabing it.
More cabs to come...
How can i remove the xt9 its in andots latest rom
sdamion said:
How can i remove the xt9 its in andots latest rom
Click to expand...
Click to collapse
If it is in ROM - You can't. But if You install this t9 it will replace xt9.
Please guys and gals DO FOLLOW the General forum here because I post a LOT of Smartphone-related info there.
I've posted a LONG tutorial on all these questions some weeks ago. See http://forum.xda-developers.com/showthread.php?t=319353
Hi all,
I installed the turkish t9 file and everything is working.
But I have two questions. I was checking the xml file in the cab, and realized that one registry entity is written as "avalible" where it should be "available" under HKLM\T9 Input Method\MUI\Languages.
I was wondering if that is a problem and whether we need to fix it or not. I also checked the english cab file and it has the same problem.
Now, my second problem is weird. I am using turkish t9, but turkish has characters which do not exist in english. When I create an sms with turkish characters, 1 sms is worth 70 characters. normally if I don't use any turkish special characters, it is 160 characters. You can see that, I prefer to replace those special characters with english equivalents when I write sms messages.
So the second question is, is there a way to edit the dictionary of the turkish t9 file? If I could replace all special characters with their english equivalents, I would be a happy man
T9 editor?
In WM5 I was able to edit my T9 dictionary using a T9 editor tool found in the Windows folder on my Smartphone. Does anyone know where it's located in WM6?
burkay said:
I was checking the xml file in the cab, and realized that one registry entity is written as "avalible" where it should be "available" under HKLM\T9 Input Method\MUI\Languages.
I was wondering if that is a problem and whether we need to fix it or not. I also checked the english cab file and it has the same problem.
Click to expand...
Click to collapse
You are right. It's my misprint. If we have one LDB it doesn't make any different. But if You plan to add more languages it will posible not work because this is list of installed t9. Thanks for point me that. I'll fix all t9 and upload again.
burkay said:
Now, my second problem is weird. I am using turkish t9, but turkish has characters which do not exist in english. When I create an sms with turkish characters, 1 sms is worth 70 characters. normally if I don't use any turkish special characters, it is 160 characters. You can see that, I prefer to replace those special characters with english equivalents when I write sms messages.
So the second question is, is there a way to edit the dictionary of the turkish t9 file? If I could replace all special characters with their english equivalents, I would be a happy man
Click to expand...
Click to collapse
Yes I have this same problem in polish language. But I have not find a way to fix that. Maybe khals method will work - I don't know. When I got some time to spare I'll ask uncle google about that.
Ok, here are the T9 engine files from Orange AKU 2.0 ROM.
The zip includes T9MyWord.exe for editing OWN words
In addition to melgurth files, it includes also:
T9CCEngine.lib
T9CUdbEditor.exe
T9MyWord.exe
T9Settings.exe
DSF said:
Ok, here are the T9 engine files from Orange AKU 2.0 ROM.
The zip includes T9MyWord.exe for editing OWN words
In addition to melgurth files, it includes also:
T9CCEngine.lib
T9CUdbEditor.exe
T9MyWord.exe
T9Settings.exe
Click to expand...
Click to collapse
Stripped from other files, zipped and uploaded to my site. Thank You for remind me this.
Would you be able to do...
A Hebrew Cab ? i know its 040d, but i could not find any LDBs to download
i dont need the entire OS, just for SMS support will be great!
Sefy said:
A Hebrew Cab ? i know its 040d, but i could not find any LDBs to download
Click to expand...
Click to collapse
Yes I know that is hard to find. But I have goal - "gotcha catch 'em all!"
Any luck? is there something i can do to help with it to make it progress faster? is there any way to create such an ldb file from an existing one?
Here's a Greek-English t9 dual language pack. I need both english and greek t9 installed on my phone (as many Greeks do), so I made this cab to avoid installing separate greek and english t9 cab files and editing the registry.
Για να μην παιδευόμαστε, πατριώτες!
NiTroGenious said:
Here's a Greek-English t9 dual language pack. I need both english and greek t9 installed on my phone (as many Greeks do), so I made this cab to avoid installing separate greek and english t9 cab files and editing the registry.
Click to expand...
Click to collapse
OK. If U want I can upload this and post in "others" section on my website.
Sefy said:
Any luck? is there something i can do to help with it to make it progress faster? is there any way to create such an ldb file from an existing one?
Click to expand...
Click to collapse
You want to help? So point me to rom which contains that T9 language. Eventually find those two files:
T9(LANGUAGE)Ldb.dll - where (LANGUAGE) is ... You know
T9ImeRes.Dll.XXXX.mui - where XXXX is code of this language.
This 2 files are enough to make fine cab.
melgurth said:
Here U go. http://melgurth.ovh.org/ PM me if U find any bug or have lang request.
Sometimes it's hard to find LDB and mui so post mui of lang do You want (for example ENG is 0409).
and be patient...
T9 is currently available in 65 languages:
( Avalible T9 marked with * )
Click to expand...
Click to collapse
Hi meldurth,
Anyway you can help getting the Arabic ?

[Q] How to install language which is not factory preinstalled?

Hi,
I need Polish language and there is not Polish language in my HTC Sensation which is originally from the UK. It's very sad as in SMS messages I can choose it as a second language for dictionary word "predictions".
How to install Polish language which is not factory preinstalled on my HTC S?
As for now I was advised to use Morelocale2 from Android Market but haven't check it yet. Hope to sort it out with factory language.
Thanks
you can install a different keyboard.
i like multiling ( + install the polish pack for predictions )
you need root permissions to install another language, and we're not there yet.
morelocale2 should help you. I completely russified a UK Desire by doing that. Russian keyboard also became available.
It works! Thanks!

Calendar Language

Here is my situation: I`m using my phone with english language ( English (Romania)) and everything is in english and is ok BUT in this situation without changing all system language to romanian (I prefer english) how could I have only days/date (in calendar) in romanian?

[Q] [Android] Support new language

HI,
I want to add my language support to rom and have problem.
i added to system apps res\values-pl and translated files but when i flashed device there is no Polish language on the list.
I installed morelocale2 and switched to Polish. I have now everything in polish, but still dont have Polish on list in Settings-> Language and input
What i should edit or add to have this entry.
I've searched for the solution for few days but can't find anywhere.
Anyone can help?
PS. Sorry for my English, still learning
Solved
kron4c said:
HI,
I want to add my language support to rom and have problem.
i added to system apps res\values-pl and translated files but when i flashed device there is no Polish language on the list.
I installed morelocale2 and switched to Polish. I have now everything in polish, but still dont have Polish on list in Settings-> Language and input
What i should edit or add to have this entry.
I've searched for the solution for few days but can't find anywhere.
Anyone can help?
PS. Sorry for my English, still learning
Click to expand...
Click to collapse
Ok , I got if. Topic can be closed

Language

I have installed Memu version 2.9.1.0 and the language is english.
Is it possible to get the dutch language as the language for android.
The problem is that when I install a game like AlpaBetty it takes the language of the operating system so I have to use the game with english words but i like to play it in dutch.
So can I install an android version with the dutch language or replace a file with the right language?
Android has language options. Doesn't it have Dutch language?

Categories

Resources