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)
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.
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... :-/
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 !