[Q] Adding another language over morelocale 2 doesnt work. Solutions? - General Questions and Answers

Hi All,
I am trying to add another language to my Samsung SM-G3858 projector Smartphone. First thing I tried is to install morelocale 2 but it didnt work. Then I tried to do it over adb with command:
pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
as seen here: http://droider.eu/2013/11/03/how-to-get-morelocale2-to-work-on-4-2-and-above/
Didnt work either. I have root and run on 4.2.2 JB. When I for example choose German or any other language with morelocale the downloaded apps are translated fine (like googleplay), but not the system language. All the system apps and the menu of these apps (e.g. settings) remain english. Also tried to contact the dev of morelocale 2 but no answer. So I´m stuck. I guess there is some kind of region lock on that phone (chinese build). Now how can I override that lock? Any help would be greatly appreciated!

Related

Adding language in HTC keyboard?

Hello to everyone.
Please forgive me if you think that I'm not posting in the correct forum, but I think that posting in the general Sapphire forum would be more irrelevant.
I'm using Cyanogen's 4.0.4 ROM and I'm totally satisfied with it. I think he (with the help of many others) has done a great job, keep up the good work guys!
My only problem (and believe me it's a big problem for me) is that the HTC keyboard supports only the english language. I have tried many ROMs and some of them had other language support, but unfortunatelly I had others problems and had to drop them. So here I am with Cyanogen's ROM which I would be totally satisfied with, if I could use the HTC keyboard with my native language (Greek for my case).
I have tried everything, uninstalling and reinstalling HTC_IME.apk, HTC_IME.odex and libt9.so from JACxHERO's ROM that works with my language, with no success at all.
I assume that a lot of people like the HTC keyboard like me and would like to use it with their native language. So, if there is a solution and anyone knows it, I would really appreciate it to know.
Thank you in advance and again, keep up the good work!!!
I'm interested on the same issue. That's the only reason I keep using Hero ROMs.
I'm interested to...
Is there a way to add spanish language and T9 languages to the magics??? Like spanish for example?
This is the exact same reason why I'm still looking for an OS for my G2. Tons of kudos to whoever can tell us some about this.
+1 for me.
instead of installing other languages i wanna remove the damned chinese language in my htc magic..please help!!
you can try the following
I'm no expert guys but here is the command that activates Russian language in HTC.ime. It worked fine for me and English stays as a second language for the keyboard.
cd to the Tools folder within SDK and run the following command:
Code:
adb shell "echo ru > /data/property/persist.sys.language"
[code]
Then reboot the device.
Obviously you need to replace "ru" in above code by your respective language short name. Like "gr" would stand for Greek language I would imagine.
rubbish: thanks for your suggestion... but it doesn't work for me as far as HTC Keyboard (HTC_IME.apk) is concerned. I have French Canadian set on my device (i.e. fr set in persist.sys.language and CA set in persist.sys.country) and still, only English appears in the HTC Keyboard configuration panel.
I took a look at this page on the Android localisation topic, but find nothing really helpful to solve the problem with HTC Keyboard: http://groups.google.com/group/android-developers/web/localizing-android-apps-draft?version=10
As far as I know, HTC_IME.apk was intended to be used on Hero only, not on Magic. Having used Hero ROM for a couple of weeks' I can confirm that you can select any available languages for use with the HTC keyboard. So is there anything else missing (apart from libt9.so) from the Hero system stack in order to have the complete languages list on Magic?
edit
.........
so no news =( ???
All right, let's try the following method although it's going to be trial and error, you'll see why. It will only work for HTC-based firmware I think (Hero ROMs should be OK). I'm on the different firmware at the moment (SPFrance) and it worked fine adding Russian as 2nd language to the HTC keyboard. The method described in my previous post was really for the system locale (although it was adding 2nd keyboard input as well just fine).
You'll need to pull a system file called "com.htc.android.htcime_preferences.xml" from the device. To do that enter the following command from within tools folder of your SDK folder:
Code:
adb pull /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_preferences.xml com.htc.android.htcime_preferences.xml
[code]
This is one command, just copy and paste it. You should get the above mentioned file copied to your Tools folder. Then you need to edit it with Notepad. Now comes trial and error method. To add Russian you need to do the following:
Change: <string name="keyboard_language">0</string>
for: <string name="keyboard_language">6</string>
So it's a simple change of 1 figure (0 -> 6). The thing is I don't know (and couldn't find info) what figures are relevant for other languages. But there's no risk in trying, you can always push the original .xml file back to device. Try from 1 to 9 (missing 6 obviously unless you want Russian) and see how it turns out.
To push file back to device:
[code]
adb push com.htc.android.htcime_preferences.xml /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_preferences.xml
[code]
This is again a single command. Reboot the device afterwards.
Good luck!
:No-Frost: said:
I'm interested to...
Is there a way to add spanish language and T9 languages to the magics??? Like spanish for example?
Click to expand...
Click to collapse
For spanish i could recommend an application called Better Keyboard, it is available though the market... it comes with english and spanish support... also has a language pack with some languages i don't remember ...
Great great tip Rubbish!!! I tried number 5 and I guessed portuguese right on first try! I was looking for this for months and couldn't find it anywhere.
Thanks again! You didn't save my life but will save me a lot of time typing
@rubbish You made my day!
Does this method works on Cyanogen's? Can anyone confirm it? I'm on a Hero ROM.
***EDITED***
rubbish said:
All right, let's try the following method although it's going to be trial and error, you'll see why. It will only work for HTC-based firmware I think (Hero ROMs should be OK). I'm on the different firmware at the moment (SPFrance) and it worked fine adding Russian as 2nd language to the HTC keyboard. The method described in my previous post was really for the system locale (although it was adding 2nd keyboard input as well just fine).
You'll need to pull a system file called "com.htc.android.htcime_preferences.xml" from the device. To do that enter the following command from within tools folder of your SDK folder:
Code:
adb pull /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_preferences.xml com.htc.android.htcime_preferences.xml
[code]
This is one command, just copy and paste it. You should get the above mentioned file copied to your Tools folder. Then you need to edit it with Notepad. Now comes trial and error method. To add Russian you need to do the following:
Change: <string name="keyboard_language">0</string>
for: <string name="keyboard_language">6</string>
So it's a simple change of 1 figure (0 -> 6). The thing is I don't know (and couldn't find info) what figures are relevant for other languages. But there's no risk in trying, you can always push the original .xml file back to device. Try from 1 to 9 (missing 6 obviously unless you want Russian) and see how it turns out.
To push file back to device:
[code]
adb push com.htc.android.htcime_preferences.xml /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_preferences.xml
[code]
This is again a single command. Reboot the device afterwards.
Good luck![/QUOTE]
Ok, now mmm What I don't know if with this we will get the predictive dictionary in our language... I mean, in my case, spanish dictionary...
Click to expand...
Click to collapse
:No-Frost: said:
Ok, now mmm What I don't know if with this we will get the predictive dictionary in our language... I mean, in my case, spanish dictionary...
Click to expand...
Click to collapse
Yes, you should get it. I got Russian predictive and there's no reason for Spanish to work differently.
To all. If you succeeded with above method please post what number worked for your language. For now we know that 6 adds Russian and 5 - Portuguese.
nop56773 said:
Great great tip Rubbish!!! I tried number 5 and I guessed portuguese right on first try!
Click to expand...
Click to collapse
You must be a lucky person to get it on first try nop56773! I'm glad it worked for you.
rquattro said:
Does this method works on Cyanogen's? Can anyone confirm it? I'm on a Hero ROM.
***EDITED***
Click to expand...
Click to collapse
To get English environment with (in my case) Czech prediction keyboard on 32A with CyanogenMod 4.0.4, I just set the phone locale to Czech (important step, doesn't work without it) using standard phone locale settings - which switches both the environment and predictive language to Czech (note that the keyboard preferences still only show English as the only visible language choice, but it's not actually selected - the list just doesn't show the other choices) then I change the /data/property/persist.sys.country file to contain CZ (that should really be capitalized) and reboot phone. Works like charm (tested on multiple wipes). You can of course do the exact opposite, too - have the keyboard language set to English and UI language to your preffered language.
Basically - the persist.sys.country file controls your regional locale (including keyboard prediction) - in uppercase characters - and the persist.sys.language file contains your UI messages locale - in lowercase characters.
Tryied it out with no succes... Everytime I change the number I got english again =(...
My phone is 100% english xD...
There should be another way to put it in spanish I think right????

Swype - change language

Hi!
I installed
LIA_IME_Swype_3_9_10_10_5032_0.cab
Click to expand...
Click to collapse
but it seems yust to work with German language. i can change the settings but they don't working. any idea how i get English working?
thx
ok i found it:
settings working when you activate language not over settings, but over keyboard by tap and hold "q"
when i do that... nothing happens, and when I turn swype On, it tells me that this package that i installed is configured for another device and will operate with limited functionality?? what it it about
my swype runs on a custom rom in French (040c) & 24001, I used the packages from the 2.10 rom
C0qRouge said:
ok i found it:
settings working when you activate language not over settings, but over keyboard by tap and hold "q"
Click to expand...
Click to collapse
did you really installed the version I mentioned above? because for me it works
Hi all,
as i see this topic is pretty old.
I just want to describe how i made my Swype German.
It's basing on Swype-LordYuz-3.9.10.10.5032.CAB.
Rename the following files in Swype install folder:
SwypeEnglishUS.htm -> SwypeEnglishUS.htm_
SwypeEnglishUS.zdb.le -> SwypeEnglishUS.zdb.le_
or something else..
then:
SwypeGerman.htm -> SwypeEnglishUS.htm
SwypeGerman.zdb.le -> SwypeEnglishUS.zdb.le
Do a Softreset and check if it works.
Even though the settings show EN as language - mine is German and Umlauts work as well
PS.Italian or Spanish people should try it too, the relating files are located in the install folder.
Good luck and Greetz, Brush2
Can it works with greek language?
Hi noolis,
i am afraid it only works with the:
Swype.*Language name*.zdb.le files.
Since there is no
Swype.Greece.zdb.le
in the install folder there is no chance.
Sorry,
Greetz, Brush2
OK but what if one wants to have two or three different languages available. I write a lot in French but need sometimes to send some emails in English ... pressing and holding 'q' does not open any windows with available languages, which is strange as files are available within the installed swype package ...

[Q]How to download and install more languages (Non-root)

Under Language & Keyboard settings -> Select Language -> locale, is there a way to install more languages into the phone without rooting or flashing a new ROM? My friend's Captivate only has English and French, and my other frieind's Optimus One also has a few languages to choose from. Neither of them want to root because they just got the phone and they simply just want the phone to work as a phone.
currently, i have a captivate which i got from rogers canada. I had eng/french locales, but i wanted japanese. after flashing a custom 2.2 rom, i got a huge ton of them including deutsch, spanish, italian, korean, (list goes on) but sadly no japanese locale. so in short, i don't think it is possible to install other locales unless they came either with you phone, or by updating your phone. but i could be wrong.. just what i think.
Thanks. I think Google should just let any Android users to install any languages they want on their phones since they are available already.
Anyone else?
Try moreLocale2 on market.

[Q][A700][ROM] iconiaN 2.6 Dutch version of Gapps?

Hello, does anyone know what Gapps to install on iconiaN 2.6 to get any other language then the default supported languages on this rom? The rom is great but I really would like to have Dutch language support for speech and autocorrect.
Hm. Doesn't iconiaN support the Dutch language?
Concerning the Gapps (Google apps), you might want to try this app. It will "notify" all the apps to show in your native language. All of the Google apps support every language there is.
TomONeill said:
Hm. Doesn't iconiaN support the Dutch language?
Concerning the Gapps (Google apps), you might want to try this app. It will "notify" all the apps to show in your native language. All of the Google apps support every language there is.
Click to expand...
Click to collapse
Nope, it only seems to support GB, US, DE, ES & FR I tried the DE and the US but i cannot select dutch language.
Well that sucks. Am working on a (multi)language pack right now.
Done.
Edit : This won't work. I still didn't test it so you're free to try, but I can't seem to open the apks.. Am going to work on a solution some time.
Download the RAR file at:
http://www71.zippyshare.com/v/49759785/file.html
Please run _runme.bat with Administrator rights (just to make sure).
There's an option to make a backup (which is done automatically with option 1) and another option to restore everything.
I have not properly tested this, but it should work.
Watch whichever number you're inputting. It'll instantly do whatever number you typed.
There's a slight change your tablet will crash after replacing the framework. It's no biggie. Rebooting should fix that. Then manually choose option 7.
PM me for any bugs and please report status

colors elite e10

I can not understand the chinese language during boot option so will you plz translate all chinese language to english (language shown during boot option). My mobile frequently got problem during restarting and so i have to format it frequently. I have rooted it with king root android application too.
jaazfight said:
I can not understand the chinese language during boot option so will you plz translate all chinese language to english (language shown during boot option). My mobile frequently got problem during restarting and so i have to format it frequently. I have rooted it with king root android application too.
Click to expand...
Click to collapse
Are you asking someone to change the language for you on your device or in your ROM?
If so, you'll have to do that yourself.

Categories

Resources