Re: [android-developers] Re: Alarm Intent not triggered

2014-05-21 Thread Sunil K
Raymond, Any suggestions for me? Problem is alarm is set from my Activity, and the alarm is received only if Activity is currently running. Otherwise it will not. Regards, Sunil On Fri, May 9, 2014 at 8:12 PM, Sunil K sunilchintu2...@gmail.com wrote: No, made it work. But now the real

Re: [android-developers] Re: Alarm Intent not triggered

2014-05-09 Thread Sunil K
No, made it work. But now the real problem is alarm is raised only when my activity is running, otherwise it will not. Currently trying to make my alarm activity as background service but no luck still. Any suggestion? On Wed, Apr 23, 2014 at 10:57 PM, Raymond Rodgers

Re: [android-developers] Re: Alarm Intent not triggered

2014-04-23 Thread Raymond Rodgers
Is the alarm working while the screen is on, but it's failing when the screen is off? If so, you may need to implement a wakelock or partial wakelock for it to work properly. On 04/19/2014 09:11 AM, Sunil.K wrote: Tried all possibilities, but no SUCCESS. Experts, please point my mistake I'm

[android-developers] Re: Alarm Intent not triggered

2014-04-19 Thread Sunil.K
Tried all possibilities, but no SUCCESS. Experts, please point my mistake I'm kind of stuck here :( On Friday, 18 April 2014 18:16:30 UTC+5:30, Sunil.K wrote: Hello, I am developing an app related to alarm service and facing an issue of Intent not being called. I have registered for