the dcs set at the initPduObject gets changed the moment setDataBytes
() us called in setPduPayload()

You will want to check Pdu.java

        public void setDataBytes(byte[] dataBytes)
        {
                this.dataBytes = dataBytes;
                this.decodedText = null;
                // clear the encoding bits for this field 8-bit/data
                this.dataCodingScheme &= PduUtils.DCS_ENCODING_MASK;

                // TRY CHANGING THIS
                this.dataCodingScheme |= PduUtils.DCS_ENCODING_8BIT;
                this.dataCodingScheme |= PduUtils.DCS_CODING_GROUP_DATA;
        }




On Jan 31, 2:59 am, Italo <[email protected]> wrote:
> I've already done this before... And I also did others changes,
> because there are some if conditions in others classes that need
> repair.
> But I will give it another chance! I am going to try this again.
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" 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/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to