I'm having some trouble with VFS file file creation problems on sony devices
and wondered if there's something I should be aware of?

The devices are Sony SL10 and S300 .. also NX70V.  The simulator and
emulator all work fine, it is only on the actual device there is a problem.

I have a user complaining of getting an error= 2A02, which seems just to be
a generic error number.

All works fine on Clie 615... as well as numerous Palm devices including
Tunsten..but no matter what I seem to do, it will not work for this user.  I
am told it a completely clean device.

The error occurs on every single file on the device when copied, not just
one or two.

I tried a  err = VFSFileCreate(volRefNum,fileName)
as well as
 err = VFSFileOpen(volRefNum, fileName, vfsModeWrite  |vfsModeCreate |
vfsModeTruncate, &dirFileRef);

Both return err=2A02

This same code, by the way, works just fine in the sony simulator as well as
emulators for devices mentioned.
It also works fine on any real Palm device I have tried, as well as the
HandEra.


Thanks for any thoughts





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to