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
319 stars 38 forks source link

[BUG] Cannot set this app as the default messaging app. #124

Closed CodeCubeNeo closed 10 months ago

CodeCubeNeo commented 10 months ago

Hi! I can't set this app as the default messaging app on my huawei p10 lite device running android 8. Ig it does not get recognised as a messaging app. Also why is there no confirmation to change the default messaging app from the app itself like with simple mobile tool's sms messenger or qksms? Thanks for feedback

tmo1 commented 10 months ago

I can't set this app as the default messaging app on my huawei p10 lite device running android 8. Ig it does not get recognised as a messaging app.

I've never seen this before. The app follows the rules to be eligible to become the default SMS app, and it is able to become the default SMS app on all my devices and apparently on those of other users of the app as well.

What version of the app, and what exact version of Android, are you running?

Also why is there no confirmation to change the default messaging app from the app itself like with simple mobile tool's sms messenger or qksms?

This has been requested before; I've never bothered implementing this because it didn't seem that necessary, but I'll consider doing so in the future.

CodeCubeNeo commented 10 months ago

Android version is 8.0.0 and I am using the latest version of the app - meaning 2.1.0. Idk, i restarted the phone, deleted some other apps, tried older versions of your app and it still does not get recognised on my huawei? Again some other open source messengers like qksms and simple sms messenger (https://github.com/SimpleMobileTools/Simple-SMS-Messenger) work fine (but they do ask for changing the default messaging app upon launch). Maybe you can check out how they implemented it?

tmo1 commented 10 months ago

Hi,

The latest commit implements asking to become the default SMS app upon importing or wiping messages. I haven't made a release with this code yet, but please test it and see if it solves your problem. (You can either build the latest code yourself, or download an automatically built version as per the Installation instructions.)

CodeCubeNeo commented 10 months ago

Yes, now it works and i can change it from the app (to import messages). ig it has to ask in order to appear in the list of default messaging apps. Thanks, please publish the release when you can. Awesome work!

tmo1 commented 10 months ago

Thank you! I'll hopefully get the next release out within the next week or two.

tmo1 commented 9 months ago

I just published the new release.