[android-beginners] Re: Map applicaiton not working..

2008-10-29 Thread 김병주
Have you ggt MapApi Key and used it ? Unless you get a Key please get and use it in your Code OR GO http://www.anddev.org/error_devicemonitor-t902.html There may be the answer!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Novice programmers lets build together.

2008-10-29 Thread Timbobsteve
I like the idea of getting together with a few others and creating some sort of app. One project I would like to work on (but don't know where to start) is replacing the E-Mail client in android with a better one (something more like MobileMail from iPhone, but better). I also think Exchange

[android-beginners] Re: Installing on a cell phone

2008-10-29 Thread Timbobsteve
Hi Tarsis, You would need to make sure that the code has been 'ported' to your particular phone. Check the android-internals discussion for more info on particular handsets. Unfortunately Android is not designed to work on all phones, and cannot be placed on any phone easily at the moment

[android-beginners] Re: https://dl-ssl.google.com/android/eclipse/ not found

2008-10-29 Thread GHack
The problem most likely is you've downloaded the wrong package of eclipse. Grab the version for Java developers then try installing the android plugin again. (the java version contains some prerequisites the the base version doesn't have) On Oct 27, 11:04 pm, Rich [EMAIL PROTECTED] wrote: I

[android-beginners] Re: Novice programmers lets build together.

2008-10-29 Thread Marc Lester Tan
Hi folks, i'm using java for 5 years now though still a newbie in developing for android and I'm interested to team up with anyone for a project. Marc On Tue, Oct 28, 2008 at 11:19 PM, DSKG87 [EMAIL PROTECTED] wrote: hey there, i'm new to programming and wanted to know anyone out there

[android-beginners] : How to change postion of Button at Runtime

2008-10-29 Thread Imran
Haii All!!! In my application i need to change the position of Button at Runtime.. is there any method for this type of scenario Thanks in Advance for any Replays..! Cheers Imran --~--~-~--~~~---~--~~ You received this

[android-beginners] Back end process displaying a UI

2008-10-29 Thread moazzamk
Hey guys, I am writing an application in which you a backend process (service) waits for a certain time and then displays a window with a text field. For example, it will wait until 8:30pm today and then display a dialog with a text field with a random message. I have been reading about services

[android-beginners] Running an app when Android boots

2008-10-29 Thread moazzamk
Hey, Is there a way I can start an app as soon as android boots? I've been reading the documentation but couldn't find anything about that. Thanks, Moazzam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Installing on a cell phone

2008-10-29 Thread simpyrahul . andriod
Ditto question.. Can I install Andriod on any of these spare cell Phones : Sony W910i, Motorola Rokr , Blackberry 8700, Samsung T 809 ? On Oct 29, 11:25 am, Tarsis [EMAIL PROTECTED] wrote: How would u install Android on a cell phone? --~--~-~--~~~---~--~~ You

[android-beginners] Re: Back end process displaying a UI

2008-10-29 Thread Mark Murphy
moazzamk wrote: Hey guys, I am writing an application in which you a backend process (service) waits for a certain time and then displays a window with a text field. For example, it will wait until 8:30pm today and then display a dialog with a text field with a random message. I have been

[android-beginners] Re: How do I get Current GPS Location?

