[android-developers] Unable to get the trigger with Repeat Alarm when set in BootUp Sequence

2010-02-04 Thread Kasmoori Bindu
Hi All, I have to run a particular background task everyday, hence I chose to set a Repeat Alarm as soon as BOOT_COMPLETE event is received with 24hrs as interval. When tested, observed that alarm expiry is not received to the IntentReceiver, when phone successfully powers up. Unable to figu

[android-developers] Re: Is it possible to upgrade HTC Magic G2 from 1.5-Cupcake to 1.6-Donut ?

2009-09-29 Thread Kasmoori Bindu
Hi. Thank you for the quick reply. Im currently using released phone(HTC Magic G2)which is not a developer handset. Is there any lock for the firmware? Any response would be highly appreciated. Best Regards, Bindu On Tue, Sep 29, 2009 at 5:39 PM, Kasmoori Bindu wrote: > Hi, > I am cur

[android-developers] Is it possible to upgrade HTC Magic G2 from 1.5-Cupcake to 1.6-Donut ?

2009-09-29 Thread Kasmoori Bindu
Hi, I am currently using HTC Magic G2 H/W with Android 1.5 Cupcake; I am planning to upgrade it to 1.6 Donut. Is it possible? if so, what is the procedure to upgrade. I need this information urgently. Could anyone please respond. Thanks &Regards, Bindu --~--~-~--~~~--

[android-developers] Is Service capable of showing Error Messages in the form of transient notices?

2009-09-17 Thread Kasmoori Bindu
Hi All, Can anyone tell me whether it is possible for a Service to show Success/failure Message Notices without interacting with the Activity? Please respond requires this information urgently. Best Regards, Bindu --~--~-~--~~~---~--~~ You received this message b

[android-developers] Is Calendar App exists in Android SDK 1.5?

2009-06-19 Thread Kasmoori Bindu
Hi All, I couldn't find Calendar application in the emulator, is there any plug-in to have all the applications enabled in emulator? If Calendar app exists, what is the service API for Calendar application supported by android. Please reply, your response is highly appreciated. Need this info u

[android-developers] How to create customized edit form

2009-06-18 Thread Kasmoori Bindu
Hi All, I am unable to design an edit form for various fields eg Date of Birth, Name, Location, Time Zone.. etc with appropriate layout. So can some one help me to come up with layout xml and is there any material or website exclusive for different customized layouts? Please, help me, your res

[android-developers] Is Android complaint with VCARD 2.1 specification ?

2009-06-18 Thread Kasmoori Bindu
Hi All, Does anyone has info whether Android is complaint with VCARD 2.1 specification ? I could not see, fields like DOB (Date Of Birth , location etc.,) in Contacts Application as well Contact Provider. Best Regards, Bindu --~--~-~--~~~---~--~~ You received thi

[android-developers] How to log messages sent using SMS service?

2009-05-29 Thread Kasmoori Bindu
Hi All, I am beginner to Android platform. I would like to know how to capture the SMS messages that i sent using SMS service. I have used my own editor instead of Messaging Composer. I am able to send the messages using the SMS service from my Editor but Some how i could not see the messages in

[android-developers] Re: Exit SMS-app after sending SMS

2009-05-27 Thread Kasmoori Bindu
n passing intent to Native messaging > application, it opens up compose window and waits for user intervention to > send the SMS (by clicking on send button). Could you get your code up, > wherein it sends the sms automatically without user intervention? > > > > On Wed, May 27,

[android-developers] Exit SMS-app after sending SMS

2009-05-27 Thread Kasmoori Bindu
Hi, Iam a beginner in android development, wanted to know whether following usecase is possible or not Supposing I have 'MyActivity' which starts the in-built SMSapplication using Intent. In SMS activity, when I Click on 'Send', SMS should be send successfully and it should ei

[android-developers] Re: Fwd: Listener Service for data sources

2009-05-21 Thread Kasmoori Bindu
which launches the Activity. > > > On Fri, May 22, 2009 at 10:07 AM, Kasmoori Bindu > wrote: > >> Hi, >> >> Does anybody has info regarding below mailchain. Please help me i want it >> urgently. >> >> Best Regards, >> Bindu >> >> &

[android-developers] Fwd: Listener Service for data sources

2009-05-21 Thread Kasmoori Bindu
Hi, Does anybody has info regarding below mailchain. Please help me i want it urgently. Best Regards, Bindu -- Forwarded message -- From: Kasmoori Bindu Date: Wed, May 20, 2009 at 6:15 PM Subject: Listener Service for data sources To: android-beginn...@googlegroups.com, android

[android-developers] Listener Service for data sources

2009-05-20 Thread Kasmoori Bindu
Hi All, Iam a beginner in android, just want to develop a service which listens to the database and it should invoke an activity as soon as there is a change. I tried to implement Contacts listener by registering ContentObserver but couldnot see the expected result. Kept log in onChange() method,

[android-developers] Re: “The application xxxxxxxx (process xxxxxx) has stopped unexpectedly. Please try again .”

2009-05-20 Thread Kasmoori Bindu
Hi, You can try out 'adb logcat' in terminal, to see the logs when emulator is started. Best Regards, Bindu On Wed, May 20, 2009 at 2:07 PM, abhinav wrote: > > Can some one please tell me , how do u read the log file or logs ... > which the Log.i methods writes to ? > > Also , I have used the