GPRS(APN) OTA only

GPRS(APN) OTA only SearchSearch
Author Message
Aamer
Unregistered guest
Posted on Wednesday, March 30, 2005 - 12:02 pm:   

Hi Bryce,
I have perfectly tested WAP OTA PAGE for WAP & MMS Settings for Nokia Mobiles. But when i customized the WAP OTA Page for GPRS APN provisioning only (Attached is the customized Web page), the following result appears on browser after submit.

Error: Invalid Parameter
OTA_PROXY parameter missing

Could you tell me what am i doing wrong here?
Please note that i want to configure APN for GPRS access only.
image/bmp
GPRS.bmp (783.4 k)
Aamer
Unregistered guest
Posted on Wednesday, March 30, 2005 - 12:14 pm:   

Follow up....
By sending OTA thru .OTA file method (contents are below mentioned) APN get configured fine on the Nokia set. Also by copy paste the following contents on "Send XML settings documents" the APN get configured too.

Any Idea whats going wrong ?

<?xml version="1.0" encoding="UTF-8"?>

<CHARACTERISTIC-LIST>

<CHARACTERISTIC TYPE="ADDRESS">
<PARM NAME="BEARER" VALUE="GPRS"/>
<PARM NAME="GPRS_ACCESSPOINTNAME" VALUE="internet"/>
</CHARACTERISTIC>
<CHARACTERISTIC TYPE="NAME">
<PARM NAME="NAME" VALUE="GPRS Setting"/>
</CHARACTERISTIC>
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4259
Registered: 10-2002
Posted on Wednesday, March 30, 2005 - 09:58 pm:   

At present, you need to create your own OTA file.

There is some discussion of the difficulty of creating a profile that does not include a proxy setting at the following link:

http://support.nowsms.com/discus/messages/1/8569.html

You can store your own ".OTA" file in an "OTA" subdirectory of NowSMS, and send it with a simple URL request:

http://www.nowsms.com/documentation/ProductDocumentation/sending_wap_ota_message s/wap_configuration_ota_messages.htm
http://www.nowsms.com/documentation/ProductDocumentation/sending_wap_ota_message s/oma_provisioning_content.htm

Or you can also submit an OTA file via HTTP POST:

http://support.nowsms.com/discus/messages/1/4313.html


-bn