<?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[M5Stack Delete App from App List UIFlow V1.5.4]]></title><description><![CDATA[<p dir="auto">How do I delete apps from the app list with the UIFlow firmware loaded?</p>
]]></description><link>https://community.m5stack.com/topic/2076/m5stack-delete-app-from-app-list-uiflow-v1-5-4</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 03:11:23 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2076.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jun 2020 22:34:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack Delete App from App List UIFlow V1.5.4 on Thu, 02 Dec 2021 04:44:33 GMT]]></title><description><![CDATA[<p dir="auto">This is a great answer.<br />
It is not obvious that this functionality exists.</p>
]]></description><link>https://community.m5stack.com/post/15688</link><guid isPermaLink="true">https://community.m5stack.com/post/15688</guid><dc:creator><![CDATA[oldfart]]></dc:creator><pubDate>Thu, 02 Dec 2021 04:44:33 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Delete App from App List UIFlow V1.5.4 on Sat, 06 Nov 2021 13:46:30 GMT]]></title><description><![CDATA[<ul>
<li>Switch to you Python code<br />
and at the bottom left corner select file manager to delete the apps that you dont want</li>
</ul>
]]></description><link>https://community.m5stack.com/post/15380</link><guid isPermaLink="true">https://community.m5stack.com/post/15380</guid><dc:creator><![CDATA[Chappali]]></dc:creator><pubDate>Sat, 06 Nov 2021 13:46:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Delete App from App List UIFlow V1.5.4 on Wed, 01 Jul 2020 11:14:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/birdsong" aria-label="Profile: birdsong">@<bdi>birdsong</bdi></a><br />
m5burner has the erase - option where you can erase the device.<br />
Than flash the firmware onto it.</p>
]]></description><link>https://community.m5stack.com/post/9216</link><guid isPermaLink="true">https://community.m5stack.com/post/9216</guid><dc:creator><![CDATA[JhonnyTank]]></dc:creator><pubDate>Wed, 01 Jul 2020 11:14:11 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Delete App from App List UIFlow V1.5.4 on Thu, 25 Jun 2020 01:49:40 GMT]]></title><description><![CDATA[<p dir="auto">Theres no direct way to do it from the menu, but you can do it with uiflow with this method</p>
<p dir="auto"><img src="/assets/uploads/files/1593049696703-e3b29938-7cf9-4219-8fd8-f38692c6e450-image.png" alt="0_1593049695793_e3b29938-7cf9-4219-8fd8-f38692c6e450-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">or in micropython:</p>
<pre><code>import os 
os.remove('apps/nameofappyouwanttodelete.py')
</code></pre>
]]></description><link>https://community.m5stack.com/post/9140</link><guid isPermaLink="true">https://community.m5stack.com/post/9140</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 25 Jun 2020 01:49:40 GMT</pubDate></item></channel></rss>