PDA

View Full Version : Delete this thread, please


interestingfellow
13th November 2009, 10:09 PM
I want to specify my own connection settings in the ext rom by replacing or editing a particular file. I just extracted _setup.xml from pp_tmhr_connection_settings.cab that was in the Ext Rom, and have no idea how to read it. I know it specifies all (or most) of the connectino settings for my device, and I can figure out the xml tags and what not, but don't know how to edit or decifer the actual data specified.... as shown below. Someone please help me.

<wap-provisioningdoc>
<nocharacteristic type="CM_ProxyEntries"/>
<!-- Default Connection for Internet -->

<characteristic type="CM_ProxyEntries">

<characteristic type="HTTP-{0811B893-9F40-4130-80EF-B0C9E0A6FEFA}"> ---->I don't understand this string of characters<----
<parm name="SrcId" value="{0811B893-9F40-4130-80EF-B0C9E0A6FEFA}"/>
<parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}"/>
<parm name="Proxy" value="new-inet:1159"/> ---->I don't understand this either<----
<parm name="Type" value="0"/>
<parm name="Enable" value="1"/>
</characteristic>