Quote:
Originally Posted by kndracing
Also the home page defaults to the HTC 6800 page not the Touch Pro page.
|
Not entirely sure every one of these regedits are required but this is what I did and it works fine. Excuse the messyness, this is directly from my provisioning xml for UC. I think the main ones to try first are the MSHTML and the custom edits. If that doesn't work, then do the rest of them too.
EDIT: I cabbed the reg changes if anyone is willing to try it for themselves.
Code:
<!--Sprint PowerDeck Fix -->
<characteristic type="HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings" translation="filesystem">
<parm name="UAProf" datatype="string" value="http://device.sprintpcs.com/HTC/PPC6850SP/%CDMA_ROM_VERSION%.rdf"/>
</characteristic>
<characteristic type="HKLM\Security\Internet Explorer" translation="filesystem">
<parm name="MSHTML" datatype="integer" value="0"/>
</characteristic>
<characteristic type="HKLM\Security\Internet Explorer\User Agent" translation="filesystem">
<parm name="Custom" datatype="string" value="Sprint PPC6850SP"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform" translation="filesystem">
<parm name="PPC" datatype="string" value=""/>
</characteristic>