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

    short battery life on OPO (Bacon) with OTA12

    Scheduled Pinned Locked Moved Support
    44 Posts 13 Posters 8.1k Views 6 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.
      • MoemM Offline
        Moem @flohack
        last edited by Moem

        @Flohack As I tried to indicate before, I'm not good with the terminal at the best of times. I'm worse with the terminal on UT. I don't know how to select or copy, scrolling is spotty at best, and if I manage to copy what on earth do I do next?

        I'm getting screens full of output from the command 'dmesg'. I don't think I see anything about ipv6 there, but looking at terminal text on a phone screen feels like watching a movie through the mail slot.
        If I enter 'dmesg | grep ipv6' or 'dmesg | grep ip6' I get zero output. (just a new command prompt)

        In the output of 'ifconfig', how do I recognise the part about the wifi interface?

        In any case, the battery gets eaten at a rate of 21% over the last hour or so.

        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.

        AppLeeA 1 Reply Last reply Reply Quote 0
        • AppLeeA Offline
          AppLee @Moem
          last edited by

          @Moem
          You can try something like this command dmesg > /home/phablet/Downloads/dmesg_output.txt
          This will create a file that you can retrieve with dmesg output.
          The > character redirect the standard output from the preceding command to a file following the sign.

          MoemM 1 Reply Last reply Reply Quote 0
          • MoemM Offline
            Moem @AppLee
            last edited by

            @AppLee Thank you, that worked like a charm!

            @Flohack The output does indeed not contain anything about ipv6 or ip6, do you still want to see it? If so, what's the preferred way?

            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.

            flohackF 1 Reply Last reply Reply Quote 0
            • flohackF Offline
              flohack @Moem
              last edited by

              @Moem best would be you upload it to pastebin or a similar service. And put the link here.

              BR Florian

              My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

              MoemM 1 Reply Last reply Reply Quote 0
              • MoemM Offline
                Moem @flohack
                last edited by

                @Flohack Yes, that's fine, it's here: https://pastebin.com/tCNVRz7a

                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.

                flohackF 1 Reply Last reply Reply Quote 0
                • truscellinoT Offline
                  truscellino
                  last edited by

                  Hi everyone,
                  Like most of you in this thread, I have noticed a drop in battery life since OTA12 with very light usage of the phone. Nothing looking awful when taking a look at processes with "top" in the phone terminal, Unity8 with ~2-5% of CPU... which means that hardware is working too much when most things should be idle.
                  I will try:

                  1. disabling wifi (except when I use it)
                  2. try and disable IPv6

                  Will report back here...
                  thanks

                  flohackF 1 Reply Last reply Reply Quote 0
                  • flohackF Offline
                    flohack @Moem
                    last edited by

                    @Moem Sory I would need the dmesg right after startup. You sent me one thats already after some time of operation. So reboot, and then try to capture it. Also /var/log/syslog could be useful..

                    My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                    MoemM 2 Replies Last reply Reply Quote 0
                    • flohackF Offline
                      flohack @truscellino
                      last edited by

                      @truscellino You cannot use top to measure activity of the CPU, since top will keep your phone out of deep sleep, and, worse, if you try it with the terminal-app you will also see a lot of CPU going into rendering the display. Also, if you connect a cable and the phone gets charged from that, the whole battery management will switch to different modes.

                      So currently there is no reliable way to capture activity of the phone while you are on the go, someone needs to research kernel measurement facilities for that.

                      My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                      1 Reply Last reply Reply Quote 0
                      • MoemM Offline
                        Moem @flohack
                        last edited by

                        @Flohack said in short battery life on OPO (Bacon) with OTA12:

                        Sory I would need the dmesg right after startup.

                        Right. That's not the kind of thing a beginner would 'just know'. But no problem, I'll get to it.

                        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
                        • MoemM Offline
                          Moem @flohack
                          last edited by Moem

                          @Flohack said in short battery life on OPO (Bacon) with OTA12:

                          Also /var/log/syslog could be useful..

                          Right, I know how to browse to it in the file manager, but I have no idea how to open it or copy it. If I tap on it I get asked whether I want to open it in 'another app' (other than what?) and if I click that I get offered the option to open it in OpenStore.............
                          I did install a text editor earlier, but the system doesn't seem to be aware.

                          ...okay, someone else is helping me. But surely these things could be easier? I want to help but I feel so lost 😒

                          New dmesg output (I hope) is here https://pastebin.com/Uh3Qsivu
                          Syslog is 14 MB and Pastebin does not accept that.

                          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.

                          flohackF 1 Reply Last reply Reply Quote 0
                          • J Offline
                            joolz @flohack
                            last edited by

                            @Flohack said in short battery life on OPO (Bacon) with OTA12:

                            IPv6

                            Thanks for the tip! After following the instructions and a reboot, I get

                            phablet@ubuntu-phablet:~$ cat /etc/sysctl.d/30-ubports-disable-ipv6.conf
                            
                            net.ipv6.conf.all.disable_ipv6=1
                            
                            phablet@ubuntu-phablet:~$ ifconfig wlan0
                            
                            wlan0     Link encap:Ethernet  HWaddr c0:ee:fb:9c:b8:e8  
                                      inet addr:192.168.178.29  Bcast:192.168.178.255  Mask:255.255.255.0
                                      inet6 addr: fe80::c2ee:fbff:fe9c:b8e8/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:406 errors:0 dropped:1 overruns:0 frame:0
                                      TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:1000 
                                      RX bytes:69205 (69.2 KB)  TX bytes:15370 (15.3 KB)
                            
                            phablet@ubuntu-phablet:~$ dmesg | grep -i ip6
                            
                            [    2.586628] ip6_tables: (C) 2000-2006 Netfilter Core Team
                            
                            phablet@ubuntu-phablet:~$ dmesg | grep -i ipv6
                            
                            [    2.586565] Mobile IPv6
                            [    2.586844] IPv6 over IPv4 tunneling driver
                            [   17.546583] wlan: [860:E :HDD] hdd_wlan_startup: 9414: Registered IPv6 notifier
                            

                            This probably means ip6 is still on, is that correct? I have no time to check the traffic now, but will keep an eye on power consumption.

                            J 1 Reply Last reply Reply Quote 0
                            • flohackF Offline
                              flohack @Moem
                              last edited by

                              @Moem ok you can zip syslog and put it to some download service maybe πŸ™‚

                              My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                              MoemM 1 Reply Last reply Reply Quote 0
                              • MoemM Offline
                                Moem @flohack
                                last edited by Moem

                                @Flohack Sure, no problem, here it is:
                                https://workupload.com/file/2Tw2MZSNtqk

                                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
                                • J Offline
                                  joolz @joolz
                                  last edited by

                                  @joolz said in short battery life on OPO (Bacon) with OTA12:

                                  @Flohack said in short battery life on OPO (Bacon) with OTA12:

                                  IPv6

                                  Thanks for the tip! After following the instructions and a reboot, I get

                                  phablet@ubuntu-phablet:~$ cat /etc/sysctl.d/30-ubports-disable-ipv6.conf
                                  
                                  net.ipv6.conf.all.disable_ipv6=1
                                  
                                  phablet@ubuntu-phablet:~$ ifconfig wlan0
                                  
                                  wlan0     Link encap:Ethernet  HWaddr c0:ee:fb:9c:b8:e8  
                                            inet addr:192.168.178.29  Bcast:192.168.178.255  Mask:255.255.255.0
                                            inet6 addr: fe80::c2ee:fbff:fe9c:b8e8/64 Scope:Link
                                            UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                            RX packets:406 errors:0 dropped:1 overruns:0 frame:0
                                            TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
                                            collisions:0 txqueuelen:1000 
                                            RX bytes:69205 (69.2 KB)  TX bytes:15370 (15.3 KB)
                                  
                                  phablet@ubuntu-phablet:~$ dmesg | grep -i ip6
                                  
                                  [    2.586628] ip6_tables: (C) 2000-2006 Netfilter Core Team
                                  
                                  phablet@ubuntu-phablet:~$ dmesg | grep -i ipv6
                                  
                                  [    2.586565] Mobile IPv6
                                  [    2.586844] IPv6 over IPv4 tunneling driver
                                  [   17.546583] wlan: [860:E :HDD] hdd_wlan_startup: 9414: Registered IPv6 notifier
                                  

                                  This probably means ip6 is still on, is that correct? I have no time to check the traffic now, but will keep an eye on power consumption.

                                  @Flohack that was it! After disabling ip6 and normal usage (about an hour on wifi, few calls, the rest of the time idling) and no charging, it went from 100% to 60% battery in a bit less than 24 hours which looks like what it did before OTA12.

                                  Solved, thank you!

                                  1 Reply Last reply Reply Quote 0
                                  • truscellinoT Offline
                                    truscellino
                                    last edited by truscellino

                                    The last two days I have been leaving the phone with wifi switched off (and manually back on, as and when needed only). Battery life has come back to "normal", so clearly there is something going on with wifi while phone is left idle.
                                    I will now try the IPv6 trick. Thanks.

                                    1 Reply Last reply Reply Quote 0
                                    • A Offline
                                      Aristid
                                      last edited by Aristid

                                      Just tried to deactivate IPv6 on my OPO : battery still drained like crazy even when wifi is off.

                                      Weird thing is sometimes when i reboot battery life is back to normal, and then out of nowhere it discharges super fast...


                                      Edit : i just upgraded to OTA14, will see if it changes anything.

                                      A 1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        Aristid @Aristid
                                        last edited by

                                        @Aristid said in short battery life on OPO (Bacon) with OTA12:

                                        will see if it changes anything

                                        And it does not : battery still lasts a few hours... OPO spent the night in airplane mode, did not lose a single battery % but as soon as airplane mode is off battery melts.

                                        LakotaubpL 1 Reply Last reply Reply Quote 0
                                        • LakotaubpL Offline
                                          Lakotaubp @Aristid
                                          last edited by

                                          @Aristid If your still getting issues with your OPO and everything is fully up to date and you are sure it's not the battery if you are on stable try RC and if on RC try Development and see if that fixes it.
                                          If it doesn't you are best starting a new thread as this one is about OTA-12 and we are now on OTA-14 it will avoid confusing the issue. I will lock this topic now. Thanks for your understanding.

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