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

    ‘Welcome’ message after system startup ... see photo

    Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
    8 Posts 4 Posters 169 Views 3 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.
    • V Offline
      vince.vs
      last edited by

      Hello,

      Instead of ‘No video today’, the following text regularly appears after starting or restarting UT:
      "No data for today (/com/lomiri/UsersMetrics/DataSource/6)
      See photo.
      I tried to find the path indicated, but I couldn't find anything ...image20260518_105657998.jpg

      arubislanderA G 2 Replies Last reply Reply Quote 0
      • arubislanderA Offline
        arubislander @vince.vs
        last edited by

        @vince.vs The path is. Not a (full) filesystem path
        Rather this is probably the left-overs of some app that shared status info to the greeter infographic, which you have since uninstalled.

        🇦🇼 🇳🇱 🇺🇸 🇪🇸
        Happily running Ubuntu Touch
        JingPad (24.04-1.x daily)
        OnePlus Nord N10 5G (24.04-2.x daily)
        PinePhone OG (20.04)
        Meizu Pro 5 (16.04 DEV)

        MoemM 1 Reply Last reply Reply Quote 0
        • G Offline
          gpatel-fr @vince.vs
          last edited by

          @vince.vs

          to expand a bit on the answer given, the system allows for applications to add to the predefined user metrics, but there is no provision to remove an existing user metric; not that there is any provision to remove features added to the system by apps, there is no such feature but even if there was one, no app could use it to clean an user metric added to the system because there is no api for that.

          If this is really annoying for you the system database for user metrics is /var/lib/usermetrics/usermetrics6.db and I'd guess that (if you know your way with sqlite3 utility) hacking around in this sqlite database could help you to bid good riddance to this user metric and it may even work after restarting the phone, but it's at your risk. I did not try it myself, I don't know if renumbering the entries is necessary or useful or deadly.

          V 1 Reply Last reply Reply Quote 0
          • V Offline
            vince.vs @gpatel-fr
            last edited by

            @arubislander and @gpatel-fr

            Thank you for your explanation.
            That’s probably what you’re describing.
            I’m not familiar with SQLite3, but I know it’s built into BleachBit. Is it compatible with UT? And if so, as you say, it’s at my own risk...

            G 1 Reply Last reply Reply Quote 0
            • G Offline
              gpatel-fr @vince.vs
              last edited by

              @vince.vs

              ,I don't know about BleachBit, sqlite3 is available on UT (and on many Linux distros)

              phablet@ubuntu-phablet:~$ sudo sqlite3 /var/lib/usermetrics/usermetrics6.db
              [sudo] password for phablet: 
              SQLite version 3.45.1 2024-01-30 16:01:20
              Enter ".help" for usage hints.
              sqlite> .ta
              usermetricsservice::dataset     usermetricsservice::userdata  
              usermetricsservice::datasource
              sqlite> 
              sqlite> pragma table_info('usermetricsservice::dataset');
              0|id|INTEGER|1||1
              1|userData_id|INTEGER|1||0
              2|dataSource_id|INTEGER|1||0
              3|data|BLOB|0||0
              4|lastUpdated|date|0||0
              sqlite> 
              sqlite> select * from 'usermetricsservice::dataset';
              1|1|8||2026-05-24
              2|1|4||2026-05-25
              3|1|5||2026-05-26
              4|1|2||2026-05-26
              5|1|1||2026-05-10
              6|1|3||2026-05-26
              7|1|10||2025-11-02
              8|1|7||2026-04-24
              9|1|9||2026-04-25
              sqlite> 
              

              It's likely you'll need to delete one row from this table and one row from the data source table.

              V 1 Reply Last reply Reply Quote 0
              • V Offline
                vince.vs @gpatel-fr
                last edited by

                @gpatel-fr

                Thank you for your quick response and suggestion regarding SQLite3.
                I’ll give it a go based on your advice next w-e, if is possible.
                Have a good week !

                G 1 Reply Last reply Reply Quote 0
                • G Offline
                  gpatel-fr @vince.vs
                  last edited by

                  @vince.vs

                  good luck.
                  Possibly try to do a backup of the tables using something along the lines of

                  sudo sqlite3 /var/lib/usermetrics/usermetrics6.db .dump >~/mybackup
                  
                  1 Reply Last reply Reply Quote 0
                  • MoemM Offline
                    Moem @arubislander
                    last edited by

                    @arubislander said:

                    this is probably the left-overs of some app that shared status info to the greeter infographic

                    Possibly the Lock Message app?

                    Is currently using an Op5t
                    Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

                    1 Reply Last reply Reply Quote 0

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    • First post
                      Last post