I will offer up one more provisioning script that replicates the "VZW Embedded GSM" connection entry found in the stock ROM.
This was suggested as a fix in the following thread:
http://forum.ppcgeeks.com/showthread.php?t=97845
Once again, I am unable to test my own solution as I am not currently traveling in an area with limited connection. Please try this and report back.
This is harmless as it just creates a connection entry that can simply be deleted.
Here is the contents of the attached CAB - as you can see it simply creates a new PPP Entry for the internet.
Quote:
<characteristic type="CM_PPPEntries" mwid="1">
<characteristic type="VZW Embedded GSM">
<parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}"/>
<parm name="Phone" value="emgsm.vzw3g.com"/>
<parm name="UserName" value="emsgsm.vzw3g.com"/>
<parm name="Password" value="vzw"/>
<parm name="DeviceType" value="modem"/>
<parm name="DeviceName" value="Cellular Line"/>
<parm name="Enabled" value="1"/>
<parm name="RequirePw" value="1"/>
<parm name="IpHeaderCompression" value="0"/>
<parm name="SwCompression" value="0"/>
<parm name="RequireEncryptedPw" value="0"/>
<parm name="RequireMsEncryptedPw" value="0"/>
<parm name="RequireDataEncryption" value="0"/>
<characteristic type="DevSpecificCellular">
<parm name="GPRSInfoValid" value="1"/>
<parm name="GPRSInfoProtocolType" value="2"/>
<parm name="GPRSInfoL2ProtocolType" value="2"/>
<parm name="GPRSInfoAccessPointName" value="emsgsm.vzw3g.com"/>
</characteristic>
</characteristic>
</characteristic>
|
Thanks are always appreciated...