2008-10-29 Thread zl25drexel
that is how to retrieve your location from the gps. But your code requires another activity (such as the build-in google map app) to listen for gps updates first. To listen for gps update pro actively, try private final LocationListener onLocationChange = new LocationListener() {

[android-beginners] Re: Emulator doesn't start in OS X

2008-10-29 Thread Preston
Rebooting also didn't change anything. On Oct 28, 6:28 pm, Preston [EMAIL PROTECTED] wrote: Yes, I killed and restarted the adb server. I have not yet tried rebooting since MS had been rebuilding my mail DB for the last 5 hours but I didn't image it was going to fix my problem. On Oct 28,

[android-beginners] Re: buggy Android phone (Tmobile g1)

2008-10-29 Thread guzjd
You might want to try replacing your certificate with a trusted certificate from a company like Verisign. Your phone is essentially a small computer so it will warn you when you are using a certificate that could be a suspected forgery. As for importing certificates I am still trying to figure

[android-beginners] Re: buggy Android phone (Tmobile g1)

2008-10-29 Thread Disconnect
On Wed, Oct 29, 2008 at 9:36 AM, guzjd [EMAIL PROTECTED] wrote: You might want to try replacing your certificate with a trusted certificate from a company like Verisign. Your phone is essentially a small computer so it will warn you when you are using a certificate that could be a suspected

[android-beginners] Re: What is the difference between OnClickListener and OnTouchListener?

2008-10-29 Thread Romain Guy
Hi, A click is a pair of down/up events performed either with the keyboard (dpad center key or enter) or with the touch screen. A touch event is simply anything that happens when the user touches the screen: touch up/down, move, etc. So a click can == touch down + touch up. On Wed, Oct 29,

[android-beginners] Game menu programming design help

2008-10-29 Thread AaronBC
I'm writing a simple game so I can learn more about android development. I need a little help designing the menu system. When you start the application you will see a simple menu: Start New Game Resume Game (Dynamically shown after a game has been started) Scoreboard Instructions About When

[android-beginners] Re: How to test new apps?

2008-10-29 Thread AaronBC
Check: http://code.google.com/android/intro/tools.html In particular: UI/Application Exerciser Monkey The Monkey is a program that runs on your emulator or device and generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system- level events.

[android-beginners] Re: Emulator doesn't start in OS X

2008-10-29 Thread David Turner
ok, here are a couple of tips: 1/ start with -noaudio to see if it changes anything 2/ start with -show-kernel -logcat '*;v' 3/ start with -debug-all On Wed, Oct 29, 2008 at 3:44 PM, Preston [EMAIL PROTECTED] wrote: Rebooting also didn't change anything. On Oct 28, 6:28 pm, Preston [EMAIL

[android-beginners] Re: Emulator doesn't start in OS X

2008-10-29 Thread David Turner
the emulator is not trying to do anything special about Audio. It just uses CoreAudio to get an output and an input. Could you check with -no-audio-in then with -no-audio-out to see if it's either one of these that makes the problem ? thanks in advance On Wed, Oct 29, 2008 at 5:57 PM, Preston

[android-beginners] Re: Compiling takes hours...

2008-10-29 Thread David Turner
The Dex tool is known to use a *lot* of memory. Your system is probably swapping like mad to try to keep up with the demand... On Fri, Oct 24, 2008 at 12:25 PM, Bicou [EMAIL PROTECTED] wrote: Hi all, I followed the instructions on this page: http://source.android.com/download I use Ubuntu.

[android-beginners] how do i know when a layout is done drawing?

2008-10-29 Thread yarun
Hello, I want to call some code when a layout is done drawing to the screen. Is there a listener I can use or a method I can override that will let me know this? Specifically I want to get the latitude and longitude span of a MapView after its been drawn to the screen. Thank-you, yarun

[android-beginners] Re: how do i know when a layout is done drawing?

2008-10-29 Thread Romain Guy
Hi, You can use the ViewTreeObserver. Look at the documentation of the View class. On Wed, Oct 29, 2008 at 2:56 PM, yarun [EMAIL PROTECTED] wrote: Hello, I want to call some code when a layout is done drawing to the screen. Is there a listener I can use or a method I can override that will

[android-beginners] Re: Emulator doesn't start in OS X

2008-10-29 Thread Preston
Well first to confirm my above assumtion I turned off wiretap and it loaded without a problem. With wiretap on, it didn't work with either flag. On Oct 29, 10:00 am, David Turner [EMAIL PROTECTED] wrote: the emulator is not trying to do anything special about Audio. It just uses CoreAudio to

[android-beginners] open market via browser link

2008-10-29 Thread Preston
Can you put a link in a webpage that will open the market on the G1? I tried entering the following URL's from the upgrade example page but they didn't seem to work. Is it possible to provide a direct link to your app from a webpage? http://market.android.com/details?id=appMarketUidString or

[android-beginners] Components overlap

2008-10-29 Thread F3RN4ND0 M3ND35
Hello guys, I'm starting to do some test with android, i found the following issue (i know it must be my env. just dont know where to look). I`m following the tutorials, i`m in this page (http://code.google.com/ android/devel/ui/xml.html) , but when i grab that .xml to test it, the layout

[android-beginners] on press event

2008-10-29 Thread [EMAIL PROTECTED]
I was wondering is there something like onmousedown event type event handler available in android I went through the docs i only found OnClickListener() OnLongClickListener onTouchlistener() actually what I want to do is that I have an ImageButton when the users presses the button I replace it

[android-beginners] Without using Eclipse on Android

2008-10-29 Thread Thaw
Hi, Android-Lovers, I want to know that can Android develop without using Eclipse on Windows, Linux, Mac OS? and Where can I get useful SQLite source code or study, to develop a Database Application with Android. please, advise to me. Thanks. . .