<?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[Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image)]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I've created a new build for the Oneplus5/T, which is based on the nowadays for android9+ devices recommended build method (<code>Standalone kernel method</code>).<br />
I am running it myself for some months now and also just fixed the last issue, the not working fingerprint, that I think it's time to let it test by you owners for regressions, compared to the current full-system-image version.</p>
<h5>Why a new build method at all, since the current build is working fine?</h5>
<ol>
<li>
<p dir="auto"><strong>Reduce CI-load</strong><br />
The full-system-image method is very "ressource-hungry". For every device with full-system-image, our jenkins-CI needs to build a (devel) build every day. For the OP5/T it takes about 7 minutes. That doesn't sound much, but the build-server seems to be very powerful, since a system-image build on my local machine takes about half an hour (Ryzen 5700U Processor). Also, these CI-Pipelines need to be maintained by someone.<br />
So, for the standalone-kernel-method, the CI only needs to build one generic_arm64 image (for every Halium version), which will be used by many devices, and the build of that image only takes about 2 minutes.</p>
</li>
<li>
<p dir="auto"><strong>Better maintainability</strong><br />
The kernel-standalone-method in combination with the generic halium image is more future-proof, regarding maintainability, and also new features or system-upgrades. The general needed updates for newer Halium-versions are centralized and the same for every device.<br />
A device maintainer only needs to take care for the kernel and the relatively small device-config tree with device-specific overlays.</p>
</li>
</ol>
<h5>Other improvements of the new build</h5>
<ol>
<li>It already contains the fix for the microphone not working after a call. It survives system-image upgrades.</li>
<li>It contains an initially disabled user-service, that, when enabled, is switching mobile-data to 2G when the screen is off, to save battery.<br />
You can activate it by executing in the terminal on the phone: <code>systemctl --user enable lte-battery-saver.service</code><br />
It will be started on next boot or you start it manually by executing: <code>systemctl --user start lte-battery-saver.service</code>.<br />
It survives system-image upgrades.</li>
<li>For device-specific needed system-changes, it is using the overlaystore method. Compared to the current method, it is more reliable when doing system-upgrades. The overlays of the current build, may be overwritten by an OTA update, which can lead to device not booting and you would need to use the ubports-installer to reinstall the system-image. With the overlaystore method, such things should not happen.</li>
</ol>
<h5>Flashing and Testing</h5>
<p dir="auto">You can just flash the boot and system image with fastboot, without loosing any data.<br />
At least flashing the system image should be enough, since we are using the same kernel source for both build-methods.</p>
<p dir="auto"><strong>HINT</strong><br />
For me, my local distributions fastboot version does not work for flashing the system image. Therefor I am using <code>mfastboot</code>, a motorola implementation, which works for me.</p>
<p dir="auto">Get the latest images here:<br />
<a href="https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling/-/jobs/artifacts/master/download?job=devel-flashable-focal" rel="nofollow ugc">https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling/-/jobs/artifacts/master/download?job=devel-flashable-focal</a></p>
<p dir="auto">Extract it, boot the device in bootloader mode, connect it to your pc and flash the ubuntu.img to system partition: <code>fastboot flash system ubuntu.img</code>.<br />
Then reboot.</p>
<h5>Snaps</h5>
<p dir="auto">The rootfs/system-image size of the OP5/T is very limited. That's why it is hard to install anything additional on the rootfs, for example the snap-dependencies.<br />
But it is possible to expand it a little bit. For that:</p>
<ul>
<li>reboot to recovery</li>
<li>connect through adb</li>
<li>execute: <code>e2fsck -f /dev/block/by-name/system</code></li>
<li>execute: <code>resize2fs /dev/block/by-name/system</code><br />
Output should be something like:<pre><code>Resizing the filesystem on /dev/block/sde21 to 786432 (4k) blocks.
The filesystem on /dev/block/sde21 is now 786432 (4k) blocks long.
</code></pre>
</li>
<li>reboot</li>
</ul>
<p dir="auto">Now it should be possible to install snap-dependencies, using the app Snapz0r.</p>
<h5>Finally</h5>
<p dir="auto">Please share your experience here.<br />
Especially, I am interested in feedback for the OnePlus5 (without T), since I don't have this device to test it myself.</p>
]]></description><link>https://forums.ubports.com/topic/9864/call-for-testing-a-the-new-build-variant-standalone-kernel-method-vs-full-system-image</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 05:13:55 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/9864.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Feb 2024 10:40:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 17 Oct 2024 11:34:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> thanks for already testing that. I am more curious than in need, so no rush.</p>
<p dir="auto">Also I just saw the build I am using is from July, but pipelines have newer ones available. I will give them a try.</p>
]]></description><link>https://forums.ubports.com/post/82727</link><guid isPermaLink="true">https://forums.ubports.com/post/82727</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Thu, 17 Oct 2024 11:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 17 Oct 2024 09:31:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> I already did some tests with FP3 and OP5T and on both, something seems to be missing still, for VoLTE to work.<br />
So I would just wait for now, until someone comes up with a solution for devices, which are not the FP5.<br />
I know that it is not working on the P3A too, but work is going on to get that fixed.</p>
]]></description><link>https://forums.ubports.com/post/82722</link><guid isPermaLink="true">https://forums.ubports.com/post/82722</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Thu, 17 Oct 2024 09:31:14 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 17 Oct 2024 05:27:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> there have been lots of merges regarding ofono and stuff recently to prepare for VoLTE, so might be worth testing a new build with latest devel code and see if that helps?</p>
<p dir="auto">Also would VoLTE work on OP5T? Could we test that?</p>
]]></description><link>https://forums.ubports.com/post/82718</link><guid isPermaLink="true">https://forums.ubports.com/post/82718</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Thu, 17 Oct 2024 05:27:55 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Fri, 07 Jun 2024 23:48:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> Hm, OK. Then I wonder what changed on my device... But the logs would be interesting.</p>
]]></description><link>https://forums.ubports.com/post/80558</link><guid isPermaLink="true">https://forums.ubports.com/post/80558</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Fri, 07 Jun 2024 23:48:38 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Fri, 07 Jun 2024 20:16:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> It definitely seems to work much better (=more often), but right now when testing, one of my sim cards didn't get detected.<br />
And here they still come up in the wrong order, every time. The first sim also generally takes longer to find the network. Maybe related to that?</p>
<p dir="auto">I did grab some journalctl logs from this boot where it failed and the last one where it worked. In case this may help.</p>
]]></description><link>https://forums.ubports.com/post/80552</link><guid isPermaLink="true">https://forums.ubports.com/post/80552</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Fri, 07 Jun 2024 20:16:32 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Fri, 07 Jun 2024 08:25:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> btw. the led-light-fix is now merged into the master branch.</p>
<p dir="auto">Regarding the second SIM-card:<br />
I did not have any issues in the last weeks. It was always detected at boot and meanwhile even the order of unlocking the SIM1 and SIM2 is correct.</p>
<p dir="auto">So the system itself seems to have improved and it seems that the previous issues were not device specific.</p>
]]></description><link>https://forums.ubports.com/post/80542</link><guid isPermaLink="true">https://forums.ubports.com/post/80542</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Fri, 07 Jun 2024 08:25:56 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Sun, 02 Jun 2024 19:26:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> Great, thanks a lot. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forums.ubports.com/post/80454</link><guid isPermaLink="true">https://forums.ubports.com/post/80454</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Sun, 02 Jun 2024 19:26:58 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Sun, 02 Jun 2024 19:13:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> new build is running.</p>
]]></description><link>https://forums.ubports.com/post/80453</link><guid isPermaLink="true">https://forums.ubports.com/post/80453</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Sun, 02 Jun 2024 19:13:36 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Sun, 02 Jun 2024 18:41:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> would you mind triggering a new build? Some changes during the last couple of weeks may be interesting to test (haptics, log reduction).</p>
]]></description><link>https://forums.ubports.com/post/80452</link><guid isPermaLink="true">https://forums.ubports.com/post/80452</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Sun, 02 Jun 2024 18:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 04 Apr 2024 21:04:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> Great, thanks a lot. I missed the fact, that tjis kernel also includes "everything" from devel.</p>
<p dir="auto">Yes there should be a fix included regarding building of core apps which I would like to see on my device.</p>
]]></description><link>https://forums.ubports.com/post/79578</link><guid isPermaLink="true">https://forums.ubports.com/post/79578</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Thu, 04 Apr 2024 21:04:18 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 04 Apr 2024 21:00:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> if you want a more current devel with this build-variant, I can just trigger a new build.<br />
Otherwise, if you flash the old ubuntu.img again over the updated devel, you will have the old devel again.</p>
<p dir="auto">I just started a new build, you can download it here, when it is finished:<br />
<a href="https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling/-/jobs/6552410058" rel="nofollow ugc">https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling/-/jobs/6552410058</a></p>
]]></description><link>https://forums.ubports.com/post/79577</link><guid isPermaLink="true">https://forums.ubports.com/post/79577</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Thu, 04 Apr 2024 21:00:42 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 04 Apr 2024 19:51:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> Thanks for the answer. So nothing in short time and still with some open question marks. That's life. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title="😉" alt="😉" /></p>
<p dir="auto">I just wanted to find out for myself how to proceed with this kernel and "normal" devel updates. I can update devel and flash this kernel again then occasionally. No trouble.</p>
<p dir="auto">It is good to have you and Jami doing some work and improving things. I really like the battery safer feature and its nice to have the led back.</p>
]]></description><link>https://forums.ubports.com/post/79576</link><guid isPermaLink="true">https://forums.ubports.com/post/79576</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Thu, 04 Apr 2024 19:51:15 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 04 Apr 2024 19:38:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> not really.<br />
I would like to merge a proper fix for the hfd-service-delay and then, we could theoretically do through transition.<br />
But I don't know yet, how the transition could be achieved.<br />
And I heard, Jami is experimenting with a halium 10 build, so I would ask him first how far he has come and if it is an option to maybe switch to halium 10 at all.</p>
]]></description><link>https://forums.ubports.com/post/79575</link><guid isPermaLink="true">https://forums.ubports.com/post/79575</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Thu, 04 Apr 2024 19:38:32 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 04 Apr 2024 10:43:27 GMT]]></title><description><![CDATA[<p dir="auto">Btw. is there any timeline/plan yet, if/when this kernel might become offically released?<br />
I suppose features and fixes can be added rolling releasing later as they get done.</p>
]]></description><link>https://forums.ubports.com/post/79561</link><guid isPermaLink="true">https://forums.ubports.com/post/79561</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Thu, 04 Apr 2024 10:43:27 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Tue, 26 Mar 2024 00:37:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a></p>
<p dir="auto">@vince-vs said in <a href="/post/79418">Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)</a>:</p>
<blockquote>
<p dir="auto">I know @vince-vs would love to see the LED fixed. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title="😉" alt="😉" /> (Would you also dare to flash a kernel to get the led working?</p>
</blockquote>
<p dir="auto">Hello,<br />
Very true, but I think it will make many more people happy than I am, and if the LED flashes again after incoming missed calls, just like it does when the battery is full after charging, it will be Top again.<br />
What's more, you had written to me that the new kernel could solve the problem of the camera sound after recording, ...so, for me, what more could I ask for, except that the project continues in this way towards the path of fluidity for its operating system....<br />
Many thanks to you</p>
]]></description><link>https://forums.ubports.com/post/79419</link><guid isPermaLink="true">https://forums.ubports.com/post/79419</guid><dc:creator><![CDATA[vince.vs]]></dc:creator><pubDate>Tue, 26 Mar 2024 00:37:05 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Thu, 21 Mar 2024 20:27:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> said in <a href="/post/79336">Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)</a>:</p>
<blockquote>
<p dir="auto">The sim card issue is probably the next thing, I will have a look at.</p>
</blockquote>
<p dir="auto">Oh, that would be great. :smiling_face_with_heart-eyes:</p>
<p dir="auto">Although I suspect this not going to be easy (it never is <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /> ),  since also other devices are affected. In Volla group someone mentioned, that mainly O2 and derived services are causing trouble.</p>
<p dir="auto">If you need any logs or testing regarding that please let me know.</p>
]]></description><link>https://forums.ubports.com/post/79353</link><guid isPermaLink="true">https://forums.ubports.com/post/79353</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Thu, 21 Mar 2024 20:27:11 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Wed, 20 Mar 2024 23:14:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> great, that it works for you. The sim card issue is probably the next thing, I will have a look at.</p>
]]></description><link>https://forums.ubports.com/post/79336</link><guid isPermaLink="true">https://forums.ubports.com/post/79336</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Wed, 20 Mar 2024 23:14:53 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Wed, 20 Mar 2024 21:58:17 GMT]]></title><description><![CDATA[<p dir="auto">I wonder if my sim card detection issue is also a delay thing. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
<p dir="auto">Sometimes only one sim gets detected. Sometimes both get detected, but the second sim first and the first sim last and in very very few cases both sims in the right order. The first two cases sadly result in the device "forgetting" which sim was set for mobile data, so I need to set it back to sim 1 manually after ever reboot.</p>
]]></description><link>https://forums.ubports.com/post/79335</link><guid isPermaLink="true">https://forums.ubports.com/post/79335</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Wed, 20 Mar 2024 21:58:17 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Wed, 20 Mar 2024 21:54:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> said in <a href="/post/79327">Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)</a>:</p>
<blockquote>
<p dir="auto">I have a fix for the notification LED, you can test it with build here:</p>
</blockquote>
<p dir="auto">Oh, great! Just flashed that image. LED worked after the reboot. I will test this further.</p>
<p dir="auto">I know @vince-vs would love to see the LED fixed. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /> (Would you also dare to flash a kernel to get the led working? :smiling_face_with_halo: )</p>
]]></description><link>https://forums.ubports.com/post/79334</link><guid isPermaLink="true">https://forums.ubports.com/post/79334</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Wed, 20 Mar 2024 21:54:38 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Wed, 20 Mar 2024 09:37:25 GMT]]></title><description><![CDATA[<p dir="auto">I have a fix for the notification LED, you can test it with build here:<br />
<a href="https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling/-/commit/76220f525846ad2f6fa7c6fb63f861912ad576e5/pipelines" rel="nofollow ugc">https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling/-/commit/76220f525846ad2f6fa7c6fb63f861912ad576e5/pipelines</a></p>
<p dir="auto">I am not sure yet, if this fix will be the final solution.<br />
Maybe Jami has an idea, how to make it better, based on my description in the merge request.</p>
]]></description><link>https://forums.ubports.com/post/79327</link><guid isPermaLink="true">https://forums.ubports.com/post/79327</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Wed, 20 Mar 2024 09:37:25 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Tue, 05 Mar 2024 19:13:49 GMT]]></title><description><![CDATA[<p dir="auto">Btw. after flashing the kernel, my led works for notifications and charging. Also my sim cards get detected.</p>
<p dir="auto">As soon as I make my device r/w or apply any other change or an update that is not a full flash, this functionality breaks. No idea why though...</p>
<p dir="auto">Edit: Nope, did not work this time. A shame. I wish we could reproduce better why led and sim detection work sometimes to at least get an idea where to start fixing this.</p>
]]></description><link>https://forums.ubports.com/post/78994</link><guid isPermaLink="true">https://forums.ubports.com/post/78994</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Tue, 05 Mar 2024 19:13:49 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Sat, 02 Mar 2024 17:11:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> Thanks, looks like that has worked. The label is now shown as suggested above. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
<p dir="auto">The log does show different size numbers than on my <a href="https://forums.ubports.com/post/78741">initial install</a> of this kernel as shown above.</p>
<pre><code>$ fastboot -S 300M flash system ubuntu.img
Invalid sparse file format at header magic
Sending sparse 'system' 1/9 (300225 KB)            OKAY [ 12.544s]
Writing 'system'                                   OKAY [  0.005s]
Sending sparse 'system' 2/9 (301241 KB)            OKAY [ 15.055s]
Writing 'system'                                   OKAY [  0.009s]
Sending sparse 'system' 3/9 (298985 KB)            OKAY [ 14.681s]
Writing 'system'                                   OKAY [  0.005s]
Sending sparse 'system' 4/9 (302652 KB)            OKAY [ 14.525s]
Writing 'system'                                   OKAY [  0.009s]
Sending sparse 'system' 5/9 (281309 KB)            OKAY [ 13.530s]
Writing 'system'                                   OKAY [  0.007s]
Sending sparse 'system' 6/9 (307196 KB)            OKAY [ 16.153s]
Writing 'system'                                   OKAY [  0.011s]
Sending sparse 'system' 7/9 (293496 KB)            OKAY [ 14.079s]
Writing 'system'                                   OKAY [  0.009s]
Sending sparse 'system' 8/9 (294882 KB)            OKAY [ 14.181s]
Writing 'system'                                   OKAY [  0.007s]
Sending sparse 'system' 9/9 (246952 KB)            OKAY [ 12.233s]
Writing 'system'                                   OKAY [  0.006s]
Finished. Total time: 135.474s

