t413 / SMS-Tools

Import / Export / Merge tool for your Android/iOS/GV text message history.
t413.com/SMS-Tools
135 stars 52 forks source link

Existing conversion support is flaky #1

Closed t413 closed 11 years ago

t413 commented 11 years ago

When populating a mmssms.db that already has data, existing conversations are not updated, they're added anew.

Fix: Either populate the convoMap object (which is a lookup table to go from a csv entry contactId to a thread id) with threads that already exist in the mmssms.db (very tricky) or use the existing table canonical_addresses for this. (less tricky).