+ Reply
Results 1 to 6 of 6
  1. #1
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    376
    Thanks
    64
    Thanked 27 Times in 20 Posts

    Default Location of file storage for DataCase??

    Anyone know where DataCase stores it's files?? I'm trying to use it in conjunction with File2Mail...

    Thanks!

  2. #2
    My iPhone is a Part of Me
    Join Date
    Sep 2007
    Posts
    505
    Thanks
    21
    Thanked 93 Times in 79 Posts

    Unfortunately, DataCase renames its stored files as hexadecimal names, so finding a particular file to email it will be nearly impossible if you have a lot of files. If you want to try anyway, you'll first need to locate the DataCase app directory (which is stored, like all iPhone apps with a Universal Unique Identifier (UUID)). The full path to the files is:

    //var/mobile/Applications/[DataCase UUID]/Documents/Volumes/

    The UUID is a long number that like this: (29368DC1-C401-42C1-BFDE-1E0008226CD3)

    You can locate the UUID based on the application name by typing this in Terminal, if you have the appropriate binaries installed:

    find /var/mobile/Applications/ -iname "DataCase.app"

    Most of the other file storage apps use more standard file naming conventions, and they virtually all store them inside their own Documents folder. I like Air Sharing for everything except Text doc display.

    Hope that helps.

  3. #3
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    376
    Thanks
    64
    Thanked 27 Times in 20 Posts

    By text doc display what do you mean? If air share works better I'll use that instead.

  4. #4
    My iPhone is a Part of Me
    Join Date
    Sep 2007
    Posts
    505
    Thanks
    21
    Thanked 93 Times in 79 Posts

    Air Sharing, like most of the file apps, can display many different document types, like pictures, PDFs and text documents. It does most document types quite well, but does a hideous job with plain text documents, because there's no user control over the encoding method or the font used. So, if you need (as I do) to use monospaced fonts to preserve the alignment of text, this app fails miserably. It is one of the few that can display RTF, but unfortunately, it sets the page width too narrowly, destroying the formatting with those as well.

  5. #5
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    376
    Thanks
    64
    Thanked 27 Times in 20 Posts

    Does it actually change the rtf or just the way it looks on the iPhone?

  6. #6
    My iPhone is a Part of Me
    Join Date
    Sep 2007
    Posts
    505
    Thanks
    21
    Thanked 93 Times in 79 Posts

    just how it looks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts