<?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[Status update on the next, Noble-based Ubuntu Touch release, February 2025]]></title><description><![CDATA[<p dir="auto"><strong>Status of Noble-based Ubuntu Touch (UTNext)</strong></p>
<p dir="auto">Since the last time I made a forum post, the following features has become usable:</p>
<ul>
<li>GPS</li>
<li>NFC</li>
<li>Phone call &amp; SMS
<ul>
<li>Note that MMS is blocked until very recently. We'll have to recheck if it has been fixed or not.</li>
</ul>
</li>
<li>Camera, include picture and video recording.</li>
</ul>
<p dir="auto">Progress is a bit slower than we expected. But we still are progressing nicely.</p>
<p dir="auto"><strong>For app developers: it's now possible to build &amp; test your apps against UTNext</strong></p>
<p dir="auto">After a long await, you can now start attempting to rebuild your app against Noble-based UTNext. This should allow you to test whether your app has any problem with the Noble-based images, especially if the app was unable to start on them before due to shared library changes.</p>
<p dir="auto">For now, you'll need to get a <a href="https://clickable-ut.dev/en/latest/install.html#install-via-pip-recommended" target="_blank" rel="noopener noreferrer nofollow ugc">nightly build of Clickable</a>. After that, specify <code>ubuntu-touch-next-internal</code> as the framework inside <code>clickable.yaml</code> and specify <code>policy_version</code> of the AppArmor profile to <code>9999</code>. You may also also have to make sure your <code>manifest.json</code> specifies <code>@CLICK_FRAMEWORK@</code> in the framework field so that the correct version is filled in automatically by Clickable (sadly a similar mechanism doesn't exist yet for AppArmor policy - see <a href="https://gitlab.com/clickable/clickable/-/issues/452" target="_blank" rel="noopener noreferrer nofollow ugc">this issue</a>). When building, you'll have to specify <code>--accept-review-errors</code> for now, as click-reviewer-tools has not been updated.</p>
<p dir="auto"><code>ubuntu-touch-next-internal</code> is a framework which corresponds to the on-going development of UTNext. The <code>-internal</code> part indicates that there is no formal "contract" for this framework. In other words, we don't guarantee forward- and backward- compatibility with any past and future Ubuntu Touch versions. The framework is intended for testing only and is not intended to be published to the Open Store; you'll have to switch to the final framework when it's available.</p>
<p dir="auto">Due to delays and ongoing discussions, we at the core team are still unable to settle on what versioning scheme and what version number we will use for the next Ubuntu Touch release, and subsequently as the final framework name. We'll have a separated post discussing this in more details and allow you to chime in. We're sorry for this; as soon as we're able to finalize this detail, we'll provide an update to you.</p>
<p dir="auto"><strong>Update:</strong> please see a separated post for a discussion around version number: <a href="https://forums.ubports.com/post/84517">https://forums.ubports.com/post/84517</a></p>
<p dir="auto"><strong>For porters: it's now possible to drop <code>touch.pa</code> overlay <s>(for UTNext, at least)</s> now possible on both UTNext and 20.04</strong></p>
<p dir="auto">If your port is one of the port which has to overlay <code>/etc/pulse/touch.pa</code> to provide additional arguments to <code>pulseaudio-module-droid-discover</code> or <code>pulseaudio-modules-droid-card-&lt;API&gt;</code>, it's now possible to instead provide extra arguments using an Deviceinfo property. The property is called <code>PulseaudioModulesDroid_ExtraCardArgs</code> [1] and accept all arguments which you may add to <code>pulseaudio-modules-droid-card-&lt;API&gt;</code>. For example, you can put this in your Deviceinfo overlay to set sampling rate of your device's audio chip:</p>
<pre><code class="language-yaml">  PulseaudioModulesDroid_ExtraCardArgs: "rate=48000"
</code></pre>
<p dir="auto">Combined with a change which allow you not to hard-code API level, it should now be possible to drop <code>touch.pa</code> overlay entirely. This feature is now merged into UTNext and 20.04, so you'll be able to share your device tarball between 20.04 and UTNext.</p>
<p dir="auto">[1]: In case you're wondering, yes, there are <code>PulseaudioModulesDroid_ExtraGlueArgs</code> and <code>PulseaudioModulesDroid_ExtraHidlArgs</code> as well. However, I believe you won't need them.</p>
]]></description><link>https://forums.ubports.com/topic/10762/status-update-on-the-next-noble-based-ubuntu-touch-release-february-2025</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 16:42:38 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/10762.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Feb 2025 10:15:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Fri, 25 Apr 2025 20:29:16 GMT]]></title><description><![CDATA[<p dir="auto">There is No update after February 25 for noble next.</p>
]]></description><link>https://forums.ubports.com/post/85586</link><guid isPermaLink="true">https://forums.ubports.com/post/85586</guid><dc:creator><![CDATA[alagirialagiri]]></dc:creator><pubDate>Fri, 25 Apr 2025 20:29:16 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Mon, 21 Apr 2025 18:41:10 GMT]]></title><description><![CDATA[<p dir="auto">For app developers:</p>
<ul>
<li>Update to Clickable 8.3.1</li>
<li>Set the <a href="https://clickable-ut.dev/en/latest/project-config.html#framework" target="_blank" rel="noopener noreferrer nofollow ugc">framework</a> to <code>ubuntu-touch-24.04-1.x</code> (currently <code>ubuntu-touch-next-internal</code> points to 24.04, too)</li>
<li>Set the app armor policy to <code>2404.1</code> (not <code>9999</code> anymore).</li>
</ul>
]]></description><link>https://forums.ubports.com/post/85554</link><guid isPermaLink="true">https://forums.ubports.com/post/85554</guid><dc:creator><![CDATA[jonius]]></dc:creator><pubDate>Mon, 21 Apr 2025 18:41:10 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Mar 2025 07:16:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a></p>
<p dir="auto">Hello.</p>
<p dir="auto">As Alfred said in the last Q&amp;A, clickable continues to evolve.</p>
<p dir="auto">After a clickable update-images, how should clickable.yaml and manifest.json be for compiling (and installing) applications on a phone with the latest Noble nigthly build?</p>
<p dir="auto">Is this still relevant?</p>
<p dir="auto"><em>‘For now, you'll need to get a nightly build of Clickable. After that, specify ubuntu-touch-next-internal as the framework inside clickable.yaml and specify policy_version of the AppArmor profile to 9999. You may also have to make sure your manifest.json specifies @CLICK_FRAMEWORK@ in the framework field so that the correct version is filled in automatically by Clickable (sadly a similar mechanism doesn't exist yet for AppArmor policy - see this issue). When building, you'll have to specify --accept-review-errors for now, as click-reviewer-tools has not been updated.’</em></p>
]]></description><link>https://forums.ubports.com/post/85026</link><guid isPermaLink="true">https://forums.ubports.com/post/85026</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Sun, 09 Mar 2025 07:16:03 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 18 Feb 2025 18:39:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a><br />
SMS are now working well.</p>
]]></description><link>https://forums.ubports.com/post/84715</link><guid isPermaLink="true">https://forums.ubports.com/post/84715</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Tue, 18 Feb 2025 18:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 11 Feb 2025 15:04:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arubislander" aria-label="Profile: arubislander">@<bdi>arubislander</bdi></a><br />
No problem. Thank you.</p>
]]></description><link>https://forums.ubports.com/post/84636</link><guid isPermaLink="true">https://forums.ubports.com/post/84636</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Tue, 11 Feb 2025 15:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 11 Feb 2025 13:21:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a>  I don't use SMS, so I haven't tried it</p>
]]></description><link>https://forums.ubports.com/post/84634</link><guid isPermaLink="true">https://forums.ubports.com/post/84634</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Tue, 11 Feb 2025 13:21:26 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 11 Feb 2025 11:20:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arubislander" aria-label="Profile: arubislander">@<bdi>arubislander</bdi></a><br />
Thanks for the answer!<br />
Have you tried texting with the phone?<br />
On mine, it doesn't work via messages but well on the command line via ofono.</p>
]]></description><link>https://forums.ubports.com/post/84632</link><guid isPermaLink="true">https://forums.ubports.com/post/84632</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Tue, 11 Feb 2025 11:20:08 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 11 Feb 2025 10:55:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a> The camera doesn't currently work in the Pixel 3a either.</p>
]]></description><link>https://forums.ubports.com/post/84631</link><guid isPermaLink="true">https://forums.ubports.com/post/84631</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Tue, 11 Feb 2025 10:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Mon, 10 Feb 2025 20:59:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a><br />
Good evening.<br />
On the Redmi note 9 pro, several of us have installed noble and are experiencing a problem with the camera.<br />
I was wondering if it's specific to this model or if the malfunction is general?<br />
Regards.</p>
]]></description><link>https://forums.ubports.com/post/84625</link><guid isPermaLink="true">https://forums.ubports.com/post/84625</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Mon, 10 Feb 2025 20:59:09 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Feb 2025 20:35:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a><br />
Great to have Proxmox for those tests. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/84624</link><guid isPermaLink="true">https://forums.ubports.com/post/84624</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Sun, 09 Feb 2025 20:35:02 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Feb 2025 20:30:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a><br />
Thank you Lionel.<br />
It build the click and as the apparmor is not verified, with clickable install it push the click on the phone and the app (pure QML) is running.</p>
]]></description><link>https://forums.ubports.com/post/84623</link><guid isPermaLink="true">https://forums.ubports.com/post/84623</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Sun, 09 Feb 2025 20:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Feb 2025 13:23:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a> said in <a href="/post/84608">Status update on the next, Noble-based Ubuntu Touch release, February 2025</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a><br />
And how have you fixed 'ubuntu-touch-next' is not a supported framework ?</p>
</blockquote>
<p dir="auto">just updated the docker images via <code>clickable update-image</code> or image-update, i don't remember well</p>
]]></description><link>https://forums.ubports.com/post/84609</link><guid isPermaLink="true">https://forums.ubports.com/post/84609</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sun, 09 Feb 2025 13:23:33 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Feb 2025 09:58:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a><br />
And how have you fixed 'ubuntu-touch-next' is not a supported framework ?</p>
]]></description><link>https://forums.ubports.com/post/84608</link><guid isPermaLink="true">https://forums.ubports.com/post/84608</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Sun, 09 Feb 2025 09:58:32 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Feb 2025 09:47:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a> said in <a href="/post/84606">Status update on the next, Noble-based Ubuntu Touch release, February 2025</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a><br />
Hello Lionel.<br />
Could you, in some words, explain what you have done with this info?<br />
I'm landing in gitlab with the next change but how could i use it?<br />
Sorry for this beginner question...</p>
</blockquote>
<p dir="auto">humm, i've just followed the instruction from Ratchanan ?.<br />
Haven't tried again since...</p>
]]></description><link>https://forums.ubports.com/post/84607</link><guid isPermaLink="true">https://forums.ubports.com/post/84607</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sun, 09 Feb 2025 09:47:24 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Sun, 09 Feb 2025 09:43:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a><br />
Hello Lionel.<br />
Could you, in some words, explain what you have done with this info?<br />
I'm landing in gitlab with the next change but how could i use it?<br />
Sorry for this beginner question...</p>
]]></description><link>https://forums.ubports.com/post/84606</link><guid isPermaLink="true">https://forums.ubports.com/post/84606</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Sun, 09 Feb 2025 09:43:40 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Wed, 05 Feb 2025 13:54:53 GMT]]></title><description><![CDATA[<p dir="auto">Hello.<br />
I'm testing the 24.04 and i'd like to know where I can give feedbacks (here?)<br />
Regards.</p>
<p dir="auto">As you will probably have noticed, English is not my main language.<br />
Sorry in advance for any language errors</p>
]]></description><link>https://forums.ubports.com/post/84559</link><guid isPermaLink="true">https://forums.ubports.com/post/84559</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Wed, 05 Feb 2025 13:54:53 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Wed, 05 Feb 2025 13:55:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nunesfl" aria-label="Profile: nunesfl">@<bdi>nunesfl</bdi></a><br />
I have answered on the other post.</p>
]]></description><link>https://forums.ubports.com/post/84558</link><guid isPermaLink="true">https://forums.ubports.com/post/84558</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Wed, 05 Feb 2025 13:55:14 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Wed, 05 Feb 2025 13:45:01 GMT]]></title><description><![CDATA[<p dir="auto">Sorry <a class="plugin-mentions-user plugin-mentions-a" href="/user/lakotaubp" aria-label="Profile: Lakotaubp">@<bdi>Lakotaubp</bdi></a> I thought I did not send the other post replay... I will pay attention to that...<br />
Would you help me with this question ?</p>
]]></description><link>https://forums.ubports.com/post/84557</link><guid isPermaLink="true">https://forums.ubports.com/post/84557</guid><dc:creator><![CDATA[nunesfl]]></dc:creator><pubDate>Wed, 05 Feb 2025 13:45:01 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Wed, 05 Feb 2025 13:21:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nunesfl" aria-label="Profile: nunesfl">@<bdi>nunesfl</bdi></a> You have already asked this question here and have an answer <a href="https://forums.ubports.com/topic/10423/noble-based-devel-images-now-available-on-most-devices-with-20-04-devel-image/29">https://forums.ubports.com/topic/10423/noble-based-devel-images-now-available-on-most-devices-with-20-04-devel-image/29</a> Please do not post the same same question in two places it is confusing and the answer does not change.</p>
]]></description><link>https://forums.ubports.com/post/84556</link><guid isPermaLink="true">https://forums.ubports.com/post/84556</guid><dc:creator><![CDATA[Lakotaubp]]></dc:creator><pubDate>Wed, 05 Feb 2025 13:21:31 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Wed, 05 Feb 2025 11:55:22 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a><br />
I have a Xiomi Redimi Note 9 Pro, trying to update to 24.04 in order to test it... it works pretty well on 20.04...<br />
But every attempt I do, the installation stucks in the recovery screen with a message 'Error installing Ubuntu update, exit code: 256', it says to see the log but no log is generated...<br />
Would you have any clue why I may be receiving that error message ?<br />
Thanks,</p>
]]></description><link>https://forums.ubports.com/post/84553</link><guid isPermaLink="true">https://forums.ubports.com/post/84553</guid><dc:creator><![CDATA[nunesfl]]></dc:creator><pubDate>Wed, 05 Feb 2025 11:55:22 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Wed, 05 Feb 2025 09:46:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a> said in <a href="/post/84538">Status update on the next, Noble-based Ubuntu Touch release, February 2025</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> See <a href="https://gitlab.com/clickable/clickable-docker-images/-/merge_requests/150" target="_blank" rel="noopener noreferrer nofollow ugc">https://gitlab.com/clickable/clickable-docker-images/-/merge_requests/150</a></p>
</blockquote>
<p dir="auto">Now the framework is fixed <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /><br />
But still have:</p>
<p dir="auto">security:policy_version_exists:utzip.apparmor<br />
could not find policy for ubuntu/9999.0</p>
<p dir="auto">my apparmor file:</p>
<pre><code>{
    "policy_groups": ["content_exchange", "content_exchange_source"],
    "policy_version": 9999
}
</code></pre>
]]></description><link>https://forums.ubports.com/post/84550</link><guid isPermaLink="true">https://forums.ubports.com/post/84550</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Wed, 05 Feb 2025 09:46:02 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 04 Feb 2025 11:25:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> See <a href="https://gitlab.com/clickable/clickable-docker-images/-/merge_requests/150" target="_blank" rel="noopener noreferrer nofollow ugc">https://gitlab.com/clickable/clickable-docker-images/-/merge_requests/150</a></p>
]]></description><link>https://forums.ubports.com/post/84538</link><guid isPermaLink="true">https://forums.ubports.com/post/84538</guid><dc:creator><![CDATA[peat_psuwit]]></dc:creator><pubDate>Tue, 04 Feb 2025 11:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Status update on the next, Noble-based Ubuntu Touch release, February 2025 on Tue, 04 Feb 2025 10:29:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peat_psuwit" aria-label="Profile: peat_psuwit">@<bdi>peat_psuwit</bdi></a><br />
First test, i'm with clickable 8.2.0, got this while doing <code> clickable build --arch=arm64 --accept-review-errors</code> :</p>
<ul>
<li>security:policy_groups_exists:utzip:utzip.apparmor<br />
could not find policy groups</li>
<li>security:policy_version_exists:utzip.apparmor<br />
could not find policy for ubuntu/9999.0</li>
<li>security:policy_version_matches_framework:utzip.apparmor<br />
Invalid framework 'ubuntu-touch-next-internal'</li>
</ul>
<p dir="auto">I have checked the docker image, i'm on 24.04.<br />
click-armor and ubuntu-sdk-libs seems old:<br />
click-apparmor            0.5.1~20241107093457.7~2d4aff7+ubports~dev<br />
ubuntu-sdk-libs            24.9+17+0~20250103234741.19+ubports~dev~1.gbp061821</p>
]]></description><link>https://forums.ubports.com/post/84535</link><guid isPermaLink="true">https://forums.ubports.com/post/84535</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Tue, 04 Feb 2025 10:29:42 GMT</pubDate></item></channel></rss>