Recent content by mcasanket70

  1. M

    Android Alarm reset after reboot not working

    I have one class called StopAlarmReceiver and another BootHandler. The BootHandler resets the alarm after reboot, which was set before the boot. My problem is that the BootHandler sets the alarm but not getting fired. Entries in Manifest file. <receiver...
  2. M

    Re-Enabling the Alarm

    Hi All, I have created one Alarm in my application. Later the user can disablethe alarm and also re-enable alarm. The problem is that, when user clicks on re-enable the alarm, I create a new alarm with the previous time but the alarm gets fired instantly... :( I am setting the alarm as...
  3. M

    Enabling & Disabling Alarm

    Hi All, I am developing one application for that I have created a AlarmReceiver file that receives alarm events. There is a two Alarms in my app. Lets say one is starting a radio at particular time and other is stopping it. The things are working fine but when the user disable and then...
  4. M

    How can I get unread email count?

    Hi All, I am developing one dayDream app in that I need to show unread email count of configured gmail account while dreaming. I have searched all over the net but haven't found much. Please help. thank you!