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

Exported messages are less than imported messages #184

Open LegendaryCobra opened 1 month ago

LegendaryCobra commented 1 month ago

When I export messages there are around 5k sms and some MMS. When I import only 3955 SMS are imported and lots of outgoing messages are missing, but it seems all incoming messages are there. I tried changing the sub_ID of the messages in textpad but I get an error for each message when I try to import.

Any ideas?

tmo1 commented 1 month ago

https://github.com/tmo1/sms-ie#bugs-feature-requests-and-other-issues

When I export messages there are around 5k sms and some MMS. When I import only 3955 SMS are imported and lots of outgoing messages are missing, but it seems all incoming messages are there.

This could be #128 - do you have "Include Subscription IDs in import" set?

I tried changing the sub_ID of the messages in textpad but I get an error for each message when I try to import.

https://github.com/tmo1/sms-ie#logcat

LegendaryCobra commented 1 month ago

This could be #128 - do you have "Include Subscription IDs in import" set? I did not, however, when I enabled that option on both devices (exported new and imported new file) it still stopped at 3395 sms. This also split the images and the texts into different "contacts" and there are still missing outgoing messages.

https://github.com/tmo1/sms-ie#logcat I don't think that will be helpful because I got an error for each message so it was lagging the phone pretty hard, I think that was just from me editing the file.

tmo1 commented 1 month ago

I did not

Good - it should generally not be set.

As per the README, please try to construct a minimal reproducible example, and provide a logcat (as well as the requested information about Android and app versions).