UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. wangqinfeng
    3. Topics
    W
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 0

    Topics

    • W

      QDIr QFile Create failed???

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      2
      1
      0 Votes
      2 Posts
      247 Views
      lduboeufL
      Partition is mounted read-only on UT, you cannot write everywhere, there are default writeable directories though available with your app namespace by using QStandardPath api QStandardPaths::AppDataLocation -> ~./local/share/yourappnamespace QStandardPaths::CacheLocation -> ~.cache/yourappnamespace see http://docs.ubports.com/en/latest/appdev/guides/writeable-dirs.html
    • W

      appliction add ffmpeglib?

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      7
      0 Votes
      7 Posts
      570 Views
      W
      Finally, it can be used! build ffmpeg_lib to ubports!
    • W

      QDir::entryInfoList() return is 0?

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      10
      0 Votes
      10 Posts
      902 Views
      dobeyD
      @wangqinfeng said in QDir::entryInfoList() return is 0?: @dobey Thank you! I want to use my app like a computer! Apps are confined on the phone and cannot access arbitrary files or directories outside of the app's confinement. You say you want to use it to manage the server, so is what you want to access the root filesystem on that server, rather than on your phone? Or are you trying to turn your phone into some sort of server? It's difficult to provide direction, when we can't understand what you're trying to do exactly.