Quote:
Originally Posted by spetrillo
Can I customize the HTC plugin with the OEMizer, or should I just stick with the HHC after the fact?
Thanks,
Steve
|
You can if you like. I'm not sure how HTC Home Plugin works, but if you have the registry entries you want, and all the images you can make an OEM of the settings.
I would put the images in the Patches directory though.
Other than that, there's nothing in OEMizer that'll customize the plugin.
Quote:
Originally Posted by spetrillo
Second does anyone know if there is a registry entry that sets the screen text size larger? I would like to include this into my settings too.
Thanks,
Steve
|
Code:
;Text size Smallest
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI]
"CurFont"=dword:00000258
;Text size Small
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI]
"CurFont"=dword:000002BC
;Text size Medium (default)
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI]
"CurFont"=dword:00000320
;Text size Large
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI]
"CurFont"=dword:000003E8
;Text size Largest
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI]
"CurFont"=dword:0000044C