Hi Android developers, I have a big problem !
I have an alarm manager each minutes for updating the clock. When I received the Intent. For each instance of the widget, I calculate my RemoteView and send the RemoteView to the widget using : AppWidgetManager updateAppWidget(int appWidgetId, RemoteViews views). It is working well most part of the time. But, I don't know why, after an undetermined time, the function "updateAppWidget" doesn't refresh the widget. I force stop the Home (from system settings). When I do that, the Home will force close because of this error : "java.lang.RuntimeException: system server dead?" When my clock is "frozen", the system widget clock is frozen too. And for now, I found this bug only with the Galaxy Nexus and Galaxy S2. Any idea ? -- 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

