sms - OMA Email Notification WAP Push trouble -


I'm trying to send an OMA email notification () 1.0 WAP-push, to create it on any mobile device Get the latest email for the given mailbox

My problem is that nothing happens when I get a mobile SMS, I have tested it with a Nokia E71, according to Nokia's own technical specs. The specification should be implemented. On the device I have installed an IMAP email account for 'my_email@gmail.com' email address.

I have read somewhere that it was also necessary to 'auto update' the 'email notifications' in the 'Automatic Recovery' menu.

  UDH = WDP + WPP WDP = 0605040 B 8423F 06 06 - Length of WDP in octet 05 - Information element identifier, application port addressing scheme, 16-bit address 04 - Length of information element in octet 0B84 - Destination port (2948) 23F0 - Source port (9200) WSP = 250603030 A. 9 25 - Transaction occurred (Non-Connection WSP) 06 - PDU Type: Push 03 - Octet 030A Header Length - Content-Type: Application / vnd.wap.emn + wbxml 09 - Application- id: x-wap-application: emn.ua  

Body:

  030D6A008507036D795F656D61696C40676D61696C2E636F6D0005C30620090504121501 03 - WBXML Version 1.3 0D - EMN 1.0 Public Identifier 6A - Encoding UTF-800 - String Table Length = 0 85 - & lt; EMN & gt; Tagged with attribute 07 - mailbox = mail: (attribute) 03 - inline string 6D795F656D61696C40676D61696C2E636F6D - 'my_email@gmail.com' 00 - string 05 - timestamp (attribute) c3 - Ends opaque data 06 - data 6 octet Long 200905041215 - 200 9504 T12: 15: 00Z01 - & lt; / EMN & gt; I know this is a very specific question and can be difficult to answer, but I hope someone is able to indicate what I am doing. .. 

Did you verify that this is correct Is formatted in form, tried to monitor the message using Warhark?

In addition:

Your destination port value is incompatible - have you made a typo or mistake?

0B84 - Destination port (2984)

To think about things

>

1) Have you got the right order byte? As its source port of 0x23f0 (9200) should be formatted as 23f0 or f023

2) Should the WDP length indicator be included in making the length byte to the right length 07 octets?

3) What should be the length field in WSP?

Regards


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -