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
336 stars 39 forks source link

Error Importing Messages. #90

Closed azR-103 closed 1 year ago

azR-103 commented 1 year ago

Importing contacts and call logs working, but Importing message fails.

Screenshot_2023-01-15-15-23-07-301_com github tmo1 sms_ie

tmo1 commented 1 year ago

Have you temporarily made SMS I/E the default messaging app?

azR-103 commented 1 year ago

Have you temporarily made SMS I/E the default messaging app?

Yes. This was happening only in miui stock rom, flashed lineageos based custom rom and it worked.

tmo1 commented 1 year ago

android.permission.WRITE_SMS no longer exists in Android - it was removed in API 23 (KitKat). SMS I/E requires Android API >= 23, so this shouldn't be an issue. What Android version is your MIUI ROM using?

azR-103 commented 1 year ago

It was based on nougat. Nvm i have switched to custom rom & have no issue now.