klinker41 / android-smsmms

Library for easily sending SMS and MMS for Android devices
680 stars 249 forks source link

MMS text messages don't send but images do #129

Open matthewfcarlson opened 6 years ago

matthewfcarlson commented 6 years ago

Trying to figure out what's going on here. 05-15 15:54:39.383 9567-10053/ V/Transaction: using lollipop method for sending sms 05-15 15:54:39.390 9567-10053/ V/Transaction: using system method for sending 05-15 15:54:40.662 9567-10285/ V/MmsSentReceiver: MMS has finished sending, marking it as so, in the database 05-15 15:54:40.670 9567-10285/ V/MmsSentReceiver: content://mms/outbox/6425 05-15 15:54:40.724 9567-10285/ V/MmsSentReceiver: /data/user/0/y/cache/send.1839478437827846633.dat 05-15 15:54:40.730 9567-10285/ D/MmsSentReceiver: SENT MMS-1 Intent { act=com.klinker.android.messaging.MMSSENT flg=0x10 pkg=____ cmp=__/.receiver.MmsSentReceiver (has extras) }

NomadicDeveloper22 commented 6 years ago

I just found this library, and tried sending MMS text, but nothing sends. Unfortunately this library was the only way I found to do what I need done in my current project

Hope this is addressed soon

NickM-27 commented 6 years ago

Are y'all trying to send a MMS message that has text only and no other attachments?

NomadicDeveloper22 commented 6 years ago

@NickM-27 I am, I don't know about the issue's poster though

NickM-27 commented 6 years ago

Why not send SMS when there's no attachments?

NomadicDeveloper22 commented 6 years ago

@NickM-27 So the user can send long texts

markandroid2999 commented 6 years ago

are you using version 5.0.1?