That was my first thought too.
However, the server is on USA time, and the test phone is on South African time: so there is a 6 -> 9 hour difference between the 2 countries. (I'm not sure which US...
Type: Posts; User: pcimring; Keyword(s):
That was my first thought too.
However, the server is on USA time, and the test phone is on South African time: so there is a 6 -> 9 hour difference between the 2 countries. (I'm not sure which US...
Yes, I did find the solution: there is a subtle mistake in the code. See below:
http://forums.sun.com/thread.jspa?threadID=5283141
Pete
Thanks Hartti
Actually, I did come across that one (as well as a few other similar HTML pages). However, I'm wondering if there is some kind of CSV file that gets updated - some sort of...
PS: I would like to pre-populate a form field with the user's international dialing code - based on his country.
Hi
Does anyone know where one can obtain a CSV file with a list of countries and international dialing codes?
Thanks
Pete
Hi
We are currently testing some code that sends out 'OMA Client Provisioning' messages.
So far, it works fine on most phones. However, there is a strange 'quirk' on the Nokia E61:
On the...
OK, Traun
Thanks for the pointers. I think I have a pretty good overview of things, although some of the details still 'make my head spin'.
Anyway, I'll look over the docs and keep 'hammering...
Hi Traud
Thanks once again for your feedback.
I have now put together some code that performs all the 'necessaries' as per the 'Nokia Series 40' doc - so far it's working nicely. :)
Yes, I...
Hi Traud
I have successfully put together code that adds the WSP Headers (and MAC), splits the payload and submits each message part the WDP Headers. I have tested it with the Nokia S40 sample and...
OK - I just figured out why my result differs from that of the HashCalc Tool.
When I entered the 'data' in HashCalc, I specified that the 'data' format is 'Hex'.
If I specify in HashCalc that...
Hi
I am attempting to generate a MAC (HMAC SHA1) with Java code - based on 'USERPIN'.
However, when I run the code on a given Hex String, it returns a different value to that of HashCalc....
Hi
Can anyone recommend a Java API that is equivalent to libxml (or provides binding to libwbxml)?
I would like a simple method that accepts an XML file (/stream) and returns a wbxml binary...
I must dis-agree. I will have to send out OMA CP payloads to a wide variety of phones. Without an understanding of the hex values, I'm 'shooting from the hip', without any framework for...
Hi Traud
I have looked over your answers carefully, and have taken a look at each of the resources mentioned.
Could you help with the following questions?:
=> Below are the WSP Headers used...
Thanks for the numerous and detailed feedback! It's really appreciated. I will take a look and see how it goes.
One last question though:
As a test, I fired off my current wbxml payload to an...
Hi
I am compiling an OMA Client Provisioning payload.
I have prepared the XML Document and encoded it as wbxml.
Can anyone explain to me how I go about writing the UDH and WSP Headers?...
PS: A link to any relevant documentation would also be appreciated!
Thanks
I am putting together an OMA Client Provisioning payload. I have a couple of questions re. the wbxml encoding used in the 'S60 OMA Client Provisioning' document on ForumNokia:
...
Sorry - I was in rush when I posted the thread. Just to clarify:
The document I am referring to can be found here:
...
Hi
The following snippet of 'commented' wbxml code (see below - end of post) is from the 'S60_Platform_OMA_Client_Provisioning_v2_1_en.pdf' document.
Could someone please explain the following...
Hi
Are User Data and WSP Headers required when sending a 'Client Provisioning' payload?
(I have successfully fired off a 'WAP Push' payload. The WAP Push payload DID require these 2 headers....
One more question:
Once I have encoded the XML as WBXML, do I need to add 'UDH' and 'WSP Headers' to the payload?
I have been playing with a Wireless Push Service Indication that was encoded as...
My question is this:
I do not know of any URI for the contacts database. When I configure the sync settings manually on my phone, I simply supply 'card' as the value for the Contacts 'Database...
Hi Traud
Many thanks for your feedback - the links you provided were useful, albeit similar to the resources that I have looked at previously.
I think my main question pertains to the required...
Hi
I am setting up OMA Client Provisioning for our SyncML Server. I have compiled an XML Document, but am not sure if I have done so correctly. (An initial test using NowSMS failed with no message...