Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
124 views

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 ...
Susheel Patel's user avatar
0 votes
0 answers
123 views

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 ...
Terry's user avatar
  • 31
3 votes
0 answers
547 views

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 ...
Nafis Ligari's user avatar
0 votes
0 answers
84 views

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 ...
Nafis Ligari's user avatar
2 votes
1 answer
150 views

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 ...
qkx's user avatar
  • 2,614
0 votes
0 answers
27 views

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 ...
Nak Tp's user avatar
  • 1
0 votes
0 answers
45 views

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 ...
Bersabeh's user avatar
0 votes
1 answer
78 views

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 ...
joshua's user avatar
  • 327
0 votes
0 answers
39 views

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 ...
jsbrcad's user avatar
  • 43
0 votes
1 answer
79 views

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 ...
Majid Mortazavi's user avatar
0 votes
1 answer
135 views

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 ...
Terry Ligocki's user avatar
0 votes
0 answers
95 views

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 ...
Nathanael Tse's user avatar
2 votes
0 answers
46 views

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"...
A A T H I's user avatar
1 vote
0 answers
245 views

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 ...
dh kang's user avatar
  • 11
1 vote
0 answers
328 views

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 ...
Matheus Mendonca's user avatar
-1 votes
1 answer
66 views

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 ...
Marko's user avatar
  • 3
0 votes
1 answer
56 views

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, ...
Bahadur's user avatar
0 votes
1 answer
426 views

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 ...
EduAlo86's user avatar
0 votes
1 answer
46 views

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 ...
randomdev2357's user avatar
0 votes
1 answer
68 views

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 ...
Luke Mills's user avatar
0 votes
1 answer
42 views

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 ...
Braian Silva's user avatar
  • 2,214
-1 votes
1 answer
652 views

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 ...
Beyza Odabaşı's user avatar
1 vote
0 answers
165 views

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 ...
rabindraacharya's user avatar
0 votes
0 answers
65 views

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 ...
Abanoub Samaan's user avatar
0 votes
0 answers
167 views

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 ...
Emma's user avatar
  • 95
0 votes
1 answer
70 views

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(): ...
ParsaTheH's user avatar
2 votes
1 answer
338 views

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 ...
kriistobal's user avatar
0 votes
0 answers
55 views

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 ...
Vathsala Thomas's user avatar
1 vote
1 answer
46 views

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 ...
Omar Alaa's user avatar
1 vote
0 answers
52 views

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 ...
Janki 's user avatar
  • 61
0 votes
3 answers
629 views

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 ...
Frank-py's user avatar
0 votes
1 answer
628 views

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 ...
Bence's user avatar
  • 151
-1 votes
1 answer
80 views

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 ...
Mehar's user avatar
  • 17
0 votes
0 answers
189 views

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 ...
Kris's user avatar
  • 1
1 vote
0 answers
148 views

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, ...
Vmxes's user avatar
  • 2,845
0 votes
0 answers
132 views

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, ...
Prajwal Kulkarni's user avatar
0 votes
0 answers
197 views

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 ...
jese_moriarty's user avatar
1 vote
1 answer
812 views

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 ...
pierre-vr's user avatar
1 vote
1 answer
2k views

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 ...
chnging's user avatar
  • 785
0 votes
1 answer
279 views

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-...
theMichael's user avatar
1 vote
0 answers
726 views

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 ...
alex_jwb90's user avatar
  • 1,733
0 votes
0 answers
39 views

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 ...
Slava's user avatar
  • 767
0 votes
2 answers
80 views

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 ...
Leon Carrubba's user avatar
0 votes
0 answers
158 views

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......
kzg's user avatar
  • 780
0 votes
0 answers
368 views

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 ...
thomson's user avatar
  • 485
1 vote
1 answer
320 views

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 ...
MalSehen's user avatar
0 votes
1 answer
180 views

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 ...
Enange's user avatar
  • 1
0 votes
1 answer
146 views

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 &...
tof's user avatar
  • 3
0 votes
1 answer
118 views

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 ...
Peter Augerinos's user avatar
0 votes
1 answer
70 views

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....
Kevin M.'s user avatar
  • 162

1
2 3 4 5
32