tmo1

Results 157 comments of tmo1

You can try my ['sms-db'](https://github.com/tmo1/sms-db) program - it can import SMS and MMS messages (I'm not sure about Signal end-to-end encrypted messages) from Signal backups, SMS Backup and Restore XML...

Thanks for reporting this - I have confirmed the problem. There are apparently a number of methods for dealing with this issue, of various complexity and robustness; for (my own)...

Probably related. As I've said above, it would be nice to fix this, but I haven't made it a priority. The import should continue to run even if the screen...

> The fix is very easy and straightforward, you just need to set screenOrientation for each activity in your manifest to "portrait" and that will lock the orientation regardless of...

> As for the orientation, I think "portrait" is most appropriate for your app, as your UI is most suitable to portrait use. "nosensor" or "locked" will allow the app...

> My observation: MMS that I've sent restore to the correct thread, just the ones that I received end up separate in a thread that also has my phone number...

I suspect that the issue is related to the fact that for SMS messages, Android only stores [the address of "the other party"](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#ADDRESS), and not the local address (sender for...

> I encountered the same issue as OP, with every MMS misplaced, not just others' as slowscript observed, and I tried to play with the JSON to no avail. Thank...

> Same behavior from Android 9 to Android 11 (both with /e/ OS). > However it's a nice app, thanks ! Waiting for this fix. > Note that I complete...

I finally have a solution that seems to fix this problem, at least in my testing. I ask anyone who has experienced the problem to please test [this version of...