Arrgggh. For some reason my 2.2 emulator wouldn't complete booting. So then I tried it again on my 1.6 emulator and it worked! So I guess and all is well. Sheesh, I hate these kinds of issues.
>>>>> "ZV" == Zsolt Vasvari <[email protected]> writes: ZV> The next logical question is: does it work on a 2.2 emulated ZV> device? If yes, obviously there is something that changed ZV> between 1.6 and 2.2 and you need to see in which SDK version it ZV> starts working and then narrow it down from here. ZV> On Feb 24, 9:38 am, Jake Colman <[email protected]> wrote: >> 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 ZV> -- ZV> You received this message because you are subscribed to the Google ZV> Groups "Android Developers" group. ZV> To post to this group, send email to [email protected] ZV> To unsubscribe from this group, send email to ZV> [email protected] ZV> For more options, visit this group at ZV> http://groups.google.com/group/android-developers?hl=en -- 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

