mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #644] Support Wifi-Calling #550
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#550
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 @Kolossi on GitHub (May 10, 2016).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/644
Some EE smartphones in UK come with Wifi calling - it falls back to wifi if no/weak cell signal.
When in this mode the green phone handset dial icon in contacts has an addition "HD" symbol on it.
These calls appear in the call log on the phone but the entries show an icon like the the normal incoming/outgoing/missed icon but with the handset on its back rather than 45 degrees and "wifi" style signal burst as well.
These items are not backed up by SMS Backup+.
Jan - I'd be happy to contribute with additional debug or any other tasks to get this implemented in your excellent app (I'm a software dev though not mobile apps).
@jberkel commented on GitHub (Mar 28, 2018):
Not sure how to work on this without access to the specific software
@Kolossi commented on GitHub (Mar 29, 2018):
It's an android feature, but only enabled if the carrier supports it, but perhaps can be enabled in dev android simulator?:
How to enable it does seem to vary from phone to phone though.
Happy to run a debug of some kind to collect data if it would help?
@jberkel commented on GitHub (Mar 29, 2018):
I don't think the emulator supports this option. Looking at the code, they should get logged as normal calls. There is a new feature flag for FEATURES_WIFI and FEATURES_HD_CALL but the call type should be the same (incoming, outgoing etc).
I would have to build a special version to collect some data, to see how the calls are stored on your device. Are the calls made with the same app? (i.e. the stock phone app?)
@Kolossi commented on GitHub (Mar 29, 2018):
Yes, it was using the stock phone app.
Since it was a while ago since I raised it (I'm not "having a go" about that! :-) ) I'll try to recheck it's still the case that they aren't logged - I've had a couple of software updates and I guess it might have been an android bug now fixed?
@jberkel commented on GitHub (Mar 29, 2018):
@Kolossi please do! what's your current android version? the flags I mentioned where added in Android Oreo (8.0).
@Kolossi commented on GitHub (Mar 29, 2018):
Ok, ahem, so, it's working now, so I guess the sofware updates at some stage fixed it.
The call log on the phone now doesn't show them as different icons (this was in the original report).
FYI, my android version 7.0 (UK EE Galaxy S6), but like I say it's working fine now, so this one's a "Can't reproduce".
Thanks for your dedication in going through older issues, and for your time today @jberkel (donation sent)
@jberkel commented on GitHub (Mar 29, 2018):
good to hear it's working now! my favorite type of bugs :)