[android-beginners] Re: adb is not detecting my new android phone

2009-07-05 Thread Jack Ha
Did you turn on USB debugging? Settings-Applications-Development-USB debugging -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily

[android-beginners] Re: adb is not detecting my new android phone

2009-07-05 Thread Nicholas Radford
he already said he had :p My only suggestion is uninstall the drivers and then reinstall them On Jul 5, 2009 7:09 AM, Jack Ha jack...@t-mobile.com wrote: Did you turn on USB debugging? Settings-Applications-Development-USB debugging -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・

[android-beginners] How to prevent the user to enter nothing to a EditText?

2009-07-05 Thread James Lai
Hi, I generate a EditText object by EditText et = new EditText(Context c), then I added this EditText to a AlertDialog. Now I want to prevent the user to enter nothing to this EditText (need at least enter one char), what should I do? Thanks a lot..

[android-beginners] Re: Google Maps Data API and ClientLogin

2009-07-05 Thread Theo K
Actually, i found a similar question being posed here, which shed some light: http://groups.google.com/group/android-developers/browse_thread/thread/3b5e91286f32f036 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: How to prevent the user to enter nothing to a EditText?

2009-07-05 Thread Christian Polzer
you can try to addTextChangedListener() which disabes/enables the positive button (okbutton), add a hint-text to the textfield or a defaulttext when the dialog is first showing up. also you can manipulate the textcolor of the edittextfield in the textchangedlistener to give feedback to the

[android-beginners] Why can't you see some paid apps on Market with Devphones?

2009-07-05 Thread KonstantinDK
well...? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to

[android-beginners] Re: Why can't you see some paid apps on Market with Devphones?

2009-07-05 Thread Mark Murphy
KonstantinDK wrote: well...? They are ones with copy protection turned on. http://android-developers.blogspot.com/2009/03/software-update-available-for-android.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunities?

[android-beginners] Widgets User input.

2009-07-05 Thread wonglik
Hi I see documentation mention only those classes are available for widgets : * AnalogClock * Button * Chronometer * ImageButton * ImageView * ProgressBar * TextView Non of them are input ones. Is it possible to gather user input from widget? regards w

[android-beginners] Re: Widgets User input.

2009-07-05 Thread Mark Murphy
wonglik wrote: I see documentation mention only those classes are available for widgets : * AnalogClock * Button * Chronometer * ImageButton * ImageView * ProgressBar * TextView Non of them are input ones. Is it possible to gather user input from

[android-beginners] Re: arabic language

2009-07-05 Thread G_man
Check this site: https://sites.google.com/a/ut.utm.edu/arabic-android/ On Jun 15, 2:51 pm, benmayed benma...@gmail.com wrote: i have HTC Majic android 1.5 and no arabic i need help how can i add arabic to it? --~--~-~--~~~---~--~~ You received this message

[android-beginners] Android apps

2009-07-05 Thread Rc3375
I have been trying to get Eclipse to work, but it always comes back and says that ANT cannot be found. Apache Ant is in the path: C: \Documents and Settings\TheMan\Desktop\apache-ant-1.7.1-bin\apache- ant-1.7.1\bin. I was looking around the internet and found a program that is called DrJava.

[android-beginners] Re: Android apps

2009-07-05 Thread Mark Murphy
Rc3375 wrote: 1. Can apps for the G1 be done in the Java language ONLY. ONLY compared to...what? You need the Android SDK. You do not need any other programming language (unless you count XML or SQL as programming languages). And if that is TRUE, does that mean that you would loose some

[android-beginners] Handling long clicks properly

2009-07-05 Thread theDigitalAngel
In an application I am currently working on I have an Activity populated with TextView derivatives inside a LinearLayout.I am currently in a fix regarding proper handling of long clicks on the same. The context menu I create is showing correctly. However I am unable to determine, from inside

[android-beginners] Re: OpenIntent Simulator - Get black screen when selecting SensorSimulator

2009-07-05 Thread Balwinder Kaur (T-Mobile)
Hi Jean, I just downloaded the latest source from http://code.google.com/p/openintents/source/checkout and imported the Eclipse Project SensorSimulatorSettings and am able to successfully run it in a simulator. It does indeed show a Tabbed Screen TabHost with EditText widgets for IP Address and

[android-beginners] Re: OpenIntent Simulator - Get black screen when selecting SensorSimulator

2009-07-05 Thread Jean-Sebastien Stoezel
Hi, Thanks for the reply. I downloaded the open latest intent package, followed the instructions from the openIntent page: http://code.google.com/p/openintents/wiki/SensorSimulator As you can see in the comment section of the page, we are several to report this issue. I'm not sure what you

[android-beginners] Re: OpenIntent Simulator - Get black screen when selecting SensorSimulator

2009-07-05 Thread Balwinder Kaur (T-Mobile)
Well, you are right. Other people seem to be seeing the same issue. I don't know if this has something to do with the fact that I'm on a Mac and you said you were using Windows XP. I have the 1.5 SDK for MacOS and the avd I used has a target of Android 1.5. Do you have a logcat output that