MessageExporter/README.md

23 lines
1.4 KiB
Markdown
Raw Normal View History

2021-09-18 14:33:31 +02:00
# MessageExporter
2021-09-18 02:04:29 +02:00
2021-09-18 02:15:26 +02:00
I had been using the app SMS Backup & Restore for quite a while. After getting a new phone and using the app to transfer the messages over as I was used to, I noticed some messages were missing.
2021-09-18 02:04:29 +02:00
2021-09-18 02:12:20 +02:00
I tried to find out why this was happening. It was because of a "new" message type called RCS: https://en.wikipedia.org/wiki/Rich_Communication_Services
2021-09-18 02:04:29 +02:00
Essentially those messages are stored in a separate database on the phone, hence not considered regular text messages.
2021-09-18 02:15:26 +02:00
Unfortunately SMS BR is not able to export this kind of messages (as of September 2021).
2021-09-18 02:04:29 +02:00
2021-09-18 02:12:20 +02:00
I didn't want to reinvent the wheel - there are already enough backup/restore apps for SMS and MMS. Instead I just wanted to make an app that was able to export the RCS messages, too. Preferably it should be a format that SMS BR could then import.
2021-09-18 02:04:29 +02:00
2021-09-18 02:13:01 +02:00
## So if you're interested:
2021-09-18 22:30:39 +02:00
1. Backup your SMS and MMS messages with another program, e.g. SMS BR
2021-09-18 02:04:29 +02:00
2. Import them on the target phone.
2021-09-18 22:30:39 +02:00
3. Export the RCS messages using this app.
4. Import those on the new phone as well, e.g. with SMS BR.
2021-09-18 02:04:29 +02:00
2021-09-18 02:13:01 +02:00
## Remarks:
2021-09-18 22:30:39 +02:00
- This program cannot IMport anything, just export.
- Technically the RCS messages will be converted to SMS messages.
- This program has only been tested with text messages. I don't know if images, etc. can be exported as well.
- Because I don't see any real value in RCS messages over SMS, I deactivated advanced messaging in my SMS app. I encourage you to consider doing the same.