View Single Post
  #51 (permalink)  
Old 12-23-2009, 11:48 PM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: VERIZON users on Custom Rom's - annoying voice-only network notification??

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...
Reply With Quote