Skip to content
  • Categories
  • Recent
  • Popular
  • Support
  • MyRoute-app
Collapse
Brand Logo

MRA Community Forum

  1. Home
  2. The MyRoute-app
  3. [App] Problems, Bugs and other Issues
  4. Stromverbrauch viel zu hoch!

Stromverbrauch viel zu hoch!

Scheduled Pinned Locked Moved [App] Problems, Bugs and other Issues
23 Posts 8 Posters 8.9k Views 3 Watching
  • 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.
  • Drabslab Drabslab

    @Con-Hennekens said in Stromverbrauch viel zu hoch!:

    that would be a complete rewrite of the app.

    Can't believe that unless the architecture of the app is really bad, and I do not believe that either ? 🙂

    Corjan Meijerink Offline
    Corjan Meijerink Offline
    Corjan Meijerink
    Developer
    wrote on last edited by
    #13

    Well OSM doesn’t have a navigation tool (SDK) for our development platform (Flutter). So yeah, pretty impossible.

    As the battery usage is caused by the map rendering, we are looking into workarounds for that, but pretty complex too 😉

    I get another answer from HERE next week so I’ll just keep nagging them 🙂

    richtea999 1 Reply Last reply
    5
    • Dave J 0 Dave J 0 referenced this topic on
    • Corjan Meijerink Corjan Meijerink

      Well OSM doesn’t have a navigation tool (SDK) for our development platform (Flutter). So yeah, pretty impossible.

      As the battery usage is caused by the map rendering, we are looking into workarounds for that, but pretty complex too 😉

      I get another answer from HERE next week so I’ll just keep nagging them 🙂

      richtea999 Offline
      richtea999 Offline
      richtea999
      Valued contributor
      wrote on last edited by richtea999
      #14

      @Corjan-Meijerink said in Stromverbrauch viel zu hoch!:

      Well OSM doesn’t have a navigation tool (SDK) for our development platform (Flutter). So yeah, pretty impossible.

      As the battery usage is caused by the map rendering, we are looking into workarounds for that, but pretty complex too 😉

      I get another answer from HERE next week so I’ll just keep nagging them 🙂

      Do HERE state the difference between their pure Android/iOS API battery usage and their Flutter version? If they're all bad, no amount of tinkering will bring the Flutter version round.

      Another angle to investigate is whether their own app has the same battery problems:

      • https://play.google.com/store/apps/details?id=com.here.app.maps

      An hour or two's ride will confirm it's their problem, not just MRA's implementation.

      And finally - a long shot, but if things don't improve then a possible fallback:

      • https://pub.dev/packages/flutter_mapbox_navigation

      I've no doubt there are holes compared to HERE functionality (no offline maps/routing?), but then again it might render with lower battery usage.

      If nothing else it may act as a gentle lever/reminder for HERE to pull their finger out if you mention you're investigating alternatives.

      Corjan Meijerink 1 Reply Last reply
      0
      • richtea999 richtea999

        @Corjan-Meijerink said in Stromverbrauch viel zu hoch!:

        Well OSM doesn’t have a navigation tool (SDK) for our development platform (Flutter). So yeah, pretty impossible.

        As the battery usage is caused by the map rendering, we are looking into workarounds for that, but pretty complex too 😉

        I get another answer from HERE next week so I’ll just keep nagging them 🙂

        Do HERE state the difference between their pure Android/iOS API battery usage and their Flutter version? If they're all bad, no amount of tinkering will bring the Flutter version round.

        Another angle to investigate is whether their own app has the same battery problems:

        • https://play.google.com/store/apps/details?id=com.here.app.maps

        An hour or two's ride will confirm it's their problem, not just MRA's implementation.

        And finally - a long shot, but if things don't improve then a possible fallback:

        • https://pub.dev/packages/flutter_mapbox_navigation

        I've no doubt there are holes compared to HERE functionality (no offline maps/routing?), but then again it might render with lower battery usage.

        If nothing else it may act as a gentle lever/reminder for HERE to pull their finger out if you mention you're investigating alternatives.

        Corjan Meijerink Offline
        Corjan Meijerink Offline
        Corjan Meijerink
        Developer
        wrote on last edited by Corjan Meijerink
        #15

        @richtea999 thanks for thinking along 😉
        Their app (especially the Flutter reference app) display similar high battery usage.

        1 Reply Last reply
        0
        • richtea999 Offline
          richtea999 Offline
          richtea999
          Valued contributor
          wrote on last edited by
          #16

          @Corjan-Meijerink Oh, that's both good and bad:
          Your code is good, Corjan!
          And theirs is just a little bit sh*t.

          They need a Flutter expert. And it's not me.

          If they added it to pub.dev and made the API/interface open source on GitHub, they'd get some free feedback, possibly some fixes, and some publicity/sales, since it's the backend that makes them money.

          Good luck discussing that with them!

          1 Reply Last reply
          3
          • hawebo Offline
            hawebo Offline
            hawebo
            wrote on last edited by
            #17

            Screenshot_20231110-112308.png Screenshot_20231110-112328.png

            Habe heute eine ca. 50 km Vergleichsfahrt gemacht, um die Akkunutzung zu testen. Auf dem Hinweg habe ich mit HERE WeGo navigiert, auf dem Rückweg mit MyRouteApp.
            Die Akkunutzung unterscheidet sich gerade einmal um 3% zu Lasten vom MRA, siehe Screenshots.
            Anzumerken ist noch, das HERE WeGo während der Navigation 8 Mal abgestürtzt ist und MRA 1 Mal in den Offlinmodus gewechselt ist.
            Gruß hawebo

            Navigation: Gigaset GX4 PRO, Android 14
            BackUp: Google Pixel 7a, Android 17

            Corjan Meijerink 1 Reply Last reply
            1
            • hawebo hawebo

              Screenshot_20231110-112308.png Screenshot_20231110-112328.png

              Habe heute eine ca. 50 km Vergleichsfahrt gemacht, um die Akkunutzung zu testen. Auf dem Hinweg habe ich mit HERE WeGo navigiert, auf dem Rückweg mit MyRouteApp.
              Die Akkunutzung unterscheidet sich gerade einmal um 3% zu Lasten vom MRA, siehe Screenshots.
              Anzumerken ist noch, das HERE WeGo während der Navigation 8 Mal abgestürtzt ist und MRA 1 Mal in den Offlinmodus gewechselt ist.
              Gruß hawebo

              Corjan Meijerink Offline
              Corjan Meijerink Offline
              Corjan Meijerink
              Developer
              wrote on last edited by
              #18

              @hawebo exactly! Thanks for confirming this 🙂
              The root cause really is originating from the HERE map rendering. Quite frustrating.

              Drabslab hawebo Dave J 0 3 Replies Last reply
              0
              • Corjan Meijerink Corjan Meijerink

                @hawebo exactly! Thanks for confirming this 🙂
                The root cause really is originating from the HERE map rendering. Quite frustrating.

                Drabslab Offline
                Drabslab Offline
                Drabslab
                wrote on last edited by
                #19

                @Corjan-Meijerink

                Considering that this long standign issue is hindering the further development of MRA, and is annoying your user base, maybe you start negotiating a price reduction from HERE?

                Usually, tyhat is a language they understand

                It is not difficult, it is easy, it's a hobby

                1 Reply Last reply
                0
                • Corjan Meijerink Corjan Meijerink

                  @hawebo exactly! Thanks for confirming this 🙂
                  The root cause really is originating from the HERE map rendering. Quite frustrating.

                  hawebo Offline
                  hawebo Offline
                  hawebo
                  wrote on last edited by
                  #20

                  @Corjan-Meijerink said in Stromverbrauch viel zu hoch!:

                  exactly! Thanks for confirming this
                  The root cause really is originating from the HERE map rendering. Quite frustrating.

                  Könnte MRA in dem Fall nicht erwägen, auf die Kartendarstellung von TomTom zu wechseln?
                  Damit wäre die Planung von kurven- bzw höhenreichen Routen einfach und keine anschließende Übertragung/Speicherung nach HERE mehr erforderlich.

                  Navigation: Gigaset GX4 PRO, Android 14
                  BackUp: Google Pixel 7a, Android 17

                  Rob Verhoeff 1 Reply Last reply
                  0
                  • Rob Verhoeff Rob Verhoeff referenced this topic on
                  • Corjan Meijerink Corjan Meijerink

                    @hawebo exactly! Thanks for confirming this 🙂
                    The root cause really is originating from the HERE map rendering. Quite frustrating.

                    Dave J 0 Offline
                    Dave J 0 Offline
                    Dave J 0
                    Valued contributor
                    wrote on last edited by
                    #21

                    @Corjan-Meijerink Just for your info, the change in the last SDK appears to have made the power consumption problem very much worse for me with no change in my installation setup and/or use. With the previous SDK, my Google 6 Pro would slowly charge up to 100% and that is why the last change in version to 4.0.6 232 (with SDK change) appears to have drastically changed the power consumption for the worse with me losing 80% of my battery over 4 hours whilst charging yesterday. Other nav apps allow the battery to charge on the same setup. Thought this might help with feedback to HERE and to maybe help you.

                    Kind Regards. Help where I can.
                    Ducati Multistrada V4 Rally
                    iPhone 15 Pro
                    CHIGEE AIO-6 LTE
                    Google Pixel 6 Pro - mounted on SP Connect Plus
                    Ex Garmin XT2 and XT1 as well as Ex TomTom Rider User

                    1 Reply Last reply
                    0
                    • hawebo hawebo

                      @Corjan-Meijerink said in Stromverbrauch viel zu hoch!:

                      exactly! Thanks for confirming this
                      The root cause really is originating from the HERE map rendering. Quite frustrating.

                      Könnte MRA in dem Fall nicht erwägen, auf die Kartendarstellung von TomTom zu wechseln?
                      Damit wäre die Planung von kurven- bzw höhenreichen Routen einfach und keine anschließende Übertragung/Speicherung nach HERE mehr erforderlich.

                      Rob Verhoeff Offline
                      Rob Verhoeff Offline
                      Rob Verhoeff
                      Alpha tester
                      wrote on last edited by
                      #22

                      @hawebo said in Stromverbrauch viel zu hoch!:

                      Könnte MRA in dem Fall nicht erwägen, auf die Kartendarstellung von TomTom zu wechseln?

                      Scroll up to the awnser of Corjan 👆
                      HERE is the only map provider that supports the Flutter design platform. Since this app is being developed on that platform, it is not possible to choose another map provider for the navigation engine.

                      🏍️ BMW K1600GT-P (2013) | Nolan N100-5 with Sena 30K
                      📱 iOS on iPhone 13 & 16 (mounted on Quadlock or AliExpress extention on BMW-cradle)
                      🚙 Apple CarPlay in VW T-Roc
                      💻 Routelab on MacBook Air & iMac (Tahoe & Ventura)

                      Drabslab 1 Reply Last reply
                      1
                      • Rob Verhoeff Rob Verhoeff

                        @hawebo said in Stromverbrauch viel zu hoch!:

                        Könnte MRA in dem Fall nicht erwägen, auf die Kartendarstellung von TomTom zu wechseln?

                        Scroll up to the awnser of Corjan 👆
                        HERE is the only map provider that supports the Flutter design platform. Since this app is being developed on that platform, it is not possible to choose another map provider for the navigation engine.

                        Drabslab Offline
                        Drabslab Offline
                        Drabslab
                        wrote on last edited by
                        #23

                        @Rob-Verhoeff i understand. I also understand that i cannot use Next until this problem is solved.

                        It is not difficult, it is easy, it's a hobby

                        1 Reply Last reply
                        0
                        • Rob Verhoeff Rob Verhoeff referenced this topic on

                        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
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • 1
                        • 2
                        ACTIVE USERS
                        Corjan Meijerink
                        Corjan Meijerink
                        Con Hennekens
                        Con Hennekens
                        Rob Verhoeff
                        Rob Verhoeff
                        hawebo
                        hawebo
                        richtea999
                        richtea999
                        Dave J 0
                        Dave J 0
                        Drabslab
                        Drabslab
                        POPULAR TOPICS
                        • GPX Versions 1.1 vs 1.2 for Garmin Visually Explained
                          Carl Lee
                          Carl Lee
                          7
                          149
                          9.3k

                        • Route start telkens bij het eind.
                          Marinus van Deudekom
                          Marinus van Deudekom
                          0
                          11
                          64

                        • Map definition/ clarity
                          Guzzist
                          Guzzist
                          0
                          7
                          49

                        • Hi Folks
                          LennyO
                          LennyO
                          1
                          6
                          89

                        • The compas direction on the elevation circle is wrong
                          Corjan Meijerink
                          Corjan Meijerink
                          0
                          19
                          262

                        • Auto skip many waypoints by itself while I was on route. [5.2.0 - 474]
                          Brian McG
                          Brian McG
                          0
                          29
                          988

                        • Route maken in TomTom kaart en vervolgens met de app navigeren
                          Marinus van Deudekom
                          Marinus van Deudekom
                          0
                          3
                          40

                        • Startpagina Route Lab
                          superg
                          superg
                          0
                          2
                          33

                        MY GROUPS
                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Popular
                        • Support
                        • MyRoute-app