You can use this tool to create your own EMAIL CAB then put that in XDA_UC folder to auto install after every ROM upgrade so you never need to set-up your email again. It is not my work but instructions are mine.
Steps to Make Email Settings CAB for your HTC HD2 or WinMo based mobile.
0- Set-up Email in your HTC HD2 First or if you already set-up then ignore this step
1- Connect your phone with MS ActiveSync or Windows mobile device centre on you laptop/PC etc
2- Extract the zip file attached
3- Open the RapiConfigIn.xml in notepad
4- Change the word netvpn7 to EMAIL2 , please do not remove '' '' and save it
5- Run start.bat and wait
6- DO NOT PRESS ANY KEY AT THIS STEP WAIT !!!!!! (IGNORE THE PROMPT FOR A WHILE)
7- Open _setup.xml in notepad and you will see the email script
8- Search for <parm name="AUTHNAME" value="you will see your email address here"/>
9- After above line add this line <parm name="AUTHSECRET" value="password"/> replace password with your own email password
10- Now SAVE this _setup.xml and close
11- Go back to cmd screen means start.bat prompt screen
12- NOW HIT ANY KEY TO CONTINUE....
13- If you see 100% [flushing current folder] then HIT ANY KEY AGAIN to EXIT
14- YOU WILL SEE Mail_Settings.cab generated in the same folder
15- Put that in XDA_UC folder or save it on your phone to run it manually
16- Enjoy
You can make cab for Wi-Fi settings as well by replacing the EMAIL2 to Wi-Fi in RapiConfigIn.xml and then search for <parm name="NetworkKey" value="****************"/> in _setup.xml and put your network key in value field. Follow the same steps for Wi-Fi cab, try this as this didn't worked for me after installation, however Email works perfectly.
I hope this helps.
Regards
this is usefull .. thank you for sharing
Thanks, working perfect !!!!!!!!!!!!!! Wi-Fi also
is this working for windows live settings to ???
i don't know "type"
When i use "email2" i get a _setup.xml, but it isn't work
I think it is the combination of windows live mail and windows live ID
When i use the cab i get a live hotmail account, but i still need to edit my ID account.
Sharky52 said:
Thanks, working perfect !!!!!!!!!!!!!! Wi-Fi also
is this working for windows live settings to ???
i don't know "type"
Click to expand...
Click to collapse
Sorry not tried that yet for Windows live, in gmail you can add upto five email accounts so all mails can be viewed from at one place.
netvpn7 said:
You can use this tool to create your own EMAIL CAB then put that in XDA_UC folder to auto install after every ROM upgrade so you never need to set-up your email again. It is not my work but instructions are mine.
Steps to Make Email Settings CAB for your HTC HD2 or WinMo based mobile.
0- Set-up Email in your HTC HD2 First or if you already set-up then ignore this step
1- Connect your phone with MS ActiveSync or Windows mobile device centre on you laptop/PC etc
2- Extract the zip file attached
3- Open the RapiConfigIn.xml in notepad
4- Change the word netvpn7 to EMAIL2 , please do not remove '' '' and save it
5- Run start.bat and wait
6- DO NOT PRESS ANY KEY AT THIS STEP WAIT !!!!!! (IGNORE THE PROMPT FOR A WHILE)
7- Open _setup.xml in notepad and you will see the email script
8- Search for <parm name="AUTHNAME" value="you will see your email address here"/>
9- After above line add this line <parm name="AUTHSECRET" value="password"/> replace password with your own email password
10- Now SAVE this _setup.xml and close
11- Go back to cmd screen means start.bat prompt screen
12- NOW HIT ANY KEY TO CONTINUE....
13- If you see 100% [flushing current folder] then HIT ANY KEY AGAIN to EXIT
14- YOU WILL SEE Mail_Settings.cab generated in the same folder
15- Put that in XDA_UC folder or save it on your phone to run it manually
16- Enjoy
You can make cab for Wi-Fi settings as well by replacing the EMAIL2 to Wi-Fi in RapiConfigIn.xml and then search for <parm name="NetworkKey" value="****************"/> in _setup.xml and put your network key in value field. Follow the same steps for Wi-Fi cab, try this as this didn't worked for me after installation, however Email works perfectly.
I hope this helps.
Regards
Click to expand...
Click to collapse
thanks ...worked like a charm.
was huntin g for something like this
Sharky52 said:
Thanks, working perfect !!!!!!!!!!!!!! Wi-Fi also
is this working for windows live settings to ???
i don't know "type"
When i use "email2" i get a _setup.xml, but it isn't work
I think it is the combination of windows live mail and windows live ID
When i use the cab i get a live hotmail account, but i still need to edit my ID account.
Click to expand...
Click to collapse
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{618a7a2b-d44e-4069-9df0-c7aa69038a37}">
<parm name="SERVICENAME" value="Hotmail" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="pop3.live.com" />
<parm name="OUTSERVER" value="smtp.live.com" />
<parm name="NAME" value="My Name" />
<parm name="REPLYADDR" value="your email" />
<parm name="AUTHNAME" value="{your account}@hotmail.com" />
<parm name="AUTHSECRET" value="{your passowrd}" />
<parm name="DOMAIN" value="" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="LINGER" value="120" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="" />
<parm name="SMTPALTPASSWORD" value="" />
<parm name="SMTPALTDOMAIN" value="" />
<characteristic type="TAGPROPS">
<parm name="8128000B" value="0"/>
<parm name="812C000B" value="0"/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
This might help, do add password command if you use this. Cheers
Great job
netvpn7 said:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{618a7a2b-d44e-4069-9df0-c7aa69038a37}">
<parm name="SERVICENAME" value="Hotmail" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="pop3.live.com" />
<parm name="OUTSERVER" value="smtp.live.com" />
<parm name="NAME" value="My Name" />
<parm name="REPLYADDR" value="your email" />
<parm name="AUTHNAME" value="{your account}@hotmail.com" />
<parm name="AUTHSECRET" value="{your passowrd}" />
<parm name="DOMAIN" value="" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="LINGER" value="120" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="" />
<parm name="SMTPALTPASSWORD" value="" />
<parm name="SMTPALTDOMAIN" value="" />
<characteristic type="TAGPROPS">
<parm name="8128000B" value="0"/>
<parm name="812C000B" value="0"/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
This might help, do add password command if you use this. Cheers
Click to expand...
Click to collapse
Windows Live Mail is working now, you are the best !!
Only messenger or marketplace not, that's the same account with the same name and password.
Do i need a total different cab for that ??
I thought live is live
ActiveSync
<wap-provisioningdoc>
<!-- Exchange Settings -->
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="m.google.com"/>
<parm name="AllowSSLOption" value="1"/>
<parm name="User" value="[email protected]"/>
<parm name="Domain" value=""/>
<parm name="Password" value="****"/>
<parm name="SavePassword" value="1"/>
</characteristic>
<characteristic type="Settings">
<parm name="PeakStartTime" value="0800"/>
<parm name="PeakEndTime" value="0400"/>
<parm name="PeakFrequency" value="-1"/>
<parm name="OffPeakFrequency" value="-1"/>
<parm name="BodyTruncation" value="-1"/>
<parm name="SyncWhenRoaming" value="1"/>
<characteristic type="PeakDays">
<parm name="Sun" value="1"/>
<parm name="Mon" value="1"/>
<parm name="Tue" value="1"/>
<parm name="Wed" value="1"/>
<parm name="Thr" value="1"/>
<parm name="Fri" value="1"/>
<parm name="Sat" value="1"/>
</characteristic>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="MailBodyTruncation" value="0"/>
<parm name="MailFileAttachments" value="-1"/>
<parm name="EmailAgeFilter" value="3"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
<parm name="CalendarAgeFilter" value="5"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I found this for activesync settings, is working also
Working list now: Gmail
Live Mail
Wi-Fi
ActiveSync
For a flashaholic this is great stuf
Sharky52 said:
Windows Live Mail is working now, you are the best !!
Only messenger or marketplace not, that's the same account with the same name and password.
Do i need a total different cab for that ??
I thought live is live
Click to expand...
Click to collapse
If you want put this script into cab..start from step 10 and replace the script in _setup.xml then you should be able to get what you want.
Regards
Sharky52 said:
<wap-provisioningdoc>
<!-- Exchange Settings -->
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="m.google.com"/>
<parm name="AllowSSLOption" value="1"/>
<parm name="User" value="[email protected]"/>
<parm name="Domain" value=""/>
<parm name="Password" value="****"/>
<parm name="SavePassword" value="1"/>
</characteristic>
<characteristic type="Settings">
<parm name="PeakStartTime" value="0800"/>
<parm name="PeakEndTime" value="0400"/>
<parm name="PeakFrequency" value="-1"/>
<parm name="OffPeakFrequency" value="-1"/>
<parm name="BodyTruncation" value="-1"/>
<parm name="SyncWhenRoaming" value="1"/>
<characteristic type="PeakDays">
<parm name="Sun" value="1"/>
<parm name="Mon" value="1"/>
<parm name="Tue" value="1"/>
<parm name="Wed" value="1"/>
<parm name="Thr" value="1"/>
<parm name="Fri" value="1"/>
<parm name="Sat" value="1"/>
</characteristic>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="MailBodyTruncation" value="0"/>
<parm name="MailFileAttachments" value="-1"/>
<parm name="EmailAgeFilter" value="3"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
<parm name="CalendarAgeFilter" value="5"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I found this for activesync settings, is working also
Working list now: Gmail
Live Mail
Wi-Fi
ActiveSync
For a flashaholic this is great stuf
Click to expand...
Click to collapse
Nice one..
netvpn7 said:
If you want put this script into cab..start from step 10 and replace the script in _setup.xml then you should be able to get what you want.
Regards
Click to expand...
Click to collapse
I know how to make a cab-file
The problem is that when i use that script, Hotmail working,
messenger and marketplace NOT.
Name and password are the same.
I thought there was one setting for all 3, but it isn't
nice stuff...i'll try it..thank's
nice stuff...i'll try it..thank's
nice stuff...i'll try it..thank's
Now will this work through Windows Live as that is how I setup my hotmail
I'm a noobie
netvpn7 said:
You can use this tool to create your own EMAIL CAB then put that in XDA_UC folder to auto install after every ROM upgrade so you never need to set-up your email again. It is not my work but instructions are mine.
Steps to Make Email Settings CAB for your HTC HD2 or WinMo based mobile.
0- Set-up Email in your HTC HD2 First or if you already set-up then ignore this step
1- Connect your phone with MS ActiveSync or Windows mobile device centre on you laptop/PC etc
2- Extract the zip file attached
3- Open the RapiConfigIn.xml in notepad
4- Change the word netvpn7 to EMAIL2 , please do not remove '' '' and save it
5- Run start.bat and wait
6- DO NOT PRESS ANY KEY AT THIS STEP WAIT !!!!!! (IGNORE THE PROMPT FOR A WHILE)
7- Open _setup.xml in notepad and you will see the email script
8- Search for <parm name="AUTHNAME" value="you will see your email address here"/>
9- After above line add this line <parm name="AUTHSECRET" value="password"/> replace password with your own email password
10- Now SAVE this _setup.xml and close
11- Go back to cmd screen means start.bat prompt screen
12- NOW HIT ANY KEY TO CONTINUE....
13- If you see 100% [flushing current folder] then HIT ANY KEY AGAIN to EXIT
14- YOU WILL SEE Mail_Settings.cab generated in the same folder
15- Put that in XDA_UC folder or save it on your phone to run it manually
16- Enjoy
You can make cab for Wi-Fi settings as well by replacing the EMAIL2 to Wi-Fi in RapiConfigIn.xml and then search for <parm name="NetworkKey" value="****************"/> in _setup.xml and put your network key in value field. Follow the same steps for Wi-Fi cab, try this as this didn't worked for me after installation, however Email works perfectly.
I hope this helps.
Regards
Click to expand...
Click to collapse
I am trying to make this work but I stop at point 8. Where should I search this??? And can someone post the final "script/code" so I can help myself.
I wan't to make cab for google->exchange
Thx in advance.
PINki92 said:
I am trying to make this work but I stop at point 8. Where should I search this??? And can someone post the final "script/code" so I can help myself.
I wan't to make cab for google->exchange
Thx in advance.
Click to expand...
Click to collapse
Hi
Please read the steps carefully ...
_setup.xml
regards
If I have hotmail and yahoo how do I make a cab for both?
when I follow the steps for EMAIL2 it defaults to Yahoo. Do I just do the exact same steps but change all the details for Hotmail--ie username/password?
edit....
nevermind...didn't scroll over far enough. Just realized that both were on the same xml file. just so happened the first time I opened it the Yahoo was right there.
this is great!!
I try with 4 accounts imap/pop3 with differents providers : work like a charm !
Many many many thanks !
Don't work on my HD2.
I have a message "The Cab installation has failed".
Related
Windows Mobile 6 for Tornado Perfect English Edition V6 Released!
Now AKU2.0 joystick driver & Cyberon Voice Tag all work well! thanks for DSF support.
You can download it from this Page: http://www.coolcode.cn/andot/windows-mobile-6-for-tornado-perfect-english-edition-released. This is my blog, if you like this ROM and want to contribute, you can click the google ads in this download page. Thank you!
rapidshare mirror: http://rapidshare.com/files/48087622/wm6-for-tornado-perfect-english-edition-20070810.zip
I can say this is the best English WM6 ROM for Tornado, It has more features, more storage, more memory, and is more quickly & more stable. This ROM only has OS & SplashScreen. NO IPL, SPL & GSM in it.
Added:
HTC File Manager
HTC Comm Manager (Short_POC)
Celetask 2.2.2433.4986 (Can enable or disable Bluetooth Audio)
Perect HTC Camera V4 Build 23355 (Short_Camera for Photo & Long_Camera for Video)
Perect ArcSoft MMS Composer 4.0.40.1
Bluetooth Dial-up Networking
Bluetooth FTP protocol & Bluetooth Explorer
HTC Quick Notes 1.00
Dopod SMSTools Pack 1.00
Iconor ListView
Tornado Low Light 1.02
Multi Flash Light 1.01
VoIP support & VoIPiser 0.1
WIFI Home Plugin
WLAN IP Manager 1.2
WM5torage 1.75
PHM Registry Editor 0.70
Black Color scheme
Automatic keyLock 3.9 beta 10
Clock On Top
SMS Service on Connection Settings
Cyberon Voice Tag 1.6.0.5 (Long_VolDown)
HTC Streaming Media Player 2.10
Removed:
removed red text on boot.
removed Windows Update.
removed Catalog Marketplace.
removed HTC Debug Apps.
removed Office Mobile.
removed Windows Live Mobile.
removed Voice Command.
removed Chinese support.
removed German Localisation.
removed A2DPfix (from Phil’s beta ROM, It caused high cpu usage!)
removed the dog head on boot screen.
removed English xT9 again!
Tweaked:
8MB Page Pool
Application Unlocked.
Perfect Windows Media Player. It can play so much Audio & Video, such as midi, aac, amr, mp4, 3gp, 3g2, avi, etc. And it support TCPMP to play WMA & WMV media without any more plugin.
Reboot in Quick List
Animated Boot Screen (you can add startup & shutdown sound, too)
Modified splash screen (from Phil’s beta ROM)
Download zip, rar, php, etc files from IE.
Open text file from IE.
Windows Live Login fixed.
Cache tweaks to improve performance.
Picture & Video can preview more mediae than before.
Make the SMS fonts big as Phil’s ROM.
the feature of the selecting the Carrier on Home Screen comes back.
Correct the UI of the Clear Storage.
Removed the smartdial setting in accessibility control panel.
Disabled Lunar in Calendar.
New TV IR Driver from Iphone, and changed the setting.([email protected] supplied)
AKU2.0 joystick driver included and works well with Cyberon Voice Tag 1.6.0.5.([email protected] supplied)
Missed Calls Sms Fix
Storage on cold boot:
Total: 21.94MB
Free: 18.69MB
RAM on cold boot:
Total: 48.68MB
Free: 28.54MB
My device is Dopod 577w, if you used C600 or other device without WIFI, maybe you will get more Free Memory.
There is NO IME in this ROM, so you need to install T9 or xT9 after flashing.
The Short_AP1 ~ Short_AP4 are not defined, because SP5 and SP5m are different with those keys. If you don't know how to defined them, you can download the sp5.zip or sp5m.zip, and unzip it to \Windows, everything will be OK.
you can copy the startup.wav & shutdown.wav into \Windows directory, and then you will get boot sound and shutdown sound.
If you don't like the boot screen, you can change it in to what you want, The administrator login picture is \Windows\startup.jpg. The boot Animated Boot Screen is \Windows\WindowsOpen.gif, and the Animated Shutdown Screen is \Windows\WindowsClose.gif.
if you want to use Voice Command with BT headset, try this: MS Voice Command 1.6 BT over headset with latest wm6 ROM. Thanks for janp's contribution.
Screenshot:
awesome! was waiting for this did u fix the font problem?
Thk i 'll try it because the phil's beta with this batterie probleme is too bad and i can't wait a new rom without a good batterie to use my phone.
Great i downloaded the Asia version and when i was finished i so this one dl it right away. Will report back.
"This ROM only has OS & SplashScreen. NO IPL, SPL & GSM in it."
May somebody please explain this to me?
Am I supposed to separately flash IPL, SPL and GSM (whatever they are)?
What happens if I flash them or if I don't?
burkay said:
"This ROM only has OS & SplashScreen. NO IPL, SPL & GSM in it."
May somebody please explain this to me?
Am I supposed to separately flash IPL, SPL and GSM (whatever they are)?
What happens if I flash them or if I don't?
Click to expand...
Click to collapse
If you have flashed phil's rom earlier then you dont need to flash ip spl and gsm
burkay said:
"This ROM only has OS & SplashScreen. NO IPL, SPL & GSM in it."
May somebody please explain this to me?
Am I supposed to separately flash IPL, SPL and GSM (whatever they are)?
What happens if I flash them or if I don't?
Click to expand...
Click to collapse
if u had wm6 installed on ur phone u should not worry about it.
it has to do with bootloader, radio and stuff like that.
bogdi1988 said:
if u had wm6 installed on ur phone u should not worry about it.
it has to do with bootloader, radio and stuff like that.
Click to expand...
Click to collapse
ah, ok.
by the way, the server is crawling. once I am done with downloading, I will try to create a rapidshare link (unless somebody does before me).
bogdi1988 said:
if u had wm6 installed on ur phone u should not worry about it.
it has to do with bootloader, radio and stuff like that.
Click to expand...
Click to collapse
so do I have to format with teraterm, or do I just run the exe file?
burkay said:
so do I have to format with teraterm, or do I just run the exe file?
Click to expand...
Click to collapse
i suggest u do so u make sure no files are left over from last rom... it's better and cleaner
more ScreenShot:
if you want any more, you can see it in the download Page: http://www.coolcode.cn/andot/windows-mobile-6-for-tornado-perfect-english-edition-released
good worK, i would like these programs in cabs
can you give this programs to download? i like the icon of wm5storage and those utilities
@andot
we are missing smt in this rom..... it does not have auto time/date setting. and it has a blank setting instead of that
the rest.... awesome rom.
i can't not writing anything else number in Owner information, or SMS or ...
imfloflo said:
i can't not writing anything else numbre in Owner information menu
Click to expand...
Click to collapse
u need to install xt9
bogdi1988 said:
u need to install xt9
Click to expand...
Click to collapse
Ok i'm so stupid but i must install "English xT9.cab" nothing else?
we are oblige to install all the MoDaCo xT9 Language Pack.cab and English xT9.cab to write an SMS ? i just want English or french language .
bogdi1988 said:
@andot
we are missing smt in this rom..... it does not have auto time/date setting. and it has a blank setting instead of that
the rest.... awesome rom.
Click to expand...
Click to collapse
andot can you incorporate this back? .
also what do you think about WM5 default T9 system? i like it more, and it's not that big.. (copy paste doesnt work with the new xT9 engine)
This ROM total sector is de00, I have already used dd70, I think I can't add more things into it.
I forget the following things in mxip_cold_OEMDRIVERS_100.provxml
Code:
<!-- ==================clock4keylock =================== -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\clock">
<characteristic type="Lang0409">
<parm name="Unlock" value="Unlock" datatype="string"/>
</characteristic>
<characteristic type="Lang0804">
<parm name="Unlock" value="解锁" datatype="string"/>
</characteristic>
</characteristic>
</characteristic>
<!--====================== NITZ ====================-->
<characteristic type="Metabase">
<characteristic type="Registry\HKLM\Drivers\BuiltIn\RIL\NITZEnable">
<parm name="datatype" value="integer"/>
<parm name="maxvalue" value="1" />
<parm name="minvalue" value="0" />
<parm name="rw-access" value="3" />
<parm name="access-role" value="190" />
<characteristic type="label">
<parm name="0409" value="Automatic Time/Time zone:"/>
<parm name="0804" value="自动时间/时区:"/>
</characteristic>
<characteristic type="options">
<parm name="0409" value="Disable0Enable1" />
<parm name="0804" value="禁用0启用1" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\RIL" translation="filesystem" >
<parm name="NITZEnable" datatype="integer" value="1" />
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL\NITZCUSTOMIZE" translation="filesystem" >
<parm name="Enable" datatype="integer" value="1" />
<parm name="IfBias" datatype="integer" value="-480" />
<parm name="TZIndex" datatype="integer" value="220" />
</characteristic>
</characteristic>
I will add it and rebuild it as soon as possible.
andot check your PM (private messages)
http://rapidshare.com/files/47345118/wm6-for-tornado-perfect-english-edition-20070806.zip.html
"Settings", on the WM6 cooked ROMs....
In particular some have the "Windows Update" icon (which will screw you hard if it works at all - hard reset time!) and others have the "Feedback" icon which does nothing.
They're not easily visible in the kitchens as LNKs or EXEs - does anyone know how to "depopulate" things from the settings that you don't want in there?
update
Im hitting this at the moment.
Most of them arre easy to change. .
HKLM>ControlPanel>Bluetooth> dword:"Group" = 6 (Or any number other than, 0,1,2) will remove it.
However like you've found, some of them aren't controllable like this. I'm trying to get the Update one as well. Just need to figure out where its stored.
for reference
For reference,
If you wanted to remove the "Buttons" app from the personall tab, your provisioning code would be.
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\ControlPanel\Buttons">
<parm name="Group" value="6" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
This moves it to the tab "6" which doesnt exist, so it doesnt display it.
Hi
Just a false noob question
My company blocked the lock functionality - I have to enter my 8 characters paswoord each 15 minutes and blocked acces to lock parameters
I installed a simple reg editor and find I have to change registry HKLM\Security\Policies\Policies\00001023 to 1 to have acces to those parameters
Now I would like to write a cab to lock or unlock acces to the lock parameters
I tryed this but it doesn't work
What is wrong ??
THX
<Unlock_lock>
<characteristic type="Registry">
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="00001023" value="1" datatype="integer" />
</characteristic>
</characteristic>
</Unlock_lock>
----------------------------------------------------------
<Lock_lock>
<characteristic type="Registry">
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="00001023" value="0" datatype="integer" />
</characteristic>
</characteristic>
</Lock_lock>
assuming the key is the correct one for your purposes, try it without the "lock" references, or comment them so they remain for your edification.
When I had WM6.1 on the phone I was able to store emails and SMS on the memory card.
The relevant registry entry is not in WM6.5
Please can any one advise if it is possible to store the emails and SMS on the memory card - or has this function been lost.
In advance of replies - Thank you.
Just try adding the registry yourself; if its not there, you can always make it
Hello,
Can anyone explain how to do that ?
Greetz Scoozy.
MotoBorg said:
When I had WM6.1 on the phone I was able to store emails and SMS on the memory card.
The relevant registry entry is not in WM6.5
Please can any one advise if it is possible to store the emails and SMS on the memory card - or has this function been lost.
In advance of replies - Thank you.
Click to expand...
Click to collapse
Follow these steps for registry modifications... works fine for me on my WM6.5:
1. Create a new folder in storage card using file explorer… call it “Messaging”
2. Go inside that folder and create another folder called “Attachments”
3. Start Registry editor and go to HKEY_Current_User… go to Software, then Microsoft, then MAPI
4. In the split screen below you should see 3 entries, this came when you selected the “Storage Card” option for messaging in my previous email –
a. (default) (Value not set)
b. AttachPath \Storage Card\Messaging\Attachments
c. PropertyPath \Storage Card\Messaging
5. If you do not see these entries, you will need to create them
a. Create “String”.. Enter name as “AttachPath” and Value: String as “\Storage Card\Messaging\Attachments”
b. Repeat the same step for next entry… Create “String”.. Enter name as “PropertyPath” and Value: String as “\Storage Card\Messaging”
6. Now lets go to “Inbox” located few entries above “MAPI”
7. Go to settings and in split screen look for “AttsOnCard”… the value for this should be 1, if not, change it by clicking on 2nd grey icon and choosing “edit value”.
8. Now go to HKEY_Local_Machine, then go to “System”… then to “Inbox”.
9. Open Inbox, then click on “Attachments folder… in the split screen below you will see an entry “AttsDir”… its value would be by default “Inbox.mst.xxxxxxxxx……….”. Edit Value, remove the previous string and change it to “\Storage Card\Messaging".
10. Now similarly, change the value of “BottomDir” to “Attachments”
11. Now similarly, change the value of “MiddleDir” to “Messaging”
12. Now similarly, change the value of “TopDir” to “Storage Card”
13. Now go to “Settings” folder below “Attachments”… there are two things we have to do here… (use the same steps as point 6 above)
a. Change the value of “AttachPath” to “\Storage Card\Messaging\Attachments”… if “AttachPath” is not there, create a new String Value as mentioned in step 5.a.
b. Create new String name “PropertyPath” with value “\Storage Card\Messaging” as shown in step 5.b.
14. You are almost done now…
15. Close Registry editor. Go to File Explorer, copy all files from “\Windows\Messaging” to “\Storage Card\Messaging” … similarly for files in attachments.
16. Once you have all the data moved safely, you can delete the folders “Messaging” under \Windows and you can delete the “Inbox.mst.xxxxxxxx.xxxx……” folder in \storage card. (remember to move attachments from this folder to \Storage Card\Messaging\Attachments” as well.
17. All done… restart your device… and ENJOY!!!!
Cheers...
(Edited my previous post as it was instructions using MemMaid software i use on my device... now the above instructions can be used with any registry editor)
can you help with this work on Blacstone wm 6.5
Hi,
I tried this on my Blackstone but couldnt find step 7. "AttsOnCard":
7. Go to settings and in split screen look for “AttsOnCard”… the value for this should be 1, if not, change it by clicking on 2nd grey icon and choosing “edit value”.
Could you please inform the remaining step for Blackstone.
Duttys HD HG R2 WWE, Radio 1.17.25.09
thank you...
can someone make please a .cab ??
Try This Room NhatHoa_Topaz_WWE_WM6.5 Rom_23554_Mar31_M2.1
Have option to save sms & Mail on the storeg card
Good Luk
ltheo said:
Hi,
I tried this on my Blackstone but couldnt find step 7. "AttsOnCard":
7. Go to settings and in split screen look for “AttsOnCard”… the value for this should be 1, if not, change it by clicking on 2nd grey icon and choosing “edit value”.
Could you please inform the remaining step for Blackstone.
Duttys HD HG R2 WWE, Radio 1.17.25.09
thank you...
Click to expand...
Click to collapse
Just so that others also know... if you do not see AttsOnCard in the registry entries.... just create a new string and give it the value of 1.
CommanderDuplex said:
can someone make please a .cab ??
Click to expand...
Click to collapse
If i knew how to make a cab for this i would have... but i don't.
Lets hope some good soul out there can make it and put it out here.
Cheers...
I'm now testing an XML file for XDA_UC that I created. If it works I'll post it here.
My XML File:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\MAPI">
<parm name="Attachpath" datatype="string" value="\Storage Card\Messaging\Attachments" />
<parm name="PropertyPath" datatype="string" value="\Storage Card\Messaging" />
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings">
<parm name="AttsOnCard" datatype="integer" value="1" />
</characteristic>
<characteristic type="HKLM\System\Inbox\Attachments">
<parm name="AttsDir" datatype="string" value="\Storage Card\Messaging" />
<parm name="BottomDir" datatype="string" value="Attachments" />
<parm name="MiddleDir" datatype="string" value="Messaging" />
<parm name="TopDir" datatype="string" value="Storage Card" />
</characteristic>
<characteristic type="HKLM\System\Inbox\Attachments\Settings">
<parm name="AttachPath" datatype="string" value="\Storage Card\Messaging\Attachments" />
<parm name="PropertyPath" datatype="string" value="\Storage Card\Messaging" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
However, the settings are applied but my mail is still in \windows\Messaging. Even after a hard reset.
Double post...!!
Thewizzz said:
I'm now testing an XML file for XDA_UC that I created. If it works I'll post it here.
My XML File:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\MAPI">
<parm name="Attachpath" datatype="string" value="\Storage Card\Messaging\Attachments" />
<parm name="PropertyPath" datatype="string" value="\Storage Card\Messaging" />
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings">
<parm name="AttsOnCard" datatype="integer" value="1" />
</characteristic>
<characteristic type="HKLM\System\Inbox\Attachments">
<parm name="AttsDir" datatype="string" value="\Storage Card\Messaging" />
<parm name="BottomDir" datatype="string" value="Attachments" />
<parm name="MiddleDir" datatype="string" value="Messaging" />
<parm name="TopDir" datatype="string" value="Storage Card" />
</characteristic>
<characteristic type="HKLM\System\Inbox\Attachments\Settings">
<parm name="AttachPath" datatype="string" value="\Storage Card\Messaging\Attachments" />
<parm name="PropertyPath" datatype="string" value="\Storage Card\Messaging" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
However, the settings are applied but my mail is still in \windows\Messaging. Even after a hard reset.
Click to expand...
Click to collapse
A hard reset will remove the settings you just made... only a soft reset is required after these settings. Also, any mails you have in device memory before these settings, will be there until you manually move them to storage card. Only new mails will download to the storage card as per these settings.
These settings are still working for me... i just tried it out with a regular Registry editor.
can't find the “AttsOnCard"
rakeshtiw said:
Follow these steps for registry modifications... works fine for me on my WM6.5:
1. Create a new folder in storage card using file explorer… call it “Messaging”
2. Go inside that folder and create another folder called “Attachments”
3. Start Registry editor and go to HKEY_Current_User… go to Software, then Microsoft, then MAPI
4. In the split screen below you should see 3 entries, this came when you selected the “Storage Card” option for messaging in my previous email –
a. (default) (Value not set)
b. AttachPath \Storage Card\Messaging\Attachments
c. PropertyPath \Storage Card\Messaging
5. If you do not see these entries, you will need to create them
a. Create “String”.. Enter name as “AttachPath” and Value: String as “\Storage Card\Messaging\Attachments”
b. Repeat the same step for next entry… Create “String”.. Enter name as “PropertyPath” and Value: String as “\Storage Card\Messaging”
6. Now lets go to “Inbox” located few entries above “MAPI”
7. Go to settings and in split screen look for “AttsOnCard”… the value for this should be 1, if not, change it by clicking on 2nd grey icon and choosing “edit value”.
8. Now go to HKEY_Local_Machine, then go to “System”… then to “Inbox”.
9. Open Inbox, then click on “Attachments folder… in the split screen below you will see an entry “AttsDir”… its value would be by default “Inbox.mst.xxxxxxxxx……….”. Edit Value, remove the previous string and change it to “\Storage Card\Messaging".
10. Now similarly, change the value of “BottomDir” to “Attachments”
11. Now similarly, change the value of “MiddleDir” to “Messaging”
12. Now similarly, change the value of “TopDir” to “Storage Card”
13. Now go to “Settings” folder below “Attachments”… there are two things we have to do here… (use the same steps as point 6 above)
a. Change the value of “AttachPath” to “\Storage Card\Messaging\Attachments”… if “AttachPath” is not there, create a new String Value as mentioned in step 5.a.
b. Create new String name “PropertyPath” with value “\Storage Card\Messaging” as shown in step 5.b.
14. You are almost done now…
15. Close Registry editor. Go to File Explorer, copy all files from “\Windows\Messaging” to “\Storage Card\Messaging” … similarly for files in attachments.
16. Once you have all the data moved safely, you can delete the folders “Messaging” under \Windows and you can delete the “Inbox.mst.xxxxxxxx.xxxx……” folder in \storage card. (remember to move attachments from this folder to \Storage Card\Messaging\Attachments” as well.
17. All done… restart your device… and ENJOY!!!!
Cheers...
(Edited my previous post as it was instructions using MemMaid software i use on my device... now the above instructions can be used with any registry editor)
Click to expand...
Click to collapse
. Go to settings and in split screen look for “AttsOnCard”… the value for this should be 1, if not, change it by clicking on 2nd grey icon and choosing “edit value”.
i dont have the AttsOnCard option.
until this level everything is greate but at level 7 i cant see the AttsOnCard
it's start from "commaAsSeparator "
can you help me?
thank you
Already replied to that in post #8. Youjust need to create a new string if you do not see AttsOnCard.
Guys... I just thought about it... its been very long time since i tried this... and never had to create the AttsOnCard. I do not have these settings done on my phone... but i guess i might be wrong about AttsOnCard being a "String"... if "String" doesnt work... Try a "DWord" named AttsOnCard. For me to confirm this i will have to reconfigure my mails all over again and it will be tough as i have only one phone which is frequently used.
Cheers...
Its Work Well
Thank you so much.
Its work very well in my HTC Snap.
What a great step by step instruction!
Thanks onec again. You are awesome.
I'm using HTC Snap (S521) with WM 6.5 Standart
CE OS 5.2.21854 (Build 21854.5.0.80)
Does not work out
When I restart my Topaz Its create new folder named "Storage Cared" which include
"Messaging" Folder thats include "Attachments" Folder and rename the Storage card
to "Storage Card 2"
So whats the mistake????
Hello...
has anyone tried this app
it's amazing
http://3pda.ucoz.ae/forum/18-291-1#304
sorry for my english
im confused about some steps .
8. Now go to HKEY_Local_Machine, then go to “System”… then to “Inbox”.
9. Open Inbox, then click on “Attachments folder…
could anyone tell me is it correct the structure of registry after 8and9 step
HKLM\System\Inbox\Attachments
and
13. Now go to “Settings” folder below “Attachments”…
Does the registry structure look like this after step13 ?
HKLM\System\Inbox\Attachments\Settings
PS:
what's the file cemail.vol in \device
is there any configuration to do with cemail.vol in registry ?
my rig:
smartphone
HTC Snap (S521) with WM 6.5 Standart
CE OS 5.2.23090 (23090.5.3.0)
Hi:
i kneed a cab to delete this registry HKLM\Security\Shell\StartInfo
thanks in advance
Samlpe of XML, that can be added to any CAB:
<wap-provisioningdoc>
<characteristic type="Registry">
<!-- Create/modify REG_SZ and REG_DWORD values under the following key -->
<characteristic type="HKCU\Software\Test Key">
<parm name="StringValue" value="String value data" datatype="string" />
<parm name="DWORD_Value" value="1234" datatype="integer" />
</characteristic>
<!-- Delete a registry value under the following key -->
<characteristic type="HKCU\Software\Second Test Key">
<noparm name="Value To Delete" />
</characteristic>
<!-- Delete a registry key, with all its values and subkeys -->
<nocharacteristic type="HKLM\Software\RegKey To Delete" />
</characteristic>
</wap-provisioningdoc>
Click to expand...
Click to collapse
Ethermind said:
Samlpe of XML, that can be added to any CAB:
Click to expand...
Click to collapse
do you meen like this
<wap-provisioningdoc>
<characteristic type="Registry">
<!-- Delete a registry key, with all its values and subkeys -->
<nocharacteristic type="HKLM\Software\Security\Shell\StartInfo\Start" />
</characteristic>
</wap-provisioningdoc>
and how could i add it to the cab file i'm using wice cab manager
I dont know.
I using WinCE Cab Manager.
Any XML can be easy added.
Why don't you just use EITHER Resco Explorer or SGS Explorer ?
WHY are there always people writing stupid posts ?
Someone asks how to delete a regsitry key IN A CAB, because he wants do that IN A CAB.
Period.
Why he wants to do that is none of your business, if you're unable to understand the point of it. He asked a question, he didn't ask to be suggested to do something totally pointless instead.
Nobody asked you to suggest to do it by hand, because he wants it to be AUTOMATED. This is pure trolling, and I'm tired to death to always trip on those stupid "answers" when searching the net for real answers to very precise questions. The web is actually FULL of that, and it becomes harder and harder to get useful information because of your silly behavior.
Please stop flooding, and answer only when you have something to say that is related to the question (or ask a real question, of course).
I'm sorry, but you just paid for all the others !