<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to install on 16Gb version of Bacon]]></title><description><![CDATA[<p dir="auto">Why does the 16Gb version of Bacon always cause problems?</p>
<p dir="auto">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.</p>
<p dir="auto">Xenial stable may or may not install, when it does the no WiFI bug rears its head.</p>
<p dir="auto">Xenial Halium-development just fails to install and always boots to recovery.</p>
<p dir="auto">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.</p>
<p dir="auto">The 64Gb version allows an install every time.</p>
<p dir="auto">The gremlins are out, I will try another day.</p>
]]></description><link>https://forums.ubports.com/topic/9124/unable-to-install-on-16gb-version-of-bacon</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 02:43:46 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/9124.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jul 2023 20:29:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to install on 16Gb version of Bacon on Sat, 15 Jul 2023 06:05:38 GMT]]></title><description><![CDATA[<p dir="auto">OK, it is the morning and I have resolved the issue thanks to this <a href="https://forums.ubports.com/topic/5947/no-wifi-found/5">thread</a> on the forum  which linked me to this <a href="https://github.com/ubports/ubuntu-touch/issues/995#issuecomment-584347692" rel="nofollow ugc">thread</a> on Github.</p>
<p dir="auto">So.... It looks like adb is disabled for recovery on 16.04 Halium Development and also is not working on Focal (20.04) development - <strong>bear in mind this is a 16Gb OPO</strong> and it works on the 64Gb OPO.</p>
<p dir="auto">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.</p>
<p dir="auto">Followed the Github instruction, using a windows 11 machine.</p>
<p dir="auto">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.</p>
<p dir="auto">I followed the commands:</p>
<pre><code>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
</code></pre>
<p dir="auto">There is an error - <em>adb umount /persist</em> should be <em>umount /persist</em></p>
<p dir="auto">Reboot and Wifi is working.</p>
<p dir="auto">Thanks to all from the old thread and glad to see it still works.</p>
]]></description><link>https://forums.ubports.com/post/74089</link><guid isPermaLink="true">https://forums.ubports.com/post/74089</guid><dc:creator><![CDATA[MrT10001]]></dc:creator><pubDate>Sat, 15 Jul 2023 06:05:38 GMT</pubDate></item></channel></rss>