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

    Any news about m10hd "cooler" wifi-problem?

    Scheduled Pinned Locked Moved Support
    24 Posts 6 Posters 4.5k Views 4 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
        Marathon2422
        last edited by

        I thought I should mention ,that I have been unable to get TWRP to work on my m10fhd
        For a long time ,via terminal or flash-tool ,it will only get to the start screen , sometimes it will get past that ,but fails
        Just fyi

        1 Reply Last reply Reply Quote 0
        • 1 Offline
          1896er
          last edited by 1896er

          First step was to install old UT-firmware with flash-tool. I did it with "firmware upgrade" - not with (format all + download). Well, I'm not a technician, I think, it's too tricky for me, to wipe nvram... I'm unsure!

          Now I'm reinstalling android to the m10. Maybe I can start the steps again...

          How can I wipe the nvram with the format option? I need some help and steps...

          Thank you very much!

          Florian

          1 Reply Last reply Reply Quote 0
          • 1 Offline
            1896er
            last edited by

            Back to Android (8.1.0) there are no problems with wifi connection... (after boot or reboot)...

            1 Reply Last reply Reply Quote 0
            • 1 Offline
              1896er
              last edited by

              Should I install TWRP on android now? And then try to fix the nvram error with the steps from XXX.skyneel .com? And then install UT again? First old version with flash tool, then ota10 stable with installer?

              Or even flash tool with wipe nvram (don't know, how I got it..., need some help)

              This are two different ways? I think about the right (best) way...

              Thank you and best regards!

              1 Reply Last reply Reply Quote 0
              • 1 Offline
                1896er
                last edited by

                I did first step (without any change) again: Flashed with flash-tool the old UT-image. It ist 15.04 OTA-13. And here's the same problem: Wifi lost after boot or reboot.

                1 Reply Last reply Reply Quote 0
                • 1 Offline
                  1896er
                  last edited by

                  How can I detect, if there's any hardware broken? In principle I could send the device back to amaz... But make it sense to get a new one? This was already a new one...

                  1 Reply Last reply Reply Quote 0
                  • 1 Offline
                    1896er
                    last edited by 1896er

                    Seems to be a solution here:

                    https://github.com/ubports/ubuntu-touch/issues/1040#issuecomment-462430574

                    Can anybody explain me the two "easy steps", please? The two needed files are already on my ubuntu-pc. Need a little step - by - step help for the following to do (in terminal?)...

                    1 Reply Last reply Reply Quote 0
                    • 1 Offline
                      1896er
                      last edited by

                      No progress in this case...

                      I need little step-by-step help in this questions:

                      1. Hardware issue or software bug?
                      2. How can I get a solution?

                      Sorry, I'm not a technician but only an interested user. I know, this is not the best precondition for using UT, but I like it very much and I want to use it not only on my Nexus 5 but also on M10 HD... (with no wifi problem if possible...)

                      Thank you!

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

                        @1896er You need to put your tablet in rw mode with tweek-tool. From the tablet's terminal you need to become root with the command sudo -i . You move those files from the SD to their folder with the command mv. You change the files permissions with the command chmod 755 .

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

                          @simox
                          I need to fix my nvram,as you describe here. ( wifi / custom wifi folders)
                          Could you give a more detailed description,of using terminal.
                          I mean how to fill in the gaps between. Sudo -i mv chmod755
                          Assuming I put the folders,on root of device,or in the download folder.
                          I have used twrp to flash the fix before, but twrp freezes up on me now.

                          Is it easier to do this from my PC via " adb shell "

                          Thanks Colin

                          1 Reply Last reply Reply Quote 0
                          • E Offline
                            emailforfor @1896er
                            last edited by

                            @1896er
                            The problem is solvable. Please refer to
                            https://forum.xda-developers.com/showthread.php?t=2730486
                            At the bottom of the page you will find the text:
                            Attached Files
                            Wifi Fix Files.rar - [Click for QR Code] (187 Bytes, 339712 views)
                            After downloading and unzipping the file Wifi Fix Files.rar you get two files:
                            WIFI and WIFI_CUSTOM
                            These two files must be in the folder
                            /Data/nvram/APCFG/APRDEB
                            be copied (overwrite the existing files)
                            In conclusion, do not forget reboot.

                            M 2 Replies Last reply Reply Quote 0
                            • M Offline
                              Marathon2422 @emailforfor
                              last edited by

                              @emailforfor
                              hey, thanks for the reply
                              i have difficulty getting the fix to stay
                              when coming back to ubports, (even double checked the permisions.)
                              i need to learn how to do it via terminal.
                              i must be wearing things out going back n forth

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

                                @emailforfor
                                well i found out by accident , that the cause of twrp not working, was an sdcard i left in it. it was locked up trying to read it all the time.
                                I guess the times it worked ,i had removed the sdcard. and not put the 2 and 2 together.
                                thanks again for your help

                                1 Reply Last reply Reply Quote 0
                                • ezzeE Offline
                                  ezze
                                  last edited by ezze

                                  @Marathon2422 @emailforfor Thanks for sharing these instructions, guys.

                                  @1896er, I was also searching for exact steps to fix it on my brand new Aquaris BQ M10 HD just flashed from Android 8.1.0 to Ubuntu Touch, and finally got it! It's something @simox told about but these are steps that worked for me.

                                  1. Download an archive with WIFI and WIFI_CUSTOM files to your tablet. Please note that zip archive rather than rar can be extracted on UT. So I had to repack it on my PC first:

                                    nvram-by-skyneel.com.zip

                                  2. Open Terminal and switch to root user:

                                    $ sudo -i
                                    
                                  3. Go to Downloads folder:

                                    $ cd /home/phablet/Downloads
                                    
                                    
                                  4. Extract downloaded archive there:

                                    $ unzip nvram-by-skyneel.com.zip
                                    

                                    01

                                  5. Go to /data/nvram/APCFG/APRDEB directory:

                                    $ cd /data/nvram/APCFG/APRDEB
                                    
                                  6. You will probably see WIFI and WIFI_CUSTOM files there. Backup them:

                                    $ mv WIFI WIFI.backup
                                    $ mv WIFI_CUSTOM WIFI_CUSTOM.backup
                                    
                                  7. Now copy these files extracted from the archive:

                                    $ cp /home/phablet/Downloads/WIFI* ./
                                    
                                  8. Change files' permissions:

                                    $ chmod 660 WIFI*
                                    

                                    02

                                  9. Now close everything and reboot the system. After reboot go to WI-FI settings, remove all previously used networks <your wi-fi name>, <your wi-fi name 1>, <your wi-fi name 2>, etc... Finally, connect to your WI-FI network again entering a password (hopefully last time).

                                  10. Go to "System Settings" > "About" and check your device's MAC address. Reboot the tablet. Now it has to connect to your WI-FI automatically on startup and MAC address has to be left unchanged.

                                    03

                                  Sources:

                                  https://www.skyneel.com/how-to-fix-nvram-error-in-all-mediatek-devices
                                  https://forum.xda-developers.com/showthread.php?t=2730486

                                  M E 2 Replies Last reply Reply Quote 0
                                  • M Offline
                                    Marathon2422 @ezze
                                    last edited by

                                    @ezze
                                    this is awesome Thank You very much
                                    (should go on github as a stickie)

                                    1 Reply Last reply Reply Quote 0
                                    • E Offline
                                      emailforfor @ezze
                                      last edited by

                                      @ezze
                                      Of course, we have to be careful when installing files that come from unknown sites. And: It seems to me that all devicesget the same MAC. That does not bother me. I do not do banking with the tablet, I do not mind with google or any "social networks". I would not even look at my e-mails with a tablet.
                                      Anyway, when I flash cool-6, all the modifications are gone. I get back the files "WIFI" and "WIFI_CUSTOM" that do not run.
                                      But:
                                      Maybe someone can work up the facts to the extent that CONTROLLED and SAFE files "WIFI" and "WIFI_CUSTOM" are delivered during the installation process of the ubports-installer. Unfortunately I am not able to do that.
                                      It seems that not only BQ M10 tablets are affected.

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

                                        @emailforfor
                                        I got an error using the terminal version ( step7,could not find files ).
                                        So i used twrp ,(file manager) to delete and replace,wifi/ wifi_custom,files checked it worked, YES.
                                        Then did chmod 660 with twrp.
                                        Now to reflash regular recovery. (for ota updates)
                                        Thanks

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

                                          Is this related to our problems, anybody with the knowledge, look at this video,and see if this is a ,behind the scenes way of fixing this problem, or if it is nothing related.
                                          Because our devices are keeping the ssid and password, but don`t do anything to reconnect, after being rebooted, unless we have changed the WIFI /WIFI_CUSTOM ,files

                                          https://www.youtube.com/watch?v=n49kukPf8HI

                                          or ,are the 16.04 ubports os (unknowingly) being made with this problem : but it is only affecting certain devices.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E Offline
                                            emailforfor @Marathon2422
                                            last edited by

                                            @Marathon2422
                                            I've tried the adaptation from the video several times. I had no luck with it.

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

                                              @emailforfor Thanks for your reply, I just thought we were missing something

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