[GH-ISSUE #78] Not all media is backed up in MMS #66

Closed
opened 2026-02-26 00:36:10 +03:00 by kerem · 10 comments
Owner

Originally created by @marcher233 on GitHub (Nov 10, 2010).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/78

Hi all,

I just tested the new 1.2 release on my Android 2.1 phone, but the media (e.g, images) of MMS did not fully backed up. For my condition, only the second image in my MMS is attached to the email, but the text is fully backed up.
Could you please check on this?

Thanks!

Originally created by @marcher233 on GitHub (Nov 10, 2010). Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/78 Hi all, I just tested the new 1.2 release on my Android 2.1 phone, but the media (e.g, images) of MMS did not fully backed up. For my condition, only the second image in my MMS is attached to the email, but the text is fully backed up. Could you please check on this? Thanks!
kerem closed this issue 2026-02-26 00:36:10 +03:00
Author
Owner

@jberkel commented on GitHub (Nov 10, 2010):

did it work properly with 1.1.x ?

<!-- gh-comment-id:531259 --> @jberkel commented on GitHub (Nov 10, 2010): did it work properly with 1.1.x ?
Author
Owner

@marcher233 commented on GitHub (Nov 10, 2010):

no, the previous version does not backup mms at all.

<!-- gh-comment-id:531467 --> @marcher233 commented on GitHub (Nov 10, 2010): no, the previous version does not backup mms at all.
Author
Owner

@ghost commented on GitHub (Nov 10, 2010):

I can confirm, only 1 MMS is being backed up per thread here...

And only pictures, what about audio support? It's just an attachment, SMS Backup+ shouldn't care about format... I've lost valuable audio...

<!-- gh-comment-id:531608 --> @ghost commented on GitHub (Nov 10, 2010): I can confirm, only 1 MMS is being backed up per thread here... And only pictures, what about audio support? It's just an attachment, SMS Backup+ shouldn't care about format... I've lost valuable audio...
Author
Owner

@marcher233 commented on GitHub (Nov 10, 2010):

@xian1243,

feel sorry for your loss... but have you tested jpeg/gif images? I just found that smsbackup+ backs up image in jpg format, but not gif.

<!-- gh-comment-id:531638 --> @marcher233 commented on GitHub (Nov 10, 2010): @xian1243, feel sorry for your loss... but have you tested jpeg/gif images? I just found that smsbackup+ backs up image in jpg format, but not gif.
Author
Owner

@ghost commented on GitHub (Nov 10, 2010):

haven't tested GIF, but JPEG is just fine. Audio recordings on Android are in .AMR format.

<!-- gh-comment-id:531644 --> @ghost commented on GitHub (Nov 10, 2010): haven't tested GIF, but JPEG is just fine. Audio recordings on Android are in .AMR format.
Author
Owner

@marcher233 commented on GitHub (Nov 10, 2010):

I've just read the code for mms backup, it says,

if (contentType.equals("image/jpeg")) { }
else if (contentType.equals("text/plain")) { }

it seems that mms backup does not support other format (yet?).

<!-- gh-comment-id:531656 --> @marcher233 commented on GitHub (Nov 10, 2010): I've just read the code for mms backup, it says, if (contentType.equals("image/jpeg")) { } else if (contentType.equals("text/plain")) { } it seems that mms backup does not support other format (yet?).
Author
Owner

@ghost commented on GitHub (Nov 10, 2010):

what file is that code in? I'll check it out and see if I can't patch it for other formats.

<!-- gh-comment-id:531680 --> @ghost commented on GitHub (Nov 10, 2010): what file is that code in? I'll check it out and see if I can't patch it for other formats.
Author
Owner

@jberkel commented on GitHub (Nov 10, 2010):

@xian1243: CursorToMessage.java. here's my attempt to fix it:

github.com/jberkel/sms-backup-plus@5ba27732b2

apk: https://github.com/jberkel/sms-backup-plus/sms-backup-plus-mms-fixes.apk/qr_code

please check if it fixes your problems

<!-- gh-comment-id:531706 --> @jberkel commented on GitHub (Nov 10, 2010): @xian1243: CursorToMessage.java. here's my attempt to fix it: https://github.com/jberkel/sms-backup-plus/commit/5ba27732b23ee47ea35e0bb995fa4b1d04680270 apk: https://github.com/jberkel/sms-backup-plus/sms-backup-plus-mms-fixes.apk/qr_code please check if it fixes your problems
Author
Owner

@ghost commented on GitHub (Nov 10, 2010):

Thanks jberkel, works great backing up other formats, just tested, all fine :)

Just one quirk, it generates a 0 byte empty attachement along the phone's MMS media, called smil.xml... but no big deal... (double check your code) ;)

But yeah, great job mate ;)

<!-- gh-comment-id:531767 --> @ghost commented on GitHub (Nov 10, 2010): Thanks jberkel, works great backing up other formats, just tested, all fine :) Just one quirk, it generates a 0 byte empty attachement along the phone's MMS media, called smil.xml... but no big deal... (double check your code) ;) But yeah, great job mate ;)
Author
Owner

@jberkel commented on GitHub (Nov 10, 2010):

ok, got rid of the smil stuff.

<!-- gh-comment-id:531870 --> @jberkel commented on GitHub (Nov 10, 2010): ok, got rid of the smil stuff.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sms-backup-plus-jberkel#66
No description provided.