[android-beginners] Launch Aborted

2008-04-11 Thread Neha
Hi, I upgraded the sdk and the eclipse ADT plugin just recently and now whenever I try to run an Android application from eclipse, it gives an error saying This launch configuration is setup to start activity This activity is not defined by the manifest: launch aborted! In the console, it says

[android-beginners] Re: m5 not working

2008-04-11 Thread Neha
I'm facing the same problem on win xp machine. - Neha. On Apr 10, 11:59 am, wamoc <[EMAIL PROTECTED]> wrote: > In the problems view I get an error on every line that a resource in > R.java is, but only that. As far as the console view goes, I got > nothing there and I just performed a clean on i

[android-beginners] Re: Unpleasant interaction between timer and updating a map overlay

2008-04-11 Thread Dan U.
I would say you might need to do updates to the MapView with a Handler, but I would have expected you to get an exception otherwise and it doesn't sound like you are. Still, might be worth a try. On Apr 10, 7:10 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi All, > > One of the methods i

[android-beginners] Re: Notepad exercise1 - error on import line com.google.provider

2008-04-11 Thread Dan U.
It sounds like you haven't imported all the files into your project that come with the notepad example. On Apr 10, 12:15 pm, navdev <[EMAIL PROTECTED]> wrote: > Hi, > I have these simple error in Notepad exercise example. I guess my > issues are Eclipse setup or so. > I am using Windows XP and

[android-beginners] Re: extending android.app.Application

