• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Cell-Broadcast

Scheduled Pinned Locked Moved Oneplus Nord N10
5 Posts 2 Posters 301 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dosolly
      last edited by 13 Sept 2024, 08:52

      Yesterday was a national warning day in Germany. On my device OP North N10 (Develop 144),there was no alarm over Cell Broadcast

      K 1 Reply Last reply 13 Sept 2024, 10:21 Reply Quote 0
      • K Offline
        kristatos @dosolly
        last edited by 13 Sept 2024, 10:21

        @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.

        BQ Aquaris E4.5 (UT 16.04)
        Vollaphone (UT 20.04)

        D 1 Reply Last reply 13 Sept 2024, 11:09 Reply Quote 0
        • D Offline
          dosolly @kristatos
          last edited by 13 Sept 2024, 11:09

          @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

          K 1 Reply Last reply 13 Sept 2024, 11:45 Reply Quote 0
          • K Offline
            kristatos @dosolly
            last edited by 13 Sept 2024, 11:45

            @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 🙂 )

            BQ Aquaris E4.5 (UT 16.04)
            Vollaphone (UT 20.04)

            D 1 Reply Last reply 14 Sept 2024, 05:26 Reply Quote 1
            • D Offline
              dosolly @kristatos
              last edited by 14 Sept 2024, 05:26

              @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.

              1 Reply Last reply Reply Quote 0
              2 out of 5
              • First post
                2/5
                Last post