program to mount iphone fs under windows
I would love to have some testers of this software . . .
https://sourceforge.net/projects/iphile/
As the title says, this program mounts the iPhone's filesystem in windows, adding it as if it was a new drive, allowing all the normal file operations except that when writing a file, you can't really seek to a position other than the current position in the file. This doesn't break any of the file operations that explorer or most other programs do, though.
I am also looking for anyone who has good current information on the iTunesMobileDevice.dll. Specifically, on whether there is any way to get seeking to work (when I try to seek, I get an error return value (7), and the position remains where it was in the file). I'm wondering if there are flags for the AFCFileRefOpen function that I don't know about. Currently, for reading, I have to seek in the very inefficient way of starting over at the beginning of the file if the offset is lower than the current position.
Thanks to anyone who tests the software, and many thanks to anyone with any current info on the dll calls.