🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Delete apps from M5S-Core

    Scheduled Pinned Locked Moved Lessons and Guides
    5 Posts 4 Posters 12.6k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      teiafra
      last edited by

      Hi,
      how is it possible to remove some of the apps listed on the device, without wiping the entire device?
      I found [here] (https://forum.m5stack.com/topic/2076/m5stack-delete-app-from-app-list-uiflow-v1-5-4/3) some suggestions but it did not work, as the device complains with error.
      After loading some UIFlow codes, I'd like to delete them from the device

      1 Reply Last reply Reply Quote 0
      • R Offline
        robalstona
        last edited by robalstona

        You can connect to your device trought a terminal and type/send commands manually (if you have uiflow/micropython firmware on your device)

        try these commands:

        import os library
        import os

        list current directory
        os.listdir()

        change current directory to directory_name
        os.chdir("directory_name")

        delete filename.py in current directory
        os.remove("filename.py")

        uiflow store python scripts in apps directory

        D 1 Reply Last reply Reply Quote 0
        • D Offline
          dheike @robalstona
          last edited by

          @robalstona
          With the software 'ThonnyPython IDE for beginners'
          https://thonny.org/ you can simply delete the apps

          1 Reply Last reply Reply Quote 0
          • T Offline
            teiafra
            last edited by

            Thanks,
            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.

            world101W 1 Reply Last reply Reply Quote 0
            • world101W Offline
              world101 @teiafra
              last edited by

              @teiafra
              Great tip! I always forget about the resource manager. That is another way to remove apps from the device.

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post