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

    M5Stack Delete App from App List UIFlow V1.5.4

    UIFlow
    5
    5
    9.3k
    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.
    • B
      birdsong
      last edited by

      How do I delete apps from the app list with the UIFlow firmware loaded?

      J 1 Reply Last reply Reply Quote 0
      • lukasmaximusL
        lukasmaximus
        last edited by

        Theres no direct way to do it from the menu, but you can do it with uiflow with this method

        0_1593049695793_e3b29938-7cf9-4219-8fd8-f38692c6e450-image.png

        or in micropython:

        import os 
        os.remove('apps/nameofappyouwanttodelete.py')
        
        1 Reply Last reply Reply Quote 1
        • J
          JhonnyTank @birdsong
          last edited by

          @birdsong
          m5burner has the erase - option where you can erase the device.
          Than flash the firmware onto it.

          1 Reply Last reply Reply Quote 0
          • C
            Chappali
            last edited by

            • Switch to you Python code
              and at the bottom left corner select file manager to delete the apps that you dont want
            1 Reply Last reply Reply Quote 0
            • O
              oldfart
              last edited by

              This is a great answer.
              It is not obvious that this functionality exists.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post