I've searched the forums, checked the wiki and still can't find were the mail settings are stored on a Tytn. I want to make a cab file that contains my IMAP mail settings to speed up reconfiguration post rom upgrading. Anyone know where it's stored. The settings don't seem to be in the registry.
This is for directpush exchange accounts, same can be done for pop3/imap but I don't have it, you'll have to digg =)
Code:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Settings">
<parm name="BodyTruncation" value="1024"/>
</characteristic>
<characteristic type="Connection">
<parm name="Domain" value="put-domain-here"/>
<parm name="Password" value="put-password-here"/>
<parm name="SavePassword" value="1"/>
<parm name="Server" value="exchange.example.com"/>
<parm name="User" value="[email protected]"/>
<parm name="URI" value="Microsoft-Server-ActiveSync"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="MailBodyTruncation" value="1024"/>
<parm name="MailFileAttachments" value="1024"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
pof said:
This is for directpush exchange accounts, same can be done for pop3/imap but I don't have it, you'll have to digg =)
Code:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Settings">
<parm name="BodyTruncation" value="1024"/>
</characteristic>
<characteristic type="Connection">
<parm name="Domain" value="put-domain-here"/>
<parm name="Password" value="put-password-here"/>
<parm name="SavePassword" value="1"/>
<parm name="Server" value="exchange.example.com"/>
<parm name="User" value="[email protected]"/>
<parm name="URI" value="Microsoft-Server-ActiveSync"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="MailBodyTruncation" value="1024"/>
<parm name="MailFileAttachments" value="1024"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Click to expand...
Click to collapse
As always...pof comes through. Thanks...a little wap-provisioningdoc in the old google works like a champ
Here is what I did to create a cab that will build mail settings:
1)create a text file for the provisioning of the account. Name the text file _setup.xml
Here is the provisioning document that I used for IMAP. (note the characteristic type is a GUID that I made up) You need to edit this doc for youir server/user settings.
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{12984356-1211-3753-6011-103170112174}">
<parm name="SERVICENAME" value="Account Name"/>
<parm name="SERVICETYPE" value="IMAP4"/>
<parm name="INSERVER" value="inboundmail.yourdomain.com"/>
<parm name="OUTSERVER" value="outboundmail.yourdomain.com"/>
<parm name="NAME" value="yourname" />
<parm name="AUTHNAME" value="yourmailloginname"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="2048" />
<parm name="KEEPMAX" value="300" />
<parm name="DWNDAY" value="3" />
<!-- "DWNDAY" value="3": retrieve messages only retrieved on inbox within last 3 days-->
<!-- "KEEPMAX" value="25": max of 25 email will be retieved -->
<!-- "RETRIEVE" value="2048": only 2k of each email will retrieved at the begin, aftherwards automatic download of the email
(it's also possibe to set retrieving to: header only) -->
</characteristic>
</characteristic>
</wap-provisioningdoc>
2) you then need to create the cab file using _setup.xml.
You need to have makecab.exe from the wm5 sdk. If you don't have it...google to find it.
Here is the command...
makecab /D COMPRESS=OFF _setup.xml mail.cab
I turned off compression....from what I read PPC does not support it.
3) Move the cab using Windows explorer or Memory cards. The MS docs state that Active Sync should not be used.
4) run the cab.
If you need POP3, google wap-provisioningdoc and pop3...you'll fine more examples.
Once again...thanks to Pof for pointing me in the right direction.
Did you get it to work? I get the message that installation was unsuccessful. Any pitfalls to watch out for?
Tahnks,
swedbass said:
Did you get it to work? I get the message that installation was unsuccessful. Any pitfalls to watch out for?
Tahnks,
Click to expand...
Click to collapse
I have this working with out a problem.
I can build one for you quickly if you need it. Or I can PM you a copy of mine and then you can extract the xml file and edit it to your needs and then you can re-create the cab.
Happy Reading
http://msdn2.microsoft.com/en-us/library/aa456103.aspx
Could somebody please check the following registry key:
HKLM\System\CurrentControlSet\Control\Layouts\e0010409
I tried to permanently disable xt9 with a small cab that only has te following entry:
- <characteristic type="Registry">
- <characteristic type="HKLM\System\CurrentControlSet\Control\Layouts\e0010409">
<parm name="Layout Text" value="COMP IME" datatype="string" />
<parm name="Ime File" value="compime.dll" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
but forgot to check the original entries first... oops. Of course I want to revert this action hence this small thread.
many thanks, Ralph
rwagter said:
Could somebody please check the following registry key:
HKLM\System\CurrentControlSet\Control\Layouts\e0010409
I tried to permanently disable xt9 with a small cab that only has te following entry:
- <characteristic type="Registry">
- <characteristic type="HKLM\System\CurrentControlSet\Control\Layouts\e0010409">
<parm name="Layout Text" value="COMP IME" datatype="string" />
<parm name="Ime File" value="compime.dll" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
but forgot to check the original entries first... oops. Of course I want to revert this action hence this small thread.
many thanks, Ralph
Click to expand...
Click to collapse
in my case it is
parm name=Ime File value=\windows\eT9ime.dll
parm name=Layout Text value=eT9 IME
Thanks, it works !
Hello,
I was cooking a new French ROM but I have a problem.
When I get my ROM cooked and the Prophet start, it freeze at the third splashscreen with start bar.
Welcome.exe isn't launched but after few minutes, keyboard may be active.
I don't see where is my problem : there are no errors with BuildOs, all was good like my previous ROM...
see screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So if anybody say where is my fault...
Thank in advance & sorry for my English
Can i complete you please (cause i've tested it too)
On my prophet, it's not really a freeze at startup (direct to taskbar, without align screen) But it start in portrait and we must click on the screen on landscape mode (sorry if I'm not understandable)
I've tried to search but there's no parameters and only 2 programs "windows média" and "task manager"
Maybe it help Sorry for my bad english ^^
Regarde dans PhoneRomize.com !!
Mais la le site est en pause
Il y a une cuisine en FR (WM 6.1)
I think you'll need to create an initflashfiles.dat line that copies a shortcut to "Startup" for welcome.exe...
I can explain this if necessary, but I'd guess you know what to do better than me...
In fact Welcome.exe isn't really the problem, we cote it for delimitate what step in the Rom startup is touched.
So I don't understand where is the problem, it's not a kitchen problem like lolo would say, i've test with no modification (Wwe and it run).
All my MUIs are from french cooked WM6.1 roms, not the problem.
I'll test some configurations...and flash, re-flash.
If you've an idea or if you allready have this problem, I need you
Try using "G'Reloc" to allocate all the modules to set places so there is no conflict... Might help with the loading process.
I'll give a try with G'reloc, thank for this idea
Ok, finally I've got it to start, so no need G'reloc.
My explaination is that WM6.1 MUI's have predetermined working folders (eg. : "Start Menu" is "Menu Démarrer") but from my first ROM I don't touch initflashfile.dat and it work. With WM6.1 initflashfile MUST be changed in the same time as MUI.
So thank you anyway for your help
Yahoooo !!!!!!!!!!
FT Diamond
LoloJetha said:
Yahoooo !!!!!!!!!!
FT Diamond
Click to expand...
Click to collapse
no just a test for the moment I've all graphic to change, finish translation and debuging
Okay Okay !
Thanks for your rom man
xvx45 said:
Ok, finally I've got it to start, so no need G'reloc.
My explaination is that WM6.1 MUI's have predetermined working folders (eg. : "Start Menu" is "Menu Démarrer") but from my first ROM I don't touch initflashfile.dat and it work. With WM6.1 initflashfile MUST be changed in the same time as MUI.
So thank you anyway for your help
Click to expand...
Click to collapse
That didn't even occur to me, but seems logical now I come to think about it...
Good luck with the rest of the ROM, and maybe I should learn more french to try out these ROMs?
l3v5y said:
Good luck with the rest of the ROM, and maybe I should learn more french to try out these ROMs?
Click to expand...
Click to collapse
That your choice but i'll be a customised Korand 3.1 in French wth Diamond stillish
Hello everyone,
I've a nex problem with my ROM cooking, in fact I have an icon in settings that I don't say from where it is created.
See the screen capture (upper left) :
So after search and search I've found from where the icon file is from : It's from "\SYS\FWUPDATE" package and historyui.cpl file but if I delete this file, my Prophet don't start at all, freeze at IPL/SPL splashscreen.
So how can I override this problem ?
This link isn't in registry or provxml...
Here my registry
Code:
[HKEY_LOCAL_MACHINE\ControlPanel]
"GPRSCompressDefault"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Error Reporting]
"Group"=dword:9
[HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings]
"Hide"=dword:0
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Backlight]
"Redirect"="Backlight.exe"
[HKEY_LOCAL_MACHINE\ControlPanel\Contrast]
"Redirect"=""
[HKEY_LOCAL_MACHINE\ControlPanel\Desktop]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Customer Feedback]
"Group"=dword:9
"Redirect"="ceipui.exe"
[HKEY_LOCAL_MACHINE\ControlPanel\Phone]
"flags2"=dword:16
"AllLang"=dword:1
"RESDLL"="tapres.dll"
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Domain Enrollment]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Beam]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Certificates]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Connections]
"GoToTab"=dword:1
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\PC Connection]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Today]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Input]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Buttons]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Menus]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Network]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Comm]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Dial]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Password]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Owner]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Power]
"Redirect"="powerexe.exe"
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\System]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Volume]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]
"Redirect"="[URL="file://\\Windows\\CommManager.exe"]\\Windows\\CommManager.exe[/URL]"
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\WiFi]
"ScanInterval"=dword:1e
"Timeout"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
"Group"=dword:2
"PinEntries"=multi_sz:"0000", "8888"
here my provxml oem translation
Code:
<wap-provisioningdoc>
<!-- English localization -->
<characteristic type="Registry">
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL">
<parm name="TotalApplets" value="8" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet0">
<parm name="Name" value="CSD Line Type" datatype="string"/>
<parm name="Title" value="Type de numérotation" datatype="string"/>
<parm name="Path" value="CSDtype.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\CSD Line Type">
<parm name="Group" value="2" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet1">
<parm name="Name" value="GPRS Setting" datatype="string"/>
<parm name="Title" value="Paramètres GPRS" datatype="string"/>
<parm name="Path" value="GPRSAuthentication.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\GPRS Setting">
<parm name="Group" value="2" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet2">
<parm name="Name" value="Wireless LAN" datatype="string"/>
<parm name="Title" value="Wi-Fi" datatype="string"/>
<parm name="Path" value="WLANSettings.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Wireless LAN">
<parm name="Group" value="2" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet3">
<parm name="Name" value="Backlight" datatype="string"/>
<parm name="Title" value="Rétro-Eclairage" datatype="string"/>
<parm name="Path" value="Backlight.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Backlight">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet4">
<parm name="Name" value="Clear Storage" datatype="string"/>
<parm name="Title" value="Effacer données" datatype="string"/>
<parm name="Path" value="ClearStorage.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Clear Storage">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet5">
<parm name="Name" value="Device Information" datatype="string"/>
<parm name="Title" value="Information de l'appareil" datatype="string"/>
<parm name="Path" value="DeviceInfo.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Device Information">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet6">
<parm name="Name" value="Microphone AGC" datatype="string"/>
<parm name="Title" value="Microphone AGC" datatype="string"/>
<parm name="Path" value="MicrophoneAGC.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Microphone AGC">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet7">
<parm name="Name" value="Power" datatype="string"/>
<parm name="Title" value="Alimentation" datatype="string"/>
<parm name="Path" value="Powerexe.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Power">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Thank
xvx45 said:
Hello everyone,
I've a nex problem with my ROM cooking, in fact I have an icon in settings that I don't say from where it is created.
See the screen capture (upper left) :
So after search and search I've found from where the icon file is from : It's from "\SYS\FWUPDATE" package and historyui.cpl file but if I delete this file, my Prophet don't start at all, freeze at IPL/SPL splashscreen.
So how can I override this problem ?
This link isn't in registry or provxml...
Here my registry
Code:
[HKEY_LOCAL_MACHINE\ControlPanel]
"GPRSCompressDefault"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Error Reporting]
"Group"=dword:9
[HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings]
"Hide"=dword:0
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Backlight]
"Redirect"="Backlight.exe"
[HKEY_LOCAL_MACHINE\ControlPanel\Contrast]
"Redirect"=""
[HKEY_LOCAL_MACHINE\ControlPanel\Desktop]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Customer Feedback]
"Group"=dword:9
"Redirect"="ceipui.exe"
[HKEY_LOCAL_MACHINE\ControlPanel\Phone]
"flags2"=dword:16
"AllLang"=dword:1
"RESDLL"="tapres.dll"
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Domain Enrollment]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Beam]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Certificates]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Connections]
"GoToTab"=dword:1
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\PC Connection]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Today]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Input]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Buttons]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Menus]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Network]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Comm]
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\Dial]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Password]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Owner]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Power]
"Redirect"="powerexe.exe"
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\System]
"Group"=dword:1
[HKEY_LOCAL_MACHINE\ControlPanel\Volume]
"Group"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]
"Redirect"="[URL="file://%5C%5CWindows%5C%5CCommManager.exe"]\\Windows\\CommManager.exe[/URL]"
"Group"=dword:2
[HKEY_LOCAL_MACHINE\ControlPanel\WiFi]
"ScanInterval"=dword:1e
"Timeout"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
"Group"=dword:2
"PinEntries"=multi_sz:"0000", "8888"
here my provxml oem translation
Code:
<wap-provisioningdoc>
<!-- English localization -->
<characteristic type="Registry">
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL">
<parm name="TotalApplets" value="8" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet0">
<parm name="Name" value="CSD Line Type" datatype="string"/>
<parm name="Title" value="Type de numérotation" datatype="string"/>
<parm name="Path" value="CSDtype.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\CSD Line Type">
<parm name="Group" value="2" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet1">
<parm name="Name" value="GPRS Setting" datatype="string"/>
<parm name="Title" value="Paramètres GPRS" datatype="string"/>
<parm name="Path" value="GPRSAuthentication.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\GPRS Setting">
<parm name="Group" value="2" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet2">
<parm name="Name" value="Wireless LAN" datatype="string"/>
<parm name="Title" value="Wi-Fi" datatype="string"/>
<parm name="Path" value="WLANSettings.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Wireless LAN">
<parm name="Group" value="2" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet3">
<parm name="Name" value="Backlight" datatype="string"/>
<parm name="Title" value="Rétro-Eclairage" datatype="string"/>
<parm name="Path" value="Backlight.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Backlight">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet4">
<parm name="Name" value="Clear Storage" datatype="string"/>
<parm name="Title" value="Effacer données" datatype="string"/>
<parm name="Path" value="ClearStorage.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Clear Storage">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet5">
<parm name="Name" value="Device Information" datatype="string"/>
<parm name="Title" value="Information de l'appareil" datatype="string"/>
<parm name="Path" value="DeviceInfo.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Device Information">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet6">
<parm name="Name" value="Microphone AGC" datatype="string"/>
<parm name="Title" value="Microphone AGC" datatype="string"/>
<parm name="Path" value="MicrophoneAGC.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Microphone AGC">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\SOFTWARE\HTC\HTCCPL\Applet7">
<parm name="Name" value="Power" datatype="string"/>
<parm name="Title" value="Alimentation" datatype="string"/>
<parm name="Path" value="Powerexe.exe" datatype="string"/>
<parm name="CmdLine" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Power">
<parm name="Group" value="1" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Thank
Click to expand...
Click to collapse
I think you'll have to G'Reloc it! If when you remove it, it fails to boot up, it's normally to do with modules/dlls overlapping.
l3v5y said:
I think you'll have to G'Reloc it! If when you remove it, it fails to boot up, it's normally to do with modules/dlls overlapping.
Click to expand...
Click to collapse
Thanks l3v5y for your help but since my last problem (see first page of this topic) I've included G'reloc to my build process, now I've G'reloc.exe launched before BuildOS.exe.
So that isn't the cause.
But can you tell me what files are in your "FWUPDATE" folder...cause maybe there are dependency...
here's mine (only dsm and rgu are files, rest are modules) :
Code:
23ba5346-78b8-4436-b7d2-f30712c3cef4.dsm
23ba5346-78b8-4436-b7d2-f30712c3cef4.rgu
cebits.dll
dissendresult.exe
disservicemanager.exe
downloadinstallservice.dll
downloadservice.dll
downloadserviceprocess.dll
historyapi.dll
historyui.cpl
imgupdatecsp.dll
installservice.dll
nodemoncsp.dll
nodemoninitsess.dll
packageinfoapi.dll
uiservice.dll
uiservicePlugin.dll
updatebin.exe
xvx45 said:
Thanks l3v5y for your help but since my last problem (see first page of this topic) I've included G'reloc to my build process, now I've G'reloc.exe launched before BuildOS.exe.
So that isn't the cause.
But can you tell me what files are in your "FWUPDATE" folder...cause maybe there are dependency...
here's mine (only dsm and rgu are files, rest are modules) :
Code:
23ba5346-78b8-4436-b7d2-f30712c3cef4.dsm
23ba5346-78b8-4436-b7d2-f30712c3cef4.rgu
cebits.dll
dissendresult.exe
disservicemanager.exe
downloadinstallservice.dll
downloadservice.dll
downloadserviceprocess.dll
historyapi.dll
historyui.cpl
imgupdatecsp.dll
installservice.dll
nodemoncsp.dll
nodemoninitsess.dll
packageinfoapi.dll
uiservice.dll
uiservicePlugin.dll
updatebin.exe
Click to expand...
Click to collapse
Unfortunately, in the ROM dumps I have, I haven't got an FWUpdate pack... No idea why!
I think maybe you need to include the exe you removed, but it may need some registry entries for it! I'll quickly look at those for you!
Ok, thank you. I compare with my older ROM, this file doesn't exist but it's WM6 and not WM6.1
xvx45 said:
Ok, thank you. I compare with my older ROM, this file doesn't exist but it's WM6 and not WM6.1
Click to expand...
Click to collapse
I couldn't find anything in an official WM5 ROM dump
l3v5y said:
I couldn't find anything in an official WM5 ROM dump
Click to expand...
Click to collapse
FWUPDATE is a WM6 package, it not exist in WM5 it's the Windows Update service but only need a part that make my dsm/rgu/provxml file to be installed on Hard-Reset but not the user service interface. So this icon have no name and is not functionnal (nothing happen when click) but if I remove it from kitchen, Prophet won't start.
After an examination of my hv files nothing in XIP's hv too, nothing refer to historyui.cpl but it freeze my device startup
Hello,
I have some problem for cooking the rom, I have sucessfully translate all the menu with the *.040C.MUI and some files come from an HTC Original French ROM. The physical keyboard work fine in Azerty but the Virtual keyboard still in qwerty (I have make some Registery tweak for the physical keyboard)
The 2nd problem is the shorcut for camera for example, I add the Package from the Frenc HTC ROM (WM6.1) (CAMERA_6_01_32976_00). The mxiupdate_Package File have the good way for shorcut but it doesn't work
<characteristic type="HKLM\SOFTWARE\HTC\AutoShortcut">
<parm name="\Windows\Démarrage\ConfigureDevice.lnk" value="\Windows\ConfigureDevice.lnk" datatype="string" translation="install"/>
<parm name="\My Documents\Modèles\Cat-Bubble.gif" value="\Windows\Cat-Bubble.gif" datatype="string" translation="install"/>
<parm name="\My Documents\Modèles\Clothes-Line.gif" value="\Windows\Clothes-Line.gif" datatype="string" translation="install"/>
<parm name="\My Documents\Modèles\Cook.gif" value="\Windows\Cook.gif" datatype="string" translation="install"/>
<parm name="\My Documents\Modèles\Seashell.gif" value="\Windows\Seashell.gif" datatype="string" translation="install"/>
<parm name="\Windows\Menu Démarrer\Programmes\Appareil photo.lnk" value="\Windows\HTC_Camera.lnk" datatype="string" translation="install"/>
<parm name="\Windows\Help\Appareil photo.lnk" value="\Windows\Help_Camera_new.lnk" datatype="string" translation="install"/>
<parm name="\Windows\BoutonsApp\Appareil photo.lnk" value="\Windows\HTC_Camera.lnk" datatype="string" translation="install"/>
</characteristic>
Click to expand...
Click to collapse
Thanks you in advance for your help
Guifort
Whilst messing about with my phone i managed to install a HD2 provxml onto my mozart making it think its a HD7. Can anyone on orange uk give me the correct settings for the Mozart.This is what ive got so far:-
The data in red is what i need.
<wap-provisioningdoc>
<!-- *** COMMENTO *** -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\operatorpkg">
<parm name="Version" value="7.3.728.10201" datatype="string" />
</characteristic>
<characteristic type="HKLM\System\Platform\DeviceTargetingInfo">
<parm name="OemName" value="HTC" datatype="string" />
<parm name="MODeviceName" value="7 Mozart T8697" datatype="string" />
<parm name="OEMDeviceName" value="Mozart" " datatype="string" />
</characteristic>
<characteristic type="HKLM\Ident">
<parm name="FriendlyName" value="HTC 7 Mozart" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Surely there is someone here with a Mozart with regedit installed that could check out these keys for me.