[android-developers] Accessing real SD card from the emulator

2012-10-05 Thread Gus
ot want to make a copy of the SD card (dd and other commands). I want live access to the real SD card. Is it possible? How? Thanks, Gus -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: No AVDs from Emulator since last update

2011-11-21 Thread gus
Thanks Mark, I have tried 'wipe data' (along with other things) - nothing has helped so far. I will send it to b.android.com as you suggested. Regards, Gus (Like your book by the way!) -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] No AVDs from Emulator since last update

2011-11-20 Thread gus
I can no longer get any avds to launch. I can create them, but they will not start (from targets 2.2 up to 4.0) I am running Windows XP and have the latest updates for eclipse and android addons. Problems occurred after updates for both eclipse and android were installed 3 weeks ago (approx Oct 26

[android-developers] New to android and nfc developing

2011-10-02 Thread Gus
I am new to both android and nfc developing! I am searching for a nfc sdk. I already have tested eclipse + android plugin, so i am ready for the client side developing. On the other side i must create a program to run on a server tha will manage the data that will come from nfc communication. Can

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-30 Thread Gus
I have the exact same problem. Has anyone come up with a solution? On Mar 17, 6:00 am, c j wrote: > I think post img is better :) > > eclipse settings > > pythonhttp://goo.gl/WTjDz > > jythonhttp://goo.gl/cKj7P > > tracebackhttp://goo.gl/Ywsm8 > > thank you > > On 3月17日, 上午7時42分, Bill Napier wro

[android-developers] Re: Issue with messages in this group?

2010-12-31 Thread Gus
Hi: Yes, I 'm using the Web Browser, and I noticed some posts showed up, and dissapeared after a while. Thanks for confirming this..Now I know I'm not crazy! Gus On Dec 31, 9:30 am, TreKing wrote: > On Wed, Dec 29, 2010 at 7:13 AM, Gus wrote: > > Are some messages d

[android-developers] Issue with messages in this group?

2010-12-29 Thread Gus
such install, push, pull, or shell, I never get a response. I mean, after issuing the command, nothing happens until, after a while, I press ^C and it returns to the Windows Command prompt. Any idea what could be wrong or how to debug what it's happening? Thanks; Gus -- You receive

[android-developers] Re: Can't debug/install applications into Tablet with Android 2.1 using ADB commands

2010-12-27 Thread Gus
Hi: Actually, I figure it out that "adb shell" is working but once I try "push", "pull", or "install" commands, it seems like Android blocks and following "shell" commands are not working. However, the "adb devices" still responds as usu

[android-developers] Can't debug/install applications into Tablet with Android 2.1 using ADB commands

2010-12-27 Thread Gus
. I mean, after issuing the command, nothing happens until, after a while, I press ^C and it returns to the Windows Command prompt. Any idea what could be wrong or how to debug what it's happening? Thanks; Gus -- You received this message because you are subscribed to the Google Groups "

[android-developers] Re: ADB drivers for Windows XP available for Android devices

2010-12-11 Thread Gus
Hi Kostya: Thanks for your advice. Regarding: > As first step, enable ADB in device settings (on the tablet). Do you mean enable "Settings->Applications->Development->USB Debugging" option? (I already have it enabled...) If not, how to enable ADB on the tablet? Thanks

[android-developers] ADB drivers for Windows XP available for Android devices

2010-12-09 Thread Gus
r for each device? Otherwise, how can we debug the device? Is there any other solution for this (like a generic driver)? Thanks; Gus -- 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

[android-developers] ADB drivers for Windows XP available for Android devices

2010-12-08 Thread Gus
r for each device? Otherwise, how can we debug the device? Is there any other solution for this (like a generic driver)? Thanks; Gus -- 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

[android-developers] Re: What Tablet would you get

2010-12-08 Thread Gus
Hi Jon: I also have the VIewsonic 10" Tablet, and I think it's great. However, I'm having trouble to debug my programs because it's not being recognized for ADB. Did you try that? Is it working for you? I couldn't get the drivers from Viewsonic for that. Thanks; Gus

[android-developers] What is the Android Sequence of Startup

2010-11-29 Thread gus
tc defined (somehow) in the Manifest. OR C. Something totally different and automagical and I obviously do not yet have a clue. Gus -- 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

[android-developers] Re: Follow this procedure to get the Map as earlier

2008-11-04 Thread GUS
Unfortunately the version m5_rc15 dont accept android:apiKey Wont Maps work anymore in M5?? On 5 nov, 00:36, GUS <[EMAIL PROTECTED]> wrote: > Now I got it :D > > C:\Documents and Settings\Usuario\Android>"C:\Arquivos de programas > \Java\jdk1.6. >

[android-developers] Re: Follow this procedure to get the Map as earlier

2008-11-04 Thread GUS
Now I got it :D C:\Documents and Settings\Usuario\Android>"C:\Arquivos de programas \Java\jdk1.6. 0_04\bin\keytool.exe" -list -alias androiddebugkey -keystore debug.keystore -sto repass android -keypass android androiddebugkey, 17/09/2008, PrivateKeyEntry, Certificate fingerprint (MD5): XX:XX:XX:

[android-developers] Re: Follow this procedure to get the Map as earlier

2008-11-04 Thread GUS
Im doing: C:\Arquivos de programas\Java\jdk1.6.0_04\bin>keytool keytool -list - alias androiddebugkey -keystore C:\Documents and Settings\Usuario \Android\debug.keystore -storepass android -keypass android and getting: keytool error: java.lang.RuntimeException: Usage error, keytool is not

