Hi Mark, Thanks for your reply. I'm working for a company where I've access to HC code. however, I did not understand what is the reason behind such handling of android alarm?
Thanks, Venu On Jul 26, 4:27 pm, Mark Murphy <[email protected]> wrote: > On Tue, Jul 26, 2011 at 7:21 AM, rao <[email protected]> wrote: > > I'm debugging suspend failure of honeycomb on a proprietary target > > board. > > There is no publicly-available source code for Honeycomb at this time. > > > I was seeing below print on my target board and getting woke up from > > already started suspend process. > > "PM: Devicealarmfailed to suspend: error -16" > > After adding few prints in thealarm-dev.c I found that alarm_ioctl > > function receives ANDROID_ALARM_SET for each and every minute. > > Once that time is reached,alarmwill be cleared and again set for > > next minute. > > I really did not understand why this code is needed and also from > > where is it done? > > Step #1: Wait a few months for the Honeycomb source code to exist > > Step #2: Visithttp://source.android.com > > Step #3: Click on the Community tab > > Step #4: Choose a relevant Google Group for your question > > Step #5: Confirm that you have indeed followed Step #1 > > Step #6: Ask your questions on the group you choose in Step #4 > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > AndroidTraining in NYC:http://marakana.com/training/android/ -- 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

