TextView Problem :( - Android Software Development

Hi,
I am trying to add a text view with a non English alphabet like Farsi, this is how I did it in .xml file
<EditText android:text="در کشورهای "
the problem is when i vue the aps in "" it shows symboles,
anyone can help with this please?
thanks in advance

Android doesn't support Farsi. But you can mod it. I know there are mods available for the Nexus One and the G1. Here's a link for the N1: http://forum.xda-developers.com/showthread.php?t=616384
It seems you will need to use Cyanogen's Rom.
BTW, I would recommend you not to hardcode your strings like that, instead use something like "@string/sometext" , and put your string values in values/strings.xml

Related

Change WM5 softkey...how can do it!?!?

Sorry guy for my post....i'm a new member, and maybe somewhere ther is the solution to my problem but i didn't find it!!!
I have a HTC Wizard with WM5.
I installed iConatcts v0.2 with softkey configs and doesn't work....i uninstalled but the softkey is remained changed with the "iContacts" link instead that the normal Contact link !!!
How can I restore the deafult situation!?!??!?
I tryed also with a reg editor but i don't know what reg key i ahve to modify..... ...so...if u can please help me please!!!
Thank u a lot in advance!!!
I got the solution!!!
So guys...also if nobody replied to me, i found the solution in the Universal forum!
This is the key to modify in the registry:
If you want to change the right-hand softkey to start Contacts you would set
* HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\113\(Default) = Contacts
* HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\113\Open = \Windows\AppButtons\Contacts.lnk
Bye to everybody and sorry for my useless question ....
just find, and use softkeyapplet.cpl

Free T9 Input panel

Hi guys,
For my purposes I've created a software input panel and now I want to share it with those who want to try new things. It is inspired by popular phonepad, easy typing with the finger, suggestions on the top of the SIP, you can insert them to text by directly clicking on them. It can learn new words. There are T9 or Abc typing mode, it's easy to insert numbers (see manual document).
In the installation CAB there is czech and english version, manual and step-by-step how to create dictionary for other languages easily... You can also create your own skin modifying the bmp files in the installation directory.
I'll be glad if you help me to improve SIP's features, report bugs or just simply comment your opinion.
You can DOWNLOAD actual EN,CZ,TR versions from here:
http://ulozto.cz/4414552/t9sip.cz.en.tr.zip
DEU dictionary:
http://uloz.to/1038224/deu.dictionary.zip
Help and Dictitonary utility:
http://uloz.to/1038227/T9SIP.help.zip
PS: Many thanks to Mehmet KUCUKSARI for Turkish dictionary
Can you make a german-dictionary...
That were great
Hİ,
I like your product. But I need Turkish dictionary, not able to find at your web site. Could you please generate Turkish dictionary for Turkish guys
Many Thanks
boomshaker said:
Can you make a german-dictionary...
That were great
Click to expand...
Click to collapse
I've tried to create DEU dictionary. Lets extract t9_dictionary.de.txt and t9_dictionary.de.idx to the installation directory and in the settings select it in combo box.
Could you please reupload it to an other service. I've got some problems to download it from uloz.to. Thx.
Lycox said:
Could you please reupload it to an other service. I've got some problems to download it from uloz.to. Thx.
Click to expand...
Click to collapse
Try the mirror...
antikrist88 said:
Try the mirror...
Click to expand...
Click to collapse
Still problems to download. The mirror took about 5 Minutes to load the website content, after that I tried to search for a link, but couldn't get it. Tried with FF and IE7.
What about uploading to rapidshare or megaupload?
Lycox said:
Still problems to download. The mirror took about 5 Minutes to load the website content, after that I tried to search for a link, but couldn't get it. Tried with FF and IE7.
What about uploading to rapidshare or megaupload?
Click to expand...
Click to collapse
But it says only 10 donwloads: http://rapidshare.com/files/172042615/t9sip.pack.zip.html
I try to make the greek dictionary, but the original file has no spaces from word to word. Is there a way to find another greek dictionary?
Hi,
At the end, I was able to create a Turkish Dict. So start to use your keyboard and find it very usefull, many thanks again.
But I have a small request. Will it be possible to add "(", ")" icons (for smiling ) into your left sembol bottom (+-*/) ?
Waiting your response?
why don't have space bar?
hi there nice app can you swedish dictionary plz thanx
o88 said:
why don't have space bar?
Click to expand...
Click to collapse
There is, the most top right key. You can use it as spacebar.
Try this swedish dictionary:
http://file.qip.ru/file/76133585/ab9c52c0/t9_dictionarysw.html
Just copy it into the installation directory, hold "+" button on T9Sip panel to enter settings and select sw. Maybe you need to reboot the phone.
Hi,
I adapted croatian dictionary from Open Office using your dictionary tool. It works well, so thank you very much for this. I think that it would be nice if your panel counts use of words so it can prioritize words by usage in T9 bar.
One question for the end: are you planning to give this in open source community so people can make their own customizations ?
Thank you, good work
Hi
I like this keyboard but it is not compatible with i900 Omnia, WQVGA.
Can someone make a QVGA or WQVGA version of it?
Thanks
upload the cab program please!!!
Can you please show the screen how wrong it looks like on omnia?
samsamx said:
upload the cab program please!!!
Click to expand...
Click to collapse
New Upload
http://ulozto.cz/4414552/t9sip.cz.en.tr.zip
when i download the dictionairy utility i get this file
Ps;Hs;fid=1038227;cid=316184844;rid=42265908;up=0;uid=0;uip=85.150.140.104;tm=1271027677;ut=f;aff=uloz.to;He;ch=50a563691fedf636f833471378b9e19f;cpnb=7929;cput=jfaj;cptm=1271017245;
instead of the zip file

Change Android 2.3 AS you want

Hello every body,
the good new today i see the Android 2.3 Gingerbread Released!
the bad news somebody said this release not support for arabic
This is what we go through I and thousands of people in the Middle East
But when I check Google for developers I found some ways to play Arabic with a few moments
in this class we can found text proprieties :
Bidi Class
we need to set Constants something like this:
##
(int) DIRECTION_DEFAULT_RIGHT_TO_LEFT = 1
## Indicates whether the text is from right to left, that is, both the base direction and the text direction is from right to left.
isRightToLeft()
We can change Unicode from this file:
Character.UnicodeBlock
The Question how change this constant and vaules ??!!
the google android found solution for you "API Levels"
"I THINK "
we can update the constant via The AndroidManifest.xml File
change the constant and send to system via this XML file
I want some help from the developers here :
Q-1 : how to add this value correctly into AndroidManifest.xml
Q-2: how to attach the AndroidManifest.xml into system to be active
i'm looking in many site and someone said we can embede the file with an apk APP with this tool android-apktool
this is all I know, please we need your help
eng.hany alsamman
iam not an expert but i think this my help u
http://forum.xda-developers.com/showthread.php?t=854864
freepal08 said:
iam not an expert but i think this my help u
http://forum.xda-developers.com/showthread.php?t=854864
Click to expand...
Click to collapse
thanks alot man
but i need more tutorial about that
Please any Developer can help ?
Did you check out this files for Arabic support:
ardoid.com/?p=21
androlib.com/android.developer.ayman-alsanad-Cz.aspx

[SOLVED] Arabic T9 Dialer .png

Hello!
I am interested in improving the stock T9 dialer to support Arabic search.
I have done this fully with Hebrew and the only thing I am missing are .png dialer buttons with Arabic letters beneath the English ones.
If anyone can come up with such files I'm sure it would help me and a whole community of Arabic language users.
The reason I'm looking for assistance and not making those .png myself is because my knowledge of Arabic is pretty basic.
Thank you!
Hi firefds, I'm trying to modify AxT9IME.apk (I guess this is the file) to add Hebrew to my SGSII dialer for T9 search in heb, I'm using LR6.1 so I can't use MIUI fix or any other rom's fix..
I was able to change the Contacts.apk letters bar to hebrew using APK manager and now i want to do the same for the Dialer
I would highly appreciate your help
Thanks,
Rotem
thats not the dialer, that is the keyboard
the dialer is in contacts.apk in a directory called dialertab
Thanks mate! I've changed the dialer and it's in heb now.. T9 is working as well
Have you encountered the issue when navigating through letters bar in contacts, moving on to the next letter shows the 2 letters together by LTR?
If you go through א. And then ב it will be displayed as בא but tje search query will get you the right results of אב
Any idea how to fix the display?
Sent from my GT-I9100 using XDA App
So all you need is the button pngs modified.
I am ready to help, I know photoshop and have arabic on my pc installed the only thing is i am not so good with android development.
If you could provide me the png files i would accordingly modify it and send it to you.
thanks!
The mod now is up and running!
http://forum.xda-developers.com/showthread.php?t=1301933

[Q] Wrong string on month view [MS2Ginger 3.0]

Hi all,
on MS2Ginger 3.0 and selecting the Spanish language the calendar shows on the month view the string "MMMM 'de' YYYY" instead of for example "Mayo de 2012". That issue does not appear in English or other languages.
Is there an easy way to solve this? If it is not, waht would be that the correct way to avoid this issue? Could you give step-by-step instructions?
Thanks a lot,
Sergio
PS: this is a question from a newbie so my apologies if this is something with an easy solution that I should know

Categories

Resources