1,585 questions
2
votes
1
answer
124
views
How to schedule a full-screen reminder/alarm notification in Flutter for iOS when the app is killed (like attendance reminder)? [closed]
I’m trying to implement an alarm-style reminder notification in Flutter that should trigger even when the app is killed on iOS similar to an attendance reminder or wake up alarm screen.
I’ve added the ...
0
votes
0
answers
123
views
Using RTC alarm on STM32F030F4 (without HAL)
Due to the limited space, I am trying to get the RTC alarm to work without the HAL, however the alarm never triggers the interrupt although the flags appear to be set correctly. If anyone can assist ...
3
votes
0
answers
547
views
How to show local notification in Flutter when the app is killed or terminated?
I'm developing a Flutter app that uses alarms and local notifications. I want to show a notification at a specific time, even if the app is killed or removed from recent apps.
Currently, I'm using the ...
0
votes
0
answers
84
views
Flutter Alarm Not Ringing Consistently After App is Killed and Fails to Repeat on Selected Days
I'm using Flutter along with the alarm package to set up recurring alarms on specific days (e.g., Friday and Saturday). My app allows the user to select days of the week, and the alarm should ring on ...
2
votes
1
answer
150
views
Broadcast intent android.intent.action.BOOT_COMPLETED received every single time I run / update the app. Why?
I have a very simple alarm app which needs to re-register it's alarms after phone reboots. However, seems like Android OS intent android.permission.RECEIVE_BOOT_COMPLETED does not work properly - I am ...
0
votes
0
answers
27
views
Need a reliable alarm for the timer, even when the device is idle
Problem Statement:
In my Flutter-based Android app, I’m implementing a timer feature, but alarms are unreliable when the device is locked for a long time. Sometimes they ring late, and sometimes they ...
0
votes
0
answers
45
views
How to allow users to swipe away an alarm notification to stop the alarm in flutter?
I am working on a flutter alarm app where I want users to be able to swipe away the alarm notification to stop the alarm. Currently, I have implemented an onStop function that stops the alarm when the ...
0
votes
1
answer
78
views
flutter alarm: ^4.1.1 plugin notification not show
I am trying to create a reminder app using the alarm plugin (version 4.1.1) https://pub.dev/packages/alarm. The alarm is working fine, but I'm facing an issue where notifications are not appearing on ...
0
votes
0
answers
39
views
Why am I getting curl: (56) Recv failure: Connection reset by peer on Qolsys IQ Panel 2+ (Firmware 2.8)?
I have an IQ Panel 2+, running firmware version 2.8 and I do have dealer and installer codes. I master reset it, and I have Control 4 enabled and the correct token.
IMEI has been released according to ...
0
votes
1
answer
79
views
How to test threat intel filebeat module rule in ELK
I have an ELK server and a Windows client that send Threat Intel logs to ELK using Filebeat.
The Enrichment log is doing by MISP (Integration between ELK and MISP by THIS LINK).
And the logs are OK.
I ...
0
votes
1
answer
135
views
Is there a way to set an alarm signal for a fraction of a second?
I would like to set an alarm (similar to signal.alarm) where the granularity is finer than integer seconds. For example, I'd like to set an alarm for 0.4 seconds or 3.2 seconds. I'm particularly ...
0
votes
0
answers
95
views
Modify Background Notification to trigger at specific time after conditions are met
I’m developing a game that offers free gems every day. The app checks if the gems have been claimed, and if they haven’t, it displays a badge with a count of 1. Once the gems are claimed, the current ...
2
votes
0
answers
46
views
Python (false output in tiny alarm project)
I've basically made an alarm without using the playsound library, and the timer is not working properly. I used ANSI escape codes, but they messed up the timer.
import time
Clear = "\033[2J"...
1
vote
0
answers
245
views
In Flutter, can I schedule exact alarms with some background task?
I'm making an alarm clock Flutter application with an extra function. I want to download an image from my server right before alarm goes off and show that image with ringing sound. So, I need to ...
1
vote
0
answers
328
views
Alarm System using Arduino Uno in TinkerCad
I've been having some struggles with the code part for an alarm system using Arduino Uno in TinkerCad. It's the first time using this programming language, so I'm still getting the hang of it.
In this ...
-1
votes
1
answer
66
views
How can I make it so other people (and myself) can open the .py file and not have it crash when using mp3 files in the code?
I'm pretty new to programming, and I've made a few projects so far, but this was my first time using files in my program which weren't just txt files which were getting automatically created using ...
0
votes
1
answer
56
views
When we set the alarm, the alarm will run automatically with javascript. without pressing any buttons
I am using a ringtone array. When a user sets an alarm. Meanwhile, its alarm content (ringtone, hour, minute, alarm name, etc.) is stored in its browser's local storage.
Content (ringtone, hour, ...
0
votes
1
answer
426
views
Alarm rules in device profile with Dynamic source type doesn't work?
my first question here,
I hope I can explain well, I am Spanish
I want to create alarms depending on customer specifications, created as attributes in the customer and in assets containers of the ...
0
votes
1
answer
46
views
How do I create an alarm with nested alarms from 2 arrays
I am trying to create a code in python that plays an alarm based on times from two separate arrays.
Timer 1 would play 1 beep and timer 2 would play 2 beeps. The times are not exclusive and everything ...
0
votes
1
answer
68
views
Alarm BroadcastReceiver is never called
As the title says my broadcast receiver is never called.
I'm at my wits end, I know there are 30.. thousand posts about this, and I swear I have read through most of them and tried a dozen things but ...
0
votes
1
answer
42
views
How to schedule reminder for daily habits
I'm creating a Habit Tracker with Firebase that has the option of remembering an hour and minute of the day to show a notification of the habit you created, the problem is when you create a new habit ...
-1
votes
1
answer
652
views
Creating an alarm application using Expo and React Native
I want to create a React Native alarm application on Expo. I want the alarm to ring at the set time, whether I am in the app or not. The alarm should stop either when I press a stop button or when the ...
1
vote
0
answers
165
views
Issue on Android 13 : Android — Repeat notification daily on specific time
BroadCast Receiver Encountered an issue specifically on SDK 33.
Hello,
I used the guide at [AlarmManager] to establish daily notifications at a particular time. However, I've encountered an issue on ...
0
votes
0
answers
65
views
Notification sound never stop when connected to a bluetooth device - Android
I'm developing an alarm app which is displaying a notification to the user in a certain time with a long notification sound.
The problem is notification doesn’t stop if I’m connecting bluetooth ...
0
votes
0
answers
167
views
Infinite local notifications for alarm app
I'm currently writing an alarm application, which should be sending infinite local notifications if app is terminated. Similar logic is implemented in Alarmy app.
Local push notifications count is ...
0
votes
1
answer
70
views
how to kill winsound task after an if condition
I have a code that will play an alarm then when I press h it should stop working here's the code:
import winsound
from threading import Thread
import keyboard
import sys
alarm_flag = True
def alarm():
...
2
votes
1
answer
338
views
RTC alarm interrupt while loop
My problem is that when the rtc alarm is activated, it prints the message that is in the interrupt every 10 seconds, but it stops printing the messages that are in the while loop of the main.
I am ...
0
votes
0
answers
55
views
Alarm function in Flutter
Can anyone how to do Alarm notification in flutter using SQLite is there any packages I used Alarm manager but its not working properly
When I used Alarm manager function i unable to get desired ...
1
vote
1
answer
46
views
How to Redirect from Android MainActivity to an already running Foreground service with full screen intent
I am developing an Alarm application, when the alarm fires up it launches a full screen intent with foreground service.
If the user goes to home, then tries to open the app I want him to get ...
1
vote
0
answers
52
views
Flutter- Send local notification on my device at device's local time 8:00 PM every day by using the flutter_local_notification
Send local notification on my device at device's local time 8:00 PM every day by using the flutter_local_notification
Like alarm app even if app terminate or kill from background notification should ...
0
votes
3
answers
629
views
Alarm not displaying a notification or playing a sound, even though it is set
I'm currently working on an Android app that sets an alarm to trigger at a specific time. I've implemented the code to set the alarm, and it seems to get set without any errors, which can be seen here ...
0
votes
1
answer
628
views
Cloudwatch alarm about accountwide concurrency limit
I would like to create a cloudwatch alarm to alert before reaching the concurrency limit of the account. I have over 10 lambda functions, thus I can't use the ConcurrentExecutions metric provided by ...
-1
votes
1
answer
80
views
How to Cancel AlarmManager For Next Day
2 Things I want to do with my alarm manager.
1) Set alarm for daily.
2) Turn off alarm for Tommrow rest Alarm will on daily basis.
As of now i can only set alarm for next 7 days but i want to set it ...
0
votes
0
answers
189
views
Why does my Chrome extension timer not update in real-time after publishing to the Chrome Web Store?
I've developed a Chrome extension with a timer feature. When I load the extension unpacked directly from the Chrome Extensions page, it works flawlessly, updating in real-time. However, after ...
1
vote
0
answers
148
views
Notifications in iOS HomeScreen Webapp
I have a React-based website with PHP backend where users can subscribe to tasks and each task has many subtasks. Sub-tasks must be completed at pre-defined precise times (e.g. Subtask 1 at 8:45, ...
0
votes
0
answers
132
views
Observing ambiguity in runtime.onStartup and runtime.onSuspend
I'm writing a Chrome extension that is supposed to fire alarms at regular intervals. On an overview it works correctly, but there are some corner cases that I'd want to address.
The requirement is, ...
0
votes
0
answers
197
views
chrome extension js not showing alarm or notifications
I was recently trying to learn about chrome extension and was trying to show some simple alert, alarm, notification upon a button click.
alert is working for a button click but it seems i can not make ...
1
vote
1
answer
812
views
Trigger an AWS CloudWatch alarm on past data points
I have CloudWatch metrics that are published asynchronously and sometimes with data points from the past. For example, today, metrics can be published for data points from last week. The PutMetricData ...
1
vote
1
answer
2k
views
Create a CloudWatch alarm for a rising trend of a metric
I have a simple metric that I send to AWS CW that is the number of MS a method takes to execute.
I'd like to create an alarm that would detect a trend of this metric rising (If I'm able to explain it ...
0
votes
1
answer
279
views
Android Java Recurring notifications best practice
The feature I want to achieve is basically that I want my app to send 1-3 notifcations each day, every day, at approximate times. For example, one notification between 09:00-11:00, one between 13:00-...
1
vote
0
answers
726
views
Chrome Extension alarms scheduled, but onAlarm handler not invoked
I have developed a Chrome extension on manifest v3, which is using two alarms to trigger simple events on schedule.
One alarm is scheduled to run every minute, another one every 20 minutes. Both of ...
0
votes
0
answers
39
views
Suitable Android Foreground service
Does android have some suitable foreground service for the job who will keep track of time, very similar to the work of an alarm clock?
User choosing the time then the app creates request, close the ...
0
votes
2
answers
80
views
How can I iterate over these two very large alarm dataframes faster?
I have two pandas DataFrames. One is alarm condition starting events, and the other is alarm condition ending events. Each event has an Alarm ID and a Message Time, and the stop DataFrame has a value ...
0
votes
0
answers
158
views
chome.alarms.onAlarm not triggered when a listener is in an async function
It's about Chrome extensions and MV3.
I know Chrome recommends adding listeners at the top level of your service worker in MV3, but I have an existing code that doesn't do that and it works......
0
votes
0
answers
368
views
Tomcat web server restarts automatically
We have Tomcat web server as a service that has 4 web applications deployed on it. One of them is ALARMCFG, an alarm reporting application.
Sometimes this web server is restarting automatically, we ...
1
vote
1
answer
320
views
Is it possible to make an Alarm App with Expo?
Im relatively new to programming and have been learning for the past three months. Im currently working on developing an alarm app using Expo. However Im unsure about Expos technical capabilities for ...
0
votes
1
answer
180
views
How can I implement a timer in c for a game?
I'm making connect 4 in C and I want to implement a function that obliges a player to do his move in 30 seconds. 5 seconds before the time runs out I want to notify to the player that time is running ...
0
votes
1
answer
146
views
task for set alarm with using fork()
I'm doing task which is Signal Communication with Separate Alarms and Parent-to-Child Signal.
but i got a question about the output i got.
#include <signal.h>
#include <stdio.h>
#include &...
0
votes
1
answer
118
views
Recursive alarm() in c
I'm trying to create multiple child processes where they send an alarm every few seconds and print a message to standard output. I don't want to use a infinite while loop and I'm trying to basically ...
0
votes
1
answer
70
views
Android: execute code inside foreground service when button is clicked
To my understanding, I can add an action that will present itself as a button to a notification that is built inside of a Service that I start as a Foreground Service with this line:
.addAction(R....