|
|
Disk for iPhone is a MacFUSE based filesystem that allows you to read and write files on your iPhone. It uses the MobileDevice API (like iTunes) to access the filesystem of the iPhone over USB.
REQUIREMENTS: You must have MacFUSE installed. See http://code.google.com/p/macfuse/ for more details on MacFUSE.
CHANGELOG
2007/12/07 - allen
- Project has been renamed to "Disk for iPhone"
- Fixes from Kevin to work with the latest version of MacFUSE. Please report any new Issues found.
2007/08/26 - allen
- First GUI binary release, though still considered unstable. Test it out and give some feedback. NOTE: You must already have MacFUSE installed.
- Thanks to J. Nicholas Jitkoff for providing a great looking icon.
2007/07/22 - allen
- Small fixes, no more errors for me when using it with the Finder (thanks to Ted Bonkenburg for suggestions)
2007/07/20 - Scotty
- HUGE speed improvements all around, especially when copying large files. Now keeps around a file handle between calls, using fuse internal structures forstorage.
- Added support for Renaming files
- Cleaner support for file truncation
- MobileDevice.h: Added prototypes for new methods AFCRenamePath, and AFCFileRefSetFileSize
- Tons of other misc code cleanup
- Tested works with Finder
- Tested works with Quicktime Player to play music and videos stored on iphone
2007/07/18 - allen
- Fixed statfs call to return true disk size information
2007/07/17
- Multiple improvements by Scott Turner:
- Added AFCFileRefSeek() to MobileDevice.h
- Significant improvements to file reading and writing throughput
- More accurate file stat implementation
2007/07/14
- Initial Release, many TODOs
