[APP][15 June 2010] XmlGui 0.0.5.2 - Tool for editing HTC Xml layout file

Search This thread

francarl

Senior Member
Dec 13, 2008
364
35
My little contribution here. Feel free to ask me explanation and oem.

Thank you programmatix for your great utility.

regards
Francesco
 
Last edited:

af974

Retired Recognized Developer / Retired Forum Mod
Jan 22, 2008
4,934
1,683
Redmi Note 8
Wow that' amazing mate,if you will do this i guess you will be the QVGA-Theme-M2D King :D.......anyway thank you very much for your time :)

Ok, I've checked the file you've attached. It's totally different from the usual xml for packages but it is do-able. I need to write a new engine to interpret the xml file. I'll try to do it when I have the time.

Hey Francesco...you did a nice work there...im gonna try a couple of your apps .......gratz.



My little contribution here. Feel free to ask me explanation and oem.

Thank you programmatix for your great utility.

regards
Francesco
 

sergiorus

Senior Member
Sep 7, 2008
927
9
37
Tallinn
My little contribution here. Feel free to ask me explanation and oem.

Thank you programmatix for your great utility.

regards
Francesco

Thanks francarl, now we have HTC NewContactCard ported to QVGA
Good work

And i have some issues
Camera cant be activated (what .exe is used?) and "Select Contact" i have standard windows view, not HTC style
 
Last edited:

francarl

Senior Member
Dec 13, 2008
364
35
Thanks francarl, now we have HTC NewContactCard ported to QVGA
Good work

And i have some issues
Camera cant be activated (what .exe is used?) and "Select Contact" i have standard windows view, not HTC style

thank you!

"Select Contact" will be skinned if you use correct windows build. I have build 21895 and works. Check this official MSDN document which explains correct registry keys.

I really don't know why Camera can't be activated on your device. I have htc trinity original camera package and it works good.

Just update to version 4. See here

regards
 

sergiorus

Senior Member
Sep 7, 2008
927
9
37
Tallinn
francarl
Found one interesting modification with your recent NewContactCard

If you change this reg key from 1 to 0 you can bind NewContactCard and HTCMessageEnchancement (pressing by Save to Contact will open NewContactCard)
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMsgEnhance]
"NOCONTACTEDITOR"=dword:00000001

In MessageEnchancement there are some more reg entries. I suppose, it is possible to bind NewContactCard with HTCPhoneCanvas. But how? Anyone can explain this reg settings?

Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMsgEnhance]
"PhoneEnhance"=dword:00000000
"RhodiumCase"=dword:00000001
"Device"=dword:00000003
"ATTCustomize"=dword:00000000
"GalEnhance"=dword:00000000
"UseContactAgent"=dword:00000000
"NoManila"=dword:00000001
"NOCONTACTEDITOR"=dword:00000001
"OverlayTrasition"=dword:00000001
 

francarl

Senior Member
Dec 13, 2008
364
35
francarl
Found one interesting modification with your recent NewContactCard

If you change this reg key from 1 to 0 you can bind NewContactCard and HTCMessageEnchancement (pressing by Save to Contact will open NewContactCard)
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMsgEnhance]
"NOCONTACTEDITOR"=dword:00000001

great found sergiorus! I'll include it in next release! thank you so much