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

2012-10-05 Thread Gus
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 to android-developers

[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 Developers group

[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

[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 techandroid@gmail.com 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分,

[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 treking...@gmail.com wrote: On Wed, Dec 29, 2010 at 7:13 AM, Gus gussab...@yahoo.com wrote: Are some

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

2010-12-29 Thread Gus
, 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 received this message because you are subscribed

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

2010-12-27 Thread Gus
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 group

[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 usual. I would appreciate any help. Thanks Gus On Dec 27, 10:29 pm, Gus

[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 Gus On Dec 9, 9:02 am, Kostya

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

2010-12-09 Thread Gus
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@googlegroups.com

[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 On Dec 7, 11:00 am, Jon F

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

2010-12-08 Thread Gus
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@googlegroups.com

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

2010-11-29 Thread gus
(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@googlegroups.com

[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\binkeytool 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: Follow this procedure to get the Map as earlier

2008-11-04 Thread GUS
Now I got it :D C:\Documents and Settings\Usuario\AndroidC:\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):

[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\AndroidC:\Arquivos de programas \Java\jdk1.6. 0_04\bin\keytool.exe -list -alias

[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 _id when I go back to a page

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

2008-10-18 Thread GUS
; } public 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

[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

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

2008-04-12 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

[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] 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

[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, but don't win the challenge. List

[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