</code></pre>
]]></description><link>https://forums.ubports.com/post/78938</link><guid isPermaLink="true">https://forums.ubports.com/post/78938</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Sat, 02 Mar 2024 17:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Fri, 01 Mar 2024 22:14:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/danfro" aria-label="Profile: danfro">@<bdi>danfro</bdi></a> I don't know, why that happens. But I remember this from FP3 in the early porting days...<br />
Try <code>fastboot -S 300M flash system ubuntu.img</code></p>
]]></description><link>https://forums.ubports.com/post/78912</link><guid isPermaLink="true">https://forums.ubports.com/post/78912</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Fri, 01 Mar 2024 22:14:00 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testing a the new build-variant &quot;standalone-kernel-method&quot; (vs. full-system-image) on Fri, 01 Mar 2024 20:53:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: Luksus">@<bdi>Luksus</bdi></a> Great, thanks for adding that.</p>
<p dir="auto">But when I try to flash the new ubuntu.img, I get the error message:</p>
<pre><code>$ fastboot flash system ubuntu.img
Sending 'system' (2867200 KB)                      FAILED (remote: 'Requested download size is more than max allowed
')
fastboot: error: Command failed
</code></pre>
<p dir="auto">Is that because of the resized partition?</p>
]]></description><link>https://forums.ubports.com/post/78911</link><guid isPermaLink="true">https://forums.ubports.com/post/78911</guid><dc:creator><![CDATA[danfro]]></dc:creator><pubDate>Fri, 01 Mar 2024 20:53:26 GMT</pubDate></item></channel></rss>