[android-developers] real phone authentication

2008-05-23 Thread jcmb
Does an Android provide a programmatic way for a developer to confirm that the device currently being run is a phone and not an emulator? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Do we have any functionalities in Android to intercept calls and SMS

2008-04-26 Thread jcmb
I have a simpler version of that tutorial up on my wiki: http://code.google.com/p/android-for-gods/wiki/SMSHowTo On Apr 26, 7:34 am, drewski [EMAIL PROTECTED] wrote: For the SMS question:http://www.helloandroid.com/node/159has a tutorial where a received SMS message is intercepted and

[android-developers] Intent Receiver

2008-04-10 Thread jcmb
Does an Android application have to contain at least one Activity in order to be valid? If I try to run an intent receiver in Android, it gives me an error The Manifest defines no activity! Launch aborted! I tried installing the program manually using the adb tool, but when I tried to trigger

[android-developers] Re: Can I include external jars with my Android project?

2008-04-01 Thread jcmb
I like that which I will leave as an exercise for you, you sound wise beyond your years. On Feb 4, 1:42 pm, Josh Guilfoyle [EMAIL PROTECTED] wrote: Yes, if you are using Eclipse simply Add External Jar somewhere in the right click context menu for your project. If you are using Ant, you will