alexlance/signal-message-exporter

Android 6.31.2 New DB Format

Opened this issue · 0 comments

j4w3 commented

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")