Tagged Questions
2
votes
1answer
32 views
Android: how to store an Object in consecutive Service calls?
Happy Easter to everybody!!
Please I have the following situation:
I call a Service several times, the Service performs its job and then stop himself.
What I need is to store an abject between ...
0
votes
0answers
561 views
Android widget updating remoteView in service
My goal is to update a widget views (remoteviews in fact) in a service. The onStart method is called, the thread is run, but the widget (namely the progressBar view) does not get updated. It does not ...
0
votes
2answers
611 views
Updating Widgets from a Service via RemoteViews - OK on a phone, not working on the Emulator
I've created a WidgetProvider and a Service which triggers on the system TIME_TICK - that part is working fine, Log messages show the Service is working AOK and it looks great on an actual phone.
To ...
1
vote
2answers
4k views
java.lang.SecurityException: Not allowed to start service Intent
hey all when installing my app to the emulator I get this:
ERROR/AndroidRuntime(465): java.lang.RuntimeException: Unable to start receiver com.myPackage.Widget.MYWidget: ...