I always have font size 10, i want to have a default size 8.
Anybody know how to change it?
There is no registry hack. You need to create a new template (with pocket word) with font size 8 and name it normal.dot. Place it in my documents\templates and then goto options\templates in word and change it to normal - that will do it.
Please Explain Simply...
dodadent said:
Please Explain Simply...
Click to expand...
Click to collapse
Ok then make it easier - enclosed is normal.dot (unzip to find it) - this is the new template for word that will give a default font size of 8 instead of 10.
1. Place this is \my documents\templates on your device
2. Open Pocket word - goto options\ default template - choose normal - ok
3.Now when you select new document it will have font size 8.
p.s. i chose the name normal.dot because that is the default name of the template used in PC Word but you could rename it font8.dot or something if that is confusing.
Thnks a lot. It Works.
There is a way to change Fonts on system? In sms module?
for me, i use Myriad Web font. i simply rename the font file name from myriad.ttf to toahoma.ttf and myriadb.tff to tahomabd.ttf, then use Resco Explorer and copy to the Trinity Windows folder. you get a message warning that you are overwritting a ROM file, i choose ok. soft reset and the new font will now be used by device. as always, do this at your own risk. it works for me!
cortezzi said:
for me, i use Myriad Web font. i simply rename the font file name from myriad.ttf to toahoma.ttf and myriadb.tff to tahomabd.ttf, then use Resco Explorer and copy to the Trinity Windows folder. you get a message warning that you are overwritting a ROM file, i choose ok. soft reset and the new font will now be used by device. as always, do this at your own risk. it works for me!
Click to expand...
Click to collapse
Any change you will post a screenshot here?
Tried different fonts but havn't seen any that was better than the "normal" font.
this is a view of my Trinity with the Segoe UI Font, with the Screen Text Size set at 1 position to the right...
Thanks! Looks really nice!
you're welcome...
If you have hw6915 localizet by mui files you can tray changing language by editing system registry.
1. Instal on your device some registry editor.
2. Make backup of whole registry before you change enytching .
3. Go to HKEY_LOCAL_MACHINE\MUI
4. Change dword of "Enable" from "1" to "0"
5. Soft reset your device.
I need help to develop this method by changing names of system folders (Start menu, Programs, My Documents etc.) and Start menu items to englisch by editing registry. It could by very easy method to change language to englisch witchout flasching roms.
What you lot think?
If you have hw6915 localizet by mui files you can tray changing language by editing system registry.
1. Instal on your device some registry editor.
2. Make backup of whole registry before you change enytching .
3. Go to HKEY_LOCAL_MACHINE\MUI
4. Change dword of "Enable" from "1" to "0"
5. Soft reset your device.
I need help to develop this method by changing names of system folders (Start menu, Programs, My Documents etc.) and Start menu items to englisch by editing registry. It could by very easy method to change language to englisch witchout flasching roms. It would be very helpful if somebody will upload copy of clean englisch registry (after hard reset).
What you lot think?
Regardless of your rom language you can always take English fonts from your home computer and dreg them into your pocket at windows/font dir
You can also assign them to the OS menus using 3prt app like sk-tools spb-tips& tricks … (any tweak app )
You can also assign manually if you lookup at this site for the specific location
I recommend using the trial period of any tweak app
Please backup your device before any attempts
enjoy
Im veryinterested in changing the languege of my hw6945, to spanish. And this method sounds way safer then a rom flash wich has being imposible for me, anytips?
Ha Ha
Solution not work.Start menu not competed.
MobilMan
TRY TO USE THE FONT +RASCO KEYBORD R
OR TRY THIS AT YOUR RISK [NOT RECOMENDED BUT AN OPTION]
http://h20000.www2.hp.com/bizsuppor...Id=1822499&swEnvOID=2067&taskId=135&swLang=35
EREZYAD said:
Regardless of your rom language you can always take English fonts from your home computer and dreg them into your pocket at windows/font dir
You can also assign them to the OS menus using 3prt app like sk-tools spb-tips& tricks … (any tweak app )
You can also assign manually if you lookup at this site for the specific location
I recommend using the trial period of any tweak app
Please backup your device before any attempts
enjoy
Click to expand...
Click to collapse
could u tell me how to tweak the registry to enable the GPS configuration for my device HP6915????
Hi,
I´ve got an issue that i can´t set an icon to task manager and messages in start menu/settings/System. See the pic below. I use a cab file to apply these icons.
i just make a pkg with my reg entries and pics i want to use at the end of my kitchen. open up your reg with reg editor and see if it looks like this...
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\cplmain.cpl,1]
"Rank"=dword:000002BC
"Icon"="[COLOR="Red"]\\[/COLOR]Windows[COLOR="Red"]\\[/COLOR]Start_Icon_Lock.png"
notice the \\, it must be that way in registry...a single "\" wont work. also you could try assigning rank, but i dont really think that is necessary for the pic to show.
twopumpchump said:
i just make a pkg with my reg entries and pics i want to use at the end of my kitchen. open up your reg with reg editor and see if it looks like this...
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\cplmain.cpl,1]
"Rank"=dword:000002BC
"Icon"="[COLOR="Red"]\\[/COLOR]Windows[COLOR="Red"]\\[/COLOR]Start_Icon_Lock.png"
notice the \\, it must be that way in registry...a single "\" wont work. also you could try assigning rank, but i dont really think that is necessary for the pic to show.
Click to expand...
Click to collapse
Thanks for the tip. I made an OEM of my cab to make it easer. This is what reg i have for the task manager, but it dosnt work.
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
"Icon"="\\Windows\\Start_Icon_TaskMgr.png"
EDIT: Btw, how is rank determined? Dont really understand what ""Rank"=dword:000002BC" means..
I'm a noobie so forgive me if I make any mistakes.
But... Try adding some "zzz"s before the package to make it run at the end of the build process. If it still doesn't work, search inside all files (most probably the .provxml files) in your kitchen folder for "Task Manager.lnk" and see if another file is assigning a different icon to it. I use EVK's built in search engine to do jobs like that.
I hope I helped
EDIT: About Rank, icons are ordered from highest to lowest rank values in the start menu. I think "000002BC" is a hex value for the normal integer value that the rank is set to.
EDIT2: WOW! Awesome icons! Did you make them?
seeM_ZA said:
I'm a noobie so forgive me if I make any mistakes.
But... Try adding some "zzz"s before the package to make it run at the end of the build process. If it still doesn't work, search inside all files (most probably the .provxml files) in your kitchen folder for "Task Manager.lnk" and see if another file is assigning a different icon to it. I use EVK's built in search engine to do jobs like that.
I hope I helped
EDIT: About Rank, icons are ordered from highest to lowest rank values in the start menu. I think "000002BC" is a hex value for the normal integer value that the rank is set to.
EDIT2: WOW! Awesome icons! Did you make them?
Click to expand...
Click to collapse
Thanks for the tip. I have the folder to run last in customization. I understand thats its some sort of hex value or whatever, but i dont understand it so i can place the icons where i want them.
The icons are made by dlink ithink.
2BC = 700. The rankings go from 0-999, and most are higher, which is why that one appears on the low side. The easiest thing is to just arrange everything on the phone (drag and drop), then export the entire start menu registry key and just put that into your start menu EXT. I'm not sure exactly how the values vary left to right and top to down.
I heard somewhere that the built in start menu 'drag n drop' messes with the ranks? I'm probably wrong though
I believe the ranks go in this order.. 1 being highest, 8 being lowest. Please correct me if I'm wrong. I hope NRG doesn't mind me butchering his start menu with my awesome paint skills
Hey... i dont think you are patching and i dont think you are trsut sign the cab... or making the image PNG...
but if you are "cooking" you dont need the cab... just make an EXT PKG with the icons ins the "file" folder... and the REGS in "app.reg" file making the path to the image, if you are patching you must to set the image as "read only" simple slash and be sure that CPL is teh correct one... and for the New TEXTMesage be sure you are using the path to.. tmail.exe i couldnt give you my EXT PKG with the paths cause im not in my home right now
+ Que PPC said:
Hey... i dont think you are patching and i dont think you are trsut sign the cab... or making the image PNG...
but if you are "cooking" you dont need the cab... just make an EXT PKG with the icons ins the "file" folder... and the REGS in "app.reg" file making the path to the image, if you are patching you must to set the image as "read only" simple slash and be sure that CPL is teh correct one... and for the New TEXTMesage be sure you are using the path to.. tmail.exe i couldnt give you my EXT PKG with the paths cause im not in my home right now
Click to expand...
Click to collapse
Thanks for the help + Que PPC. The PNG is ok as it works in start menu. Btw, i made a package, instead of an cab. Much simpler to edit. What is the correct CPL for task manager in start menu/setting/System?
I have no clue on CPL or how to determine posistion
Ok i have the stock image for Taskmanager in my startmenu in position #24
Hex = 35A4EBEC
DEC = 900000748
So it seems that in the strat menu you can rank the icons as you want... by this 100 to 900 valu but in settings and for CPL icons the thing is.. they are arranged authomatically by name
(look at the attached image)
and this is the reg for cpl 30
Just this string in: Start menu settings system screen[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
String value named Icon
with this: \Windows\Start_Icon_TaskMgr.png
BEsure there is the image in windows folder
so... in your EXT pkg it must be like this:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Task Manager.lnk]
"Rank"=dword:35A4EBEC
"Icon"="\Windows\Start_Icon_TaskMgr.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
"Icon"="\Windows\Start_Icon_TaskMgr.png"
+ Que PPC said:
Ok i have the stock image for Taskmanager in my startmenu in position #24
Hex = 35A4EBEC
DEC = 900000748
So it seems that in the strat menu you can rank the icons as you want... by this 100 to 900 valu but in settings and for CPL icons the thing is.. they are arranged authomatically by name
(look at the attached image)
and this is the reg for cpl 30
Just this string in: Start menu settings system screen[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
String value named Icon
with this: \Windows\Start_Icon_TaskMgr.png
BEsure there is the image in windows folder
so... in your EXT pkg it must be like this:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Task Manager.lnk]
"Rank"=dword:35A4EBEC
"Icon"="\Windows\Start_Icon_TaskMgr.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
"Icon"="\Windows\Start_Icon_TaskMgr.png"
Click to expand...
Click to collapse
Only need to learn hex editing to position the icons then
I´ve tried theese, but none of them works.
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
"Icon"="\Windows\Start_Icon_TaskMgr.png"
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System\cplmain.cpl,30]
"Icon"="\\Windows\\Start_Icon_TaskMgr.png"
easyst way - works great in build 23112
hello,
1. hardcodec-items
the easyst way to change the icon, is to going in the sys folder to the directory
\SYS\23112\dpi_192\COMMON\Base_DPI_192\
you find all hardcoded items in this directory (e.g. start_icon_*.png)
give your new icons the same name in your ext directory (oem)
2. customize icons
only what you need to customize icon is the following reg-keys
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Task Manager.lnk]
"Icon"="\\Windows\\Start_Icon_Task Manager.png"
-> this key replace the "task manager.lnk" icon in the root of the startmenue
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Office\Notizen.lnk]
"Icon"="\\Windows\\Start_Icon_Office_Notizen.png"
-> this key replace the "notizen.lnk" (like notice in english) icon in the customize directory "order" in the startmenue
so when you need no ranking is the simplest and fastest wayy i can explain to you...
everal said:
hello,
1. hardcodec-items
the easyst way to change the icon, is to going in the sys folder to the directory
\SYS\23112\dpi_192\COMMON\Base_DPI_192\
you find all hardcoded items in this directory (e.g. start_icon_*.png)
give your new icons the same name in your ext directory (oem)
2. customize icons
only what you need to customize icon is the following reg-keys
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Task Manager.lnk]
"Icon"="\\Windows\\Start_Icon_Task Manager.png"
-> this key replace the "task manager.lnk" icon in the root of the startmenue
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Office\Notizen.lnk]
"Icon"="\\Windows\\Start_Icon_Office_Notizen.png"
-> this key replace the "notizen.lnk" (like notice in english) icon in the customize directory "order" in the startmenue
so when you need no ranking is the simplest and fastest wayy i can explain to you...
Click to expand...
Click to collapse
- I can confirm that this works fine.
- However, this is good for lnk that have direct entry under [HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start]. But how to know which cpl index refers to which setting/program shortcut?
everal said:
hello,
1. hardcodec-items
the easyst way to change the icon, is to going in the sys folder to the directory
\SYS\23112\dpi_192\COMMON\Base_DPI_192\
you find all hardcoded items in this directory (e.g. start_icon_*.png)
give your new icons the same name in your ext directory (oem)
2. customize icons
only what you need to customize icon is the following reg-keys
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Task Manager.lnk]
"Icon"="\\Windows\\Start_Icon_Task Manager.png"
-> this key replace the "task manager.lnk" icon in the root of the startmenue
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Office\Notizen.lnk]
"Icon"="\\Windows\\Start_Icon_Office_Notizen.png"
-> this key replace the "notizen.lnk" (like notice in english) icon in the customize directory "order" in the startmenue
so when you need no ranking is the simplest and fastest wayy i can explain to you...
Click to expand...
Click to collapse
The thing is that i dont get the icon that is in SYS, i get the on in the exe. Would not matter if i change it.
Very true i can confirm that... the CPL images for icons in settings system cant be changed... maybe is due to another reg or .ico or other kind of file in oem
+ Que PPC said:
Very true i can confirm that... the CPL images for icons in settings system cant be changed... maybe is due to another reg or .ico or other kind of file in oem
Click to expand...
Click to collapse
Could be.. Probably. I sure hope not
You should convert the rgu files to xml files.
XML always run after the RGU, So its better to use when making custom modification.
http://forum.xda-developers.com/showthread.php?t=369457 (second post)
Th e cpl's are loaded in a provxml in the oem folder (don't remember which one off the top of my head). If it's messing with desired settings, rather than loading another provxml during first boot, and slowing down first boot even more, it's better to either edit or delete the oem provxml. Personally, I'd delete it and then put your start info in an app.reg in an EXT that runs near the end of the build.
Edit: the provxml with all of the cpl's is mxip_HtcApps_translation.provxml, and it's in oem-lang 0409. It's a complete waste to run this thing, imo. Just put it in an app.reg and you'll get a faster first boot.
Sorry but for change icon position in start menu, cant you do it just from start menu moving that icon and then go to the right reg key and export it?
This work for Kaiser dunno if Leo,Tp2 or Topaz has different way.
hi fellow chefs
i post my question here as i thought it would be better then openijng a new thread for it
i keep marketplace in my rom but i cant set it to the internet folder
i have looked in the initflash.dat and there is nothing there about marketplace(at least not that i could find)
i have looked in the sys map from market place and found a provxml
i changed it there the same way i did for taskmanager and it still doesnt work(for taskmaanger it works)
can some one help me out where or what i need to edit to have marketplace in internet folder
i attache my provxml so you can see what i have done
Hi all,
When I open a site which is in my regional language (Indian language), I could only see squares in it.
Do I have to install Unicode fonts in to my Herald?
I have Aserg's ROM and tried to open http://kn.wikipedia.org in the IE.
Just now, I referred to the following tutorial given in wikipedia. And now I can see all the fonts in my regional language.
I can't read anything.
I can't even read the menu items. Nor the Registry keys. Nothing. I don't know what to change back.
Seems, I need to hard-reset. What a fool I am.
------------------------------------------
Unicode on Windows mobile 5.0
To Enable the fonts on Windows Mobile 5 & 6
Copy the unicode font to \Windows\Fonts folder
Download PHM registry from http://www.phm.lu/products/PocketPC/RegEdit/ (select the "Pocket PC 2002,2003 (ARM/PXA) from the dropdown)
copy registry editor cab file to device and install it.
Enable font linking by adding the below registries
Run PHM regidtry editor from programs
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Select Microsoft, go to edit > New Key and add a new key FontLink below HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Select FontLink and add a new key SystemLink (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink )
Select SystemLink and add a string value.
Value name - Tahoma
Value data - \Windows\Fonts\Akshar.ttf,Akshar Unicode
Note: change the "Akshar.ttf,Akshar Unicode" as per the font you have copied to the Fonts folder.
Again go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ and add one more New Key "FontPath"
Select FontPath and add a string value as
Value name - FontPath
Value data - \Windows\Fonts
Soft reset your mobile
So, the method given above just changes the font of the device (while the language does not change).
I am going to hard-reset the device.