Sending of Android SMS

Asked

Viewed 179 times

0

I’m developing an android app for sending automatic Smss. When I send many Smss around 200 at the same time the phone turns off and presents the following error in the log:

display Event receiver pipe was closed or an error occurred. Events=0x9

If anyone knows how to solve I thank you for your help.

1 answer

1

Guy, Tries to partition the shipment by splitting in steps. Ex.: sends 50, waits 5 seconds send 50 more until finish sending all. I have an app that sends a text every 1 minute after activated and I had no problem with it. It’s worth trying. Falow, if you can put the code and.

Note: a consideration would be to send one by one in a kind For(xxxxxxx) I am saying this why not if you are testing send everything at the same time.

  • I can’t wait for seconds because my messages are schedules and also includes seconds so if you wait for 5 seconds I miss the messages that are scheduled in this time interval.

  • you send it all at once ?.

  • select all messages that are in the database and send them all at once

  • Dude can be that, even trying to partition that. and very fast

  • The problem is that messages don’t always see all together for example I can send 50 messages one at a time depending on the date and second this in the database.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.