<?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[Delete apps from M5S-Core]]></title><description><![CDATA[<p dir="auto">Hi,<br />
how is it possible to remove some of the apps listed on the device, without wiping the entire device?<br />
I found [here] (<a href="https://forum.m5stack.com/topic/2076/m5stack-delete-app-from-app-list-uiflow-v1-5-4/3" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.m5stack.com/topic/2076/m5stack-delete-app-from-app-list-uiflow-v1-5-4/3</a>) some suggestions but it did not work, as the device complains with error.<br />
After loading some UIFlow codes, I'd like to delete them from the device</p>
]]></description><link>https://community.m5stack.com/topic/2278/delete-apps-from-m5s-core</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 16:17:41 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2278.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Sep 2020 12:33:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delete apps from M5S-Core on Tue, 15 Sep 2020 01:36:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/teiafra" aria-label="Profile: teiafra">@<bdi>teiafra</bdi></a><br />
Great tip! I always forget about the resource manager. That is another way to remove apps from the device.</p>
]]></description><link>https://community.m5stack.com/post/10087</link><guid isPermaLink="true">https://community.m5stack.com/post/10087</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Tue, 15 Sep 2020 01:36:44 GMT</pubDate></item><item><title><![CDATA[Reply to Delete apps from M5S-Core on Thu, 10 Sep 2020 05:30:11 GMT]]></title><description><![CDATA[<p dir="auto">Thanks,<br />
later on I found that in UIFlow (top right corner) there is a button "Manager" that, when pressed, opens a Resource Manager window with a double usage: Images and Blockly. If you select Blockly you get the software app inventory that allows you also to delete the app you want.</p>
]]></description><link>https://community.m5stack.com/post/10021</link><guid isPermaLink="true">https://community.m5stack.com/post/10021</guid><dc:creator><![CDATA[teiafra]]></dc:creator><pubDate>Thu, 10 Sep 2020 05:30:11 GMT</pubDate></item><item><title><![CDATA[Reply to Delete apps from M5S-Core on Mon, 07 Sep 2020 15:14:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robalstona" aria-label="Profile: robalstona">@<bdi>robalstona</bdi></a><br />
With the software 'ThonnyPython IDE for beginners'<br />
<a href="https://thonny.org/" target="_blank" rel="noopener noreferrer nofollow ugc">https://thonny.org/</a> you can simply delete the apps</p>
]]></description><link>https://community.m5stack.com/post/9986</link><guid isPermaLink="true">https://community.m5stack.com/post/9986</guid><dc:creator><![CDATA[dheike]]></dc:creator><pubDate>Mon, 07 Sep 2020 15:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to Delete apps from M5S-Core on Mon, 07 Sep 2020 13:28:21 GMT]]></title><description><![CDATA[<p dir="auto">You can connect to your device trought a terminal and type/send commands manually (if you have uiflow/micropython firmware on your device)</p>
<p dir="auto">try these commands:</p>
<p dir="auto">import os library<br />
<strong>import os</strong></p>
<p dir="auto">list current directory<br />
<strong>os.listdir()</strong></p>
<p dir="auto">change current directory to <em>directory_name</em><br />
<strong>os.chdir("<em>directory_name</em>")</strong></p>
<p dir="auto">delete <em><a href="http://filename.py" target="_blank" rel="noopener noreferrer nofollow ugc">filename.py</a></em> in current directory<br />
<strong>os.remove("<em><a href="http://filename.py" target="_blank" rel="noopener noreferrer nofollow ugc">filename.py</a></em>")</strong></p>
<p dir="auto">uiflow store python scripts in <strong>apps</strong> directory</p>
]]></description><link>https://community.m5stack.com/post/9984</link><guid isPermaLink="true">https://community.m5stack.com/post/9984</guid><dc:creator><![CDATA[robalstona]]></dc:creator><pubDate>Mon, 07 Sep 2020 13:28:21 GMT</pubDate></item></channel></rss>