2008-04-11 Thread sacoskun
Hi Luka, First of all, you need a class(let's say ClassA) that extends the Application class. In the AndroidManifest.xml you need to specify your own extended class as the application in application tag. Hope this helps, -sarp On Apr 10, 6:38 pm, WildLuka <[EMAIL PROTECTED]> wrote:

[android-beginners] Using notifications to switch between different already opened activities

2008-04-11 Thread Semeria Stefano
Hi all, I am working on an IM application for android. Currently I have one main activity showing a list of contacts and another activity (let's call it ChatActivity) for handling conversation. When the user starts a chat with a contact I open the chat activity with the startActivity firing an

[android-beginners] Re: How to install Android on my PDA

2008-04-11 Thread jonwa
And were end users ever able to install their own os on a treo? No. On Apr 10, 1:03 am, "tim jones" <[EMAIL PROTECTED]> wrote: > On Thu, Apr 10, 2008 at 1:47 AM, wamoc <[EMAIL PROTECTED]> wrote: > > > Android is meant for cell phones, not PDAs. It also is not released > > yet and the manufacturer

[android-beginners] OpenGL Color Matrix Extension

2008-04-11 Thread cm
Hello, I was wondering if anyone had used the to OpenGL color matrix extension methods glCurrentPaletteMatrixOES, glLoadPaletteFromModelViewMatrixOES, etc and gotten a run time error when trying to access the function call? I am not very skilled in OpenGL in the first place so I may just be doin

[android-beginners] How to get the selected item in expandablelistactivity

2008-04-11 Thread Laszlo Antal
Hi, I have an expandablelistactivity. I would like to get the selected item. When the child is highlighted not clicked. I tried to use getSelectedId() and getSelectedItemItd() but I got an outofbound execption. Thank you for any help Laszlo Antal --~--~-~--~~~---~

[android-beginners] Re: About accessing webpage

2008-04-11 Thread Delirio
Hi, read this thread http://groups.google.com/group/android-developers/browse_thread/thread/b542dd19a069c50c --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send emai

[android-beginners] Retrieve tables in SQLite db

2008-04-11 Thread Pzikit Bloo
Hi all, I've several tables within a SQLite database. I need to find the name of each tables; how can I do? Thanks, Pzikit Bloo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to th

[android-beginners] Re: Create a partially dynamic view

2008-04-11 Thread Delirio
Hi, Maybe you just need to include the following to your layout file: http://schemas.android.com/apk/res/android"; android:orientation="vertical" > Or if you want to customize the Adapter: http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/view/List6.html --

[android-beginners] How to Debug

2008-04-11 Thread Nikhil
I just started using Android. I wanted to know how I can debug in Eclipse. There is no option for debugging w/ Android. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to th

[android-beginners] Emulator Error

2008-04-11 Thread Nikhil
I just started with Android a few days back. I am able to get the emulator to start up. However, after editing the code for my HelloWorld application, I sometimes get this error: [2008-04-11 13:32:48 - LunarLander] emulator-tcp- disconnected! Cancelling 'com.google.android.lunarlander.Lunar

[android-beginners] Developing java backend with android front end?

2008-04-11 Thread kfealz
Hey, I'm pretty new to this, but starting to figure things out. I was under the impression that Android would be able to run Java code, so I had the idea of developing an AIM application for Android using AOL's Java back end (http://dev.aol.com/aim/sdk), and then developing the front end to work

[android-beginners] Can Android app's contain only intent receivers?

2008-04-11 Thread jcmb
I am trying to install an app that only contains an SMS intent receiver, but I cannot get it to fire when I send the device a test message. If I try to run an intent receiver in Eclipse, it gives me an error "The Manifest defines no activity! Launch aborted!" I tried installing the program manual

[android-beginners] Re: Developing java backend with android front end?

2008-04-11 Thread kfealz
As a follow up, I may have gotten the two to work together, or I may not have.. I am not sure... So, I got Android to call the AIM class (called AIM_Connect), but when it does, I get this error: An error has occurred in com.straightforwardcode.AndrAIM. java.lang.ExceptionInInitializerError. So t

[android-beginners] Re: Zoom button not displaying

2008-04-11 Thread marioneil
I just figured it out. It click , keep mouse button pressed down and slide across the screen. The zoom slider pops up. Is there any way to make the slider pop up using the keyboard. On Apr 9, 3:44 pm, "Dan U." <[EMAIL PROTECTED]> wrote: > > I am not able to figure out how > > exactly to make th

[android-beginners] Android Open GL

2008-04-11 Thread marioneil
Hi Does anyone know how to draw ball using the Android Open GL apis. I would also like and sample code on how to make the ball move about. Thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-beginners] Re: Launch Aborted

2008-04-11 Thread Raul Bocter
if I remember right, in the manifest of m3, you define your Activity class with 'class' attribute. In m5 there is 'android:name' for that. I am sorry, but I can not find the link to the page where the changes are listed. This link is in other older mails of this group. Or maybe someone has it handy

[android-beginners] Re: Emulator Error

2008-04-11 Thread Raul Bocter
I usualy get this on the first launch. Maybe because of lack of cash and swapping. My system is low on RAM for Android development. regards, Raul On Fri, Apr 11, 2008 at 8:34 PM, Nikhil <[EMAIL PROTECTED]> wrote: > > I just started with Android a few days back. I am able to get the > emul

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread logisic
i think the tag, not the android:permission attr, is more appropriate in this case. On Apr 11, 11:02 am, jcmb <[EMAIL PROTECTED]> wrote: > I am trying to install an app that only contains an SMS intent > receiver, but I cannot get it to fire when I send the device a test > message. If I try to r

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread jcmb
Thank you logisic, that makes sense now that I read what the manifest file wizard file says about regular permissions: "The permission tag declares a security permission that can be used to control access from other packages to specific components or features in your package (or other packages)."

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread Xavier Ducrohet
On Fri, Apr 11, 2008 at 11:02 AM, jcmb <[EMAIL PROTECTED]> wrote: > > I am trying to install an app that only contains an SMS intent > receiver, but I cannot get it to fire when I send the device a test > message. If I try to run an intent receiver in Eclipse, it > gives me an error "The Manif

[android-beginners] Re: Launch Aborted

2008-04-11 Thread Xavier Ducrohet
Hi Neha, On Fri, Apr 11, 2008 at 12:07 AM, Neha <[EMAIL PROTECTED]> wrote: > > Hi, > > I upgraded the sdk and the eclipse ADT plugin just recently and now > whenever I try to run an Android application from eclipse, it gives an > error saying > > This launch configuration is setup to start a

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread jcmb
Thank you Xavier. I was able to install the program manually using the adb tool. I verified that it was installed using the package browser in the dev tools program. I still cannot get the program to verify SMS intents. I modified the manifest file to include logisic's above mentioned change as we

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread jcmb
I made another change, I added an intent filter. I tried the code with and without the intent filter and got the same results (nada). When I used the same intent filter listed at Show Me The Code! I got an compile error that told me the action tag required a name property. Am I using intent filter

[android-beginners] How do I change the orange color of the physical button menu to something else?

2008-04-11 Thread Gazpacho Bill
How do I change the orange color of the menu (from the physical menu button on the phone) to something else? (Also, how do I change the height?) Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginn

[android-beginners] Re: Retrieve tables in SQLite db

2008-04-11 Thread Megha Joshi
Hi, Please see the thread below for instructions on how to view tables: http://groups.google.com/group/android-beginners/browse_thread/thread/19e867c74a745c94/5571680a18e90e8d Thanks, Megha On Fri, Apr 11, 2008 at 8:58 AM, Pzikit Bloo <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've several table

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread jcmb
I found the error, it was in the manifest file's intent filter tag. I documented how to code an SMS Intent Receiever here: http://code.google.com/p/android-for-gods/wiki/SMSHowTo?updated=SMSHowTo&ts=1207979481 On Apr 11, 4:19 pm, jcmb <[EMAIL PROTECTED]> wrote: > Thank you Xavier. I was able to i

[android-beginners] Re: Can Android app's contain only intent receivers?

2008-04-11 Thread jcmb
I found the error. The intent filter tag was incorrect. I documented the right way to do it here: http://code.google.com/p/android-for-gods/wiki/SMSHowTo On Apr 11, 4:19 pm, jcmb <[EMAIL PROTECTED]> wrote: > Thank you Xavier. I was able to install the program manually using the > adb tool. I veri

[android-beginners] About Xmppdataservicesender and Xmppdataservicereceiver in Android sample

2008-04-11 Thread Analdin Judy
Hi Can anybody please tell me the reason of the error Here the code is: package com.Iw.Testapp1; import android.app.Activity; import android.os.Bundle; import android.os.Bundle; import android.os.IBinder; import android.os.DeadObjectException; import android.widget.Button; import andr