View Single Post
  #2070 (permalink)  
Old 02-10-2009, 01:00 PM
pixelpop's Avatar
pixelpop
Regular 'Geeker
Offline
Location: Texas
 
Join Date: May 2008
Posts: 403
Reputation: 515
pixelpop knows their stuffpixelpop knows their stuffpixelpop knows their stuffpixelpop knows their stuffpixelpop knows their stuffpixelpop knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: | February 10th, 2009 | . | M i g h t y R O M 4.4.5 | . | BLACKOUT | . | 20764-UC

Quote:
Originally Posted by briggs View Post
set it with your prov xml; Here is the code
<!-- Set Scroll Bar Size -->
<characteristic type="HKLM\System\GWE">
<parm name="cxHScr" datatype="integer" value="16"/>
<parm name="cxVScr" datatype="integer" value="20"/>
<parm name="cyHScr" datatype="integer" value="16"/>
<parm name="cyVScr" datatype="integer" value="20"/>
</characteristic>

and some more finger friendly settings;

<!-- Set Large Task Manager and tap to close and tap close album -->
<characteristic type="HKCU\Software\HTC\TaskManager" translation="filesystem">
<parm name="SkipAK4Camera" datatype="integer" value="0"/>
<parm name="EnableLargeIcon" datatype="integer" value="1"/>
<parm name="EnableTapAndHold" datatype="integer" value="0"/>
</characteristic>
<!-- Enlarge Start Menu -->
<characteristic type="HKLM\Software\HTC\EnlargeMenu" translation="filesystem">
<parm name="Enable" datatype="integer" value="1"/>
</characteristic>
Thanks!! It looks like these are reg entries (I will explore them in a sec), but what is "prov xml"? Thanks again.
Reply With Quote