Android SMS sending

0

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

  

display event receiver pipe was closed or an error occurred.   events = 0x9

If anyone knows how to solve thank you for the help.

    
asked by anonymous 04.06.2014 / 18:38

1 answer

1

Dude, try partitioning the submission by dividing in steps. Eg: send 50, wait 5 seconds send another 50 until you finish sending them all. I have an app that sends a sms every 1 minute after activating and I had no problem with that. more worth a try. Falow, if you put the code ae.

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

    
04.06.2014 / 22:03