Cell-Broadcast
-
Yesterday was a national warning day in Germany. On my device OP North N10 (Develop 144),there was no alarm over Cell Broadcast
-
@dosolly Have you checked if CB is activated in the system-settings? For my Volla/GS290 it has worked yesterday, but I had to do some tricks to get it activated.
-
@kristatos said in Cell-Broadcast:
@dosolly Have you checked if CB is activated in the system-settings? For my Volla/GS290 it has worked yesterday, but I had to do some tricks to get it activated.
Oh yes, checked it several times. But would you tell us your tricks, perhaps
-
@dosolly On my Volla it isn't activated after cold boot and I can't activate it through system-settings. So I've created a systemd-timer and a corresponding systemd-service that enables CB via ofona-scripts.
Timer:
[Unit] Description=Aktivieren von Cell-Broadcast [Timer] OnBootSec=2min Unit=enable-cbs.service [Install] WantedBy=multi-user.target
Service:
[Unit] Description=Aktivieren von Cell-Broadcast [Service] Type=simple ExecStart=/usr/share/ofono/scripts/enable-cbs [Install] WantedBy=multi-user.target
After that you have to enable timer and service and CBS is enabled 2 minutes after a cold boot.
The CB-test yesterday showed me, that it's working (before, there was no way to check it ) -
@kristatos said in Cell-Broadcast:
@dosolly On my Volla it isn't activated after cold boot and I can't activate it through system-settings. So I've created a systemd-timer and a corresponding systemd-service that enables CB via ofona-scripts.
Timer:
[Unit] Description=Aktivieren von Cell-Broadcast [Timer] OnBootSec=2min Unit=enable-cbs.service [Install] WantedBy=multi-user.target
Service:
[Unit] Description=Aktivieren von Cell-Broadcast [Service] Type=simple ExecStart=/usr/share/ofono/scripts/enable-cbs [Install] WantedBy=multi-user.target
After that you have to enable timer and service and CBS is enabled 2 minutes after a cold boot.
The CB-test yesterday showed me, that it's working (before, there was no way to check it )Thanks a lot, will try it later.