Re: Inserting connection



If it's a PPC Phone Edition device it will support the Xml configuration
API. You can build an xml document to describe your connection and build a
..cpf file - like a cab but purely for deploying xml configuration. You will
need to refer to the SDK documentation for the specific settings for your
connection type - GSM/GPRS etc for example for GPRS you might have something
like this:-

<wap-provisioningdoc>
<characteristic type="CM_GPRSEntries">
<characteristic type="GPRS1">
<parm name="DestId" value="{436EF144-B4FB-4863-A041-
8F905A62C572}" />
<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="internet3.thephone-company.com" />
<parm name="GPRSInfoAddress"
value="" />
<parm name="GPRSInfoDataCompression"
value="1" />
<parm name="GPRSInfoHeaderCompression"
value="1" />
<parm name="GPRSInfoParameters" value="" />
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>

See the topic - creating a CAB provisioning Format (.cpf) File in the SDK
documentation for details on how to build this into a cpf which you can tap
to install (or run as part of an autorun script)

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"r" <razgrp@xxxxxxxxx> wrote in message
news:1124187818.632130.50780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I would like to give myu customers an automated way to insert a
> connection to the pocket pc so they would be able to connect to the
> internet after a hard reset.
> I am using CF.
> Could anyone point me to the right direction?
> thanks in advance
>


.



Relevant Pages

  • Bad winsock behavior with SynAttackProtect and listen backlog exceeded
    ... "The listen function is typically used by servers that can have more than one connection ... RESET back from the server immediately after the 3-way handshake (SYN, SYN-ACK, ACK). ... documentation. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Win32::Internet fetch url question
    ... documentation for 'timeout', ... So you looked at the documentation and found ConnectionTimeout and that didn't help disconnect the connection after a certain amount of time waiting? ... You could also look at the test code that comes with that module, ... The "GENERIC URL FETCHER" part... ...
    (comp.lang.perl.misc)
  • Re: When does IsReusable Property get interrogated?
    ... a transaction handler is released to the pool. ... class, which opens a DB connection, and provides the Databroker to its ... I haven't found the documentation to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: lookingheart ........
    ... connection between the two spheres in this case. ... and the NRMT have been pointed out and documented ... documentation supporting the exsistance of the mythical nrmt ... ...
    (alt.gathering.rainbow)
  • Re: SSIS Package Configuration
    ... connection in the Execute SQL task. ... Choose a connection that is added to ... I have created an XML Configuration file within the Designer and have ... use a connection I have created within the connection managers window. ...
    (microsoft.public.sqlserver.dts)