mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-26 01:15:58 +03:00
[GH-ISSUE #78] Not all media is backed up in MMS #66
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@jberkel commented on GitHub (Nov 10, 2010):
did it work properly with 1.1.x ?
@marcher233 commented on GitHub (Nov 10, 2010):
no, the previous version does not backup mms at all.
@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...
@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.
@ghost commented on GitHub (Nov 10, 2010):
haven't tested GIF, but JPEG is just fine. Audio recordings on Android are in .AMR format.
@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?).
@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.
@jberkel commented on GitHub (Nov 10, 2010):
@xian1243: CursorToMessage.java. here's my attempt to fix it:
github.com/jberkel/sms-backup-plus@5ba27732b2apk: https://github.com/jberkel/sms-backup-plus/sms-backup-plus-mms-fixes.apk/qr_code
please check if it fixes your problems
@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 ;)
@jberkel commented on GitHub (Nov 10, 2010):
ok, got rid of the smil stuff.