Related
Hi,
Well, i'm looking for that cause mine does not have this plugin to launch applications from the home page (i don't mean the 5 shortcuts at the botom but the smallest ones we can see on the HTC VOX pics around the internet).
Anyway to got it ? or to extract it ? to have it as a cab file ? what more can i ask
Try this one:
http://www.kolumbus.fi/anders.ruohio/sp.html
follow this thread to do it :
http://www.smartphonethoughts.com/forums/viewtopic.php?t=5058
Hello,
I follow these 2 links... and find beautifull homepages, thanks.
But still searching for the plugin where there's shortcuts applications.
Still looking for
you have to change the xml of your homescreen. The instructions are on the link ...
- <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="20">
<mru y="1" icon-size="16" halign="left" valign="centre" />
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHTTEXT" />
</plugin>
the secret is icon-size=16
Thank you but i don't manage with it, anyway to get it as a cab file ?
Trying installing Orchid ShortCut.
This tool ables you to make groups of shortcuts on your homescreen.
Fully Customizable
You can also try Facade's launcher.
Hello!
I've asked this question under the rom I'm using, but I think this question does not necessarily belong there.
So, I ask it again here.
One of the changes in WM6.5 is the size of popup menus. How can we change it's size so it's more like in WM6
I'm sure I've seen menus with normal spacing between the options in WM6.5, but I can't remember what I did or if it was made in rom like that.
For example in messaging menu in WM6 it fits into screen, in WM6.5 we have to scroll it to see all the options. Changing popup menu font size (via advanced config) does not make spacing smaller, so in order to fit whole menu in inbox I have set font size to 500 which is waaaay too small.
Thanks.
The idea of 6.5 is to make everything more finger friendly. So to make it smaller would make it harder to press. My guess is that your going to want to see how you can change the system or context menu font. I don't know how that can be done, but my friend google can help.
I understand the reason it was done, but still such significant changes should not be done with possibility revert it the old style.
The font used there is Verdana, and I doubt it has so much extra spacing above and below (see screenshots above).
I refuse to believe that this question never discussed here and has no answer
Got a cab for that larger finger menu?
[email protected] said:
Hello!
I've asked this question under the rom I'm using, but I think this question does not necessarily belong there.
So, I ask it again here.
One of the changes in WM6.5 is the size of popup menus. How can we change it's size so it's more like in WM6
I'm sure I've seen menus with normal spacing between the options in WM6.5, but I can't remember what I did or if it was made in rom like that.
For example in messaging menu in WM6 it fits into screen, in WM6.5 we have to scroll it to see all the options. Changing popup menu font size (via advanced config) does not make spacing smaller, so in order to fit whole menu in inbox I have set font size to 500 which is waaaay too small.
Thanks.
Click to expand...
Click to collapse
Use Advanced Config and change the Popup menu font size under User Interface.
I change mine from Large to Custom 800. See Picture below.
m6silver said:
Use Advanced Config and change the Popup menu font size under User Interface.
I change mine from Large to Custom 800. See Picture below.
Click to expand...
Click to collapse
do you know how to make the menu scroll by page instead of item by item?
install and open total commander. go to \\\Plugins\registry\HKLM\System\GWE\Menu\Popfnt and there should be two dword values that you can change to whatever you like. "Ht" (height) which is default to 1000 and "Wt" (weight, boldyness) which is default to 700. fiddle with these all you like and see which best suits you. you have to soft restart after every change to see it. dont be shy with these, you can change them in 100 intervals and fine tune from there. i actually wanted mine a little bigger and thumb friendlier so i set ht to 1100 and wt to 800 and it was perfect for me.
Thanks a lot, it helped me perfectly!
The problem is the spacing.
The menu spacing is set in the .tsk files. There is a large reg entry you need to tweak: hkcu/software/microsoft/today/menu. I've got menus that work for people with non-ape sized fingers, and I like it, lol. Check my thread UI Tweaks for 6.5.1 in the fuze rom forum at fuzemobility for the reg entries in the last post <on fuze now, can't link>. This is much better than lowering the popfnt. There's also a fix for the ridiculous tree-spacing that makes Regedit nearly unusable.
I've uploaded the reg settings. Remove the string values for different themes. I've also uploaded a custom arad theme w/ the reg settings and my wallpaper <sorry, lol>. Change the extension to .tsk and put it in \windows (soft reset, too).
http://www.mobilitydigest.com/forums/showthread.php?t=2136
You are the man.
It fix my headache. Thank you so much.
Farmer Ted said:
The menu spacing is set in the .tsk files. There is a large reg entry you need to tweak: hkcu/software/microsoft/today/menu. I've got menus that work for people with non-ape sized fingers, and I like it, lol. Check my thread UI Tweaks for 6.5.1 in the fuze rom forum at fuzemobility for the reg entries in the last post <on fuze now, can't link>. This is much better than lowering the popfnt. There's also a fix for the ridiculous tree-spacing that makes Regedit nearly unusable.
I've uploaded the reg settings. Remove the string values for different themes. I've also uploaded a custom arad theme w/ the reg settings and my wallpaper <sorry, lol>. Change the extension to .tsk and put it in \windows (soft reset, too).
http://www.mobilitydigest.com/forums/showthread.php?t=2136
Click to expand...
Click to collapse
Glad to help, lol.
I was tempted to start a new thread for this, but rather than do that, I figured I would just add to this one.
As previously mentioned in this thread, the menu popup size and spacing is a little excessive with the newer builds of 6.5.x (I'm currently using 6.5.3 ported from the SDK). By comparing the tsk files from 6.5 and 6.5.3 I have found there are 5 registry changes responsible for this non-sense.
Code:
Windows Mobile 6.5.3
<characteristic type="HKCU\Software\Microsoft\Today\Menu">
<parm name="MenuSelectorThemeImageTopPadding" value="18" datatype="integer" />
<parm name="MenuSelectorThemeImageBottomPadding" value="18" datatype="integer" />
<characteristic type="HKCU\Software\Microsoft\Today\ListView">
<parm name="ListViewSelectorThemeImageTopPadding" value="18" datatype="integer" />
<parm name="ListViewSelectorThemeImageBottomPadding" value="18" datatype="integer" />
<parm name="ListViewSelectorThemeImageRightPadding" value="17" datatype="integer" />
Windows Mobile 6.5
<characteristic type="HKCU\Software\Microsoft\Today\Menu">
<parm name="MenuSelectorThemeImageTopPadding" value="10" datatype="integer" />
<parm name="MenuSelectorThemeImageBottomPadding" value="10" datatype="integer" />
<characteristic type="HKCU\Software\Microsoft\Today\ListView">
<parm name="ListViewSelectorThemeImageTopPadding" value="10" datatype="integer" />
<parm name="ListViewSelectorThemeImageBottomPadding" value="10" datatype="integer" />
<parm name="ListViewSelectorThemeImageRightPadding" value="6" datatype="integer" />
You can change them manually by editing the registry or you can use the updated tsk files attached to this post.
Furthermore you may want to update these other registry entries....
This entry controls the font size of the popup menu (mentioned early in this thread). The default value for Windows Mobile 6.1 is
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\PopFnt]
"Ht"=dword:320
Microsoft started using 3E8 instead of 320 a while ago, but I prefer the WM 6.1 default value of 320. For cooks, this is found in \SYS\Base_Lang_0409\831xxx.rgu. You may also find attempts to change this value in \OEM\OEMDrivers\.
Finally, as already mentioned, the Treeview settings were increased in WM 6.5.3. These values are complete new entries that did not exist in WM 6.5. They can safely be deleted or set to 0.
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\Commctrl]
"TreeviewPlusMinus"=dword:1c
"TreeviewExtraItemSpace"=dword:14
TreeviewPlusMinus controls the size of the plus/minus symbol and TreeviewExtraItemSpace adds space between tree entries. Deleting or setting both entries to zero sets things back to the way they were in WM 6.1 & 6.5.
To use the attached tsk files, rename them from *.cab to *.tsk and copy to \Windows
Yes! I'v been looking for this.
Thanks.
Calendar font and hour line
Tweaks for resizing popup menu works fine. Have anybody idea how to decrease the hour lines in the defalut Calendar? For me its too big... :-/
After uninstalling Opera 10, Internet Explorer became my default web browser. Even manilla tab Browser now calls IE. How could I revert back to default - make Opera 9.5 my default browser in Manilla and everywhere.
You need to change the following in the registry:
HKEY_LOCAL_MACHINE > Software > Microsoft > Shell > Rai > EFBROWSER
and in REG_SZ 1 change to OperaL.exe
thanks.
but not sure which key to change: 0, 1, 2, 3 in Defbrowser and to which value(s).
Also where I can find Reg_sz?
THANK YOU!
change key 1 to OperaL.exe
Value name 1
Value data OperaL.exe
Value type REG_SZ
I use the freeware PHM Registry Editor
thank you!!
it works!
wizionus said:
After uninstalling Opera 10, Internet Explorer became my default web browser. Even manilla tab Browser now calls IE. How could I revert back to default - make Opera 9.5 my default browser in Manilla and everywhere.
Click to expand...
Click to collapse
just to confirm... Opera 9.5 is still available after uninstalling Opera 10 just that it is not the default?...
sequel7 said:
just to confirm... Opera 9.5 is still available after uninstalling Opera 10 just that it is not the default?...
Click to expand...
Click to collapse
right. two versions are available; accessible via start menu.
I'm trying to set Opera 10 as the default browser through UC Setup. When I do it manually it works fine.
Here's my opera.xml
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\Shell\Rai\EFBROWSER" />
<parm name="0" datatype="string" value="Opera" />
<parm name="1" datatype="string" value=""\Program Files\Opera Mobile 10\Opera10-armv4i.exe"" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
I also tried the name="1" line with:
<parm name="1" datatype="string" value='"\Program Files\Opera Mobile 10\Opera10-armv4i.exe"' />
Also no success. Can someone help me?
mgiay said:
You need to change the following in the registry:
HKEY_LOCAL_MACHINE > Software > Microsoft > Shell > Rai > EFBROWSER
and in REG_SZ 1 change to OperaL.exe
Click to expand...
Click to collapse
Hello
i did that and now my default browser does´t work
What is the original value instead OperaL.exe? maybe if i fix it , it will works again
thanks
Thanks, this worked for me as well
instead of going to the registry
you can also just start Opera 9.5 [which is still installed on the device], go to the options and put opera 9.5 as standard browser..
this will change the registry automaticly.
regards
vashi said:
instead of going to the registry
you can also just start Opera 9.5 [which is still installed on the device], go to the options and put opera 9.5 as standard browser..
this will change the registry automaticly.
regards
Click to expand...
Click to collapse
not sure what version u're using but there is no such option in my opera
deliyan said:
Hello
i did that and now my default browser does´t work
What is the original value instead OperaL.exe? maybe if i fix it , it will works again
thanks
Click to expand...
Click to collapse
The original value is :MSPIE
Same problem with original htc rom wm 6.5
try opera:config, option Install and check Browser First Time Launch.
Close Opera 9.5 browser and launch (from Programs).
Next time you could launch from Manila tab.
did not work for me (also original wm 6.5 htc), but always the easiest way to try first
Could some one please tell me how to get the wm6.5 start menu to scroll until i stop it with my finger.
At the moment it scrolls sort of one page at a time making scrolling through all the start menu items not as smooth as it should be.
This really annoys me too, is there any way to change this?
This is one of many things i LIKE in Wm6.5
I would like this to implemented in more programs like Opera, Resco file explorer and so on.
ToddeSwe said:
This is one of many things i LIKE in Wm6.5
I would like this to implemented in more programs like Opera, Resco file explorer and so on.
Click to expand...
Click to collapse
To each their own i guess
It bugs the hell out of me! Really frustrating....grrr
Yeh it bugs me too, The whole point of finger scrolling is, if I flick it hard I want it to scroll further!
loomx said:
Yeh it bugs me too, The whole point of finger scrolling is, if I flick it hard I want it to scroll further!
Click to expand...
Click to collapse
Me too!I'd like to have a better scroll in start menu!Just reaching the bottom you get a little bit tired!
Can anyone out there confirm whether or not this is possible?
It's been possible on custom ROMs I had on the HD, but I can't change it on the HD2.
That's strange. Maybe it's not possible in the 21xxx build ROMs, only in the 230xx ones.
Yup annoys me too, when something I want is at the bottom of the list................. and for any one who is going to say press/hold and move to the top, thre are some things I want at the bottom! Would just like to get there quicker lol
i use a 5-row mod on my hd2... perfect... (was too small on my x1). Get it Here.
if i remember it correctly, you have to change it as fallowing to enable full scrolling (not tried since i dont need it with 5 rows):
StartMenuCust_480x800.cpr ->
you need to change PaginatedScrolling="TRUE" to PaginatedScrolling="FALSE" or PaginatedScrolling="WRONG"
HD2Owner said:
i use a 5-row mod on my hd2... perfect... (was too small on my x1). Get it Here.
if i remember it correctly, you have to change it as fallowing to enable full scrolling (not tried since i dont need it with 5 rows):
StartMenuCust_480x800.cpr ->
you need to change PaginatedScrolling="TRUE" to PaginatedScrolling="FALSE" or PaginatedScrolling="WRONG"
Click to expand...
Click to collapse
it is unavailable :|
could please put its contents here ?
nevermind ... it's online again
HD2Owner said:
i use a 5-row mod on my hd2... perfect... (was too small on my x1). Get it Here.
if i remember it correctly, you have to change it as fallowing to enable full scrolling (not tried since i dont need it with 5 rows):
StartMenuCust_480x800.cpr ->
you need to change PaginatedScrolling="TRUE" to PaginatedScrolling="FALSE" or PaginatedScrolling="WRONG"
Click to expand...
Click to collapse
Here is the contents of my StartMenuCust_480x800.cpr the line you suggested doesn't seem to be there. Any other ideas?
Code:
<Form Width="480" Height="800">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="480" Height="696" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE">
<Image ID="Selection" Left="0" Top="-30" Width="192" Height="158" Source=".\HTC_StartMenu_Selection.png" />
<Layer ID="GridItem" Width="192" Height="166" OnAction="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="51" Top="4" Width="90" Height="90" ScaleStyle="Fit" />
<Text ID="Text" Left="0" Top="98" Width="192" Height="68" FontFamily="Helvetica Neue OTS" FontSize="9" HorizontalAlignment="Center" VerticalAlignment="Top" Wrap="True" Trimming="EllipsisCharacter" ForeColor="#00FFFFFF" BackColor="#00000000" />
</Layer>
</Layer>
<Layer ID="NoItems">
<Text ID="Text" Width="480" Height="40" FontFamily="Helvetica Neue OTS" FontSize="9" ForeColor="#00FFFFFF" Wrap="False" HorizontalAlignment="Center" Trimming="Character" InnerTextType="Resource">shellres.dll,22596</Text>
</Layer>
</GridView>
</StartMenu_GridScene>
</Form>
and how should we use that file ?
This property must me added to GridView tag, but it didn't work on my handset. I've just tried it.
so wm 6.5 cant perform this action
Bumping this as I go crazy not being able to find a fix. Some say you have to change the PhysicsEngine.dll and some say it can be disabled in Registry but no one is putting up anything. I found some dll's but it just behaved strangly. This can't be hard and some of the chefs here must know the solution, please share with us. I do not want to go with a custom rom just to get this tweak. Please somebody help.
i like the 3 rows but would love the better scrolling
also where is the cab to let us hold to move icons? im on the stock hd2 us rom and cant find this cab :/ all i can do now is just hold to move to top and that blows
jolpool said:
Here is the contents of my StartMenuCust_480x800.cpr the line you suggested doesn't seem to be there. Any other ideas?
Code:
<Form Width="480" Height="800">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="480" Height="696" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE"[B] PaginatedScrolling="FALSE"[/B]>
<Image ID="Selection" Left="0" Top="-30" Width="192" Height="158" Source=".\HTC_StartMenu_Selection.png" />
<Layer ID="GridItem" Width="192" Height="166" OnAction="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="51" Top="4" Width="90" Height="90" ScaleStyle="Fit" />
<Text ID="Text" Left="0" Top="98" Width="192" Height="68" FontFamily="Helvetica Neue OTS" FontSize="9" HorizontalAlignment="Center" VerticalAlignment="Top" Wrap="True" Trimming="EllipsisCharacter" ForeColor="#00FFFFFF" BackColor="#00000000" />
</Layer>
</Layer>
<Layer ID="NoItems">
<Text ID="Text" Width="480" Height="40" FontFamily="Helvetica Neue OTS" FontSize="9" ForeColor="#00FFFFFF" Wrap="False" HorizontalAlignment="Center" Trimming="Character" InnerTextType="Resource">shellres.dll,22596</Text>
</Layer>
</GridView>
</StartMenu_GridScene>
</Form>
Click to expand...
Click to collapse
You just have to add this line in your cpr. See Bold
I tried this but it just does not do what I want. Btw I figured out how to edit cpr files ( rename to xml file use notepad to edit and rename back to cpr ).
I tried to use PaginatedScrolling="FALSE" , PaginatedScrolling="WRONG" but nothing. Still lets you scroll only one page at the time. I am going nuts, have to solve this can't be that difficult. Any other ideas?
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)