On Fri, 15 Jul 2011, Patrick Ohly wrote:
> An optional per-account override, as it looks like Andy has
done, should
> be ideal for now.
So how is the device ID calculated without such an override?
It's stored in a GConf key /apps/activesyncd/device_id, which is randomly
generated on demand (and stored) if it doesn't exist.
The default case is that every account (on every server) has the *same*
device_id. And that the uid for the account matches the user's email
address. But you can set things up manually to violate those assumptions
(add a second activesyncd account for the *same* server account, with a
different uid, and give it a different device_id), and I think that's
fine.
--
dwmw2