I just tried downloading the to my phone and it worked! So it looks like the app only has issues on the emulator?! Why would that make sense?
The emulator is Android 1.6 with the corresponding Google API (since I want to make sure that my widget will even run on older devices). The actual device is an Android 2.2 device. >>>>> "Jake" == Jake Colman <[email protected]> writes: >>>>> "KV" == Kostya Vasilyev <[email protected]> writes: KV> Based on your code - is your service class in a different package KV> from the widget class? Jake> No. Everything is in the same package. Everything about this Jake> package was working and I was able to update the widget. The Jake> only change I made was recode ZMUpdateService to extend Jake> IntentService instead of Service and to move code from the Jake> onCreate and onStart methods to the onHandleIntent method. Jake> That's why am I asking all these questions about differences Jake> between using a Service and an IntentService - although based Jake> on all the answers there isn't any! -- Jake Colman -- Android Tinkerer -- 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

