View Single Post
  #6360 (permalink)  
Old 03-18-2010, 03:21 PM
vin255764's Avatar
vin255764
Its FLASHING time!!!
Offline
Location: Seattle,WA
 
Join Date: Nov 2008
Posts: 3,713
Reputation: 36470
vin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc

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
__________________

Last edited by vin255764; 03-18-2010 at 04:00 PM.