Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Laurentius26
Old
(Last edited by Laurentius26; 5th April 2011 at 05:10 PM.)
#1  
Laurentius26's Avatar
Recognized Developer - OP
Thanks Meter 1139
Posts: 7,928
Join Date: Nov 2005

 
DONATE TO ME
Smile [April 05] L26 HD2 Rotatingphonecanvas wm6.5.x for Chefs (beta 7)

Dear friends,

After investigating several phonecanvas for HD2 like Huashan, Oboe, Rhodium, Topaz on wm6.5.x I've managed to find that latest phonecanvas is capable to autorotate.

I've tried and read about all the fixes that exist for wm6.5.x and managed to patch
phonecanvas so it rotates fine.

Replacing dlls doesn't always work and I taught lets try to do the patches myself so it matches the current phonecanvas.

A special thank to Ultrashot for giving me the final hint here and here

My buddy Cracing I like to thank for helping me out with IDA as that's completely new for me and without him I wouldn't have managed as well.
Today April 1 he also fixed the final issues and the phonecanvas is working beautifull now.

Monx I like to thank for the position fix tip here

Alex~~ for the tip to remove extra scrollbar here

I'm not sure if it will work in all kitchens but I can try to help you if you have any question.

I'm still working to improve the dialer, if I have any updates I will post them.

If you have any suggestions/fixes I'm happy to hear them as well so we can make a 100% working dialer.

This is version 5 of the dialer, the softkeys are now fixed too.

Grtz,

Laurentius26

___________________________________

Download the packages:

April 05 2011, L26_HD2Rotatingphonecanvas_B7
April 01 2011, L26_HD2Rotatingphonecanvas_B6
March 30 2011, L26_HD2Rotatingphonecanvas_B5
March 30 2011, L26_HD2Rotatingphonecanvas_B4

___________________________________

Changelog:

beta 7, with all respect to my friend Cracing but his fix in beta 6 didn't work for me,
after incoming call it's freezing the softkeys in tray and conflicting with the lockscreen.

This fix replaces celltsp.dll, cfghost.exe and cprog.exe in sys, tcputil and pimstore are not needed so I removed.

