TreKing, thanks for email. This is functionality of my application http://android.hubalek.net/application/digital-world-clock-widget
Many users asked to add option to invoke alarm clock settings from it. As it is not officially supported I found what intents calls standard alarm clock settings. Then some users reported that it is not working on their custom ROM (HTC Sense, Cyanogen, ...). So I started to build database of intents what executes various alarm clock settings intents. Now I have about 5 intents and my users use it quite often (according Flurry). Motoblur intent is probably last major one. Have a good day Tom On Tue, Jun 22, 2010 at 7:57 PM, TreKing <[email protected]> wrote: > 2010/6/15 Tomáš Hubálek <[email protected]> > >> P.S. Various proprietary interfaces makes me crazy. There does not exist >> standard way how to invoke Alarm Clock Settings. >> > > Because the alarm clock is an app, which, like any other app, is not part > of the official SDK and is not guaranteed to even exist, let alone in some > standard format. > > Instead of asking how to continue this hack, explain why you need to call > up the Alarm Clock's settings from your app and perhaps there's a better > alternative to what you're trying to achieve. > > P.S. - Developers hacking around unsupported / non-SDK functionality and > then asking for help on how to continue their downward spiral makes me > crazy. > > I have to have database of various implementations of alarm clock (Android >> 1.x, Android 2.x, HTC, MotoBlur, custom ROMs, ..). > > > Good luck with that. > > > ------------------------------------------------------------------------------------------------- > TreKing - Chicago transit tracking app for Android-powered devices > http://sites.google.com/site/rezmobileapps/treking > > -- > 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%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- ----------------------------------------------------------------------------------------------- Tom Hubalek ([email protected]), http://blog.hubalek.net/ http://facebook.com/thubalek, http://twitter.com/thubalek http://www.linkedin.com/in/thubalek -- 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

