Hi,
I don't have Dropbox on my iPhone yet, but maybe one of the blessed users or the Dropbox team could help me. I'd like to know how the filesystem structure for Dropbox looks like. Maybe it's possible to extend the availability of the cached data with some easy hacking and symlinking ;)
If you've got a jailbroken phone and feel familiar with the command line/ssh access to your iPhone, I'd appreciate your help.
First you need to find out where the iPhone application is located. Login as root on your iPhone, then execute the following:
find /var/mobile/Applications -type d | grep Dropbox.app$
This should print out something like this:
/var/mobile/Applications/FF1A5F24-620A-4DEC-BF9F-5CE6EEA8B450/Dropbox.app
The FF1A5F24-620A-4DEC-BF9F-5CE6EEA8B450 is a randomly generated and will be different on your iPhone.
Next please do another find and use the path just found, leaving out the /Dropbox.app at the end:
find /var/mobile/Applications/FF1A5F24-620A-4DEC-BF9F-5CE6EEA8B450
This should print a list of files and directories. This is what I'd like to know, please post the result here in this thread. Feel free to make the personal parts anonymous. I'm not interested in your personal data, just how the structure looks like on the iPhone :)
Thanks!

Jochen S.