Home > Archive > Smartphone Developer Forum > February 2005 > about data synchronization between pc and smartphone
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
about data synchronization between pc and smartphone
|
|
|
| I use eVC3/eVC4 to develop for smartphone platform.
My desktop program saves/updates data into files on hard disk.
On smartphone device,the program saves/updates data into ram or SD card.
When the smartphone device connect PC,microsoft activeSync works.How do I
keep data synchronization between pc and smartphone?
Thanks.
___________________________________
http://www.msale.net/bbs
a Chinese-language message board for developers,including
palm,ppc,symbian,and etc.
http://www.zirong.net/blog/
Miken's private life
| |
|
| Miken wrote:
> I use eVC3/eVC4 to develop for smartphone platform.
>
> My desktop program saves/updates data into files on hard disk.
> On smartphone device,the program saves/updates data into ram or SD card.
> When the smartphone device connect PC,microsoft activeSync works.How do I
> keep data synchronization between pc and smartphone?
ActiveSync Service Providers, is the best way, but you can just use RAPI.
Both of these are documented in the SDK.
riki
main(){printf("%d != %d, why?", sizeof('"')["'"],(sizeof('"'))["]\"\0["]);}
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
By Day: http://www.EmbeddedFusion.com
|
|
|
|
|