tmo1

Results 157 comments of tmo1

> So if the conversion process is adding those extra quotation marks, I need to remove them from the original CSV file? You didn't mention how you converted the file...

I'm glad you got it working! For the diacritics, see if running the conversion script as follows solves the problem: `PYTHONIOENCODING=utf-8 csv-convert.py < messages.csv > messages.json`

You're very welcome! I'm glad you find the app useful and reliable. [A quick look](https://source.android.com/docs/core/connect/block-numbers) suggests that adding import and export of blocked numbers should be relatively straightforward; I'll consider...

I'm not promising to do it, but I'll consider it. The format doesn't look too complicated. Are there MMS messages, or only SMS?

A conversion script is now available [here](https://github.com/tmo1/sms-ie/blob/master/tools/silence-convert.py) (documented [here](https://github.com/tmo1/sms-ie/blob/master/tools/Tools.md#silence-convertpy)). It works on the sample XML you provided, but please test and report back here.

I looked into this, and it turns out that the problem is that Silence is emitting invalid XML - this was first reported [seven years ago](https://git.silence.dev/Silence/Silence-Android/-/issues/317)! You can try the...

> Nice feature, SMS are imported with emoji 👍 I'm glad it's working! > Do you think MMS can be save and restore ? SMS groups (2 or 3 people...

Where do those files come from? What's the encryption scheme, and where are the keys? If you provide sample files and keys, I can take a look (if you're willing...

Thanks. I'm not planning to comb through the code to figure out the database structure and encryption scheme, but if you make progress on it, please post your results here.

> That's probably because those are actually MMS messages and not SMS. Correct. SMS messages cannot have more than one recipient - messages sent to more than one recipient are...