alexlance / signal-message-exporter

Export SMS, MMS, and Signal messages out of Signal
39 stars 6 forks source link

Android 6.31.2 New DB Format #25

Open j4w3 opened 1 year ago

j4w3 commented 1 year ago

Have not verified yet but current master runs into an error:

sqlite3.OperationalError: no such column: phone

Didn't bother submitting a PR since I got it to run just by changing line 96. I believe "phone" now maps to "e164" and "system_display_name" now maps to "system_joined_name" or similar. Have not fully verified this works by importing but was able to generate the XML successfully

cursor.execute("select e164, system_joined_name, _id, pni from recipient")