Guest nztsl Posted August 22, 2005 Report Posted August 22, 2005 Hi, I'm trying to do GPRS Provisioning via SMS, but I have a weird issue. I'm using the following file (which works fine via ActiveSync), I compile it in WBXML, encode it with both Network PIN and User PIN, and then send it via SMS. When the phone receives it it asks for the PIN code, and then it says "Parameters successfully updated", but no new GPRS profile is created. Did I forget something ? Thanks in advance! <wap-provisioningdoc> <characteristic type="CM_GPRSEntries"> <characteristic type="TSLGPRS1"> <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" /> <parm name="UserName" value="tsl"/> <parm name="Password" value="tsl"/> <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="apn.com" /> <parm name="GPRSInfoAddress" value="" /> <parm name="GPRSInfoDataCompression" value="1" /> <parm name="GPRSInfoHeaderCompression" value="1" /> <parm name="GPRSInfoParameters" value="" /> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc>
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now