jberkel / sms-backup-plus

Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
https://play.google.com/store/apps/details?id=com.zegoggles.smssync
Apache License 2.0
1.8k stars 499 forks source link

Does not Backup any MMS messages #1078

Open saymahub opened 2 years ago

saymahub commented 2 years ago

Expected behaviour

Backs up MMS messages and attachments into gmail logs

Actual behaviour

Only backs up SMS message

Steps to reproduce the behaviour

Screenshot_20220419-140707_SMS Backup+ Screenshot_20220419-140730_SMS Backup+ As indicated in the screenshot, I selected MMS messages, attampted a backup, and found that there were no messages to backup for some reason, despite the majority of my recent texts being mms.

Please specify the following:

kurahaupo commented 2 years ago

It's likely that what appear to be MMS messages are in fact RCS messages.

Does your messaging app have any way to check the "technical details" of a message to see which transfer protocol it used?

Background

RCS is a new protocol that provides the same features as MMS, but uses completely different mechanisms: instead of using telco "channels", and insanely expensive Telco-grade store-and-forward, RCS uses end-to-end IP (probably TCP), so it can negotiate features between devices.

But beyond that, there's not much information available. Last I looked (about a year ago), the Android RCS API documentation was available only to telcos - presumably under an NDA - and unusable by any open source project.

Unfortunately RCS vs MMS vs SMS is dictated on a message-by-message basis by the sender; the recipient just has to cope.