Giter Site home page Giter Site logo

Comments (4)

tmo1 avatar tmo1 commented on June 2, 2024 1

From the forthcoming documentation:

Version 2.0.0 introduced a major rewrite of the SMS and MMS messages import / export code, implementing a new message storage format:

  • The messages are now stored in a Newline-delimited JSON file (always named messages.ndjson), as opposed to the standard JSON previously used.

  • Binary MMS data is now stored separately from message text data and metadata; the messages.ndjson file, along with a data/ directory containing the MMS binary data files copied directly from the Android filesystem (with their original filenames), are both encapsulated in a ZIP file.

  • All (ND)JSON tags added by SMS Import / Export are now prefixed with a double underscore (e.g., __display_name, __parts), to clearly indicate that they have been added by the app.
    ...

These format changes unfortunately render versions of the app from 2.0.0 and on incompatible with JSON message files produced by earlier versions of the app. A conversion tool may eventually be released; as of now, however, if re-exporting messages using the current version of the app is not feasible, then the latest version of the app prior to version 2.0.0 should be used to import message JSON files produced by versions of the app prior to version 2.0.0.

from sms-ie.

bradgranath2 avatar bradgranath2 commented on June 2, 2024 1

Thanks so much for this app! The docs are great, and it sounds like I was just caught in middle of an update. Thanks!

from sms-ie.

tmo1 avatar tmo1 commented on June 2, 2024

Thanks so much for this app! The docs are great, and it sounds like I was just caught in middle of an update. Thanks!

You're very welcome! As you surmise, I haven't posted the updated documentation since the new version is still only a pre-release.

from sms-ie.

mjeammet avatar mjeammet commented on June 2, 2024

Same thing here, I exported my messages before updating (v1.5.4 probably) and was trying to import it today (v2.0.0), without success.

Thank you, I installed 1.5.4 again and it worked perfectly ! 🚀

from sms-ie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.