Jump to content

In and out of Kitchen- Email .xml


Guest Captain Clam

Recommended Posts

Guest Captain Clam

Hi My Fellow 920ers

I posted this here because you guys rock. If you want me to move it to the general 6.5 spot (where it will die) I will.

I am trying to get a ROM that I can share with the class, but everyone I have cooked so far SUCKED! Reconfiguring 5 email accounts every time stinks. I found several reg areas, but none work when I export/ import. I know I can use remote provisioning via activesync to push it, but I cannot figure out how to properly format the query to extract the current i920 settings.

I try, for example:

<wap-provisioningdoc>

<characteristic type="EMAIL2">

<characteristic-query type="{D671C70B-8EE3-4881-8045-2AEE6F731B55}"/>

<characteristic-query type="{4FE84006-9E8A-4158-864D-A2E1E98C3786}"/>

</wap-provisioningdoc>

I am sure it has something to do with having to have the GUIDs for each account, but I can't find it in the registry of the i920. Perhaps it is a permissions issue?

The only EMAIL2 I can find contains only this:

[HKEY_CLASSES_ROOT\EMAIL2]

[HKEY_CLASSES_ROOT\EMAIL2\CLSID]

@="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}"

Any ideas?

Thanks for your help guys,

Captclam

P.S. AMDZero, I am FINALLY going to your AMDZero_i9210_v4.nb0, I ran your Mobile Shell release for a LONG time, but I have a need for speed.

P.S.S. Is it possible to build off your base lite ROM? I have never tried to build off one of yours — out of respect — but it sure would save a LOT of time.

Link to comment
Share on other sites

Guest Captain Clam

Got it....

<wap-provisioningdoc>

<characteristic type="EMAIL2">

<characteristic-query type="EMAIL2" recursive="true" />

</characteristic>

</wap-provisioningdoc>

Rapiconfig.exe is VERY hard to find on it's own.... so i attached it.

copy the above (bolded) to a file called query.xml (or whatever .xml u want, duh?) put it in the same dir as rapiconfig, and run this:

rapiconfig /p /m query.xml

It dumps it to a file called RapiConfigOut.xml

<wap-provisioningdoc>

<characteristic type="EMAIL2">

<characteristic type="EMAIL2" recursive="true">

<characteristic type="{3CD600F5-AA17-4CCB-F1E5-B11C8403F34C}">

<parm name="SERVICENAME" value="gmail.com"/>

<parm name="SERVICETYPE" value="IMAP4"/>

<parm name="INSERVER" value="imap.gmail.com:993"/>

<parm name="AUTHNAME" value="johnbradleydoh"/>

<parm name="DOMAIN" value=""/>

<parm name="OUTSERVER" value="smtp.gmail.com:465"/>

<parm name="REPLYADDR" value="[email protected]"/>

<parm name="SMTPALTAUTHNAME" value=""/>

<parm name="SMTPALTDOMAIN" value=""/>

<parm name="NAME" value="john doh"/>

<parm name="LINGER" value="120"/>

<parm name="RETRIEVE" value="51200"/>

<parm name="KEEPMAX" value="0"/>

<parm name="DWNDAY" value="30"/>

<parm name="FORMAT" value="2"/>

<parm name="AUTHREQUIRED" value="1"/>

</characteristic>

<characteristic type="{11AF49EA-349A-EBBD-6D9B-1C3DE3CB953F}">

<parm name="SERVICENAME" value="Hotmail"/>

<parm name="SERVICETYPE" value="POP3"/>

<parm name="INSERVER" value="pop3.live.com:995"/>

<parm name="AUTHNAME" value="[email protected]"/>

<parm name="DOMAIN" value=""/>

<parm name="OUTSERVER" value="smtp.live.com:587"/>

<parm name="REPLYADDR" value="[email protected]"/>

<parm name="SMTPALTAUTHNAME" value="[email protected]"/>

<parm name="SMTPALTDOMAIN" value=""/>

<parm name="NAME" value="john doh"/>

<parm name="LINGER" value="120"/>

<parm name="RETRIEVE" value="20480"/>

<parm name="KEEPMAX" value="0"/>

<parm name="DWNDAY" value="7"/>

<parm name="FORMAT" value="2"/>

<parm name="AUTHREQUIRED" value="1"/>

</characteristic>

<characteristic type="{7FEDD668-3F0C-F13A-65CC-B436D78A770A}">

<parm name="SERVICENAME" value="kdoh@playdod"/>

<parm name="SERVICETYPE" value="POP3"/>

<parm name="INSERVER" value="pop.secureserver.net:995"/>

<parm name="AUTHNAME" value="[email protected]"/>

<parm name="DOMAIN" value=""/>

<parm name="OUTSERVER" value="smtpout.secureserver.net:465"/>

<parm name="REPLYADDR" value="[email protected]"/>

<parm name="SMTPALTAUTHNAME" value="[email protected]"/>

<parm name="SMTPALTDOMAIN" value=""/>

<parm name="NAME" value="john doh"/>

<parm name="LINGER" value="15"/>

<parm name="RETRIEVE" value="4294967295"/>

<parm name="KEEPMAX" value="0"/>

<parm name="DWNDAY" value="4294967295"/>

<parm name="FORMAT" value="2"/>

<parm name="AUTHREQUIRED" value="1"/>

</characteristic>

</characteristic>

</characteristic>

</wap-provisioningdoc>

rapiconfig_15094.zip

Link to comment
Share on other sites

Guest amdzero
Didn't we have problems with this? Where it would create the provisioning XML but if it dealt with file operations it was coded wrong??? Sorry its late I may be lost...

X

I just did a quick output from provxml creator, then I changed the file to .xml and encoding to ansi. Then used "makecab.exe" to make a cab (obviously) then I signed it, and loaded it on the i920.

Result: Says installation unsuccessful, but the settings ACTUALLY do work.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.