David Starks-Browning wrote: > Transferring PDB: C:\Program Files\Palm\OSTest\jpluck\card\The > Onion.transferring Copying to card: /Palm/Launcher/The Onion.pdb > VFSDirCreate return code 10800 > VFSFileDelete return code 10800 > VFSFilePut return code 10800 > Sync failed. > > I don't know whether this fault is from the conduit choking on a > dual-card device, or whether these VFS operations are simply broken in > the beta OS 4.1 ROM.
Well this code is vfsErrInvalidOperation which means "A file system is not present or the VFS Manager function is not valid." according to the conduit docs... > Wait... These errors only occur if both cards are present! If there > is only one card (doesn't matter which -- CF or SD), then the xfer is > successful! ...but this seems to indicate that the Handera VFS implementation returns vfsErrInvalidOperation to indicate a "generic" error. I.e. the implementation specific in its error reporting. This may very well have to do with the fact the the Handera ROM is beta. Now the JPluck conduit always uses the first available volume, because I haven't yet found a way to enumerate the card slots at configuration time. (I admit I didn't try very hard, though) This obviously does not work well with devices that have multiple memory cards. Will add a Known Issue that multiple memory cards are not supported for the time being. > Does that mean the JPluck2 conduit can be enhanced to accomodate a > dual-card OS4.1 device? Probably, but without an actual device to test, or a POSE session that emulates multiple card slots, I can only guess at what will work. I recommend you uninstall the conduit and rely on the default InstallToCard conduit to get your PDBs on the card. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

