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

    Unable to install on 16Gb version of Bacon

    Scheduled Pinned Locked Moved Solved Oneplus One
    2 Posts 1 Posters 314 Views 1 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.
      • MrT10001M Online
        MrT10001
        last edited by

        Why does the 16Gb version of Bacon always cause problems?

        Focal is a no go on Bacon with the scaling issue, but on the 16Gb versions point blank refuses to get to the phone screen "desktop", but hangs at the Ubuntu logo.

        Xenial stable may or may not install, when it does the no WiFI bug rears its head.

        Xenial Halium-development just fails to install and always boots to recovery.

        I have got UT on the 16Gb versions before, but I just cannot get it too install now at all. Tried with my Ubuntu Machine and Windows 11.

        The 64Gb version allows an install every time.

        The gremlins are out, I will try another day.

        Xiaomi Redmi Note 7.... And more...
        I have too many devices...

        1 Reply Last reply Reply Quote 0
        • MrT10001M Online
          MrT10001
          last edited by

          OK, it is the morning and I have resolved the issue thanks to this thread on the forum which linked me to this thread on Github.

          So.... It looks like adb is disabled for recovery on 16.04 Halium Development and also is not working on Focal (20.04) development - bear in mind this is a 16Gb OPO and it works on the 64Gb OPO.

          I flattened the device, i.e. formatted all partitions with TWRP and managed to get 16.04 stable to install. But alluding to the above, NO WiFI.

          Followed the Github instruction, using a windows 11 machine.

          Copied the text of the WCNSS_qcom_cfg.ini to a text file, but saved it as that title as an ini file and copied it to my adb folder.

          I followed the commands:

          adb devices # start the daemon and verify your phone is plugged-in
          adb shell # start a shell in the phone
          mkdir /persist # create a folder to mount /persist
          mount /dev/block/platform/msm_sdcc.1/by-name/persist /persist
          exit
          adb push WCNSS_qcom_cfg.ini /persist/ # send the file
          adb shell
          adb umount /persist # unmount /persist
          exit
          

          There is an error - adb umount /persist should be umount /persist

          Reboot and Wifi is working.

          Thanks to all from the old thread and glad to see it still works.

          Xiaomi Redmi Note 7.... And more...
          I have too many devices...

          1 Reply Last reply Reply Quote 0
          • MrT10001M MrT10001 marked this topic as a question on
          • MrT10001M MrT10001 has marked this topic as solved on
          • First post
            Last post