View Single Post
  #163 (permalink)  
Old 03-23-2010, 07:01 PM
tuxmask's Avatar
tuxmask
Lurker
Offline
 
Join Date: Oct 2009
Posts: 10
Reputation: 0
tuxmask is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Internet sharing xml code

Thanks for the great cab.

I am trying to customize the setting to fit my need and have a question.

Are these the xml codes needed to get tethering to work with internet sharing?

<characteristic type="HKLM\Comm\InternetSharing\Settings">
<noparm name="ForceCellConnection" />
</characteristic>
<characteristic type="HKLM\Comm\InternetSharing\Settings">
<parm name="ForceCellConnection" value="Sprint" datatype="string" />
</characteristic>
<characteristic type="HKLM\Comm\InternetSharing">
<parm name="Extension" value="" datatype="string" />
</characteristic>
<characteristic type="HKLM\Services\CMGuaridan">
<parm name="Flags" value="4" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Services\CMGuardian">
<parm name="Flags" value="4" datatype="integer" />
</characteristic>

TIA.
Reply With Quote