It's a registry value.
HKLM\Software\HTC\PHONE\SmartDial\ClrMatchBkd REG_DWORD 0x00000000
And this value is really something.. I wanna say its 00RRGGBB but subtractive color model. So 0x0000ffff returns Red, 00ff00ff Green, and 00ffff00 Blue.
Play around with it.
Actually no, it's a registry value.next time you should write how did you changed it
for others and for reference, it's SmartDial_04.bmp in \Windows, "PhoneCanvas" in kitchen
There is no tutorial for it here that I know of, but search the forum. The thing people normally miss is extracting the bitmaps from phcanImages.dll.How do you change the rest of the dialer colors? Is there a tut? Please assist if possible.
No you are right, they are to be inserted into the DLL again after edit.Thanks will give it a more indepth bash...
I've tried extracting the images, changing them and putting them back into the dll. This doesn't work, where do I put them after I've modified them? Straight into windows directory?
I f you mean the green of the selected highlight- test changingHow do I change the highlight behind the contact, the whole bar. I've edited all the green out of phcanImages.dll, but still it lingers. Is it somewhere else?
Do I something wrong?Actually no, it's a registry value.
HKLM\Software\HTC\PHONE\SmartDial\ClrMatchBkd REG_DWORD 0x00000000
And this value is really something.. I wanna say its 00RRGGBB but subtractive color model. So 0x0000ffff returns Red, 00ff00ff Green, and 00ffff00 Blue.
Play around with it.
-maybe not perfect.....but it worksThe way I got to my color is:-
1. open it in a graphic editor
2. invert the color
3. use invert color RGB (in Hex) in registry.
Not perfect but it's a good starting point.
Thanks for the answer, maybe I explain it not very good:Also need to change
HKLM\Software\HTC\PHONE\SmartDial\ClrMatchText_Sel REG_DWORD 0x00000000
so when you select the entry the highlight text changes too, as highlight changes to white.