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