[android-developers] Re: Populating a Spinner from SQLite

2008-10-19 Thread GUS
As far as I remember you can use the method setSelection(int position). On 19 out, 10:11, humanoid <[EMAIL PROTECTED]> wrote: > Thanks GUS! > > I actually figured it out myself. Now my next problem is how to set > the spinner to show the "position" based on the _i

[android-developers] Re: Populating a Spinner from SQLite

2008-10-18 Thread GUS
void onNothingSelected(AdapterView arg0) { // TODO Auto-generated method stub } }); // END SPINNER I'm gonna migrate the application an tell you later if something has changed. cordially, Gus.

[android-developers] Re: Enabling audio in emulator

2008-10-06 Thread GUS
Nice. But I think your audio doesn´t work normaly becouse some other program on your machine is blocking the audio devices. Fortunatelly, my audio works fine. Thx anyway. PAS wrote: > Since I found nothing about this while looking, I thought I would > document my findings here. > > I had some tr

[android-developers] Videos on emulator's browser

2008-09-28 Thread GUS
I've seeing this video where this guy is watching YouTube videos on the browser: http://www.youtube.com/watch?v=NJJhqOVcjsI Why cant I do that on the emulator? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android D

[android-developers] MapView invalidate (is invalidating?)

2008-04-11 Thread GUS
I have a MapView that I update from time to time from a timing thread. The problem is when the user interacts with the map two invalidate occurs, does anyone know how can I know if the map is alredy drawing for me not to send invalidate again? is there anything like isdrawing or isinvalidating?

[android-developers] ListView along with buttons

2008-04-09 Thread GUS
Is there anyway to have a listview a spinner and a button in the same activity? --~--~-~--~~~---~--~~ 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@google

[android-developers] Button im map

2008-04-08 Thread GUS
I want to show my contacts on the map showing their photos. But I want these images to be clickable. In other words I want to put a button on a Overlay and make link it to a webpages. Is that possible? Gustavo avila. androidforum.com.br --~--~-~--~~~---~--~~ You re

[android-developers] Bold a part of the TextView

2008-04-04 Thread GUS
Is there any way to bold olny one word of the text inside a TextView? Thx in advance. Gustavo Avila http://www.androidforum.com.br --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Re: Are you satisfied or disappointed with the level of support from Google, for Android?

2008-03-28 Thread GUS
Just to explain: When I say you I mean Google. On 28 mar, 20:23, GUS <[EMAIL PROTECTED]> wrote: > I just had an idea!!! > You could do something like a prize called "Cooperation Prize", with > no benefits. > Just as recognition for those who send good projects, b

[android-developers] Re: Are you satisfied or disappointed with the level of support from Google, for Android?

2008-03-28 Thread GUS
I just had an idea!!! You could do something like a prize called "Cooperation Prize", with no benefits. Just as recognition for those who send good projects, but don't win the challenge. List the names of the participants somewhere on the Android's site would be awesome. Wh

[android-developers] Re: Mock location provider "gps" gone in m5?

2008-03-28 Thread GUS
Thanks Guys, This error was driving me crazy :P Gustavo Avila http://www.androidforum.com.br On 16 fev, 21:10, jalopy <[EMAIL PROTECTED]> wrote: > I believe they can be placed anywhere in the manifest file. > Do you have the following permissions set? > >uses-permission> >permiss

[android-developers] ListView in Activity

2008-03-28 Thread GUS
I have to implement an Activity with a spinner, a List and 3 buttons. I've tried to draw the List dinamicaly and also throguh the layout XML, but it seems that I can only get a list view to work is extending listView class. Does anyone knows how to draw ListView along with spinner and bu

[android-developers] Re: Are you satisfied or disappointed with the level of support from Google, for Android?

2008-03-27 Thread GUS
It was not easy to begin, now I'm have half of my project done. I hope Ican finish it in time. Better tutorials and manuals would have made it o lot easier for me. Let me give you an example. I´m right now using canvas.drawCircle method and I wanna draw maps proportional to the map zoom. The d

[android-developers] Re: SMS

2008-03-26 Thread GUS
Please baskar, read the documentation here: http://code.google.com/android/reference/android/telephony/gsm/package-summary.html You can also find a great tutorial about it on this link: http://www.anddev.org/recognize-react_on_incoming_sms-t295.html Regards, Gustavo Avila http://www.virtualsite.

[android-developers] Eclipse 19% BUG

2008-03-26 Thread GUS
Just in case you still don't know about it...This occurs quite often in windows. Sometimes when I'm compiling an application to run it on the emulator, something crashes. The Launching progress stops in (19%) and the application is never loaded. So I have to close Eclipse, open the Windows Task M

[android-developers] Re: Download photo from server

2008-03-24 Thread GUS
. This is a useful > approach because this allows you to say, store an image in column > photo, and display it in an ImageView using simply > setImageURI(Uri.parse(cursor.getString(PHOTO_COLUMN))). > > If you need more help, there's actually quite a bit of discussion > about

[android-developers] Download photo from server

2008-03-23 Thread GUS
Hi folks, I need to download a .jpg photo from a webserver and then save it in a database. Does anyone knows where can I find a sample of downloading files trhu HTTP, and also a sample of serializating files to database? Thank You very much. Gustavo Avila virtualsite.com.br --~--~-~--~-