beta 6, incoming call in landscape dialer popsup/caller ID/buttons all working, credits and thanks to Cracing doing the final steps.
beta 5, position correction in phcan to 0x24 (after a tip from Ultrashot, post #5)
beta 4, scrollbar fix landscape plus softkeys (tip from Cracing to use cprog and pimstore com 5 to fix softkeys)

___________________________________






Current device : htc one x 'What else?'
The Following 14 Users Say Thank You to Laurentius26 For This Useful Post: [ Click to Expand ]
 
dotcompt
Old
#2  
dotcompt's Avatar
Recognized Developer
Thanks Meter 871
Posts: 2,084
Join Date: Feb 2008
Location: Porto

 
DONATE TO ME
Quote:
Originally Posted by Laurentius26 View Post
Dear friends,

After investigating several phonecanvas for HD2 like Huashan, Oboe, Rhodium, Topaz on wm6.5.x I've managed to find that latest phonecanvas is capable to autorotate.

I've tried and read about all the fixes that exist for wm6.5.x and managed to patch
phonecanvas so it rotates fine.

Replacing dlls doesn't always work and I taught lets try to do the patches myself so it matches the current phonecanvas.

A special thank to Ultrashot for giving me the final hint here and here

My buddy Cracing I like to thank for helping me out with IDA as that's completely new for me and without him I wouldn't have managed as well.

Monx I like to thank for the position fix tip here

Alex~~ for the tip to remove extra scrollbar here (not in landscape atm)

I'm not sure if it will work in all kitchens but I can try to help you if you have any question.

I'm still working to improve the dialer, if I have any updates I will post them.

If you have any suggestions/fixes I'm happy to hear them as well so we can make a 100% working dialer.

This is version 3 of the dialer, the softkeys are now fixed too.

Grtz,

Laurentius26

Thanks for the hard work mate
YOU CAN´T RUSH PERFECTION



● Follow me on Twitter ●



● if you feel so ●
The Following User Says Thank You to dotcompt For This Useful Post: [ Click to Expand ]
 
Laurentius26
Old
(Last edited by Laurentius26; 30th March 2011 at 01:07 PM.)
#3  
Laurentius26's Avatar
Recognized Developer - OP
Thanks Meter 1139
Posts: 7,928
Join Date: Nov 2005

 
DONATE TO ME
Thank you Dotcompt.

I think I didn't do the scrollbar fix right as it still shows the scrollbar in landcape.
First update I will post later today after I've tested the dll.

Edit; beta 4 attached with fixed phcanrc.dll for the scrollbar in landscape in first post.

I will update the the thread a bit later, now I must go home.

Quote:
Originally Posted by dotcompt View Post
Thanks for the hard work mate
Current device : htc one x 'What else?'
 
animelover
Old
#4  
animelover's Avatar
Senior Member
Thanks Meter 183
Posts: 1,467
Join Date: Dec 2004
Location: Köthen (Anhalt)

 
DONATE TO ME
Seems to work, thanks for your hard work for a dying OS!



*I'm still loving my HD2*
Release the sunlight and wake up the city,
when the sky is bright we dance to infinity.



Galaxy S4: Stock XXUAMDE (Jelly Bean 4.2.2)
Galaxy Tab 7.0 Plus N WiFi: ParanoidAndroid 3.15 (Jelly Bean 4.2.2)
Galaxy Note 10.1: Android Revolution HD 6.0 (Jelly Bean 4.1.2)
Galaxy S3: Stock XXEMC2 (Jelly Bean 4.1.2)
Galaxy S2: Carbon 1.6 (Jelly Bean 4.2.2)
Sony Xperia Mini Pro: CM10 (Jelly Bean 4.1.2)
The Following User Says Thank You to animelover For This Useful Post: [ Click to Expand ]
 
ultrashot
Old
#5  
Recognized Developer
Thanks Meter 1556
Posts: 1,258
Join Date: May 2009
Location: Saint Petersburg
just a note: if you have correct window height then you'll never see scrollbar. Though, it require some more digging into canvas code
and... 0x23->0x24... that's much more correct position.
Mozart and Titan: Dynamics v2.0 ROM
X1i and HD2: Dynamics v2.4 ROM
The Following User Says Thank You to ultrashot For This Useful Post: [ Click to Expand ]
 
Laurentius26
Old
#6  
Laurentius26's Avatar
Recognized Developer - OP
Thanks Meter 1139
Posts: 7,928
Join Date: Nov 2005

 
DONATE TO ME
Thanks Ultrashot,

I've searched for hex 3430A0E30020A0E3 and changed the first two digits to 23 in phcanhtc.
Isn't that same as you are suggesting?

The fix for scrollbar I still needed to apply in phcanrc.

I will play with it and see if I can correct some more.

Quote:
Originally Posted by ultrashot View Post
just a note: if you have correct window height then you'll never see scrollbar. Though, it require some more digging into canvas code
and... 0x23->0x24... that's much more correct position.
Current device : htc one x 'What else?'
 
ultrashot
Old
#7  
Recognized Developer
Thanks Meter 1556
Posts: 1,258
Join Date: May 2009
Location: Saint Petersburg
Laurentius26, not the same. I mean correct size is 0x24 (36 in dec), not 0x23 (35 in dec) you use.
Mozart and Titan: Dynamics v2.0 ROM
X1i and HD2: Dynamics v2.4 ROM
The Following User Says Thank You to ultrashot For This Useful Post: [ Click to Expand ]
 
Laurentius26
Old
(Last edited by Laurentius26; 30th March 2011 at 05:14 PM.)
#8  
Laurentius26's Avatar
Recognized Developer - OP
Thanks Meter 1139
Posts: 7,928
Join Date: Nov 2005

 
DONATE TO ME
Great, I will do that and put unpatched phcanrc to verify if the scrollbar is dissapeared.

Thanks again.

Quote:
Originally Posted by ultrashot View Post
Laurentius26, not the same. I mean correct size is 0x24 (36 in dec), not 0x23 (35 in dec) you use.
Current device : htc one x 'What else?'
 
SiemensLover
Old
(Last edited by SiemensLover; 30th March 2011 at 05:18 PM.)
#9  
Senior Member
Thanks Meter 42
Posts: 652
Join Date: Mar 2008
Location: not @ Home
Quote:
Originally Posted by animelover View Post
Seems to work, thanks for your hard work for a dying OS!



*I'm still loving my HD2*
Why do u mean that it is a dying OS? what about embedded?

Or u mean that because of WP7?.. i can not understand why people like this new OS, it looks very ugly no realy useable apps.. and so on..

WBR
Siemens Lover

@ Laurentius: some thing is wrong in ur first post (at the begin) .."Attachment 556021Dear friends,"
**************************************************
If u like my work, let me know!


_____________________________

MY ROMS

Leo HD2 Clean ROM WM6.5/WM6.5.X
***-***-***
Black Stone HD Clean ROM WM6.5/WM6.5.X
Black Stone HD Ultra Clean ROM WM6.5.X
***-***-***
Diamond Clean ROM WM6.5.X
Diamond Clean ROM WM6.5
 
Laurentius26
Old
(Last edited by Laurentius26; 30th March 2011 at 05:43 PM.)
#10  
Laurentius26's Avatar
Recognized Developer - OP
Thanks Meter 1139
Posts: 7,928
Join Date: Nov 2005

 
DONATE TO ME
Yeah I just noticed this too, weird I didn't do that.
I've removed it now.

Edit; I've uploaded the packages to 4Shared.
Further updates I will do the same.

Quote:
Originally Posted by SiemensLover View Post

@ Laurentius: some thing is wrong in ur first post (at the begin) .."Attachment 556021Dear friends,"
Current device : htc one x 'What else?'

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...