pdu Questions

2

Here is my code: According to this page the CreateConcatTextMessage method returns an array with type SmsSubmitPdu[] but, when I try to send it with SendMessages I get a MessageServiceError 500. W...
Claypool asked 21/1, 2016 at 8:6

1

Solved

I have seen many questions asking how to get the SMS sender's phone number, but not the recipient's phone number. I have used the tool on this site to generate a PDU and can see the recipient's pho...
Casket asked 13/5, 2013 at 19:12

2

Solved

Im new to GSM and AT command sets, based on the error +CMS ERROR: 304 its a Invalid PDU mode parameter according to activexperts Im trying to send message using AT command to GSM modem in PDU mod...
Gastro asked 20/5, 2015 at 19:18

2

Solved

While I can successfully encode and decode the user data part of an SMS message when a UDH is not present, I'm having trouble doing so when a UDH is present (in this case, for concatenated SMS). W...
Dunnite asked 15/7, 2012 at 2:54

2

Solved

1) Is there any way that I can send a raw SMS PDU from an Android device? Or, 2) are there any classes available that can give me access to the PDU headers (for example TP-DCS) so that I can con...
Coontie asked 14/9, 2010 at 21:36

0

I asked a similar question last week and even set a bounty on it, after realizing the problem was the answer given was for a GSM PDU (3gpp) and it worked flawlessly in the emulator (android 2.2). I...
Tereus asked 19/9, 2012 at 2:10

3

Solved

Goal: (NOTE: The answer selected generates a GSM (3gpp) PDU) for CDMA (3gpp2) please refer here To create a PDU that can be passed into SmsMessage.createFromPdu(byte[] pdu). I'm "Broadcasting an I...
Geiger asked 9/9, 2012 at 0:44

1

Solved

I have written a program to decode a CDMA 3GPP2 point-to-point SMS message. I tested it on a couple CDMA PDU hex strings I found on the internet, and it works perfectly. However, when I try to impl...
Celandine asked 25/6, 2012 at 1:48

2

Solved

Android documentation for SMSManagers sendTextMessage function public void sendTextMessage (String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliv...
Tound asked 22/3, 2012 at 16:54

1

Solved

I am currently writing and application, that is sending/receiving SMS messages. For unit-testing purposes I need to create PDU programmatically. Decoding is quite easy: Bundle bundle = intent.get...
Alkaloid asked 28/4, 2011 at 17:41

2

Solved

Seems to be that I need to parse PDU byte array received during SMS BroadcastReceiver: @Override public void onReceive(Context context, Intent intent) { Bundle bundle = intent.getExtras(); Obj...
Hun asked 14/4, 2011 at 12:31

2

Solved

I need to Send Short message in pdu mode. Anybody can give me a GSM 7bit encode/decode algorithm?
Orthographize asked 14/3, 2011 at 11:6
1

© 2022 - 2024 — McMap. All rights reserved.