[android-beginners] About "ERROR: unknown virtual device name: 'myavd'"

2009-08-17 Thread Tony
Hi,guys I am a beginners to Android. When I do the helloworld by fellowing the tutorial , I found this error below: emulator: ERROR: unknown virtual device name: 'myavd' emulator: could not find virtual device named 'myavd' How do I solve it? And I found other terms of settlement,they all said t

[android-beginners] Drag'n'drop within a webpage

2009-01-23 Thread Tony
ulator, and the real device (if it is different), eg is the user meant to press a button at the same time as dragging on the page? I have no experience with other devices on this particular issue having just tried out my recent prototype now, but I would imagine similar issues will have been encoun

[android-beginners] Re: problem in coding

2008-10-08 Thread Tony
Hi Baba, Did you add a string to the strings.xml file and give it a name "repeating_scheduled"? The R.java class is auto-generated and so anything there should resolve, if I understand things correctly so far. Tony On Oct 8, 8:30 pm, "baba vali" <[EMAIL PROTECTED]&g

[android-beginners] Re: Run the application in background

2008-10-09 Thread Tony
Ramesh, I think you may need a "Service", not an "Activity" Tony On Oct 9, 2:10 pm, ramesh <[EMAIL PROTECTED]> wrote: > Hi > > I am new to this group and also new Android development. > I want the application that should run in background(my applicatio

[android-beginners] Trouble with Basic SQLite Methods, Can't Open Database

2009-11-20 Thread Tony Cosentini
Hey there, I've just started Android development so this might be a somewhat dumb mistake. Anyway, I'm trying to create a SQLiteDatabase and and access from one of my app's widgets. I'm able to create the database, but whenever I try to open it somewhere else I get an "unable to open database file

[android-beginners] Re: Why on Earth is it so hard to set up the development environment?

2010-02-23 Thread tony obrien
I think I understand your frustration I came from VisStudio and before that it was mostly embedded systems and UNIX. The android "environment" (somewhat like Java itself) tries to be a lot of things to a lot of people -- remember the "write once, run many" pronouncement of years gone by? You

[android-beginners] Re: Android emulator problem

2010-04-15 Thread tony obrien
Are you letting ECLIPSE start the emulator or are you trying to do it manually? On Apr 15, 12:56 am, "anton.maximov" wrote: > Hello. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overfl

[android-beginners] Re: Add two buttons to a graphics view?

2010-04-15 Thread tony obrien
Can't you add BUTTONs to whatever "main" layout your invoking? On Apr 14, 12:16 pm, BobG wrote: > I have a little app that reads the accelerometer and draws a vector in > graphics. Seems to be working ok, but I'd like to have a pair of > buttons 'up' and 'dn' underneath it to inc and dec a variab

[android-beginners] Re: Add two buttons to a graphics view?

2010-04-16 Thread tony obrien
You can (easily?) create a simple main.xml layout file that contains, say, a LINEAR LAYOUT with the buttons... Then in your programming call the SetContextView(R.layout.main) and you WILL have an R.id.BUTTON#1 to use. You may have to call the super(canvas) in the override of onDraw() to ensure th

[android-beginners] Re: Android emulator problem

2010-04-16 Thread tony obrien
Try letting ECLIPSE start it for you... make sure you have an AVD defined. On Apr 15, 2:03 pm, "anton.maximov" wrote: > I try to start emulator and manually, over commandline, and over > Eclipse. And each time i see this problem ( -- You received this message because you are subscribed to the

[android-beginners] Re: Add two buttons to a graphics view?

2010-04-17 Thread tony obrien
go to my PROFILE, and email me, and I'll send back the video (or a link where you can get it.) If what I've done is on the right track I'll send you the source as well. On Apr 16, 2:41 pm, BobG wrote: > Hi Tony. Thanks for replying. Seems like what happens is: I make the >

[android-beginners] Re: Refreshing GUI listview

2010-04-20 Thread tony obrien
It looks like what you really need is the ListActivity's OnResume(), etc. On Apr 19, 1:54 pm, Patrick Nako wrote: > Hello everyone, i'm in the process of creating a application manager/ > killer for my high school senior project. Unfortunately i'm running > into the issue of my view not refreshi

[android-beginners] Verify - Regular Cupcake update = No root?

2009-06-01 Thread Tony Su
ied images floating around. TIa, Tony --~--~-~--~~~---~--~~ 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

[android-beginners] Re: SDK USB driver for Vista SP1 won't install - Solution?

2009-06-03 Thread Tony Su
pparently a T-Mobile restriction closing holes that could potentially jailbreak the device. Tony - Original Message - From: Raphael Sent: Sat, 5/23/2009 9:03pm To: android-beginners@googlegroups.com Subject: [android-beginners] Re: SDK USB driver for Vista SP1 won't install - Solu

[android-beginners] Re: Practical questions

2009-06-14 Thread Tony Su
, Blackberry, G1 or anything else. BTW - That's some trick running J2ME on Windows Mobile. There's only one phone that supports that configuration with decent performance(not the one you mention) which severely restricts that market (unless performance is not an issue). IMO, Tony

[android-beginners] Re: Making .apk files?

2009-06-14 Thread Tony Su
other packaging apps or utilities? TIA, Tony - Original Message - From: guruk Sent: Sun, 6/14/2009 1:50pm To: Android Beginners Subject: [android-beginners] Re: Making .apk files? i dont know exactly what you like. when u use eclipse go to android tools and export signed or unsigned apk O

[android-beginners] Re: starting the htc dream

2009-06-14 Thread Tony Su
me without the "@gmail.com" I don't know what your options are in Canada, if you insist on not signing up with an authorized carrier, you may have to consider flashing to an earlier image. Tony - Original Message - From: Yves Dorfsman Sent: Fri, 6/12/2009 8:44pm To: andr

[android-beginners] Any reason why Data connection stays open?

2009-06-15 Thread Tony Su
se this is the first data capable mobile device which behaves this way. TIA, Tony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android

[android-beginners] Q re Android Programming Tutorials a.M Murphy

2009-06-17 Thread Tony Su
likely figure out a way to make things work one way or another but I'm concerned that not building the Build Environment correctly will only make later tutorials more difficult to setup. Maybe I'm missing something? TIA, Tony --~--~-~--~~~---~--~

[android-beginners] How to create an Eclipse Project for Apps-For-Android

2009-06-18 Thread Tony S.
or the missing files for Eclipse to recognize it. Does anybody know how to do it? Thanks! Tony S. --~--~-~--~~~---~--~~ 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] Re: Q re Android Programming Tutorials a.M Murphy

2009-06-19 Thread Tony Su
file doesn't exist in either locaton. I may just decide to configure a Linux Build environment in a virtual machine anyway... Tony - Original Message - From: Mark Murphy Sent: Wed, 6/17/2009 8:46pm To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Q

[android-beginners] Re: How to test Sipdroid using an emulator?

2009-06-27 Thread Tony Su
Eclipse can be used to debug an Android project, so far unless I'm missing something although Eclipse (with the Android plugin) can make an APK, because running the APK isn't integrated into Eclipse I'm not sure how how the debugger is wired up to the running application. Ton

[android-beginners] Re: About Android

2009-06-27 Thread Tony Su
like this. I, for one would consider Mono if it was a viable option. I would consider it even more strongly if it made calls to Dalvik instead of to Java. Tony From: Jose Ayerdis Sent: Fri, 6/26/2009 11:21am To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Abou

[android-beginners] Re: Learn marketing online with 6 videos, free here:

2009-06-29 Thread Tony Su
ListAdmins? All the spam over the past week has been coming from this account... Tony - Original Message - From: Huynh Nhu Thuy Sent: Mon, 6/29/2009 6:37pm To: Android Beginners Subject: [android-beginners] Learn marketing online with 6 videos, free here: Learn marketing online

[android-beginners] Re: creating an avd

2009-06-30 Thread Tony Su
I don't think there is such thing as an AVD utility, at least there isn't such a thing in my SDK. Tony - Original Message - From: ain Sent: Mon, 6/29/2009 10:05pm To: Android Beginners Subject: [android-beginners] creating an avd Ihave looked around on the internet for

[android-beginners] Re: VMWare Image of the Android Emulator

2009-07-03 Thread Tony Su
hat Android natively should be able to run on x86 as well (especially because of its Linux roots)... Developers like ourselves only care what is exposed for us to access which means the Android APIs. So, maybe it does make sense to investigate Android in VMware. Tony - Original Message ---

[android-beginners] Re: Open source or not

2009-07-03 Thread Tony Su
intend to use if you want to make money and then pick the appropriate license to support that business model. Tony From: Andrew Burgess Sent: Thu, 7/2/2009 4:58pm To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Open source or not Technically yes, but by making it o

[android-beginners] Re: SDK USB driver for Vista SP1 won't install - Solution?

2009-07-03 Thread Tony Su
r might be broken in Vista SP2, it's working in Vista SP1. Consider backing off SP2, AFAIK it's beta anyway. Tony - Original Message - From: schwiz Sent: Thu, 7/2/2009 7:24am To: Android Beginners Subject: [android-beginners] Re: SDK USB driver for Vista SP1 won't instal

[android-beginners] Compiling video - how to display video full screen?

2009-07-03 Thread Tony Su
generation of video support (code named Doughnut?) is supposed to implement many improvements, but I don't know if this issue is one of those, so Am hoping for some enlightenment from someone who has seen this issue and knows whether it'

[android-beginners] Re: VMWare Image of the Android Emulator

2009-07-03 Thread Tony Su
pplication you're building, it might or might not make a diff. Tony From: MCON Dev Sent: Fri, 7/3/2009 11:34am To: android-beginners@googlegroups.com Subject: [android-beginners] Re: VMWare Image of the Android Emulator Gotcha!!! I wonder if google would take a feature request on arm. I would l

[android-beginners] Re: adb - for developer handsets only

2009-07-06 Thread Tony Su
just a few megabytes appears to not only lockup but also dump unreadable files thereby requiring a reformat (I was trying to push to a SDCARD). Tony - Original Message - From: Shawn Brown Sent: Sat, 7/4/2009 4:54am To: android-beginners@googlegroups.com Subject: [android-beginners] adb

[android-beginners] Re: USB data acquisition

2009-07-10 Thread Tony Su
configured as a Host. Tony - Original Message - From: Mas Sent: Wed, 7/8/2009 12:12pm To: Android Beginners Subject: [android-beginners] USB data acquisition Hello, I am doing a feasibility study using an Android Dev phone. I want to attach the phone using the USB cable (or the serial po

[android-beginners] FYI - Android LiveCD, VMware

2009-08-22 Thread Tony Su
ode, I can't see why there should be any issue. Just use some TCP/IP solution to transfer the APK to the emulator and execute. Tony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Begin

[android-beginners] Re: Problem with Ecplise android plugin install

2009-08-24 Thread Tony Su
is to download the plugin to the local machine, then install thereby bypassing whatever odd network connection quirk is widely reported. Tony - Original Message - From: yodaa Sent: Sat, 8/22/2009 6:13am To: Android Beginners Subject: [android-beginners] Problem with Ecplise android plugin in

[android-beginners] Re: ArrayIndexOutOfBoundsException in maps API

2009-10-01 Thread Tony Wong
I'm not sure if you've found your solution yet, but what solved it for me was calling setLastFocusedIndex(-1) before populate(). Check out these posts for more discussion on the topic: http://www.anddev.org/viewtopic.php?p=26461 http://groups.google.com/group/android-developers/browse_thread/threa

[android-beginners] Updated list of app code sources?

2009-04-12 Thread Tony Su
pointing to the web source without SSL. So, I'm looking around now at what kind of application snippets and full apps there might be to start looking at just about anything... Have found a few scattered references, is there a centralized list or recognized si

[android-beginners] Where are the new Widgets in Android 1.5?

2009-05-01 Thread Tony S.
xclusively inside the firmware destined to the Android Developer Phone? REgards, Tony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email

[android-beginners] Re: Where are the new Widgets in Android 1.5?

2009-05-01 Thread Tony S.
Oh, yes! I found the widgets... it was very easy just pressing continously on the desktop! Sorry, now I see it's a newbie question! :-) And thanks a lot Romain Tony On May 1, 7:03 pm, Romain Guy wrote: > The widgets are provided by the music app, the calendar app and the > alarmcl

[android-beginners] SDK USB driver for Vista SP1 won't install - Solution?

2009-05-21 Thread Tony Su
er (permissions even an Admin can't touch). Any ideas? TIA, Tony Full deatils on the Vista SP1 driver... Provider: Microsoft Corporation File Version: 6.0.60001.18000(longhorn_rtm.080118-1840 --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Menus in SDK 0.9

2008-08-24 Thread Tony S.
here was a Menu.Add() overload that included a parameter to pass a Runnable() to the menu, but in 0.9 can't find it. Thanks in advance, Tony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners&quo

[android-beginners] Re: Menus in SDK 0.9

2008-08-25 Thread Tony S.
Thanks a lot, Mark! Now, I'm going to review all this code/tips you passed and try to put it down in the example. I'll comment back here. P.S: When will be the next version of your book? (that is, including the 0.9 SDK release changes) Thanks again, Tony On Aug 25, 2:06 pm, Mark Murp

[android-beginners] Re: Treo Pro skin now available for Android Emulator!

2008-08-27 Thread Tony S.
Thanks! On Aug 27, 6:27 am, Tea Vui Huang <[EMAIL PROTECTED]> wrote: > Treo Pro skin now available for Android > Emulator!http://teavuihuang.com/android > > To install, download and unzip "QVGA-L-TreoPro.zip" to the Android > skin directory, e.g. "C:\android-sdk-windows-0.9_beta\tools\lib\image

[android-beginners] Re: Android for Nintendo DS?

2008-08-29 Thread Tony S.
Maybe when Android 1.0 is released (and the complete source will be available), will be possible to do that. On Aug 29, 7:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello everybody. This is my first question. I have a Nintendo DS Lite > with a M3 DS Real and i have this question: ¿W