Alarm clock doesn’t work
#8
(10-21-2020, 03:43 AM)Kawayuppie Wrote:
(07-24-2020, 09:33 PM)scott_VYuCAbn3k1NFK Wrote: The alarm doesn't wake the phone for me, if I set the alarm for more than the sleep time, it only goes off when I wake the phone manually.

I have been thinking about this. I think the "Clock app" will need to be modified to set a timer interrupt or similar so as to wake the phone in time to sound the alarm.

Preliminary testing using "rtcwake" does work a treat.
To test, set the alarm for some time, say a couple hours later, to be sure the pinephone is nicely asleep when the alarm is supposed to sound.
The set "rtcwake";


Code:
sudo rtcwake -m no -l -t "$(date -d 'today 16:00:00' '+%s')"

where  -m no means dont suspend/sleep now, -l means local time, -t the time and date string when to wake up.

Note: kernel time needs to be same as local time, in the above example, or you will need to work out the difference.
Check this with;

Code:
sudo hwclock -r


Next steps will be to see if it will be possible to change the clock code or write a new clock program.  Will be interesting how to handle multiple alarms.
  Reply


Messages In This Thread
Alarm clock doesn’t work - by Captain1ndustry - 07-20-2020, 12:45 PM
RE: Alarm clock doesn’t work - by antiX-Dave - 07-20-2020, 05:46 PM
RE: Alarm clock doesn’t work - by chris_02 - 07-22-2020, 03:00 PM
RE: Alarm clock doesn’t work - by dukla2000 - 07-22-2020, 03:44 PM
RE: Alarm clock doesn’t work - by Boern - 07-22-2020, 04:29 PM
RE: Alarm clock doesn’t work - by Kawayuppie - 10-21-2020, 03:43 AM
RE: Alarm clock doesn’t work - by Kawayuppie - 10-21-2020, 07:12 AM
RE: Alarm clock doesn’t work - by pothos - 01-08-2021, 04:23 PM
RE: Alarm clock doesn’t work - by bitnick - 01-13-2021, 12:53 PM
RE: Alarm clock doesn’t work - by moodroid - 01-15-2021, 12:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  The program doesn`t detect the camera blag0rag 2 348 02-15-2024, 08:03 PM
Last Post: Kevin Kofler
  wwan0 (SIM interface) doesn't work with OpenVPN nickolas 6 2,149 09-05-2023, 11:16 AM
Last Post: nickolas
  Chatty does not work after suspend mode user641 4 1,949 07-18-2023, 10:43 AM
Last Post: alaraajavamma
  Wifi doesn't work after update nickolas 2 1,244 04-14-2023, 10:07 AM
Last Post: nickolas
  Most recent Mobian image or installer image known to work? DrPlamsa 13 4,994 02-26-2023, 11:47 PM
Last Post: SukiiPooru
  German Emergency Alarm System Test arno_nuehm 4 1,881 12-11-2022, 01:44 PM
Last Post: traut
Exclamation The webcam doesn't work in Firefox anonymous 0 744 11-06-2022, 01:45 PM
Last Post: anonymous
  Megapixels doesn't work Glenn 4 2,805 08-28-2022, 03:19 PM
Last Post: vortex
  PP Keyboard doesn't charge Pinephone (Mobian) jojuma 1 1,245 08-06-2022, 01:10 AM
Last Post: elode
  Can't Get Nheko To Work [never mind, it's a bug] el.pollo.diablo 0 811 08-02-2022, 02:11 AM
Last Post: el.pollo.diablo

Forum Jump:


Users browsing this thread: 1 Guest(s)