How to find list of SYSTEM LOCALES (language list that we see in settings) from ROM file system image/file tree
(assuming that /system can be mounted as folder)?
Which files/folders have this information?
omyg said:
Some manufacturer and custom rom builds do not include ALL languanges in their ROMs.
How it is possible to find list of available SYSTEM LOCALES and DEFAULT KEYBOARD input languanges from FILE SYSTEM image (assuming that /system and/or other folders can be extracted or mounted in linux as folder)? Which files/folders have this information?
Click to expand...
Click to collapse
))))
DubbyDum said:
))))
Click to expand...
Click to collapse
so how ?
omyg said:
so how ?
Click to expand...
Click to collapse
+1
1- extract the Framework-res.apk
2- decompile the " framework-res.apk "
3- goto decompiled folder and check this folders.
for example:
framework-res.apk/res
/values-en-rAU
/values-de
/values-it
/values-pl
/values-nl
/Values-GB
/Values-Fa
/Values-Ar
, for example when you add " Values-Fa " to framework-res.apk, the Farsi language will add to locale settings.
if you add "values-it" , the Italian language will add to system and so on.
all languages are defined on android, you need just to create right folders.
this is for system language.
-------------------
for every application you need to create the folder same as framework-res.apk folders, and translate "Strings.xml" file.
every application have a different parameters, and you must know for keyboards some information will defines on lib files.
thanks, now i got it.
but what does it mean if this 3 system files have different sets of languages :
framework-res.apk
twframework-res.apk
Settings.apk
first file will be most accurate source ?
omyg said:
thanks, now i got it.
but what does it mean if this 3 system files have different sets of languages :
framework-res.apk
twframework-res.apk
Settings.apk
first file will be most accurate source ?
Click to expand...
Click to collapse
but how to see this apk code
You use an APK decompiler.
Hi, everyone. I am translating a ROM and so I translated the Settings.apk & framework-res.apk & twframework-res.apk, added the values-xx into each one, but the problem now is that the device doesn't show the language which I added. I wanted Albanian language and its code in ISO 639-2 is "sq" so I created values-sq, but nothing appears in "Locale and text" menu...
anyone could help me...
I am able to copy Chinese text within Remix OS (32 bit, latest version) if I right click it and select "copy", however the shortcut "Ctrl+C" does not copy it - though that shortcut does copy English text.
Example given:
大家好!
[The reason I'd like this feature is that the Chinese dictionary Pleco is awesome, and isn't on Windows - so I want to run Android on my desktop now and again so I can increase the efficiency with which I can work on Chinese documents, as a student of Chinese]
Thanks in advance.
Apologies if this thread isn't in the correct place.
Hi gentlemen,
Could someone share the last offline speech recognition files for French language?
Here the steps to process (5 min)
You need to be rooted
Open Google app > settings > voice > offline speech recognition
Go to "All" tab and download the french (France) package
When it is done, open your file explorer as root and go to /data/data/com.google.android.googlequicksearchbox/app_g3_models
Copy and zip the fr-Fr folder and paste it in your google drive or elsewhere to share it with community
I need it because my SOC x86 Intel Lollipop device is not allowed to download offline voice package by Google. This option is just missing. Unfortunately it is a known issue that some devices are excluded from downloading those files and it can't be fixed in any way.
http://forum.xda-developers.com/showthread.php?t=2549644&page=9
I know this workaround works perfectly because I'm currently using it for the en-US language package v215 that enables offline dictation and voice command.
Thanks
Up ↑
Please
Up please
Hey guys
I want to sync AOSP android source, where i can find all system languages in the source? To see if i can add my own language to my system till android not adding them yet.