Difference between revisions of "Contact Link Backup"

From WebOS Internals
Jump to navigation Jump to search
(New page: Unconfirmed, but I guess that contact links are store in <pre><nowiki>/var/luna/data/dbdata/PalmAccountDatabase.db3</nowiki></pre> or <pre><nowiki>/var/luna/data/dbdata/PalmDatabase.db3...)
(No difference)

Revision as of 23:16, 20 July 2009

Unconfirmed, but I guess that contact links are store in

/var/luna/data/dbdata/PalmAccountDatabase.db3

or

/var/luna/data/dbdata/PalmDatabase.db3


It looks like the the table com_palm_pim_Person (in PalmDatabase.db3) has a field contactCount which is the number of contacts that are linked. (For entries just on the phone it is 1.) The linked contacts are then in the com_palm_pim_Contact table. (Connected by the field id in _Person and com_palm_pim_Person_id.) (Thanks stephen-wood)