Search results

  1. www.verious.com/qa/does-on-receive-get-​called-in...   Cached
    The onReceive is not getting called. ... I am not using a service. I am setting the alarm in my ... Normally I need to have the receiver called even if the device ...
  2. www.fusonic.net/en/...my-​broadcastreceiver...not-get-called   Cached
    There could be several reasons that your receiver doesn't get called. ... Receiver not declared in AndroidManifest.xml ... So if you try to test your alarm, ...
  3. grokbase.com/.../please-help-broadcast-​receiver-does-not...   Cached
    broadcast receiver in my code that opens a database and sets ... // reset alarms (seems like this does not get called) Log.d("AlarmReceiver", "Calling alarm setter ...
  4. www.vogella.com/articles/​AndroidBroadcastReceiver/...   Cached
    A broadcast receiver (short ... method of the receiver is called by the Android ... Keep in mind that the vibrator alarm does not work on the ...
  5. groups.google.com/group/android-​developers/browse_thread/...   Cached
    My BroadcastReceiver receiver not getting called after phone ... the alarm never went ... shouldn't the broadcast receiver be for ACTION_BOOT_COMPLETED and ...
  6. groups.google.com/group/android-​developers/browse_thread/...   Cached
    The old Google Groups will be going away soon. Switch to the new Google Groups.
  7. android-solution-sample.blogspot.com/​2011/10/android...   Cached
    The VibratorManager will be called by the broadcast receiver which will be called by the AlertManager. ... The vibrator alarm does not work on the simulator.
  8. grokbase.com/t/gg/android-developers/​121j98pkf8/is...   Cached
    When my broadcast receivers (e.g. alarms, boot receivers, etc) get triggered via their onReceive() ... When your BOOT_COMPLETE Broadcast receiver is called, ...
  9. www.mail-archive.com/android-​developers@googlegroups.com/...   Cached
    Also, shouldn't the broadcast receiver be for *ACTION_BOOT_COMPLETED* and not BOOT_COMPLETED?
  10. stackoverflow.com/questions/13323952/​broadcast-receiver...   Cached
    I'm trying to call a broadcast receiver at a certain time by setting an alarm. It doesn't appear to be getting called at all. I'm trying to debug with logcat.
  11. stackoverflow.com/questions/11426474/​broadcast-receiver...   Cached
    I'm working on the app that will start two alarms as the following: Repeating alarm at every hour once it's started; Non-repeating alarm at either 1 to 10 hours based ...
  12. stackoverflow.com/.../12826656/​broadcast-receiver-not-called   Cached
    I know this a basic problem but it is still driving me crazy. I am setting a repeating alarm but the receiver is never called. Intent intent = new Intent(NewSchedule ...
  13. stackoverflow.com/questions/7479101/​broadcast-receiver...   Cached
    Broadcast receiver is not called when alarm goes off. 0. How i call IntentService from Broadcast Receiver? 1. onReceive getting called multiple times. question feed
  14. stackoverflow.com/questions/15697574/​why-an-alarm...   Cached
    Why an Alarm Broadcast receiver not receiving broadcast? up vote 0 down vote favorite. ... broadcast receiver not getting called with alarm. 1. Android Alarm not ...