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

Mobile data usage monitoring (dataMonitor app)

Scheduled Pinned Locked Moved App Development
72 Posts 12 Posters 18.3k Views 5 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.
    • M Offline
      matteo
      last edited by matteo 4 May 2020, 17:51 5 Apr 2020, 17:49

      Hi All,
      I'm happy to announce that the version 0.1.7 is out. The main modifications are related to make the monitoring activity working also for the SIM connection due to a nasty bug @ricardo65 highlighted to me, which I hope I got rid of. Moreover, as advised before I modified the daemon files to be more simple and useful (but in future I'd eventually need to tinker those files again to bring somehow an automatic time step adjustment - Future Enhancement); who has got already the app installed needs first to delete the previous daemon files, from Settings page before having the new versions working; in addition, now the app shows many more options in the Settings page with the aim of putting in place the highest customization as possible for the app, in the very genuine Linux spirit.
      For a better look at the modifications, see here below the log:

      -Version 0.1.7-

      1. Fixed bug which prevented the app to work for the SIM connection (feedback needed on this).

      2. Daemon .conf files modified in a more useful and simple way. To get rid of the previous .conf versions, user to go to 'Settings', to push 'remove daemon', to exit from the app and open the app again to have the new .conf files copied at the .config/upstart location.

      3. Added new settings in the 'Settings' page:

        1. Switch to enable colors by theme global selection or to be custom set; user can now set a custom color + opacity for the background, lines, font, buttons, graph grid and bars;
        2. Switch + button to enable the global theme selection by daylight (between Ambiance and SuruDark only), setting a threshold time;
        3. Slider to custom set the daemon time step for its idle activity, to better control the battery energy drain.
      4. Minor bug fixes.

      Thank you.

      Matteo

      R 1 Reply Last reply 6 Apr 2020, 14:02 Reply Quote 1
      • R Offline
        ricardo65 @matteo
        last edited by 6 Apr 2020, 14:02

        @matteo thank you very much.one question from where can i download version 0.1.7?

        M 1 Reply Last reply 6 Apr 2020, 19:45 Reply Quote 0
        • M Offline
          matteo @ricardo65
          last edited by 6 Apr 2020, 19:45

          @ricardo65 from my repository page ---> here. If you are going to build the app yourself on your phone, don't forget to run first a clickable build-libs to compile the executable file, before to run clickable to build on your phone. Let me know ;). Regards.

          R 1 Reply Last reply 7 Apr 2020, 17:48 Reply Quote 0
          • R Offline
            ricardo65 @matteo
            last edited by 7 Apr 2020, 17:48

            @matteo I can't find the click file to install it

            M 1 Reply Last reply 8 Apr 2020, 18:04 Reply Quote 0
            • M Offline
              matteo @ricardo65
              last edited by 8 Apr 2020, 18:04

              @ricardo65 I thought you were compiling from the source. However, I just now uploaded the .click file for armhf architecture. Please head to my repository I pointed you out just in the above message reply.
              I also tried to compile a .click for arm64 arch, but it threw an error to me and I have to give a better look at what's wrong with the compilation of the Actiondaemon binary for arm64.

              R 3 Replies Last reply 8 Apr 2020, 19:31 Reply Quote 0
              • R Offline
                ricardo65 @matteo
                last edited by 8 Apr 2020, 19:31

                @matteo I don't know how to compile. Thank you very much for the effort.screenshot20200408_212721956.png

                1 Reply Last reply Reply Quote 1
                • R Offline
                  ricardo65 @matteo
                  last edited by 9 Apr 2020, 17:58

                  @matteo Inform you that I have tried the app and the quwifi readings, they are only from wifi when I connect to the sim it does not give any reading, and the one that appears is from the wifi.please checkscreenshot20200409_195144749.png

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    ricardo65 @matteo
                    last edited by 9 Apr 2020, 18:12

                    @matteo Please ignore the last message, I have restarted the mobile and I have only put the sim and I have taken the consumption well and put it in the section of the sim.any anomaly that I observe I will communicatescreenshot20200409_201206366.png

                    M 1 Reply Last reply 10 Apr 2020, 16:34 Reply Quote 0
                    • M Offline
                      matteo @ricardo65
                      last edited by 10 Apr 2020, 16:34

                      @ricardo65 please tell me if you find any misbehavior like the one you noticed before. It's strange, the two data shall not be mixed together. Let me now.

                      In the meantime, I finally by-passed the error thrown with the arm64 compilation and I uploaded also the clickable for this architecture. To download it, please head to --------->.click for arm64

                      I hope starting since now I'll receive some feedback from Pinephone/Raspberry Pi owners too 🙂

                      Regards,

                      Matteo

                      R 1 Reply Last reply 10 Apr 2020, 17:53 Reply Quote 0
                      • R Offline
                        ricardo65 @matteo
                        last edited by 10 Apr 2020, 17:53

                        @matteo Any anomaly I see, I'll let you know. Thank you.

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          matteo
                          last edited by 3 May 2020, 18:19

                          New app version 0.1.8 is available for both architecture armhf and arm64. Find relevant .click files at dataMonitor app Repository.
                          Change log is the following:

                          -Version 0.1.8-

                          1. Indicator facility added for a quicker glance at data usage. It's optional and the user can decide whether to install it or not, from Settings. The implementation is based on the indicator-weather by B. Douglass and the recently released indicator-upower by Ernest: thanks to both the developers.

                          2. Merged MR made by Jonatan Ziegler, who modified the mattdaemon.conf file and the relevant CMakeLists.txt to be architecture agnostic. To have the new file in place, you need to head to Settings, remove the daemon files by means of the dedicated button, close the app and re-open soon after to have automatically installed the new daemon files.

                          3. Fixed a bug preventing to build for the arm64 architecture: clickable complained for too many zeroes of a constant number defined in the networkdaemon.cpp file only for being as big as possible but exceeding the long type capability. Reducing the number of zeroes did the trick.

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            matteo
                            last edited by matteo 23 May 2020, 16:25

                            New app version 0.1.9 is now available for both architectures armhf and arm64. Find relevant .click files at dataMonitor app Repository.

                            -Version 0.1.9-

                            1. A brand new app restyling has been introduced with the present version. All the credits go to Michele (@mymike00 on Telegram) who made that possible! Thank you again Michele, this app is becoming more and more the flagship contribution of the Italian Community for the UBports - Ubuntu Touch project.

                            2. New gesture added for the graph: starting since now you can long swipe to the right/left on the graph to have a look at the data usage archived for the earlier/later months.

                            3. Added new Gestures info page and Credits page to the Information page of the app.

                            4. For the graph, modified X axis scale to accommodate better the days labels and enlarged bars graphical horizontal edge (smaller gap between two adjacent bars) within each time step.

                            5. Minor bug fixing.

                            1 Reply Last reply Reply Quote 1
                            • M Offline
                              matteo
                              last edited by 21 Jun 2020, 17:55

                              New app version 0.1.9.2 is now available for both architectures armhf and arm64. Find relevant .click files at dataMonitor app Repository. This version in mainly aimed to solve this bug

                              Change log:

                              -Version 0.1.9.2-

                              1. Fix to issue #5 "Inconsistent values (even negative)"; Actiondaemon.cpp file modified.
                              M 1 Reply Last reply 3 Jul 2020, 17:35 Reply Quote 1
                              • M Offline
                                matteo @matteo
                                last edited by 3 Jul 2020, 17:35

                                New app version 0.1.9.3 is now available for both architectures armhf and arm64. Find relevant .click files at dataMonitor app Repository.

                                Change log:

                                -Version 0.1.9.3-

                                1. Additional fix for issue #5 "Inconsistent values (even negative)", due to incoherent behavior at the changing of month; Actiondaemon.cpp file modified.

                                2. Fix for issue #9 "remove daemon does not give user feedback".

                                3. Fix for issue #10 "Horizontal axis shows days labels overlapped on some devices (e.g. BQ Aquaris E5 HD)".

                                4. Minor labels tinkering in the "Settings" section, to displaying more clearly text and messages.

                                Kind regards,

                                Matteo

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  matteo
                                  last edited by matteo 7 Jun 2020, 17:48 6 Jul 2020, 17:47

                                  New app version 0.1.9.4 is now available for both architectures armhf and arm64. Find relevant .click files at dataMonitor app Repository.

                                  Change log:

                                  -Version 0.1.9.4-

                                  1. Previous fix for issue #10 "Horizontal axis shows days labels overlapped on some devices (e.g. BQ Aquaris E5 HD)" generated a regression which the present release tries to resolve.

                                  2. Fix for issue #11 "Sometimes received data for one connection, either Wi-Fi or SIM, are stored for both, when both are enabled on the device". In addition, networkdaemon.cpp was also modified for the user case with 2 SIM cards enabled at the same time.

                                  Kind regards,

                                  Matteo

                                  DISCLAIMER: I'm without a UT compatible device right now (waiting for a PinePhone to come though) and I'm struggling to move further the development of the present app, but still trying hard to. Therefore regressions due to difficulties to test parts of the code that cannot be tested right now with the clickable compilation for desktop are likely to happen (as it happened already with the previous build 0.1.9.3 for instance). I'm trying to have a little step by little step approach in this phase, to avoid as much as possible huge regressions or misbehavior. If you experienced issues, I kindly ask you to be patient since those will be resolved as soon as I can (of course the development will speed up again once I'll get my device) and to giving me any feedback by filing bug reports in the issues section of my repository page.

                                  1 Reply Last reply Reply Quote 1
                                  • M Offline
                                    matteo
                                    last edited by matteo 15 Aug 2020, 16:13

                                    @ricardo65 Hey Folks, I'm back with a new shiny Pinephone here :beaming_face_with_smiling_eyes:
                                    I just issued the new version 0.1.9.5 to resolve the suspended issues. Here below the change log:

                                    -Version 0.1.9.5-

                                    1. Small modification to the mattdaemon.conf file to take into account the modification explained at point 2) of the present list. In order to exploit that, user shall manually remove the earlier stored mattdaemon files, heading to 'Settings' and pressing the relevant button provided to remove the daemon files. Afterwards, closing and re-opening the app automatically restore those newly updated files to their correct location.

                                    2. Changed QT function in Actiondaemon.cpp file from QGuiApplication to QCoreApplication, more appropriate for a non-graphical implementation of the Actiondaemon executable file.

                                    3. Earlier fix for issue #10 "Horizontal axis shows days labels overlapped on some devices (e.g. BQ Aquaris E5 HD)" wasn't effective and generated a regression which the present release resolves: graphs are back in action.

                                    4. First attempt to meeting suggestion raised with issue #4 "suggestion: remove some dividers". Now in the main app window, only two dividers are left to distinguish between SIM and Wi-Fi data.

                                    5. First attempt to fixing issue #3 "data not displayed consistently in different views". The indicator is now designed to be updated every 30 seconds instead of earlier 60 seconds.

                                    6. In the 'Credits' page I added a row for thanking @Pgcor from the UBports italian channel who helped me to successfully test several app versions on behalf of myself, without tiredness.

                                    7. Polish translation added thanks to Daniel Frańczak (@Daniel20000522).

                                    Kind regards,

                                    Matteo

                                    1 Reply Last reply Reply Quote 1
                                    • R Offline
                                      rocket2nfinity
                                      last edited by 17 Aug 2020, 16:14

                                      Would it be possible to include network information with this app for both wifi and cell?

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        matteo
                                        last edited by matteo 17 Aug 2020, 17:45

                                        I believe it is possible, but it depends on the information you'd like to see displayed. Some kind on information regarding the network is already reported into the mattdaemon.log: the fastest way to dig into that is exploiting the LogViewer app you'll find in the OpenStore. Please, let me know if it satisfies your needs or not 😉

                                        R 1 Reply Last reply 18 Aug 2020, 02:05 Reply Quote 0
                                        • R Offline
                                          rocket2nfinity @matteo
                                          last edited by 18 Aug 2020, 02:05

                                          @matteo When I tried to find that log, with log viewer, it tells me 'no logs found for the set filter'. Should I be looking under another location other than the default upstart?

                                          Specifically i'm looking for band, provider, strength info for cell, and the equivalent for WiFi

                                          M 1 Reply Last reply 18 Aug 2020, 05:47 Reply Quote 0
                                          • M Offline
                                            matteo @rocket2nfinity
                                            last edited by 18 Aug 2020, 05:47

                                            @rocket2nfinity the mattdaemon.log is located at .cache\upstart directory. However, I think only information regarding provider is included in there among your requirements. I don't even know if it's possible to have the other information, but I'll better investigate.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post