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 314 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

        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 Reply Quote 0
        • K Offline
          kristatos @dosolly
          last edited by

          @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 Reply Quote 0
          • D Offline
            dosolly @kristatos
            last edited by

            @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 Reply Quote 0
            • K Offline
              kristatos @dosolly
              last edited by

              @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 Reply Quote 1
              • D Offline
                dosolly @kristatos
                last edited by

                @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
                • First post
                  Last post