[android-developers] Failed to parse the output of 'adb version' ERROR

2010-09-13 Thread Lidy
Hello, I have the following problem. I was developing in android using the eclipse and android-sdk-windows saved in an folder (e.g. C:\android\android-sdk_r07-windows\android- sdk-windows\ and C:\android\eclipse-pulsar-helios-win32) . But after i downloaded and installed the eclipse and android

[android-developers] Re: How to make screen shoots with an android device?

2010-09-09 Thread Lidy
wrote: > On Thu, Sep 9, 2010 at 9:48 AM, Lidy wrote: > > Can anyone tell me please how can i make screen shorts with an android > > device. > > I have to test an application,and to make screen shorts on it. > > Use DDMS. > > > and i need and screen short tool that w

[android-developers] How to make screen shoots with an android device?

2010-09-09 Thread Lidy
Hello, Can anyone tell me please how can i make screen shorts with an android device. I have to test an application,and to make screen shorts on it. and i need and screen short tool that will run in the background, while i am running my application. Is it possible. Please give me an advice, a link

[android-developers] How can i make to return from the external link to my application?

2010-09-08 Thread Lidy
Hello guys, I have the following question.My android application has 3 links. the example of code is as follows: String termsConditions =" "+"Conditions"+" "; bottomTermsConditions.setText(Html.fromHtml(termsConditions)); bottomTermsConditions.setMovementMethod(LinkMovementMethod.getInstance());

[android-developers] How can i set background image for an ImageView dynamically???

2010-08-25 Thread Lidy
ntryFlag="flag_"+mySource.countryExtension ; //something like flag_DE countryFlag=countryFlag.toLowerCase(); // =flag_de flag.setBackgroundResource(R.drawable.countryFlag); // of course, it's not working Could anyone give me a suggestion please ? Thank you Lid

[android-developers] Re: Cannot access SIM phonebook

2010-08-23 Thread Lidy
Hello, I am looking the answer to the same question.I am trying to save a contact into the sim card and retrive a list of contacts. And i got the following error: " Cannot load ADN records", Anyone how knows the answer or any suggestion please help me. Regars, Lidy On Jul 1

[android-developers] How to save in SIM from an Android Application?

2010-08-19 Thread Lidy
Hello guys, I am working on an android project and i have to save a phone number from my application into a SIM card. Can someone tell me if this is possible and how ? Please help me with someone. Lidy -- You received this message because you are subscribed to the Google Groups "An