save active sync over a cold boot

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

partnership is lost on cold boot. need to retain or programmatically
rebuild.

I'm using symbol 8100 with flash, and utilities that rebuild stuff
after cold boot.

does anyone know how partnership is stored ( registry entries, files)

alterantively, is there a way to programmatically set up the
relationship from the pc?


thanks very much!
 
Yep. The partnership info is stored in :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\Partners\P1]
"PName"="MyWorkstation" <- this is you PC name
"PId"=dword:05af05af <- this is unique to every partnership
 
ActiveSync was designed for synchronizing data between a single PC and a
device. Stuff like contacts, files. etc. Lots of people try to use it for
more robust needs, like in this case, and it's just not suited for it.
You're probably better off just rolling your own socket layer proxy for your
particular needs.

-Chris
 
hmmm... not a simple network connection to a SQL server, with some form of
db replication for syncing, and msmq for trx?
 
Back
Top