Hi, I tried to send a binary data message with 250 bytes. the method: sendDataMessage(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
seems to fail. Sending out binary data sms longer than 140 bytes does not work. In J2ME this can be done easily. Ok, there is a split-off method: divideMessage(String text) for sending a text message longer 160 characters as a multipart message. but this is only for text messages. Where is the sendMultipartDataMessage(...) method ????? I'am very disappointed about the Android API. Seems to be a fast hack. At the moment I'have no idea how to send out a data message with more than 140 bytes. As already mentioned in J2ME this are one line of code. Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

