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

    WiFi password loss after each and every reboot on MEIZU Pro 5

    Scheduled Pinned Locked Moved Solved Support
    97 Posts 16 Posters 36.2k 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.
      • AlainW94A Offline
        AlainW94 @ubuntoutou
        last edited by

        @ubuntoutou ok, then it seem that we have the same firmware version on the two models, there is another issue. did you find a specific error related to the wifi in the syslog or in dmesg ?

        Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
        Never forget that they are much more ideas inside two heads than in one...

        U 1 Reply Last reply Reply Quote 0
        • U Offline
          ubuntoutou @AlainW94
          last edited by ubuntoutou

          @AlainW94 Here are some errors found in /var/log/syslog:

          cat /var/log/syslog | grep -i error
          
          Mar  7 14:44:30 ubuntu-phablet kernel: [    0.591701]  [6:      swapper/0:    1] [c6] exynos-fimc-is-sensor: probe of 14110000.fimc_is_sensor failed with error -22
          
          Mar  7 14:44:30 ubuntu-phablet kernel: [    1.532791]  [5:  kworker/u16:0:    6] [c5] [SensorHub]:MSG:AKM:408,error: 0x02030000
          Mar  7 14:44:30 ubuntu-phablet kernel: [    2.003203]  [5:      swapper/0:    1] [c5] espresso_wifi_get_mac_addr:create file /data/calibration/mac_addr error(-2)
          Mar  7 14:44:30 ubuntu-phablet kernel: [    2.003949]  [5:wl_event_handle: 1637] [c5] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc0f35819e0
          
          Mar  7 14:44:24 ubuntu-phablet kernel: [    9.196647]  [1: wpa_supplicant: 2415] [c1] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
          
          Mar  7 14:44:53 ubuntu-phablet kernel: [   38.413935]  [2: wpa_supplicant: 2415] [c2] CFG80211-ERROR) wl_cfg80211_sched_scan_start : Invalid sched scan req!! n_ssids:0 
          

          and in dmesg:

          dmesg | grep -i error
          
          [  482.469508] [c3] CFG80211-ERROR) wl_cfg80211_sched_scan_start : Invalid sched scan req!! n_ssids:0 
          
          AlainW94A 1 Reply Last reply Reply Quote 0
          • AlainW94A Offline
            AlainW94 @ubuntoutou
            last edited by AlainW94

            @ubuntoutou said in WiFi password loss after each and every reboot on MEIZU Pro 5:

            Mar 7 14:44:30 ubuntu-phablet kernel: [ 2.003203] [5: swapper/0: 1] [c5] espresso_wifi_get_mac_addr:create file /data/calibration/mac_addr error(-2)

            We have to investigate this line

            Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
            Never forget that they are much more ideas inside two heads than in one...

            AlainW94A 1 Reply Last reply Reply Quote 0
            • AlainW94A Offline
              AlainW94 @AlainW94
              last edited by AlainW94

              @ubuntoutou do you have this file : /data/calibration/mac_addr ?

              phablet@ubuntu-phablet:~$ sudo ls /data/calibration/
              /data/calibration/mac_addr
              

              On my phone this file contain the mac address of my WiFi adapter.

              ls -l give :

              -rw-r--r-- 1 root root 18 Feb 11 13:31 /data/calibration/mac_addr
              

              Try also this to check if there is a mac address inside :

              sudo cat /data/calibration/mac_addr
              

              Can you also make a search for that "@@@@ MAC" in your syslog ? on my phone it return WiFi MAC

              Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
              Never forget that they are much more ideas inside two heads than in one...

              U 1 Reply Last reply Reply Quote 0
              • U Offline
                ubuntoutou @AlainW94
                last edited by

                @AlainW94 Yes I do have a /data/calibration/mac_addr file. It contains the same MAC address as the one displayed on Settings -> About.

                Regarding the syslog file, here is the output for a search of @@@@:

                cat /var/log/syslog | grep @@@@
                Mar  7 14:44:30 ubuntu-phablet kernel: [    1.213373]  [7:  kworker/u16:0:    6] [c7] @@@@ SN rsa with sha1 verify failed!!!!
                Mar  7 14:44:30 ubuntu-phablet kernel: [    1.213640]  [7:  kworker/u16:0:    6] [c7] @@@@ MAC verify failed!!!!
                Mar  7 14:44:30 ubuntu-phablet kernel: [    1.213899]  [7:  kworker/u16:0:    6] [c7] @@@@ MAC verify failed!!!!
                
                AlainW94A 1 Reply Last reply Reply Quote 0
                • AlainW94A Offline
                  AlainW94 @ubuntoutou
                  last edited by

                  @ubuntoutou Ok, we progress... normaly SN should display the serial number of the phone (the one you get with adb devices. And the two line should display your WiFi mac addresses.

                  on my phone it give :

                  Mar  6 19:02:40 ubuntu-phablet kernel: [    1.246534]  [5:  kworker/u16:1:   59] [c5] @@@@ SN 860BCMSxxxxx
                  Mar  6 19:02:40 ubuntu-phablet kernel: [    1.246746]  [5:  kworker/u16:1:   59] [c5] @@@@ MAC 68:3E:34:xx:yy:58
                  Mar  6 19:02:40 ubuntu-phablet kernel: [    1.246957]  [5:  kworker/u16:1:   59] [c5] @@@@ MAC 68:3E:34:xx:yy:59
                  

                  We have now to find what part of the kernel is giving thoses informations, if anybody had an idea ... you are welcome

                  Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
                  Never forget that they are much more ideas inside two heads than in one...

                  1 Reply Last reply Reply Quote 2
                  • M Offline
                    Marathon2422
                    last edited by

                    I have the Nvram error on my m10fhd,and fix it by flashing TWRP,and flashing the “skyneel” fix.
                    But
                    I reflashed UB,to catch up after a few weeks on android.
                    I am having trouble getting a working TWRP,( stuck at the first screen).
                    So that I can flash the fix,to avoid reentering the wifi password
                    Curious if something changed, or its my equip
                    Anyone know if there is a way to go into Nvram ,change the wifi and wifi custom folders and. Change the permissions while in UB.
                    Sorry for digging up an old post, but you guys looked determined to find a cure

                    I tried twrp via fastboot and flash-tool, and 3 different versions,and fresh downloads.

                    AlainW94A 1 Reply Last reply Reply Quote 0
                    • AlainW94A Offline
                      AlainW94 @Marathon2422
                      last edited by

                      @Marathon2422 I have no experience with M10fhd but as far as I know, it is not possible to edit the nvram partition while the OS is running. on the Meizu, the nvram is encryted, only the CPU has the certificate inside his memory to access this nvram. did you try one of this TWRP version : https://dl.twrp.me/freezerfhd/ ?

                      Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
                      Never forget that they are much more ideas inside two heads than in one...

                      M 1 Reply Last reply Reply Quote 0
                      • M Offline
                        Marathon2422 @AlainW94
                        last edited by Marathon2422

                        @AlainW94
                        I used twrp 321 mostly, tried twrp 323, (not surprised it didn't work newer version).
                        Twrp 321 worked one time,but the open store was blank no apps and the browser was the same.
                        So wiped and started again, tried twrp 3.0.0, still no luck.
                        I use the Devel version. it did a reboot while charging,so no wifi as expected, but I tried to connect, and lo and behold it did connect after 15 seconds or so,,, but it would not do it again.
                        I will have a clean up andhave another go soon
                        ( I am not a dev, just lots of fiddling).
                        I have meizu pro 5 also, 32g

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          simox
                          last edited by simox

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • S Offline
                            simox @Marathon2422
                            last edited by simox

                            @Marathon2422 hi. you don't need twrp to apply the fix. You can do everything from the terminal with these three commands: sudo -i, mv, chmod 755. ( need to have the write permission with ut tweek tool)
                            Maybe there is a way using adb ..but i don't know how.

                            1 Reply Last reply Reply Quote 1
                            • G Offline
                              gregb49 @ubuntoutou
                              last edited by

                              @ubuntoutou I loose the WiFi password after reboot of Nexus 5 but if I just cancel the enter password screen then 'pull' the screen down, exposing networks, and click on my normal house WiFi, it connects. It hasn't forgotten the password at all. However, I suspect that the problems reported here are far more complex.

                              On my BQ M10 HD, I can no longer connect through WiFi as it no longer gets an ip address for some reason. It 'sees' the WiFi OK and says it is connected, but the icon (top right of screen) turns completely white after about three minutes - no bars. It had worked well for months but now I suspect something is corrupt on the WiFi side. Is there anything I can reset somehow? I've tried rebooting, turning WiFi off and on and have tried connecting to another WiFi network, but with the same problem - no network access despite appearing to be connected.

                              Having overcome so many installation problems with UB Ports on the M10 HD, this very nice tablet was growing on me. Despite a few restrictions, it was doing almost everything that I wanted out of a tablet, ie web, emails, notes, nextcloud access, videos (restricted to a few codecs), podcasts, document viewer, ebook reader and no google! ☺

                              (Ubuntu 16.04 LTS - armhf (20190220) OTA8)

                              bq Aquaris M10 HD OTA-9 16.04 LTS -armhf(20190427)
                              Nexus 5 15.04 r3

                              advocatuxA 1 Reply Last reply Reply Quote 0
                              • advocatuxA Offline
                                advocatux @gregb49
                                last edited by

                                @gregb49 maybe you can try to upgrade to the rc channel and see if that "resets" something (?).
                                The current rc image is practically what will be OTA-9, and you can go back to stable when you want 🙂

                                G 1 Reply Last reply Reply Quote 1
                                • G Offline
                                  gregb49 @advocatux
                                  last edited by

                                  @advocatux Thanks, but with WiFi not connecting, I cannot carry out an update. I could reload the OS, but that was a horrendous experience last time, but if that is the only option, I'll prepare myself mentally for the task. ☺

                                  bq Aquaris M10 HD OTA-9 16.04 LTS -armhf(20190427)
                                  Nexus 5 15.04 r3

                                  advocatuxA 1 Reply Last reply Reply Quote 0
                                  • advocatuxA Offline
                                    advocatux @gregb49
                                    last edited by

                                    @gregb49 maybe the easier way is to use the installer (without checking the wipe option of course)

                                    S 1 Reply Last reply Reply Quote 1
                                    • S Offline
                                      Stefano @advocatux
                                      last edited by Stefano

                                      @advocatux doesn't work with originally Android version, unfortunately 😞 (Ubports installer )

                                      advocatuxA G 2 Replies Last reply Reply Quote 0
                                      • advocatuxA Offline
                                        advocatux @Stefano
                                        last edited by

                                        @Stefano oh! Do you know why?

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          Stefano @advocatux
                                          last edited by Stefano

                                          @advocatux Nope. Tried many times, always fails. Manual installation with ubuntu-device-flash works always. (or update from within system )Go figure. On Nexus 5 or 7 works perfectly, though.

                                          advocatuxA 1 Reply Last reply Reply Quote 0
                                          • advocatuxA Offline
                                            advocatux @Stefano
                                            last edited by

                                            @Stefano I see, thanks 🙂

                                            1 Reply Last reply Reply Quote 0
                                            • G Offline
                                              gregb49 @Stefano
                                              last edited by

                                              @Stefano said in WiFi password loss after each and every reboot on MEIZU Pro 5:

                                              @advocatux doesn't work with originally Android version, unfortunately 😞 (Ubports installer )

                                              Thanks Stefano. I wish that I had read your post before installing UBports Installer (0.2.2-beta). It wouldn't work on one Linux machine so I tried a manual install. This wouldn't work either. I tried on another Linux machine and it appeared to work flawlessly. Only problem is that my bq M10 HD now boots to the initial Ubuntu screen and no further. Trying the manual install but adb devices doesn't see my M10. I think I might be the proud owner of a brick!

                                              bq Aquaris M10 HD OTA-9 16.04 LTS -armhf(20190427)
                                              Nexus 5 15.04 r3

                                              advocatuxA S 2 Replies Last reply Reply Quote 0
                                              • First post
                                                Last post