From: Roger B. <ro...@ro...> - 2003-03-09 22:38:42
|
(You are actually the third member :-) > Roger, would you mind posting source code and/or file format that > the phone uses? I am very interested in developing a package to > synchronize phone book and/or scheduler with PC > [either in c++ or Delphi] Bitpim already does the synchronizing so you would be duplicating it! You can get the sourcecode from http://sourceforge.net/cvs/?group_id=75211 There is a specific phonebook protocol. (And boy is it a piece of junk.) For everything else you access the filesystem of the phone. You can use the filesystem browser in bitpim to see stuff (double clicking on a file gives you a hex dump). To see the specific protocol information, look in the file com_lgvx4400.py Roger |