<?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[Notes app: Lost all notes wile upgrading]]></title><description><![CDATA[<p dir="auto">I closed the <strong>Notes</strong> app while upgrading this app to the latest version. Now, when I open this app, I get the following message:</p>
<pre><code>No notes vavailable
</code></pre>
<p dir="auto">Any idea how to retrieve my notes?</p>
]]></description><link>https://forums.ubports.com/topic/6324/notes-app-lost-all-notes-wile-upgrading</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 08:56:19 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/6324.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Jun 2021 20:10:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Fri, 25 Jun 2021 16:16:02 GMT]]></title><description><![CDATA[<p dir="auto">I am happy to report that the application has been fixed today. Thanks for such fast work.</p>
]]></description><link>https://forums.ubports.com/post/52520</link><guid isPermaLink="true">https://forums.ubports.com/post/52520</guid><dc:creator><![CDATA[cliffcoggin]]></dc:creator><pubDate>Fri, 25 Jun 2021 16:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Tue, 22 Jun 2021 19:55:41 GMT]]></title><description><![CDATA[<p dir="auto">thanks!!!</p>
]]></description><link>https://forums.ubports.com/post/52380</link><guid isPermaLink="true">https://forums.ubports.com/post/52380</guid><dc:creator><![CDATA[messayisto]]></dc:creator><pubDate>Tue, 22 Jun 2021 19:55:41 GMT</pubDate></item><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Tue, 22 Jun 2021 18:06:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffcoggin" aria-label="Profile: cliffcoggin">@<bdi>cliffcoggin</bdi></a> Thanks. Your solution works like a charm.</p>
]]></description><link>https://forums.ubports.com/post/52378</link><guid isPermaLink="true">https://forums.ubports.com/post/52378</guid><dc:creator><![CDATA[ubuntoutou]]></dc:creator><pubDate>Tue, 22 Jun 2021 18:06:52 GMT</pubDate></item><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Tue, 22 Jun 2021 09:13:54 GMT]]></title><description><![CDATA[<p dir="auto">It seems that in fixing the application for the Pinephone, the update unfixed it for others phones.</p>
]]></description><link>https://forums.ubports.com/post/52360</link><guid isPermaLink="true">https://forums.ubports.com/post/52360</guid><dc:creator><![CDATA[cliffcoggin]]></dc:creator><pubDate>Tue, 22 Jun 2021 09:13:54 GMT</pubDate></item><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Mon, 21 Jun 2021 21:08:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffcoggin" aria-label="Profile: cliffcoggin">@<bdi>cliffcoggin</bdi></a> That's a very good find, thank you!</p>
]]></description><link>https://forums.ubports.com/post/52338</link><guid isPermaLink="true">https://forums.ubports.com/post/52338</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Mon, 21 Jun 2021 21:08:00 GMT</pubDate></item><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Mon, 21 Jun 2021 20:26:02 GMT]]></title><description><![CDATA[<p dir="auto">I noticed the same thing thing after the update. Click on the Notebook tab, then on the Notes tab, and your notes will re-appear. You have to do this every time you start the application.</p>
]]></description><link>https://forums.ubports.com/post/52336</link><guid isPermaLink="true">https://forums.ubports.com/post/52336</guid><dc:creator><![CDATA[cliffcoggin]]></dc:creator><pubDate>Mon, 21 Jun 2021 20:26:02 GMT</pubDate></item><item><title><![CDATA[Reply to Notes app: Lost all notes wile upgrading on Mon, 21 Jun 2021 20:20:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ubuntoutou" aria-label="Profile: ubuntoutou">@<bdi>ubuntoutou</bdi></a> As long as the note files are still there, go to the terminal</p>
<blockquote>
<p dir="auto">cd .local/share/com.ubuntu.reminders/@local</p>
</blockquote>
<p dir="auto">This is where all your notes are stored, to get content of the notes out you will need to type this to (this will miss all the nicetys like titles and will merge all the notes into one, so keep that in mind).</p>
<blockquote>
<p dir="auto">cat *info | grep tagline | awk -f= '{print $2}' &gt;&gt; $HOME/Documents/notes.txt</p>
</blockquote>
<p dir="auto">Then you can just cd into your Documents directory and cat note.txt and it should have all your notes, it'll be a bit of a mess and you'll have to format it a bit to look nice, but that SHOULD work.</p>
]]></description><link>https://forums.ubports.com/post/52335</link><guid isPermaLink="true">https://forums.ubports.com/post/52335</guid><dc:creator><![CDATA[PhoenixLandPirat]]></dc:creator><pubDate>Mon, 21 Jun 2021 20:20:44 GMT</pubDate></item></channel></rss>