iPhoneDrive

July 10th, 2007 by ken

iPhoneDrive
We just finished some marathon coding and are happy to announce iPhoneDrive. In a nutshell, it lets you use your iPhone for file storage by providing an easy file browser interface. Version 1.0 is very functional considering that it was written in about one week. The demo version works just like the paid version but only for a 7 day period.

It supports drag and drop to and from the iPhone. It also supports transfer of entire folders. This makes it easy to move large directories back and forth between your Mac and your iPhone. Since the iPhone uses USB 2.0, the transfer speed is very fast. Now you can put those spare gigabytes to good use. Backup your important files! Your hard disk could fail at any moment! Do it now!

Here’s a screenshot:
iPhoneDrive

Reinventing the Wheel

ReinventingYou can see we used an NSBrowser for the file browser. If you’ve ever tried to use one of these you’d know that they’re not very useful out of the box. Drag and drop has to be implemented manually, and the updating of cell data is very flaky, requiring many work-arounds. Also, they don’t do many of the things that you’d come to expect from the Finder’s column view mode.

All said and done, the interface came out pretty good. I just wish Apple would update NSBrowser to support more of the things found in the Finder column view. Obviously the Finder isn’t implemented using NSBrowser (it’s not even Cocoa for that matter), but it would be nice to have things like elipsification, marquee selecting, and drag and drop in there without having to reinvent the wheel.

We welcome any feedback about iPhoneDrive. Leave a comment here or use the feedback form on the main Ecamm website.


7 Responses to “iPhoneDrive”

  1. John Muir Says:

    Nice icon. I hope that came in early in the process! ;-)

  2. ken Says:

    Thanks. Of course that was the first thing we made ;)

  3. Alex Says:

    I wonder how difficult it would be to implement a iPhoneFS for MacFUSE?

  4. Alex Says:

    Oh, nevermind:

    http://code.google.com/p/iphonedisk/

  5. appSafari.com - iPhone Apps Gallery » iPhone Drive Says:

    [...] files on your iPhone. Price $9.95. A demo is available for download. Read more about iPhone Drive here. Try it [...]

  6. Norbert Says:

    Will I be able to access the files I stored on the iphone by the iphone itself ? Lets say that I copy a PDF file to the iphone, how can i open it with the iphone ?

  7. ken Says:

    The iPhone’s apps don’t give a way to choose files. (There’s no attachment button in the Mail program and no Browse buttons in Safari.) Until Apple adds this ability, you won’t be able to do this.

Leave a Reply