On Nexus ONE, getting RESULT_ERROR_GENERIC_FAILURE when trying to use SmsManager.sendTextMessage()

Posted by Jonathan Akers on Stack Overflow See other posts from Stack Overflow or by Jonathan Akers
Published on 2010-03-27T01:12:30Z Indexed on 2010/03/27 1:23 UTC
Read the original article Hit count: 412

Filed under:

Hello, I've been successfully testing my app which sends a text message to another phone number. The problem came when I sent this to a buddy that has the NEXUS ONE. I added a pending intent to sendTextMessage() and saw I'm hitting: RESULT_ERROR_GENERIC_FAILURE.

Any ideas?? Thanks,

Jonathan

© Stack Overflow or respective owner

Related posts about android