I have created a clock widget with some nice backgrounds. I use Alarm Manager to update time and background every 1 minute. But it stops working after few hours, means I can run that widget, I also get time and background on screen respectively. But after some time(few hours) it stops updating time and background in widget. I have done following things,

OnUpdate method - set alarma manager that signals every 1 minute. Called a service using pending intent in that alarm manager. Used AsyncTask to change bitmap image (Otherwise I get ANR error) from service. Used stopself to stop service after widget update is finished.

I used lots of try catch, at different places to get errors if any, but I dont get any error also.

Please Advice for this.

link|improve this question
can you post code where you update the widget? – AnDro Dec 28 '11 at 12:27
1  
Are there any logcat prints? – Deepak Dec 28 '11 at 13:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.