<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Dropbox Forums Topic: Help needed! Dropbox app - filesystem structure on iPhone</title>
<link>http://forums.dropbox.com/</link>
<description>Dropbox Forums Topic: Help needed! Dropbox app - filesystem structure on iPhone</description>
<language>en</language>
<pubDate>Wed, 16 May 2012 19:43:04 +0000</pubDate>

<item>
<title>l h. on "Help needed! Dropbox app - filesystem structure on iPhone"</title>
<link>http://forums.dropbox.com/topic.php?id=13151&#038;replies=3#post-85061</link>
<pubDate>Mon, 12 Oct 2009 21:28:51 +0000</pubDate>
<dc:creator>l h.</dc:creator>
<guid isPermaLink="false">85061@http://forums.dropbox.com/</guid>
<description>&#60;p&#62;See my post here: &#60;a href=&#34;http://forums.getdropbox.com/topic.php?id=13506&#38;#38;replies=1&#34; rel=&#34;nofollow&#34;&#62;http://forums.getdropbox.com/topic.php?id=13506&#38;#38;replies=1&#60;/a&#62;&#60;br /&#62;
I found that with iFile or iEdit you can navigate to your cached &#34;Favorites&#34; and edit text files there. The issue is that the Dropbox.app doesn't UPLOAD changes to files. So if you change a text file using iFile, or make a new text file,  nothing happens. And eventually your changes get overwritten by the old versions...
&#60;/p&#62;</description>
</item>
<item>
<title>Jochen S. on "Help needed! Dropbox app - filesystem structure on iPhone"</title>
<link>http://forums.dropbox.com/topic.php?id=13151&#038;replies=3#post-84942</link>
<pubDate>Mon, 12 Oct 2009 06:18:49 +0000</pubDate>
<dc:creator>Jochen S.</dc:creator>
<guid isPermaLink="false">84942@http://forums.dropbox.com/</guid>
<description>&#60;p&#62;Thanks to blackra1n I'm now on firmware 3.1.2 and can use the Dropbox app on my iPhone, too :)&#60;/p&#62;
&#60;p&#62;I fooled around a little with the idea mentioned in my first post, but unfortunately one iPhone app cannot access another app's private folder structure even if I add symlinks.&#60;/p&#62;
&#60;p&#62;What works though is creating a bunch of hard links. But hard links are not available for folders. Fortunately there's rsync and it's got a nice --link-dest option. Using this, I'm now able to manually sync my Dropbox cached files with GoodReader's &#34;My Documents&#34;. It's a bit hacky though because GoodReader doesn't always notice that there are new files, it takes a couple of refreshes (quit/restart app).&#60;/p&#62;
&#60;p&#62;Here's the script for those that want to tinker with it. No warranty, don't try this unless you know what you're doing!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#!/bin/bash
GOODREADER=$( find /var/mobile/Applications -type d &#124; grep GoodReader.app$ )
DROPBOX=$( find /var/mobile/Applications -type d &#124; grep Dropbox.app$ )

echo &#38;quot;GoodReader is here: $GOODREADER&#38;quot;
echo &#38;quot;Dropbox is here: $DROPBOX&#38;quot;

rsync -av --delete \
  --link-dest=&#38;quot;$DROPBOX/../Library/Caches/CachedFiles&#38;quot; \
  &#38;quot;$DROPBOX/../Library/Caches/CachedFiles/&#38;quot; \
  &#38;quot;$GOODREADER/../Documents/Dropbox/&#38;quot;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Jochen S. on "Help needed! Dropbox app - filesystem structure on iPhone"</title>
<link>http://forums.dropbox.com/topic.php?id=13151&#038;replies=3#post-83134</link>
<pubDate>Sat, 03 Oct 2009 08:31:59 +0000</pubDate>
<dc:creator>Jochen S.</dc:creator>
<guid isPermaLink="false">83134@http://forums.dropbox.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;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 ;)&#60;/p&#62;
&#60;p&#62;If you've got a jailbroken phone and feel familiar with the command line/ssh access to your iPhone, I'd appreciate your help. &#60;/p&#62;
&#60;p&#62;First you need to find out where the iPhone application is located. Login as root on your iPhone, then execute the following:&#60;br /&#62;
&#60;code&#62;find /var/mobile/Applications -type d &#124; grep Dropbox.app$&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This should print out something like this:&#60;br /&#62;
&#60;code&#62;/var/mobile/Applications/FF1A5F24-620A-4DEC-BF9F-5CE6EEA8B450/Dropbox.app&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The FF1A5F24-620A-4DEC-BF9F-5CE6EEA8B450 is a randomly generated and will be different on your iPhone.&#60;/p&#62;
&#60;p&#62;Next please do another find and use the path just found, leaving out the /Dropbox.app at the end:&#60;br /&#62;
&#60;code&#62;find /var/mobile/Applications/FF1A5F24-620A-4DEC-BF9F-5CE6EEA8B450&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;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 :) &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

