tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
312 stars 38 forks source link

Scheduled export only works once #175

Closed Myslippersreek closed 1 month ago

Myslippersreek commented 3 months ago

Hi,

Thanks very much for a very useful app. It has been very helpful to me.

I just wanted to raise one issue I've found: whilst the scheduled export works, it only does so once. After that, exports stop occurring. I'm not sure if there is a setting I have overlooked, or a broader problem?

Thanks again,

MSR

tmo1 commented 3 months ago

Thanks very much for a very useful app. It has been very helpful to me.

You're very welcome! I'm glad you found the app useful.

whilst the scheduled export works, it only does so once. After that, exports stop occurring.

One possibility is that the export job is being terminated early (e.g., by this issue). The way the scheduling works is that an export job is initially scheduled to run once at the time specified by the user. When the job finishes, the app then schedules a new export job for the same time (to be run the next day). If an export job is terminated early, the rescheduling will never run.

What Android and app version are you running? Have you disabled battery optimizations in the app settings? Please provide a logcat of a scheduled job running so we can check whether the jobs are being terminated for some reason.

tmo1 commented 1 month ago

Closing due to submitter unresponsiveness; feel free to reopen with the requested information if the problem persists.