Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Application Private Folder - Drive Full Error (Symbian ^3 Nokia C7)

    Mobile and Embedded
    2
    5
    3374
    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.
    • M
      MagicR last edited by

      I have a zip file (100mb) in Application private folder. It's download and saved by the App.

      When i search it in Symbian File manager and try to open it. Below error occur.

      Drive Full e:\private xxxx\xxxxxxx\xxx

      But if i copy it to other folder. I can open it. =_=

      Thanks.

      1 Reply Last reply Reply Quote 0
      • F
        Fuzzbender last edited by

        ZipManager probably doesn't have enough capabilities to open a file from private directory.
        Perhaps, you should store the file to some common location?

        1 Reply Last reply Reply Quote 0
        • M
          MagicR last edited by

          I see. In fact, i use QuaZip in the Symbian App to unzip a file which stored in Private Folder (And i also stored them to Common location for testing)

          But when the file size is over 20mb, the QuaZip not work. I tested many times and found out this limitation.

          So that i try to use "ZipManager" to unzip a file in order to make sure the file can be unzip.

          This is the background of this thread. >_<

          1 Reply Last reply Reply Quote 0
          • F
            Fuzzbender last edited by

            How about then splitting the zip file to several smaller packages and using QuaZip?

            1 Reply Last reply Reply Quote 0
            • M
              MagicR last edited by

              Thanks for your quick reply.

              We are thinking is it possible to do file splitting in server side before download the zip file in device.

              By the way, any idea to do "File splitting" on Symbian Qt ?

              Thanks.

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