1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
$Id: TODO 3361 2008-04-01 13:39:35Z mark_ellis $
TODO for librapi2
=================
o Fix bug in CeWriteRecordProps
o Implement more of RAPI
o Make config use synce_log and not perror.
o Make the file system tools use "My Documents" as current directory.
o Add tool "pcat"
o Make SORTORDERSPEC stuff work in CeCreateDatabase()
o Improve synce-install-cab script:
I had to make a slight modification as the SmartPhone[0] expects
new CABs to exist in /IPSM/Windows/AppMgr rather than just
/Windows/AppMgr but once this change is made to the script it
works fine to install stuff.
o Make the RAPI commands timeout of the connection is lost to the device
o Implement dummy functions for unimplemented calls to orevent segfaults,
particularly when implemented for one rapi version and not the other
|