Sending OMA provisioning Info to Sony Ericsson K750i

Sending OMA provisioning Info to Sony Ericsson K750i SearchSearch
Author Message
Robert Osburn
Unregistered guest
Posted on Monday, August 15, 2005 - 08:28 am:   

Hi there,

I'm trying to send APN configuration information to a GSM phone, specifically an SE K750i. If I use the SE specification, I can successfully send information to the phone, however I wish to use the OMA standard since I may have to support other manufacturers in the future. In addition, the developers guide suggests that this phone supports OMA xml.

I have tried the xml doc as shown in the SE developers guide and also the Orange configuration that I saw on this site.

Has anyone had any sucess in sending OMA provisioning info to a SE K750i?

Using the sample below, I am able to get the phone to recognize that the settings have arrived, but it always seems to think that they invalid.

Any help would be appreciated.

Thanks,

Robert

Example xml:
<wap-provisioningdoc>
<characteristic type="BOOTSTRAP">
<parm name="NAME" value="Orange Internet"/>
</characteristic>
<characteristic type="NAPDEF">
<parm name="NAME" value="Orange Internet"/>
<parm name="NAPID" value="Orange_Internet_NAPID"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAP-ADDRESS" value="orangeinternet"/>
<parm name="NAP-ADDRTYPE" value="APN"/>
<parm name="INTERNET"/>
<characteristic type="NAPAUTHINFO">
<parm name="AUTHTYPE" value="PAP"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>

generates:
010b6a0045c65601
870706034f72616e
676520496e746572
6e6574000101c655
01870706034f7261
6e676520496e7465
726e657400018711
06034f72616e6765
5f496e7465726e65
745f4e4150494400
01871006ab018708
06036f72616e6765
696e7465726e6574
0001870906890187
1401c65a01870c06
9a01010101

WSP:
0006276170706c69
636174696f6e2f76
6e642e7761702e63
6f6e6e6563746976
6974792d7762786d
6c00

Paul Hayton
Unregistered guest
Posted on Wednesday, August 17, 2005 - 11:04 am:   

You need to add some proxy information for the SE K750i for it to accept the settings as valid.

I saw the same behaviour and added the following lines (from elsewhere on this site) then it worked:

<characteristic type="PXLOGICAL">
<parm name="NAME" value="TestNoProxy"/>
<parm name="PROXY-ID" value="TestNoProxy_Proxy"/>
<characteristic type="PXPHYSICAL">
<parm name="PHYSICAL-PROXY-ID" value="TestNoProxy_PhProxy"/>
<parm name="TO-NAPID" value="TestNoProxy_NAPID"/>
</characteristic>
</characteristic>

Paul
Anonymous
 
Posted on Monday, August 29, 2005 - 11:14 am:   

Hi

I want to send a provisioning doc to a Sony Ericsson K750i too. I have tried with the above example but I could not get any good results.
Do you have na working example for this device?

I would apreciate any help

Thax in advance

Alin