mrrfv / open-android-backup

Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
http://openandroidbackup.me/
GNU General Public License v3.0
751 stars 40 forks source link

Feature request: add sms and call logs backup and restore #23

Closed thewh1teagle closed 9 months ago

thewh1teagle commented 2 years ago

I think that it's a key feature to have the ability to backup sms and call logs, Every time I backup my phone for me or for someone else I saw that it's important to keep old sms messages and call logs.

mrrfv commented 2 years ago

I doubt that this is even possible, as Android is pretty locked down these days and the reason your phone manufacturer's app can restore SMS messages is because it has special privileges to do so. The only possible way I think this could be implemented is adding a "backup viewer" to the companion app, which would allow you to view the message history when it's needed.

thewh1teagle commented 2 years ago

Of course it's possible Try this app, it works for sms and call logs - backup and restore https://play.google.com/store/apps/details?id=com.idea.backup.smscontacts

dajix350 commented 1 year ago

Is this planned? Right now I am using Simple SMS messenger to manually backup SMS files and then adding it to the backup archive.

mrrfv commented 1 year ago

Planned, but it'll take a while before it's implemented. I don't know how to make this using Flutter at the moment.

mrrfv commented 1 year ago

SMS and call logs backups have been added in the latest commit, currently cannot be restored to a new device though.

dajix350 commented 1 year ago

Awesome, thanks!