Android :: Support For Arabic?
Aug 29, 2009
Hello Droids - lol Can someone from Google kindly tell me when you expect Android to work for languages such as Arabic. I'm aware that Arabic is not currently supported.
Well I've tried anyway, and it doesnt work - so if i've missed something out, please tell me.
Also, what new features will Android 2.0 have? (officially).
View 2 Replies
Sep 16, 2009
If you just have a look into the new locales that are added to the new SDK 1.6, you will notice that among these locales is Arabic
http://developer.android.com/sdk/android-1.6.html
But unfortunately, when I tried to run the emulator,I didn't find any locale supported Arabic.
View 6 Replies
View Related
Jul 23, 2013
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 Related
Nov 22, 2010
Im due to upgrade and will probably get desire hd, but i need arabic support... is there anyone, anything or something i can do to get this on my phone once i get it, its the only thing lacking on android, other softwares have the option, e.g iphone, nokia etc etc.
View 1 Replies
View Related
Feb 17, 2012
I'm looking for lg optimus me rtl support(Arabic) my phone runs
Froyo 2.2 Rooted FW 10F How to do that??
View 1 Replies
View Related
Apr 15, 2010
I'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 Related
Apr 7, 2010
Is there anyway to get arabic font support with root? Is there any way to put it in a Rom? I've been waiting for this forever.
View 2 Replies
View Related
Aug 29, 2011
Motorola photon 4G Does it support Arabic language and.Does it work outside the United State.
View 1 Replies
View Related
Jan 10, 2013
for the Mak-Droid Rom it was amazing rom and i love it very much but there was a little problem...this rom do not support Arabic Language So I ask the Developer to find a solution for this problem on the next version of the rom
View 1 Replies
View Related
Jul 27, 2010
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.
View 2 Replies
View Related
Jan 28, 2012
Where to find the ROOT and ROMs with "Arabic language support"
Phone model: LG Optimus LTE LU6200
View 1 Replies
View Related
Nov 6, 2010
All arab users have a huge problem represented by the lack of arabic language in the phone and the SE help center advises us to use Third-Party application that supports arabic language. Is there any intention to support arabic language in the xperia x10 in the coming update or any time in the near or far future?
View 23 Replies
View Related
Sep 8, 2010
Does Xperia X10 support Arabic language ?
View 3 Replies
View Related
Sep 17, 2012
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.
View 2 Replies
View Related
Jun 19, 2010
I'm newbie to android
anyone know will it support Arabic (not SMS reader Mirsal)?
View 3 Replies
View Related
Nov 6, 2010
Xperia X10 mini not support Arabic language .WHY?
View 3 Replies
View Related
Apr 14, 2010
Couple of weeks ago before the release of the Legend, I have seen a video shows that it supports Arabic language.
YouTube - HTC Legend - Unboxing & Hands-On
View 5 Replies
View Related
Oct 4, 2011
I want to create a database in which i can add and retrieve the Urdu words. for this purpose i installed Inpage 2009 professional and copied its fonts (.ttf) into assets folder but it gave an error i.e
I also installed UrduFonts.exe and copied its font JameelNooriNastaleeq.ttf but it also gave the same error. i need the Urdu font that is compatible to the android , the font that can add and retrieve Urdu to and from the database using android. this is how i coded foa a Lcd2Mono.ttf. here is my piece of code
Code:
private EditText txt,start,urdu;
@Override
public void onCreate(Bundle savedInstanceState) {[code].....
View 1 Replies
View Related
Jun 8, 2014
my Huawei U8500 Phone I Installed New Rom ( Froyo Rebooted ) on my phone but arabic language not included . so i googled this problem and i found patch that can solve this problem but in my case my rom is odexed so i googled how to deodex stock roms and also i found solutions for this problem but didn't solve my problem because i failed to deodex my rom because every time i deodex my rom my phone crashes and hangs on android logo so now i can't deodex my rom and i can't add arabic shaping to my rom ?
View 1 Replies
View Related
Sep 26, 2010
I've figured out how to draw Arabic characters properly (connected and right to left) using string literals like this:
textView.setTypeFace(Typeface.createFromAssets(getAssets(),"DejaVuSans.ttf"));
textView.setText("uFEB3uFE92uFE98uFE94");
But for some reason I cannot get the arabic to format properly if I read anything from a file using InputStreams like this:.....................
View 1 Replies
View Related
Oct 27, 2010
I just started android development and now facing an issue. I can't show arabic unicode text on android app. I have used TextView, I tried to copy an arabic font in asset folder and try to use it. But all my characters are shown but not connected.
View 3 Replies
View Related
Oct 18, 2012
I need to install Arabic in Android Emulator Bluestacks, I tried to install with several ways but no vain.
Used a way to update firmware.jar and add fonts but not success.
tried to replace fonts but no vain also, still the same proplem, separated reversed fonts.
View 7 Replies
View Related
Sep 13, 2009
I'm trying to draw Arabic text onto a Bitmap for display:
CODE:...........
However, the bitmap that is generated looks like this:
When it should look like............
I believe the issue is because, unlike a TextView, the Bitmap class is not BiDi aware, so it draws the letters from left to write.
Try as I might, I can't figure out how to draw the text in the correct order.
View 2 Replies
View Related
Nov 3, 2010
I ask where the Arabic language in your Xperia 10i And also ask where the keyboard arabic and I can`t write to the Arabic And also the web browser for not supporting the Arabic language. Fine support for the Arabic language in the Middle East. We trust in Sony Ericsson products and large customers are also many. Thmilo and asked for the Arabic language and I hope to see soon in Xperia 10 beautiful, wonderful Xperia 10i
View 6 Replies
View Related
Sep 6, 2010
With the latest release of 2.2, Arabic is now supported. Somewhat...
What about connecting the letters? My Evo with 2.2 (rooted) displays arabic fonts, but they are disconnected making it worthless almost when reading online. The Arabic keyboard app helps connect texts when typing, but this is only inputting - displayed Arabic fonts are still disconnected.
I've done some digging around and I'm still unable to find a reliable way to get Arabic fonts to display correctly.
I would really like my whole UI localized into Arabic, and according to Arabic Android, this shouldn't be hard once Arabic is supported (which it is partly, now). https://sites.google.com/a/ut.utm.edu/arabic-android/android-native-arabic-support
View 1 Replies
View Related
Jan 30, 2011
Google brought more language support to Android with Gingerbread. How do I use it? the only indication of Arabic support is that, when I get a text message in Arabic, it shows the letters in Arabic, but not connected to each other the way they should be.What I want is to make everything Arabic,not just messages received in Arabic.
View 5 Replies
View Related
Nov 6, 2010
Anybody knows how to download Arabic Language for my Xperia 10i ??
View 7 Replies
View Related
Sep 13, 2010
Can someone please tell me where/how I install arabic font on my Htc desire?After doing a moderate amount of research I'm guessing I'm going to need to download a rom. I'm still confused on how to do these things, so an explanation would be appreciated. Also, do I need to root to install the rom?By the way I found this link but not sure if it works for Desire?
View 2 Replies
View Related
Oct 20, 2009
I bought a new HTC Majic from Rogers,Canada but it just support English&French .. I want to be able to read Arabic is there any way to read arabic in HTC Majic?
View 3 Replies
View Related
Oct 20, 2010
Is there any way to get connected Arabic fonts for HTC Evo without rooting the phone?
View 2 Replies
View Related