<?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[[Testing] NFC for Halium 9 ports]]></title><description><![CDATA[<p dir="auto">EDIT April 3rd 2021: NFC support is now in the devel channel and will be released with OTA-17<br />
Please use this thread as a place to exchange ideas regarding our NFC implementation.</p>
<p dir="auto">Original post:</p>
<p dir="auto">Hey! I have something new to play around with for people on Halium 9 builds of Ubuntu Touch: <strong>you can now test your device for NFC functionality!</strong><br />
The only prerequisite is that your device needs to be on the devel-based rootfs, not the edge one.</p>
<p dir="auto">To install:</p>
<pre><code>sudo ubports-qa install xenial_-_android9_-_nfcd
sudo mount -o remount,rw /
sudo apt install nfcd nfcd-tools nfcd-binder-plugin nfcd-repowerd-plugin
</code></pre>
<p dir="auto">To get console output from nfcd:</p>
<pre><code>sudo stop nfcd
sudo /usr/sbin/nfcd -p /usr/lib/nfcd/plugins -v
</code></pre>
<p dir="auto">App developers can try the QtNFC integration module to develop apps based on this technology. This requires the following change to be made to the rootfs before it can be used by (currently only unconfined) apps:</p>
<pre><code>sudo mount -o remount,rw /
sudo apt install qml-module-qtnfc
</code></pre>
<p dir="auto">The API documentation is located here: <a href="https://doc-snapshots.qt.io/qt5-5.9/qtnfc-qmlmodule.html" rel="nofollow ugc">https://doc-snapshots.qt.io/qt5-5.9/qtnfc-qmlmodule.html</a></p>
<p dir="auto">Please use this thread to share your experience with NFC enablement and even ask for help.</p>
]]></description><link>https://forums.ubports.com/topic/4954/testing-nfc-for-halium-9-ports</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 08:46:44 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/4954.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Sep 2020 07:03:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Mon, 04 Oct 2021 20:42:26 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1633380136270-nfc_test.jpg" alt="nfc_test.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forums.ubports.com/post/56090</link><guid isPermaLink="true">https://forums.ubports.com/post/56090</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Mon, 04 Oct 2021 20:42:26 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 30 May 2021 20:02:36 GMT]]></title><description><![CDATA[<p dir="auto">NFC support has been merged into Clickable just recently. Using Clickable from git will work.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flohack" aria-label="Profile: Flohack">@<bdi>Flohack</bdi></a> "teach a man to fish" and all <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>
]]></description><link>https://forums.ubports.com/post/51316</link><guid isPermaLink="true">https://forums.ubports.com/post/51316</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Sun, 30 May 2021 20:02:36 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sat, 29 May 2021 20:34:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredldotme" aria-label="Profile: fredldotme">@<bdi>fredldotme</bdi></a> I meant a click to be installed <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61b.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--stuck_out_tongue" style="height:23px;width:auto;vertical-align:middle" title=":P" alt="😛" /> for the lazy of us...</p>
]]></description><link>https://forums.ubports.com/post/51286</link><guid isPermaLink="true">https://forums.ubports.com/post/51286</guid><dc:creator><![CDATA[flohack]]></dc:creator><pubDate>Sat, 29 May 2021 20:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Wed, 05 May 2021 08:32:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredldotme" aria-label="Profile: fredldotme">@<bdi>fredldotme</bdi></a> I tried to build the p2p-demo with clickable, but get the error, that "nfc" is an unsupported policy-group... do I have to use some modified docker image for building this?</p>
]]></description><link>https://forums.ubports.com/post/50353</link><guid isPermaLink="true">https://forums.ubports.com/post/50353</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Wed, 05 May 2021 08:32:43 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Wed, 14 Apr 2021 16:59:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flohack" aria-label="Profile: flohack">@<bdi>flohack</bdi></a> <a href="https://github.com/fredldotme/ut-nfc-ndef-demo" rel="nofollow ugc">https://github.com/fredldotme/ut-nfc-ndef-demo</a> and <a href="https://github.com/fredldotme/ut-nfcd-p2p-demo" rel="nofollow ugc">https://github.com/fredldotme/ut-nfcd-p2p-demo</a> respectively</p>
]]></description><link>https://forums.ubports.com/post/49528</link><guid isPermaLink="true">https://forums.ubports.com/post/49528</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Wed, 14 Apr 2021 16:59:39 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Wed, 14 Apr 2021 10:56:58 GMT]]></title><description><![CDATA[<p dir="auto">Is there already a test app? I have at least one device here where I would love to test it...</p>
]]></description><link>https://forums.ubports.com/post/49504</link><guid isPermaLink="true">https://forums.ubports.com/post/49504</guid><dc:creator><![CDATA[flohack]]></dc:creator><pubDate>Wed, 14 Apr 2021 10:56:58 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 28 Mar 2021 17:13:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kugiigi" aria-label="Profile: kugiigi">@<bdi>kugiigi</bdi></a> I'm looking foward to trying this example, ( <a href="https://github.com/qt/qtconnectivity/blob/8618e25e01ca9c6c6b2221041f625ac69f6757b8/examples/nfc/corkboard/corkboards.qml" rel="nofollow ugc">https://github.com/qt/qtconnectivity/blob/8618e25e01ca9c6c6b2221041f625ac69f6757b8/examples/nfc/corkboard/corkboards.qml</a>) and sticking some of the stickers on my refrigerator as notes <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" 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/48597</link><guid isPermaLink="true">https://forums.ubports.com/post/48597</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Sun, 28 Mar 2021 17:13:24 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 28 Mar 2021 16:16:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredldotme" aria-label="Profile: fredldotme">@<bdi>fredldotme</bdi></a> oh yeah, the source is in the example folders of qt-master, they have a handfull of demos, I will try the apparmor, didn't know that was going yet <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" 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/48594</link><guid isPermaLink="true">https://forums.ubports.com/post/48594</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Sun, 28 Mar 2021 16:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 28 Mar 2021 10:22:13 GMT]]></title><description><![CDATA[<p dir="auto">I almost never used NFC in my life. Maybe once or twice I used it to automatically pair bluetooth devices <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="😄" alt="😄" /><br />
But that's why I'm really looking forward having it on UT because I'm pretty sure I will use it. I've used a lot things just because they are available on UT <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--grin" style="height:23px;width:auto;vertical-align:middle" title="😁" alt="😁" /></p>
]]></description><link>https://forums.ubports.com/post/48588</link><guid isPermaLink="true">https://forums.ubports.com/post/48588</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Sun, 28 Mar 2021 10:22:13 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 28 Mar 2021 06:29:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/domubpkm" aria-label="Profile: domubpkm">@<bdi>domubpkm</bdi></a> depends on what app developers can envision and implement with it. It could be used for home automation for example, triggering events via NFC tags.</p>
]]></description><link>https://forums.ubports.com/post/48585</link><guid isPermaLink="true">https://forums.ubports.com/post/48585</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Sun, 28 Mar 2021 06:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 28 Mar 2021 05:45:21 GMT]]></title><description><![CDATA[<p dir="auto">NFC should be in next dev :<br />
<a href="https://github.com/ubports/ubuntu-touch/issues/1697" rel="nofollow ugc">https://github.com/ubports/ubuntu-touch/issues/1697</a><br />
But in concrete terms, what will this technology implemented on UT smartphones allow us to do in daily use?</p>
]]></description><link>https://forums.ubports.com/post/48584</link><guid isPermaLink="true">https://forums.ubports.com/post/48584</guid><dc:creator><![CDATA[domubpkm]]></dc:creator><pubDate>Sun, 28 Mar 2021 05:45:21 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Fri, 26 Mar 2021 18:30:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mateo_salta" aria-label="Profile: mateo_salta">@<bdi>mateo_salta</bdi></a> Could you possibly release a version of your demo QtNfc writer app with the <code>nfc</code> policy group enabled? I would like to test it in a confined environment. Or even better, could you release the source code for it?</p>
]]></description><link>https://forums.ubports.com/post/48533</link><guid isPermaLink="true">https://forums.ubports.com/post/48533</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Fri, 26 Mar 2021 18:30:52 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 21 Mar 2021 14:21:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mateo_salta" aria-label="Profile: mateo_salta">@<bdi>mateo_salta</bdi></a> i could probally write a basic app that just passes on the url to urldispatcher as a stopgap, i think that will be my next thing to try</p>
]]></description><link>https://forums.ubports.com/post/48328</link><guid isPermaLink="true">https://forums.ubports.com/post/48328</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Sun, 21 Mar 2021 14:21:16 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 21 Mar 2021 14:19:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredldotme" aria-label="Profile: fredldotme">@<bdi>fredldotme</bdi></a> cool, will be great to have the app usability at first, thank you for all the wor.</p>
]]></description><link>https://forums.ubports.com/post/48327</link><guid isPermaLink="true">https://forums.ubports.com/post/48327</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Sun, 21 Mar 2021 14:19:18 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Fri, 19 Mar 2021 16:16:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mateo_salta" aria-label="Profile: mateo_salta">@<bdi>mateo_salta</bdi></a> I've already taken a look into QtNfc not allowing writes, I know where to enable it. Might take some time though.</p>
<p dir="auto">For the URL handling: Yes, this has also been requested by Nymea devs, but at the current pace it might not make the cut for OTA-17.</p>
]]></description><link>https://forums.ubports.com/post/48274</link><guid isPermaLink="true">https://forums.ubports.com/post/48274</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Fri, 19 Mar 2021 16:16:57 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Fri, 19 Mar 2021 03:54:52 GMT]]></title><description><![CDATA[<p dir="auto">I think we would also want to build in automatic uri/url handling -<br />
Many tags are written to launch a website/url, and we would want these to be sent to the url dispatcher automatically, would be simple to just call open url externally, url dispatcher takes care of the rest.</p>
<p dir="auto">I have received new tags, and once written on another device the app i compiled reads then perfectly, we may need to recompile something to enable writing, as the code comments that it was disabled.</p>
<p dir="auto">The tags I got are ntag 213 ( a watch style tag, and a ring style tag) I plan on writting a custom url (i think "clock://" to open the clock on the "watch band", then maybe we can see what it would take to make a password ring <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" 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/48252</link><guid isPermaLink="true">https://forums.ubports.com/post/48252</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Fri, 19 Mar 2021 03:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Mon, 15 Mar 2021 01:33:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredldotme" aria-label="Profile: fredldotme">@<bdi>fredldotme</bdi></a> yes, i think the plan is location, bluetooth, ect. as the other networking options are together, wifi, ethernet, cellular</p>
]]></description><link>https://forums.ubports.com/post/48093</link><guid isPermaLink="true">https://forums.ubports.com/post/48093</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Mon, 15 Mar 2021 01:33:11 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Sun, 14 Mar 2021 15:25:07 GMT]]></title><description><![CDATA[<p dir="auto">Maybe we can consolidate WIFI, Bluetooth and NFC into one indicator in the future, but that's out-of-scope for the initial release.</p>
]]></description><link>https://forums.ubports.com/post/48075</link><guid isPermaLink="true">https://forums.ubports.com/post/48075</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Sun, 14 Mar 2021 15:25:07 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Fri, 12 Mar 2021 17:01:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mateo_salta" aria-label="Profile: mateo_salta">@<bdi>mateo_salta</bdi></a> maybe it should just be added to the bluetooth indicator instead of making a seperate one for it</p>
]]></description><link>https://forums.ubports.com/post/48005</link><guid isPermaLink="true">https://forums.ubports.com/post/48005</guid><dc:creator><![CDATA[PhoenixLandPirat]]></dc:creator><pubDate>Fri, 12 Mar 2021 17:01:38 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Fri, 12 Mar 2021 15:15:51 GMT]]></title><description><![CDATA[<p dir="auto">oh, I see the settings page in github, cool. is there going to be a indicator?</p>
]]></description><link>https://forums.ubports.com/post/48004</link><guid isPermaLink="true">https://forums.ubports.com/post/48004</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Fri, 12 Mar 2021 15:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Fri, 12 Mar 2021 14:58:36 GMT]]></title><description><![CDATA[<p dir="auto">we could also make a system settings page,<br />
not sure what all will go in besides on/off right now<br />
ideas:<br />
-allow tags to wake device - or not, turn off service on sleep?<br />
-configure tag for long random string, for secondary login like fingerprint (then pin + tag unlock setting) (there are nfc rings perfect for this) or put on your favourite speaker and have it unlock and launch music player automatically?</p>
<ul>
<li>maybe display plain text tag as notification?</li>
<li>emulate tag, for phone to phone, touching messages/browser url share,</li>
</ul>
]]></description><link>https://forums.ubports.com/post/48002</link><guid isPermaLink="true">https://forums.ubports.com/post/48002</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Fri, 12 Mar 2021 14:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Thu, 11 Mar 2021 15:07:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredldotme" aria-label="Profile: fredldotme">@<bdi>fredldotme</bdi></a> ah, looks like that is the case only certain types of readers can work with them: <a href="https://stackoverflow.com/questions/45523081/how-to-read-the-mifare-classic-tag-using-the-nfca-class" rel="nofollow ugc">https://stackoverflow.com/questions/45523081/how-to-read-the-mifare-classic-tag-using-the-nfca-class</a></p>
<p dir="auto">If someone can confirm the program works, I can try and compile the other qt examples to use</p>
<p dir="auto">that it was detecting like it was, I think it is working as it should then <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> Looks like I need to find some different tags <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> no worries, these were old 1kb.</p>
<p dir="auto">researching more, perhaps these: <a href="https://www.adafruit.com/product/4032" rel="nofollow ugc">https://www.adafruit.com/product/4032</a> , the website even sites problems with mifare: "Unlike "Classic 1K" cards (a.k.a MiFare S50s), these tags are more secure and work with almost any phone with RFID support since they avoid the patent issues with Mifare, which requires an NXP chipset or license fee."</p>
]]></description><link>https://forums.ubports.com/post/47959</link><guid isPermaLink="true">https://forums.ubports.com/post/47959</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Thu, 11 Mar 2021 15:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Wed, 10 Mar 2021 21:16:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mateo_salta" aria-label="Profile: mateo_salta">@<bdi>mateo_salta</bdi></a> Yes, this seems to be a non-NFC-Forum compliant tag at first sight. Nice to see you playing around with it though! It should be ready for OTA-17.</p>
]]></description><link>https://forums.ubports.com/post/47936</link><guid isPermaLink="true">https://forums.ubports.com/post/47936</guid><dc:creator><![CDATA[fredldotme]]></dc:creator><pubDate>Wed, 10 Mar 2021 21:16:15 GMT</pubDate></item><item><title><![CDATA[Reply to [Testing] NFC for Halium 9 ports on Wed, 10 Mar 2021 08:02:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi, Ive been experimenting with this test.</p>
<p dir="auto">I made a experimental test click <a href="https://drive.google.com/file/d/1xowIZQAyynsnLAjtzGX7Wxsa1iNkNeTb/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1xowIZQAyynsnLAjtzGX7Wxsa1iNkNeTb/view?usp=sharing</a></p>
<p dir="auto">It seems that it does not read my tag, or tries to read it in terminal. I will have to try more tags. This one is a small nxp mifare classic 1k "ISO 14443-3a" I have written a url on it with another phone.</p>
<p dir="auto">non-verbose, shows terminal "target is gone" - perhaps is a unsupported tag? verbose:<br />
<a href="http://paste.ubuntu.com/p/qr9tKvwDd8/" rel="nofollow ugc">http://paste.ubuntu.com/p/qr9tKvwDd8/</a></p>
<p dir="auto">Writing fails with this error(ignore the top, i misspelled the binary at first ;P): <a href="http://paste.ubuntu.com/p/QW47SKyJS9/" rel="nofollow ugc">http://paste.ubuntu.com/p/QW47SKyJS9/</a></p>
<p dir="auto">"QNearFieldTarget::WriteNdefMessages() disabled. See QTBUG-43802"</p>
<p dir="auto">Very interesting testing, i will need to try more tags.</p>
]]></description><link>https://forums.ubports.com/post/47904</link><guid isPermaLink="true">https://forums.ubports.com/post/47904</guid><dc:creator><![CDATA[mateo_salta]]></dc:creator><pubDate>Wed, 10 Mar 2021 08:02:01 GMT</pubDate></item></channel></rss>