[android-developers] Re: please help: broadcast receiver does not execute code

2011-10-15 Thread Ali Chousein
I implemented something quite similar recently and did't observe a behavior similar to the one you explain. Probably you are interpreting the Logcat output wrong. From what I see and understand all your function calls are synchronous and "AlarmSetter.doSetupAlarm(context)" should execute. I would a

Re: [android-developers] Re: please help: broadcast receiver does not execute code

2011-10-14 Thread John Goche
Hi, No, it's definitely skipping it because the intent is launched. Isn't that strange? Seems like broadcast receivers behave somewhat oddly in general, like when I was sending it a parcel instead of a bundle and it would not run properly. I had to move the alarm setter code into the launched int

[android-developers] Re: please help: broadcast receiver does not execute code

2011-10-13 Thread Studio LFP
So it seems like it is skipping that step? Or is it just stopping before that step? Steven Studio LFP http://www.studio-lfp.com On Thursday, October 13, 2011 11:29:40 AM UTC-5, John Goche wrote: > > > Hello, > > I am having the following problem and was wondering whether > anyone here could be