Email and Messages Known Issues
Cannot send SMS text from GSM device to CDMA device
When using a MessageConnection to send a SMS from a GSM device to a CDMA device, the message will appear to be sent but the recipient will never receive the message. When using a DatagramConnection, the recipient will get the SMS but the text will be gibberish.
From the 4.5 Release Notes and Known Issues:
Retrieving the body text of a message.
When you invoke Message.getBodyText() on an HTML message that doesn't have an attachment, the method does not retrieve the body text of the message. Instead, the method returns null.
Impact: You cannot retrieve the body text of a message from an HTML message without an attachment.
Workaround: None.
From the 4.6 Release Notes and Known Issues:
When the message list sends an SMS message, SMS SendListeners are not notified.
Impact: SMS SendListeners are not notified when an SMS message is sent from the
message list
Workaround: None.
