The next logical question is: does it work on a 2.2 emulated device?
If yes, obviously there is something that changed between 1.6 and 2.2
and you need to see in which SDK version it starts working and then
narrow it down from here.

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

-- 
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

Reply via email to