|
Posted by Wince_Newbie on November 23, 2006, 11:30 pm
Please log in for more thread options
Hi,
I have WAP gprs setting to configure on windows mobile 5.0 for browsing
thru' Internet explorer of WM 5.0. Below is my wap setting to use.
Basically, I want these settings to be used when user connects to
internet.
WAP browser settings
=================
WAP G/w IP : 10.10.1.50
Port : 9201
APN : myWAPAPN
Username: WAPuname
Password: WAPpwd
I went thru' MSDN docs and found that I have to break the above
settings into 2 portions.
CM_GPRSEntries for specifying APN and CM_ProxyEntries to set the wap
g/w, port etc.
Following are my configuration for CM_GPRSEntries and CM_ProxyEntries.
<characteristic type="CM_GPRSEntries">
<characteristic type="my-GPRS">
<parm name="DestId" value=""/>
<characteristic type="DevSpecificCellular">
<parm name="BearerInfoValid" value="1"/>
<parm name="GPRSInfoValid" value="1"/>
<parm name="GPRSInfoProtocolType" value="2"/>
<parm name="GPRSInfoL2ProtocolType" value="PPP"/>
<parm name="GPRSInfoAccessPointName" value="myWAPAPN"/>
<parm name="GPRSInfoAddress" value=""/>
<parm name="GPRSInfoDataCompression" value="1"/>
<parm name="GPRSInfoHeaderCompression" value="1"/>
<parm name="GPRSInfoParameters" value=""/>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="CM_ProxyEntries">
<characteristic type="MyWapBrowser">
<parm name="SrcId" value=""
/>
<parm name="DestId"
value="" />
<parm name="Proxy" value="10.10.1.50:9201" />
<parm name="Extrainfo" value="10.10.1.50:9201" /> --> dont know
what it is for
<parm name="Type" value="2" />
<parm name="Username" value="WAPuname" />
<parm name="Password" value="WAPpwd" />
</characteristic>
</characteristic>
Please let me know if this is the correct way to do it.
I went thru MSDN docs, but could not get a clarity regarding "SrcId"
and "DestId".
i want to know what exactly these GUIDs for internet and wap n/w are?
and why they are used.
It would be great if someone can explain the above setting clearly.
If any change to be made to set the wap settings, please let me know.
hoping to get a quick response...
Thanks in advance...
|