HTC Hero :: No Languages Except English
Mar 13, 2010
The hero I have no languages except for English. I read on other posts that most firmwares come with gazillion languages, but my 1.5 doesn't. What can I do to add more? I'm a complete newby to the android business so please be kind
View 1 Replies
Jul 26, 2010
How can I make a keyboard to type the languages other than english?
View 1 Replies
View Related
Jan 5, 2013
It seems there is a general voice search / voice recognition issue with non-english languages. The problem is basically that punctuation is written in plain and not recognized. It seems to affect a number of devices (if not all?) running ICS / JB.
So period will write "period" and not "." .
Same for comma that will end in writing "comma" and not ",".
(this of course in each different Language)
This basically makes the voice recognition totally unusable and useless for anything but English. So far, this issue has been reported with the following languages:
French
German
Spanish
Italian
I'm not allowed to post links yet but if you go to Android official project page, in the Issues and search for punctuation, you'll basically see all those.
View 1 Replies
View Related
Sep 23, 2009
So I'm trying to figure out how I can get English (United States) set up on my new Hero. I've looked through the Locale Text settings and found a few English settings, but they were all for Poland or Czech or wherever, no US. With my current setting, it connects me to UK versions of sites, and apps like ShopSavvy returns products in Pounds. I want USD please.Does anyone have a solution for this?
View 9 Replies
View Related
Nov 13, 2009
Except, of course, for one small detail.I'm bilingual,and a lover of Latina women (more info than you needed to know, I know!), so I am constantly switching back and forth between sending texts in English and in Spanish.Is there a way for my phone to recognize words in both English and Spanish?As it stands now, I'm having a hell of a time sending Spanish texts because it keeps suggesting words in English.
View 3 Replies
View Related
Jun 10, 2010
So now that I've forced my Nexus to update to FroYo 2.2.. I was super excited to read that I can now swipe left or right on the keyboard to switch languages. But I can't for the life of me find ANYWHERE that shows me how to add Spanish to my nexus?!
View 6 Replies
View Related
Aug 26, 2010
I am playing with the Android TTS engine. I am trying to set it to speak in Spanish from Mexico, rather than from Spain. I have tried several combination's of language code / country code but I have not been able to get anything by Spanish from Spain. Here is my code currently
loc = new Locale("es", "MEX");
myTts.setLanguage(loc);
say("Hello");
I have also tried ("es","US"), ("es","LA"), ("spa","US"), ("spa","MEX") with every combination that I can think of it is showing me this in the log: TtsEngine::setLanguage found matching language(spa) but not matching country(MEX). loaded es-ES successfully. I can exit my app and open up the TTS Service Extended. If I set the language to either Spanish[es] or Spanish-Latin America. Either way when I hit 'listen to preview' I get "Hola" which is expected. But from my application I get "Heyyo" instead of "Hola". Can anyone see what I am doing incorrectly to set my language?
View 2 Replies
View Related
Mar 6, 2010
Is there a way to get the application label in different languages according to locale? For example, I can get the application label "Settings" of package com.android.settings in English, "Ajustes" in Spanish.
View 4 Replies
View Related
Feb 4, 2010
By running $DONUT_SRC/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- gcc --help I get (among other things) "Permissible languages include: c c++ assembler none". Is it possible to include other languages like Fortran? I can't find the source files to the toolchain such that I can modify the GCC- configuration to include something like --enable-languages=c,c+ +,fortran.
View 2 Replies
View Related
Sep 8, 2009
Is their any way to get the IME Supported language list & selected language? InputMethod & InputMethodManager not having any function to get this details.
View 2 Replies
View Related
Sep 8, 2010
What is the best way to internazionalize a software on android? I want to release a single apk with different languages. What is the smartest way to procede?
View 2 Replies
View Related
Jan 27, 2010
I'm writing a free application that's only in Serbian language atm. English version will follow but priority is to get it published on Serbian. I'd like to know will I be able to upload my app on Android Market, or it has to support some of "official" Market languages?
View 4 Replies
View Related
Sep 6, 2011
I'm using dsixda to slim a rom for my desire (Oxygen 2.2.2, AOSP). I've deleted all the unused apks, sounds and replaced the stock launcher (gaining 20mb for the system partition). The last thing I have to do is to delete all the languages from the system beside English (UK). Which file do I need to delete?
View 3 Replies
View Related
Aug 6, 2010
I recently purchased a Desire from China, and have gone through the setup.However I want to find out if there is any way to get rid of all the Asian English languages and put Australian, British and/or US English onto the phone, as when it asks me which language, it doesn't show that option.Is there any way to install these languages onto the phone?
View 6 Replies
View Related
Oct 1, 2009
Does anyone have an inkling how I could find out the available languages for speech recognition (relating to the LANGUAGES extra on the ACTION_RECOGNIZE_SPEECH action).
View 4 Replies
View Related
Aug 2, 2010
I read somewhere that froyo adds some new languages. Can someone confirm to me if Greek and German are amongst those?
View 6 Replies
View Related
Jul 6, 2010
i'm pretty happy with the stock keyboard on my HTC DESIRE but i get really annoyed that there is no fast key for switching between the input language. i live in sweden and write often in either swedish or english and would like a keyboard that has a button on it somewhere for fast switching between these two languages.
as it is now, i go into options and select the language which is not so bad to do once a week but its a pain when your switching 10 times a day. and why do reviewers say the android keyboard is no good and always praise the iphone one? is the stock keyboard really that bad? whats a good alternative?
View 13 Replies
View Related
Oct 27, 2010
How can I localize my application to support some Right to Left languages? How can I localize my application to support Hebrew? Arabic? and other languages?
View 1 Replies
View Related
May 9, 2010
I have bought my Desire in UK where I live, but because im from Poland I use polish as well. It didnt take me long to find out the More Locate app which is great.. I can use predictive text in polish but there is a problem... when i want to use english and change it in preferences I cant chenge it back to polish because there is no such an option. The only way is to unistall more locate and reinstall it which is a pain... is there any way to fix it, so I can change the language in preferences? I have tried to install HTC_IME... its in the phone's settings but its not available during writing.
View 3 Replies
View Related
Feb 19, 2010
Is it possible to find dynamically what are the languages supported by the application? For example, I have strings for the following languages: English, French, Dutch and German. They are defined in their corresponding res directories: values, values-fr, values-nl and values-de. I want to give the user the possibility to choose between them and for this I want to load them. But I don't want to hard-code the choices. I tried to use: getApplication().getResources().getAssets().getLocales() But this method returns all the locales the phone supports.
View 1 Replies
View Related
May 6, 2010
From what I've read, speech recognition is available for 3 languages: English (UK, US, Au ..), Japanese and Chinese (Mandarin). Does anyone know more details about how to switch between these languages? Is there a way to know (programatically) which language is active for speech recognition on a certain device? (maybe in Japan the only have Japanese ... but can I get this information somehow ... like a property or anything?).
View 2 Replies
View Related
Jun 13, 2010
I like the default keyboard that comes with the HTC Desire. However, the languages supported are only English, French and Spanish. Is there anyway to add any more? I would like to write in Italian, and it would be good to add this dictionary to the phone.
View 3 Replies
View Related
Jan 3, 2010
In theory, Dalvik executes any virtual machine byte code, created for example with the compilers of
AspectJ
ColdFusion
Clojure
Groovy
JavaFX Script
JRuby
Jython
Rhino
Scala
Are there already working versions of bytecode compilers for Dalvik available for other languages than Java?
View 4 Replies
View Related
Dec 30, 2013
I recently got my hands on a cheap mt6572 phone and I intended to give it as a gift, but it only has english and some Asian languages available in the settings menu, and since the person I was going to give this phone to doesn't speak english or any sort of chinese-like language, I'd like to know if it is possible to add other languages to the android(4.2.2) running on this phone. Considering that those apps on the store that supposedly add languages have already been tested and don't seem to work.
View 2 Replies
View Related
Sep 26, 2012
What languages are used to develop ROMs?
View 2 Replies
View Related
Mar 18, 2012
is there a way to have voice recognition so that we can use it for writing sms in languages other than the custom ones like Greek? I bought Cyberon voice commander but it wont write sms and I am asking if there is a way to use the Cyberor's language engine with Google's Voice Search or Vlingo? I tried to set it on the voice recognizer under voice input and output settings but nothing!
View 4 Replies
View Related
Oct 16, 2013
I have android 4.3 AOSP keyboard, which works nice, but I want to add my language dictionary to it.
Main problem is that I have some brut.Androlib errors when compiling this one (when decompiling, no issues appear), and when I check if the APKTool added my wanted files to the apk I can only see that it almost recompiled the original file ('almost' because when I push it to the system/app dir, my system doesn't see this keyboard).
Another, less important question, can I use dictionary from another keyboard app (I guess I can, but just want to be sure)?
Screen os from ics decompiler, and this is what came in cmd using apktool, when I try to install framework-res:
W: Config flags size > 36. Exceeding bytes: 0x2000000.
W: Invalid config flags detected: drawable-nodpi-v8-ERR0
W: Config flags size > 36. Exceeding bytes: 0x2000000.
W: Invalid config flags detected: drawable-v8-ERR1
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources:
[URL] ........
View 5 Replies
View Related
Feb 3, 2012
Ok im now using huawei u8120 and I have installed modificated 2.1 android (yes i can install 2.3.7 cm7 but its slow) and i wanna ask how can i add more languages (locale)in to 2.1 android like lithuania locale ?
View 1 Replies
View Related
Apr 20, 2013
I have a lenovo a690 that I would like to add Vietnamese to. I have tried morelocale2 but it doesn't really translate much. If anything could show me how to decompile the framework res and the settings and then somehow add the language module into the apk and make a zip file for it.
I know basic adb commands and have android SDK set up...but that's as far as my knowledge goes.
View 2 Replies
View Related
Dec 10, 2009
Is Android Speech recognition only available for english? I tryed to set EXTRA_LANGUAGE in the RecognizerIntent but it doesn't work. EXTRA_LANGUAGE - Optional language override to inform the recognizer that it should expect speech in a language different than the one set in the getDefault(). Do you know anything about this?
View 2 Replies
View Related