tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
319 stars 38 forks source link

Question: Import JSON format #101

Closed abmusse closed 1 year ago

abmusse commented 1 year ago

Hello sms-ie community!

First off I would like Thank everyone who helped make this project happen! I've been looking for a way to import and export message on Android!

I have some SMS messages in JSON format that was exported from an old iPhone using https://github.com/richinfante/iphonebackuptools. I would like to convert that JSON file into the proper fromat that can be used to import SMS messages using this tool. From the README I see that the export format is defined as documented in the Android API Reference: SMS, MMS.

If I convert my current JSON file to fo follow the SMS and MMS formats from the Android API, Will this be an acceptable import file for this sms-ie to accept?

tmo1 commented 1 year ago

If I convert my current JSON file to fo follow the SMS and MMS formats from the Android API, Will this be an acceptable import file for this sms-ie to accept?

Sure, as you long as you make sure of three things:

abmusse commented 1 year ago

Thanks for the info! I will look into this some more in my free time. If I have further questions would it be appropriate to post here or move the conversation over to the discussions?

tmo1 commented 1 year ago

The latter, please. There's an ongoing discussion about the JSON format SMS I/E uses here.