jberkel / sms-backup-plus

Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
https://play.google.com/store/apps/details?id=com.zegoggles.smssync
Apache License 2.0
1.79k stars 497 forks source link

Offline SMS backup to file (without Gmail or IMAP) #979

Closed szpak closed 4 years ago

szpak commented 4 years ago

Expected behaviour

I can just export SMS messages to a local file (json, sqlite, etc.), transfer it via a cable/wifi/whatever to computer and use to restore (on that or an another phone) if wanted/needed. All without Gmail or an IMAP server access.

Actual behaviour

Looking through the FAQ I'm aware only about export to Gmail (I don't want to send my sms messages to the cloud) or my own IMAP (I would prefer not to have setup one).

Steps to reproduce the behaviour

Try to backup and restore SMS message without internet access (and without IMAP server).

szpak commented 4 years ago

Duplicate of #974...

nayyarsyed commented 4 years ago

I have already done that , here is the app , ( simply read all SMS and write it on a text file ) in external memory at the moment but functionality for internal is also there

published app Link here https://www.amazon.com/dp/B0891VGDXJ/ref=cm_sw_r_tw_dp_U_x_TBiZEb3AKC72G

Source code here https://github.com/pintspin/ReadSMSpublic

Dont know if that is of any help , i was having trouble so i just created this very primitive app to save my text message in a text format and to sent it as attachment to gmail or email ( still working on this ) Google rejected my app because of dangerous permission so i decided to publish the app on amazon and it worked like charm ...