[android-developers] Android emulator can't find internet connection

2011-02-07 Thread Lidia G
Hello guys, Please help me solve this unpleasure problem, i do not know what to do else. First i used android-sdk-r07-windows and installed from ADT plugin only AVD Google 2.1 APi 7 Then i updated the rest of AVD and any other updated resources available from 

Re: [android-developers] Android emulator can't find internet connection

2011-02-07 Thread Lidia G
You have to set permission in manifest file for emulator to access internet On Mon, Feb 7, 2011 at 9:55 PM, Lidia G lidyp...@yahoo.com wrote: Hello guys, Please help me solve this unpleasure problem, i do not know what to do else. First i used android-sdk-r07-windows and installed from ADT

[android-developers] How to create an executable file for android

2010-09-22 Thread Lidia G
I found how to use an android library, from the eclipse http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject but this is not what i need, i need to comples a library into a jar file and to hide the code that can be used from the library. And i can't create a JAR file

Re: [android-developers] How can i access the /data/data/my_project_name/files/my_file.txt on a real android device

2010-09-17 Thread Lidia G
It's true, from the application i can retrieve the data from my file created. I am just curios to see the content of the file directly from the real android phone. Thank you all for your advices. Lidia --- On Fri, 9/17/10, YuviDroid yuvidr...@gmail.com wrote: From: YuviDroid

Re: [android-developers] How to make an android notification for the application?

2010-09-16 Thread Lidia G
thank you Kostya for your advices, I already have something like you said about my own URL. I have implemented an auto-updated somehow, but it is not convenient because i use a Service class that is running always in the background: e.g. all version of the application are saved on an server,

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Lidia G
Chris Stewart, I think saying update here: | And using  the internal storage data are always removed after uninstall.    Yes, but not during an update, to be clear, if that's your concern. you mean an kind of override - maybe like an update should work. But to implement an update feature,

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Lidia G
, 2010, 3:49 PM On Thu, Sep 16, 2010 at 10:40 AM, Lidia G lidyp...@yahoo.com wrote: Chris Stewart, I think saying update here: | And using  the internal storage data are always removed after uninstall.    Yes, but not during an update, to be clear, if that's your concern. you mean an kind

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

2010-09-13 Thread Lidia G
ok, i found how to use adb kill-server, but it is thinking too much while tying to kill --- On Mon, 9/13/10, Lidy lidyp...@yahoo.com wrote: From: Lidy lidyp...@yahoo.com Subject: [android-developers] Failed to parse the output of 'adb version' ERROR To: Android Developers

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

2010-09-13 Thread Lidia G
commands but  don't know from where exavctly. start emulator telnet localhost 5554 kill I would appreciate any help Lidia --- On Mon, 9/13/10, Lidia G lidyp...@yahoo.com wrote: From: Lidia G lidyp...@yahoo.com Subject: Re: [android-developers] Failed to parse the output of 'adb version

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

2010-09-13 Thread Lidia G
--- On Mon, 9/13/10, Lidia G lidyp...@yahoo.com wrote: From: Lidia G lidyp...@yahoo.com Subject: Re: [android-developers] Failed to parse the output of 'adb version' ERROR

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

2010-09-13 Thread Lidia G
I don't know how to find out. Can you tell me please where to find in eclipse which build of java is used --- On Mon, 9/13/10, Kostya Vasilyev kmans...@gmail.com wrote: From: Kostya Vasilyev kmans...@gmail.com Subject: Re: [android-developers] Failed to parse the output of 'adb version' ERROR

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

2010-09-13 Thread Lidia G
13.09.2010 18:13, Lidia G пишет: I don't know how to find out. Can you tell me please where to find in eclipse which build of java is used --- On Mon, 9/13/10, Kostya

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

2010-09-08 Thread Lidia G
Hello guys, I have the following question.My android application has 3 links. the example of code is as follows:  String termsConditions =a href='+ApplicationData.linkTermsConditions+' +Conditions+ a;        bottomTermsConditions.setText(Html.fromHtml(termsConditions));

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

2010-09-08 Thread Lidia G
:57 AM On Wed, Sep 8, 2010 at 7:35 AM, Lidia G lidyp...@yahoo.com wrote: When the link button is pressed from my application and the required internet page is opened, if i press back from the phone, it is not returning any time back to my application. Is there are any possibility to make

[android-developers]How to make the eclipse to recognize my mobile phone?

2010-08-26 Thread Lidia G
Hello guys, I am testing my android application and i want to run from eclipse using as external device Android phone. I know that it is possible to connect a mobile to PC by cable and that's all, the eclipse identifies the external device (the phone) as one of open emulators. But, it is not

[android-developers]How to make the eclipse to recognize my mobile phone?

2010-08-26 Thread Lidia G
Hello guys, I am testing my android application and i want to run from eclipse using as external device Android phone. I know that it is possible to connect a mobile to PC by cable and that's all, the eclipse identifies the external device (the phone) as one of open emulators. But, it is not

Re: [android-developers] Re: How to make the eclipse to recognize my mobile phone?

2010-08-26 Thread Lidia G
what phone you are trying to use. Some phones require special drivers to be able to connect correctly for Android development. You should Google your phone and see if such drivers are available for your phone. On Aug 26, 8:49 am, Lidia G lidyp...@yahoo.com wrote: Hello guys, I am testing my

Re: [android-developers] Some confusion on resource IDs

2010-08-25 Thread Lidia G
Hello guys, I have a question on the same theme. I need to use R.drawable.id's dinamicaly, depending on the country choosen, more precisely,depending on a country variable. For example, my screen contains a country flag. If the Deutschaland is the choosen country, i have to display  something

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

2010-08-25 Thread Lidia G
Thank you all for advices.  I solved my problem and a new one. Thank you Alex for advice, i knew about localization in android, but it is not what i need. In my application flag image and some text have to change depending on the country choosen not the locale set on the platform. I found how