[android-developers] Re: install font with apk

2012-08-10 Thread andu
Oh, After a long time, I have seen Ethiopic font which come with Android 4.0 OS. I am very much happy to see this. Andu On Monday, February 7, 2011 5:08:22 PM UTC+3, Brill Pappin wrote: > > I just last night came across a good article on the subject. > http://mobile.tutsplus.com/

[android-developers] Add and re-size pictures with processing Android

2012-05-10 Thread ianas andu
I am using processing in order to develop mobile application for Android.I am trying to build an application "like paint" for android with processing.i managed to do all the drawing changing color etc but i don't know how to write a function that allows the user to load a picture from his mobile

[android-developers] HTC Hero API upgrade and root access?

2011-12-20 Thread andu
use external API library instead of the internal one? In addition, I want to have root access to my mobile phone. Is there any possible and safe way to do that? Because I want to install new fonts to the phone. Thanks in advace, Andu -- You received this message because you are subscribed to

[android-developers] install font with apk

2011-02-07 Thread andu
font will be installed together with the soft-keyboard apk file. Is there any means that I can install the font file together with the apk file? Thank you in advance andu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Developing sotfkeyboard

2010-06-14 Thread andu
Thank you Galbayar D. It helps me very much. Thank you again Andu. On Jun 4, 9:40 am, Galbayar D wrote: > http://code.google.com/p/android-greek-ime/ > > Gala > > On Fri, Jun 4, 2010 at 3:30 PM, Indicator Veritatis wrote: > > 'The sample soft keyboard'? Whic

[android-developers] Developing sotfkeyboard

2010-06-03 Thread andu
how are you all? I am trying to develop soft keyboard in my language, Amharic (Ethiopian language). I start developing the soft keyboard by using the sample soft keyboard with is included in the android SDK. But I have the following questions to ask: 1. How can I include keyboard setting opt

[android-developers] questions about developing soft keyboard

2010-05-07 Thread andu
, am I violating the copyright rule? Because I have developed this application by using the sample soft keyboard. thank you in advance Andu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] adding and updating key rows dynamically

2010-03-16 Thread andu
yboard from the Java code. And how can I get the xml file as a file. I can only access its ID number through R.xml.file_name? please help me. Andu. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Remove attention box while activating softkeyboard

2010-03-11 Thread andu
e this warning message to make the keyboard available for users (without payment). or is there anything that I have to consider while developing the application? Please help me. Thank you in advance. Andu -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Upgrading android 1.1 platform to android 1.5

2010-02-15 Thread andu
, how can I do the upgrade? Please help me. Thanks in advance Andu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

[android-developers] Re: softkeyboard in Android 1.1

2010-02-12 Thread andu
How are you Currently I have Android 1.1 phone. That is why. I have tried the sample softkey in the emulator with Android 1.5 platform. It works. But in 1.1 platform, there is problem. Andu On Feb 10, 4:24 pm, swapnil kamble wrote: > Why you want Android 1.1 ? > > > > On We

[android-developers] softkeyboard in Android 1.1

2010-02-10 Thread andu
android.inputmethodservice.Keyboard.Key; import android.inputmethodservice.Keyboard.Row; import android.view.inputmethod.EditorInfo; are there any similar packages in android 1.1 so as to develop softkeyboard. Andu -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Problem while sending unicode character via SMS

2010-01-28 Thread andu
How are you I would like to thank you for your support. I get some code that enables me to send unicode character. I get it for the following site http://since2006.com/blog/android-send-unicode-message/# It may help others. Thank you again Andu On Jan 25, 10:58 pm, Frank Weiss wrote

[android-developers] Re: Problem while sending unicode character via SMS

2010-01-24 Thread andu
side. can you suggest me some more points that I should check or correct? Thank you again. Andu. On Jan 22, 7:51 pm, Frank Weiss wrote: > If the received character is U+0020 instead of U+1200, then chances are that > the message is being restricted to 7-bit somewhere along the line. Th

[android-developers] Re: Problem while sending unicode character via SMS

2010-01-21 Thread andu
( ) and it displays number 32. What do you suggest? Should I change the encoding for my code, JVM, ...? How can I change the encoding of my program? I am developing my application by Eclipse and Android ADT. Thank you for response. and also I waiting your response Andu On Jan 1, 1:49 am, Frank

[android-developers] Re: Problem while sending unicode character via SMS

2009-12-31 Thread andu
uot; + smsMessage [0].getOriginatingAddress(), Toast.LENGTH_LONG); toast.show(); String messageBody = smsMessage[0].getMessageBody(); String messageSource = smsMessage[0].getOriginatingAddress(); } } On Dec 29, 1:02 am, andu wr

[android-developers] Problem while sending unicode character via SMS

2009-12-29 Thread andu
. Thank you Andu. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.co

[android-developers] Problem while sending and receiving SMS

2009-12-23 Thread andu
. I think the problem is some character encoding related problem. In addition similar problem happens for texts which are queried for the sqlite database. that is when I send a query result via SMS the same problem occurs. Please help me. Thank you Andu -- You received this message because you

[android-developers] Re: Send message from Android emulator to web

2009-11-20 Thread andu
Thank you. your response helps me very much. In addition I found a working code from the internet. It may help ... # public void postData() { # // Create a new HttpClient and Post Header # HttpClient httpclient = new DefaultHttpClient(); # HttpPost httppost = new HttpPost("http://www

[android-developers] How can I change the typeface of the Android project

2009-11-19 Thread andu
. Please help me Andu. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.co

[android-developers] Send message from Android emulator to web

2009-11-19 Thread andu
I have been trying to send message from the android emulator to the web server by using HttpURLConnection. In the server side I use php to read the sent message and keep it in database (mysql). when I send the message, a blank row is added in the database, but the message sent doesn't appear. I thi

[android-developers] Change the Typeface of ListView and Spinner

2009-09-17 Thread andu
tview? Please Help me :-) Andu. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr