-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] alarms/timers sometimes don't get triggered at all #89
Comments
What exactly do you mean?
|
you get a notification, but the sound/vibration doesn't come at all. I've actually been testing this issue with timers and with the screen on, so this is not related to the screen being turned off or anything like that. |
Please try with the screen turned off. |
EDIT: okay, I edited all my comment.
only alarms have sound/vibration when the screen's turned off. with the screen on, both of them lack sound/vibration. |
are you able to reproduce that on silent mode? |
I've tested on three phones (Android 10, 13 and 14, all non-rooted, on silent mode), and here are my findings. For timers:
For alarms:
|
if you're able to reproduce this bug on Android 14 then we're doomed, lol. perhaps the easiest way to fix this bug would be looking at the source code of other FOSS clock apps, and compare what each app exactly does to trigger the alarms. https://f-droid.org/packages/com.best.deskclock/ this one works well for me. |
I can confirm this is an issue for me as well. |
I would like to chime in with some additional details as well. I wasn't really up to date with the whole SMT debacle when it happened and I just caught up a week ago and replaced all the SMT I used with fossifyorg instead. I am really glad it got forked, make no mistake. But I am not fond of the alarm not waking me and totally ruining my day. With the SMT clock I could put my mobile on mute/silenced and sleep soundly and the alarm would go off as expected. So, something must have changed code-wise since the fork. I'm on Android 11 on a motorola one phone. I have checked all the settings, thrice, and the alarm should go off. But it won't. I DO get an notification though. A silent one (since the phone is muted). That when I pull it down and click on it WILL sound the alarm. WHEN I look at the notification. Alarm will work as expected if the phone is unmuted. Screen locked or not. Doesn't matter. As it is now the alarm is totally useless since you most often than not set it at night. Timer is fine since you're usually awake and unmuted when you time something. So my suggestion would be to cross check the SMT one and see diffs regarding muted phone (dys)function. |
I have this issue on LineageOS 20 (Android 13):
The phone wasn't in silent / muted mode. Default clock on LineageOS 20 works fine. |
Welp, I missed my alarm today. |
was your phone on silent/vibration mode? if it wasn't, then I should probably change the title of this issue. 🥴 |
Yes. |
My alarm is not working either. I am using android 14 on a motorolla edge (2022). I tried forcibly giving it permission to ignore DND. but it won't let me do so, seemingly as the app does not list those as desired. I managed to figure it out. If notification permissions is disabled for the app, it should say as much on the alarm page. with a "click here to enable" that takes you to the relevant settings page. |
@throwaway242685 Do you have this problem also without silent mode? Because you've edited the issue after Naveen's comment, while Naveen encountered it on silent mode. |
hi, I changed it because of this comment: #89 (comment)
|
Checklist
Affected app version
1.0.0
Affected Android/Custom ROM version
Android 9
Affected device model
Samsung Galaxy A10
How did you install the app?
GitHub releases
Steps to reproduce the bug
Expected behavior
they should work.
Actual behavior
there are times when they don't get triggered at all.
Screenshots/Screen recordings
No response
Additional information
SimpleMobileTools/Simple-Clock#453
The text was updated successfully, but these errors were encountered: