Anybody have a working restorator?
My trial expired and I need to edit phcanrc.dll from Leo dialer to fix dialer position for WM 6.5.X.
I know how to fix it but dont have a tool....
Please PM me so we can work this out.
Its dialogs 8130,8131,8132,8133
Before: (original)
8131 DIALOG 0, 0, 480, 800
STYLE
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
CONTROL "", 3019, STATIC, SS_LEFT | WS_CHILD, 6, 0,
For 6.5.X it should be:
8131 DIALOG 0, 0, 480, 800
STYLE
EXSTYLE = 0x02000000
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
CONTROL "", 3019, STATIC, SS_LEFT | WS_CHILD, 6, 0,
Original source:
http://forum.xda-developers.com/show...postcount=2594
OR
8131 DIALOG 0, 0, 480, 800
STYLE 0x00008000
EXSTYLE = 0x02000000
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
CONTROL "", 3019, STATIC, SS_LEFT | WS_CHILD, 6, 0,
2 options to test and all problems should be solved
Its very easy to do.Just download trial Restorator 2009 and good to go