General :: Does Huawei MediaPad X1 Support Multi-language
Mar 17, 2014I know Huawei Mediapad X1 is so hot now, and i wonder if it can support Multi-language.
View 9 RepliesI know Huawei Mediapad X1 is so hot now, and i wonder if it can support Multi-language.
View 9 RepliesIf I run my android application with a HTC magic with locale English, I find my application running properly and if I try to run it on Motorola droid with locale Korean, My application(apk) is not even installing on the device. Does android support different language? Is it is because of different language OS versions?
View 2 Replies View RelatedHow can i create an application which support Korean as well as English language?
View 1 Replies View RelatedIs it possible to use Google Now in English, without changing the phone language?
I know it works with other languages, but then it gives only search results and it doesn't 'talk back' like in English...
Also will Google Now support other languages to 'talk back' in the future?
I have HTC desire phone its version is android 2.3. The problem is that i want arabic language in my phone so i can use this language in messages and application. How my phone support arabic language.
View 1 Replies View RelatedWhere to find the ROOT and ROMs with "Arabic language support"
Phone model: LG Optimus LTE LU6200
I tried everything to add arabic support to a Galaxy Ace Plus GT-S7500, note that arabic works and the letters are arranged in the correct order, they are just not connected.
What i tried,
1) replace the font, the font changed but still the same problem
2) attempt to replace framework folder of an arabic supported stock , an Egyptian Version, it should have arabic support, using the same method as installing a custom rom, using a CWM and a zip with a script to extract those files to the correct location, but i got bootloops.
3) I tried to replace the entire system folder with system folder of the Egyptian Stock ROM, same problem, bootloops.
4) Finally i tried to replace system.img.ext4 from stock firmware with the Egyptian system.img.ext4 and install it through odin3, but it would complete.
And now im out of options, unfortunately this phone has no dedicated forum i could find nor many custom roms, not that i want them as this isn't my phone and i'd like to keep it the same as it as.
Does anyone know how I can enable one or more languages other than my default(English). i.e I have need to type some messages in German, this is no problem with an English keyboard but the dictionary auto-corrects it to an English word. I am sure I could disable auto-correct but I would rather not.
View 4 Replies View RelatedI read http://developer.android.com/guide/topics/resources/resources-i18n.html. But it shows how to localize your app for the currently selected locale of the phone. However, I want to add a "language" option into my own app, and allow the user to switch the UI language independent of the phone's locale setting.
My currently solution is to manage a string table myself, and dynamically edit the text string of every UI element. However, this is rather tedious. Is there a better way?
Does Donut really support multi-touch? If yes, where I can find this support in code?
View 12 Replies View RelatedIs there anyone know how to add multi-touch function in cupcake? I found that linux kernel 2.6.30 had a new multi-touch protocl, did that mean I must upgrade my kernel to be 2.6.30+?
View 3 Replies View RelatedNo multi touch support on hero after 2.1 update? is it just me?
View 11 Replies View RelatedHTC G1 is perfectly capable of multi touch support. Please guys implement that in the next OTA update if possible. I understand is something that Apple Created with their Iphone, but G1 has a lot of petential and multi touch i needed for the sucess of this product. Google works with Apple and I am sure you can implement that feature with the phone.
View 7 Replies View RelatedIs there any app that will allow for 3-4 people to share a text conference? kind of like a chat room?
EDIT:
also if it would be compatible with BB that would be even better!
I have Greek and German songs that I would like to play on the resident music application, but it really annoys me that the song names don't show properly. Instead I get a bunch of question marks. Any idea for a workaround?
View 1 Replies View RelatedI'm new here and I know you probably don't know anything about the Arabic Language Support, but I thought I might ask the experts. I downloaded something called "Arabic Android" and after flashing it, the Hero hanged in the boot screen and I had to spend over 3 hours to get back as no re-flashing or Nandroid restoring worked. Anyway, if there is a trusted way to add the Ararbic support, I would be more than grateful to have it as many of my friends send me Arabic SMS, emails, tweets and Facebook messages.
View 2 Replies View RelatedMy HTC Wildfire does not support Arabic and Hindi Unicode characters, however it supports Chinese. Arabic and Hindi characters are displayed as boxes. I have written an application that uses Google's translation service.
View 1 Replies View RelatedI am developing an Android App which communicated with a server. User can select a language of his choice at startup or during the App execution lifetime. After selecting the language, the corresponding XML file is downloaded from server according to language which will map the "Values" of Application strings according to that language. Can I do something like replacing the default Strings.xml which contains English names(Say by default) to the language selected by user. Better will be adding an XML file per language and referring it runtime directly.
View 2 Replies View RelatedYouTube - Samsung Galaxy S 5-Point multitouch support
View 4 Replies View RelatedAndroid 2.0 supports multi-touch! now we need to wait for Samsung to implement 2.0 on the galaxy. i wonder how long that will take...
View 7 Replies View RelatedI wonder if is the Android multi-touch support reliable? I've read it suffers from some problems.I also wonder, how can I define custom multi-touch gestures? Like: 3 fingers rotate or 3 fingers stay static and fourth is moving.I've come across some resources (Gestures or MotionEvent on developer.android.com) but nothing states it clearly.
View 1 Replies View RelatedHow to add multi-touch function to sample "softkeyboard"?
View 2 Replies View RelatedI have a few Greek songs that I would like to play on the Galaxy, but it really annoys me that the Greek song names don't show properly. Instead I get a bunch of question marks. The strange thing is that it reads one of the tags, but none of the rest.
View 16 Replies View RelatedWhen is Android (2.2) going to add language support to Droid (such as Droid X) phones so we can see web sites in other languages? Also, we are unable to see videos that use Silverlight.
View 7 Replies View RelatedCan someone tell me if there is way to write an SQL query to get list of contact names from phonebook which matches its english name given that the phone language is set to Spanish.If I write a query to get a contacts whose last name ends with "Dad", but for some contacts the last name "Dad" will be stored as "papá" in Spanish.So the query where I write to match for lastname="dad" will not work as they are different characters. Is there a way in SQL which takes care of language translation as well while quering?
View 2 Replies View RelatedPassing the following SSML (Speech Synthesis Markup Language) document to the com.svox.pico TextToSpeech engine resulted in a reading of the XML body but no control from the phoneme element or the emphasis element. This result (no apparent SSML control) is the same on a Nexus One running Android 2.2 as well as on the emulator running an AVD with SDK level 8.
String text = "<?xml version="1.0"?>" +
"<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" " +
"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" " +
"xsi:schemaLocation="http://www.w3.org/2001/10/synthesis " +
"http://www.w3.org/TR/speech-synthesis/synthesis.xsd" " +
"xml:lang="en-US">" +
"tomato " +
"<phoneme alphabet="ipa" ph="təmei̥ɾou̥"> tomato </phoneme> " +
"That is a big car! " +
"That <emphasis> is </emphasis> a big car! " +
"That is a <emphasis> big </emphasis> car! " +
"That is a huge bank account! " +
"That <emphasis level="strong"> is </emphasis> a huge bank account! " +
"That is a <emphasis level="strong"> huge </emphasis> bank account!" +
"</speak>"; mTts.speak(text, TextToSpeech.QUEUE_ADD, null);
Does any Android TTS engine support any of the SSML elements?
Is there anyway for my phone to be able to support reading Arabic language?
I really need it, my phone will be complete this way.
The Xperia X10 atm, runs at android 1.6, which only recognizes 1 touch at a time on the touchscreen.
If Sony ever gives us an update to 2.1, which supports multi-touch,....Can the X10 screen support multi-touch, but restricted by the android version atm only, or is X10's screen only able to support single touch in the first place, and won't matter if android is updated?
Hey everyone, I'm hoping to get the answers i'm looking for here so I can become a new Moment owner and a part of this community. First off, I have a palm pre and really do love my phone. It's great for movies and internet browsing. It's also just a slick looking phone. However, it's hard to ignore the growing giant that is Android. I have thought about getting the droid, but I don't like Verizon's plans, internet speed, nor the lack of a physical phone button. With that, i'm hoping some of you can help me with a few questions.
1) Can the phone physically support multi-touch. I know that the phone isn't set up that way, but with the Hero and Droid, you can download the Dolphin app and it will make multi-touch possible. The main thing I want is to be able to pinch zoom. That may sound corny, but I love it. It's the main reason I wanted a Pre.
2) Is there an auto-complete for typing like the iPhone or Droid. When playing with it, I didn't see one, but maybe it's a feature you have to turn on.
3) How is the hardware casing holding up? It looks awfully plastic and that scares me.
4) Is there another Sprint Android phone with a physical keyboard coming out in the next year I should maybe be waiting on?
5) How is the media player? Watching divx, making playlists, going through pictures?
6) Can you multi-task? This is a big one for me. I like being able to text, get a phone call, answer it, and go back to my text without a hassle. Same with the internet. I like to be on a conference call, and go surf the web at the same time, maybe even have a texting conversation, conference call, and surf the web at once. You wouldn't believe how many times that comes up.
7) Overall, what is you favorite thing about the phone. What's the thing you didn't know you loved until you had it.
Thank you all again to those who respond. I'm not trying to be lazy by not searching, believe me I have, but I always seem to get misinterpretations of the questions and answers.
I just got my HTC Desire with Android 2.1, and the first problem I'm running into a lot is when using the visual keyboard. Being multilingual and having friends who only speak one particular language, there's no single 'correct' input language setting for the word prediction feature, so I started looking into how much work it might be to extend the keyboard with two rather basic, though essential, features:
1) Showing the current language selection, so that I don't have to type stuff, getting it mis-corrected, then discover the language setting must be wrong, go into the settings, select to change language, select language, etc. until I get back, erase the old text and start over. That gets old real quick.
2) Being able to simple change whatever language is used for the word prediction by just having a button on the keyboard doing that directly, i.e. a button that just cycles through the 'relevant' languages with the key label showing which is currently active. Improving it even further, one might imagine:
3) Having a per contact setting, noting the word-prediction language that should be used when communicating with that user. But searching through the docs, I'm slowly coming to the realization that the input text language setting may not even be available to be changed outside the system settings dialog, making this impossible to implement - is that correct?