-
I want to say thanks for the great work thus far. I was wondering if you had plans to implement text/sms backup. That would seriously help. My brother passed away a couple years ago and I've still going through his stuff and trying to archive things and now I am finally doing his phones and I would like to save the texts. There is a way to save the texts but it involves using an APP and I don't like that because I don't want it in some proprietary package. I like the way your script handles it. Would he nice to have it simply copy texts into .txt format or whatever people would like I don't care either way. Anyhow, just a question and suggestion and a thanks for your work! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thank you for the feedback, and sorry for your loss. The reason #23 didn't see any progress so far is because competing proprietary apps seem to directly access and modify the SMS database, something I couldn't figure out how to do in Flutter so far. A SMS message exporter is entirely doable, although such export wouldn't be restorable. I'll see if anything can be done. |
Beta Was this translation helpful? Give feedback.
-
SMS message exporting has been added in commit 0b9ce12 (i.e. latest version). You just have to take a new backup and SMS messages will be included in it. There are a few things to note though:
FYI I have a donation link in my GitHub profile if you'd like to support me financially. No pressure though. |
Beta Was this translation helpful? Give feedback.
SMS message exporting has been added in commit 0b9ce12 (i.e. latest version). You just have to take a new backup and SMS messages will be included in it. There are a few things to note though:
FYI I have a donation link in my GitHub profile if you'd like to support me financially. No press…