pdu Questions
2
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...
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
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...
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...
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...
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...
2
Solved
I need to Send Short message in pdu mode. Anybody can give me a GSM 7bit encode/decode algorithm?
1
© 2022 - 2024 — McMap. All rights reserved.