These scripts are a POC to demonstrate how to import Android SMS/MMS history into Chatty.
Find a file
2022-03-22 22:30:55 +01:00
import_history_mms_sms License under GPL-3 2022-03-22 22:30:55 +01:00
LICENSE License under GPL-3 2022-03-22 22:30:55 +01:00
README.md Initial import 2022-03-19 00:06:36 +01:00
save_files License under GPL-3 2022-03-22 22:30:55 +01:00
to_sqlite License under GPL-3 2022-03-22 22:30:55 +01:00

These scripts are a POC to demonstrate how to import Android SMS/MMS history into Chatty.

Here is how it works:

  1. Export SMS/MMS from the Android device using SMS Import / Export

  2. Convert the generated JSON file into a new SQLite database:

    $ ./to_sqlite <file.json> | sqlite3 <smsmms.db>

  3. Save the MMS attachements

    $ ./save_files <smsmms.db>

  4. Import into a pre-existing Chatty history database (You must have launched Chatty at least once):

    $ ./import_history_mms_sms <smsmms.db>

Et voilà!