560 B
560 B
These scripts are a POC to demonstrate how to import Android SMS/MMS history into Chatty.
Here is how it works:
-
Export SMS/MMS from the Android device using SMS Import / Export
-
Convert the generated JSON file into a new SQLite database:
$ ./to_sqlite <file.json> | sqlite3 <smsmms.db>
-
Save the MMS attachements
$ ./save_files <smsmms.db>
-
Import into a pre-existing Chatty history database (You must have launched Chatty at least once):
$ ./import_history_mms_sms <smsmms.db>
Et voilà!