Hi, I got stuck in a problem,let me explains it you- I am making an sms encryption aplication which sends data in binary form,and listens to a particular port. I am using "SmsManager.sendDataMessage(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)" for this purpose, but wouldn't be able to send the message it gives NullPointerException . As far as minimum message length of my app is concern goes to 155 bytes after encryption.
Please provide me some help to solve this problem to send sms in binary form which having length of more than 133 bytes -- 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

