I'm not sure exactly what the "process is bad" error message means. I've seen it, but it hasn't been a persistent problem. Maybe someone else here knows?
Have you tried rebooting your device? That's fixed the problem for me and others. Another possibility is this: http://osdir.com/ml/AndroidDevelopers/2009-05/msg01967.html One thing I can think of to try, is to arrange to have your process running as a service, started with a BOOT_COMPLETED broadcast receiver. (This isn't a solution, but it might help understand the problem). I'd also make sure your widget handler methods all have try/catch blocks so they don't throw out of them; perhaps that would interfere with the system's proper management of the process lifecycle. Please don't post advertisements in this group. It interferes with the purpose of the group -- answering questions like this! Thanks. On Jun 4, 9:32 pm, igo where <[email protected]> wrote: > hi,thanks for you help.I post it is really to be a ad. > when i use the widget, i occur the following issue. > 05-28 12:01:14.937: WARN/ActivityManager(52): Unable to launch app > com.mmtimer/10024 for broadcast Intent > { act=android.appwidget.action. > APPWIDGET_ENABLED > cmp=com.mmtimer/.MMWidget }: process is bad > 05-28 12:01:14.947: WARN/ActivityManager(52): Unable to launch app > com.mmtimer/10024 for broadcast Intent > { act=android.appwidget.action.APPWIDGET_UPDATE > cmp=com.mmtimer/.MMWidget (has extras) }: process is bad. > And I had try what I can do, but it also can't work. so,Could you like > help me ,thanks. > > 在 2010年6月5日 上午9:45,Bob Kerns <[email protected]>写道: > > > > > It seems (using Google's translation service) that you say you have a > > problem, but do you have a question? > > > This looks to me more like an ad.... > > > On Jun 4, 2:33 am, igo where <[email protected]> wrote: > > > I train ticket query * * > >http://www.androidin.net/bbs/android-110739-1-1.html > > > > * MMTimer > > > *http://www.androidin.net/bbs/android-110551-1-1.htmlMMTimerthewidget in > > > question, have not yet released, the update of the widget is > > not very clear, a problem.Later still need everyone's help, have encountered > > a problem updating.MMTimer you have a 1440 times a day love.* Main > > function-MMTimer automatically updates every minute, switch to a different > > picture, one minute a picture of a happy, smiling an hour 60, day 1440 > > meeting date.- Low system resources occupancy;- Provide high-definition real > > timekeeping picture to see time to see beautiful things correct;- With > > off-line database, an image calculated by 30K an hour is 1800K, the day is > > 1800 * 24/1024 = 42M, save you valuable traffic;- To provide different > > versions of the newspaper theme, beautiful car models currently provide > > temporary version, street version of beauty, street beauty Edition II, the > > follow-up to introduce more versions;- Beautiful car models and street > > beauty Edition II Edition as the server instability, a small amount of data > > loss, but does not affect the use, the user can customize the image; Beauty > > of data we canhttps: / / code.google.com / p / mmtimer / > > downloadsDepartment for download, put / sdcard / MMTimer directory;- Can > > customize the different times of MM or handsome pot;- Customize a different > > version of the time, family friends, etc. are all OK;- Provide save, when > > you can see your favorite MM; > > > > We are interested to support it, huh, huh. > > > > *火车余票查询* > > >http://www.androidin.net/bbs/android-110739-1-1.html > > > > *MMTimer* > > >http://www.androidin.net/bbs/android-110551-1-1.html > > > MMTimer的widget有问题,现在还没有放出来,对widget的更新还不是很清楚,有点问题。稍后还需要大家的帮忙,遇到了更新问题了。 > > > MMTimer让您每天拥有1440次恋爱。 > > > *主要功能 > > > -MMTimer每一分钟自动更新内容,更换不同的照片,一分钟一张图片,一份欣 喜,一小时60张微笑,一天1440次约会。 > > > -系统资源占用率低; > > > -提供高清真人报时图片,看时间看美女两不误; > > > -采用离线数据库,一张图片按30K来计算,一小时就是1800K,一天就是1800*24/1024=42M,为您节省宝贵的流量; > > > -提供不同版本的报时主题,目前暂提供美女车模版,街头美女版,街头美女版 II,后续将推出更多的版本; > > > -美女车模版和街头美女版II由于服务器不稳定,数据有少量丢失,但不影响使用,用户可以自定义图片; > > > 美女数据大家可以从 > > >https://code.google.com/p/mmtimer/downloads > > > 处下载得到,放到/sdcard/MMTimer目录下; > > > -可以自定义不同时间的MM或帅锅; > > > -自定义不同版本的时间,亲人好友等的都行; > > > -提供保存,让你在什么时候也可以看到您喜欢的MM; > > > > 大家有兴趣就支持下吧,呵呵。 > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

