Alarm icon on status bar set by an app "Macrodroid" won't go away

Dimlos

Well-known member
If you really want to solve this problem, you can use the macro I created to find out which app is setting the alarm.
 

Dimlos

Well-known member
On what basis are you saying that MacroDoid set it? Did you see MacroDoid in the local variable app name in my macro?
If so, please upload a screenshot showing the situation.
 

Ali121

New member
I'll try to verify it. It's a bit troublesome to test on the main terminal, so I'd like to verify it and upload the results after setting up the environment on a sub terminal.
Dimlos thank you sooo much man. your trick worked thanks aloooooooot
 

Ali121

New member
I ran your macro and it showed me the app which was causing the alarm icon to be there. OMG I never thought of that app but your macro clearly showed me the name of the app and when I uninstalled it, icon disappeared thanks so much man
 

Ali121

New member
If MacroDroid has been uninstalled, how would it still have an alarm active ?

I think MacroDroid is not the culprit here.
You're right. I really thought that it was because of microdroid but I was wrong. it was some other app and Dimlos macro helped me findout. wow Dimlos
 

Dimlos

Well-known member
It seems that we have reached a conclusion, but since we verified it, we will upload the results.

1.If no alarm is set, the icon will not be displayed and the macro will be shown as empty.
2.Set the Clockapp alarm.
3.The app name becomes Clock and the time is displayed correctly.
4.In the Wait action, the app name should be MacroDroid.
5.Uninstall MacroDroid, the icon will disappear.
 

Attachments

  • Empty.jpg
    Empty.jpg
    483.1 KB · Views: 5
  • SetAlarm.jpg
    SetAlarm.jpg
    105.1 KB · Views: 4
  • AppName_Clock.jpg
    AppName_Clock.jpg
    491 KB · Views: 4
  • AppName_MD.jpg
    AppName_MD.jpg
    497.8 KB · Views: 5
  • Uninstalle.jpg
    Uninstalle.jpg
    322.9 KB · Views: 5
Last edited:

MacroDroidDev

Administrator
Staff member
Just to clarify.....

It used to be possible to schedule device wakeups at specific times and have them honoured by the device actually waking up at the requested time. Now there are all sorts of restrictions, so if we request a wakeup at 10:00am for example, the device might wake up at 10:00am, it might wake up at 10:02am, 10:05am ...... or it might just say nope your app has had too many wakeups today and totally ignore it and it also varies based on the manufacturer and what battery optimization settings might be enabled.

In order for the device to wake up at an exact specified time an app has to use what is known in the SDK as an alarm clock. This will mandate that the icon is displayed in the notice bar whenever one is pending.

Of course most people who use the day/time trigger want it to actually work at the specified time so the "use alarm" option is enabled by default. The same goes for wait before next action etc.
 
Top