mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #1060] backing up to SMS folder in gmail does not show the correct names #847
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#847
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 @thinkscriptfan on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1060
Originally assigned to: @jberkel, @kurahaupo on GitHub.
Hi , I am using smsbackup+ on pixel 3axl , latest android .
recently , I have noticed that sometimes my text to some known contacts is not backed up correctly .
instead of showing from me , it shows from +1xxxxxxx +1xxxxxxx@unknown.email , and instead of showing SMS with the name of the receiver , it shows SMS with +1xxxxxxx
( where +1xxxxxxx is my cell number )
I just noticed that this has been happening only in the last 2 years,
This is very serious , as the conversation threads can not be valid anymore under a certain name.
Expected behaviour from me SMS with " the name of the receiver"
Actual behaviour from +1xxxxxxx +1xxxxxxx@unknown.email SMS with +1xxxxxxx
Steps to reproduce the behaviour ? sometimes happens , not sure how to reproduce.
Please specify the following:
@kurahaupo commented on GitHub (May 29, 2021):
I'm pretty sure this is a continuation of a known issue. I will check for related issues shortly.
Essentially, the API used to access an individual message presents a list of addresses (phone numbers) associated with it, in no particular order.
When this app was written they were presented with the "sender" as the first address, but at some point the order became randomized, and a "type" tag was added. This is why you see your own address appearing instead of the other party's.
@kurahaupo commented on GitHub (May 29, 2021):
@jberkel - I'd like your thoughts on this plan:
What needs to happen is to inspect the "type" tag on each address to find which one is the sender and then to choose based on incoming or outgoing whether the sender is the "other party" or not.
In the case of group messages it gets more complicated, as for incoming messages it would need to identify which of the recipients are "self" and which are "others". Possibly this could be learned from the 2-party messages.
If that can't be made to work reliably, then there are several options:
@kurahaupo commented on GitHub (May 29, 2021):
Duplicate of #390
@kurahaupo commented on GitHub (May 29, 2021):
Possibly related to #621
@kurahaupo commented on GitHub (May 29, 2021):
Possibly related to #671
@kurahaupo commented on GitHub (May 29, 2021):
Possibly related to #704
@kurahaupo commented on GitHub (May 29, 2021):
Possibly related to #621
@kurahaupo commented on GitHub (May 29, 2021):
Possibly related to #663
@kurahaupo commented on GitHub (May 29, 2021):
Duplicate of #676
@kurahaupo commented on GitHub (May 30, 2021):
See new bug classification misattribution
@kurahaupo commented on GitHub (May 30, 2021):
See additional classification half-missing, as some of the issues with that tag may be hidden variants on the misattribution tag.
@kurahaupo commented on GitHub (Jun 2, 2021):
@jberkel FYI need to make allowance that some MMS messages include the sender among the recipients as well