IndexController
IndexController

Reputation: 589

PDU to text conversion in Java

i need help in converting sms in PDU mode to text mode in Java.

Upvotes: 0

Views: 2001

Answers (2)

Michal Čihař
Michal Čihař

Reputation: 10091

Alternatively you can also use GSM_DecodePDUFrame from libGammu through JNI.

Upvotes: 0

Related Questions