The problem is that HTC have implamented their own closed source Alarm Clock app as part of the Sence UI. But If it it is possible to extract the content of a Parcel without knowing what is in it, then I can do this to get to the Alarm Label. I have tried HTC over and over, but I get no reply and I have customers waiting for an update to my app.
On 31 Jan, 18:27, Kevin Duffey <[email protected]> wrote: > That is odd? Is it an older version of Android and thus an older API? I am > confused as to why an Android device would not do the same thing as other > devices? The only thing that would make sense is that there is an older API > on the device and the one you're using is newer? If that is the case, you'll > have to throw some if() checks in there to handle different versions that > your app may be deployed to. > > On Sun, Jan 31, 2010 at 7:35 AM, Mike Luck <[email protected]>wrote: > > > > > I have a published app that triggers after the Android Alarm Clock > > goes off. I read the Alarm Clock Label and if it matches a user > > provided label to trigger off of, my app is triggered. This works > > great. > > > The problem is that the HTC Sence UI Alarm Clock uses a different > > Intent and the extras for that Intent contain a Parcel (that contains > > the alarm label). > > > I am able to trigger on the HTC Intent and get the Parcel from the > > extras, but is it possible to extract the Parcel without knowing what > > is in the Parcel in the first place? > > > -- > > 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]<android-developers%2bunsubsĀ[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en- Hide quoted text - > > - Show quoted text - -- 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

