Reputation: 589
i need help in converting sms in PDU mode to text mode in Java.
Upvotes: 0
Views: 2001
Reputation: 10091
Alternatively you can also use GSM_DecodePDUFrame from libGammu through JNI.
Upvotes: 0
Reputation: 75456
Try Android PDUParser,
http://www.androidjavadoc.com/m5-rc15/com/google/android/mms/pdu/package-tree.html
Upvotes: 2