Help For Making A Cab Plz - P3600 General

I am making my first cab with the WinCE cab Manager
As i want to change the system's font,
i added the font file which is in ttf type [in the windows directory] and the reg string [pointing the font name to the font location]
Yet after i have finished all the work, it doesnt work at all
Would you guys give me a complete procedure on how to make it step by step
Thank you very much!
Moerover, i also want to leran how to script the cap so that it turn my trinty to reset after it has installed the cab
really thx

Related

Ext Rom Customisation

Hi All,
I am meddling with my ext rom. I am setting it to auto install s/w upon hard reset. it works fine. I found out that when i hard reset the pda and phone volume is set to half. How do i make it to full ? Also, i would like to know
how do i move some files to some other folders. eg: ringtones, etc.
One option is to use the CAB Wizard and create a Small CAB File with your settings for Registry - Cab wizard allows you to put files into specific folders etc and all this you can do without writing ONE SINGLE LINE OF Script.
Another option is to do it via script :
In the config.txt you can add the lines :
CPY1:\Extended_ROM\CabInstall.exe
CPY2:\Windows\Start Menu\Programs\CabInstall.exe
Means the Cabinstall.exe will be copied from the extended_Rom to the Programs folder in Windows\Start Menu.
The Registry keys you can check out on the link :
http://wiki.xda-developers.com/index.php?pagename=BA_Hacks
If they are not there - PM me and I shall send them to you...
Rgs/DD
thanks! I downloaded the PHM Reg editor and followed the instructions under Microsoft Application Installer -> Changing the setting so that it asks you where to install a cab on the link above..
It worked.. my ipaq now ask me where to install the cab files!
brilliant... thanks again!

How to make a cab FILE

Hi All,
I wonder how easy it is to make CAB files that add registry tweaks. For example it would be nice to have a CAB file that modifies the Universal font cache to make it run faster. That way I could add the file into my extended ROM and add it to the config file??
Any help would be apprechiated (PS I have a copy of WinCE CAB manager).
Cheers
John

Create CAB File that does NOT allow uninstalling

Hi guys,
I use WinCE CAB Manager v1.1 for creating CAB files.
The only problem is that there is no option here like "Allow Uninstall: TRUE/FALSE" (like in v2.0).
I would like that some of the CAB files that I created do NOT show up in "Remove Programs".
Is there something like a standard INF file that I can use for this option, so that with every CAB that I am going to create I 1st import the .inf file (that sets uninstalling to False) and then add my files/registry settings and things like that.
If this is possible, can someone provide me with something like this?
Thanks and regards,
Molski
As far as I know there is no such option in the INF, but the app that installs the cabs (wceload.exe) has the '/nouinstall' command line parameter.
levenum said:
As far as I know there is no such option in the INF, but the app that installs the cabs (wceload.exe) has the '/nouinstall' command line parameter.
Click to expand...
Click to collapse
So adding: "wceload.exe "%1" /nouninstall" to the registry would solve my problem.
But when I do this, every CAB file I install cannot be uninstalled.
I would like to set nouinstall per CAB file, so one CAB file can be uninstalled and another one cannot.
Regards,
Molski
Why do you want to do this?
If I installed something that later could not be removed - I'd be VERY pissed off.
TheBrit said:
Why do you want to do this?
If I installed something that later could not be removed - I'd be VERY pissed off.
Click to expand...
Click to collapse
It's for 2 files I use in the Ext Rom of my Molski.Biz roms.
And believe me...you DON'T want to uninstall these 3 files ;-)
Molski
Hi molski
If you remove the registry entry in HKLM\security\appinstall for the named apps they wont show in the remove program list. You could make a cab file to do this after installing the other cabs, or try including this in the apps cabs - I only know how to do this with xml. If you need help give us a shout.
meschle said:
Hi molski
If you remove the registry entry in HKLM\security\appinstall for the named apps they wont show in the remove program list. You could make a cab file to do this after installing the other cabs, or try including this in the apps cabs - I only know how to do this with xml. If you need help give us a shout.
Click to expand...
Click to collapse
Is it possible that you could create a XML file for me that I could use in the CAB'S that I want to prevent from uninstalling?
If you want I can PM you the CAB files.
Thanks,
Molski
molski said:
Is it possible that you could create a XML file for me that I could use in the CAB'S that I want to prevent from uninstalling?
If you want I can PM you the CAB files.
Thanks,
Molski
Click to expand...
Click to collapse
Yes pm the cab files and i will see what i can do - i have managed to delete the reg entry with a cab so far and will try to include it in yours. What do the cabs install? Will it affect my wizard?
Install all of your files and export HKLM\security\appinstall to a .reg
Post the contents here and we can make you the cab you are after.
meschle said:
Yes pm the cab files and i will see what i can do - i have managed to delete the reg entry with a cab so far and will try to include it in yours. What do the cabs install? Will it affect my wizard?
Click to expand...
Click to collapse
It are 2 files, Performance and Registry tweaks CABS.
Check out "My Cabs" page on www.molski.biz for what the files do with your Wizard.
Molski.
molski said:
It are 2 files, Performance and Registry tweaks CABS.
Check out "My Cabs" page on www.molski.biz for what the files do with your Wizard.
Molski.
Click to expand...
Click to collapse
Yes i am familiar with those - i'll download the cabs and i will see what can be done.
meschle said:
Yes i am familiar with those - i'll download the cabs and i will see what can be done.
Click to expand...
Click to collapse
I will PM you the latest version tomorrow, don't use the files on molski.biz, they are outdated
Molski
molski said:
I will PM you the latest version tomorrow, don't use the files on molski.biz, they are outdated
Molski
Click to expand...
Click to collapse
I have posted you a cab - it appears the best fix. I doubt if including the reg tweak in the 2 cabs would work as the reg values are added after the install. Install my cab after yours and it will do a fix - i have left the name of the fix cab blank so it does not appear in the uninstall programs list.
rename zip to cab
@molski...
What are those cab files for? if those CAB files are only for registry manipulation (meaning no files would be dumped to th device) then CAB Provisioning will be the best, it doesn't show on the Remove Programs.. Please tell if that's what you are looking for. Goodluck!
Here are the 2 files
Here are the 2 tweak files, they are created with WinCE CAB Manager v1.1
I would like that these 2 files cannot be uninstalled after they are installed by the Extended Rom.
And please...can you guys be sure that after adding the "nouninstall" option to these files I still can edit them with WinCE CAB Manager v1.1 (because I noticed that WinCE CAB v1.1 cannot open every CAB file, especially files that are created with Visual Studio or a newer version of WinCE CAB Manager).
Really thanks a lot guys!
Regards,
Molski
p.s. Some of the tweaks are in both files in case people want to manually install one of the files, but for installing via the Ext. Rom I want to make sure that they are not able to uninstall!
p.s.2 These are the tweaks that are in the files right now:
The file: Molski.Biz Performance Registry Tweaks
• Increase FileSystem cache
• Increase FileSystem filter cache
• Increase font cache
• Disable window animations
• Disable menu animations
• Enable FileSystem cache
• Enable ClearType
• Enable ClearType in Landscape mode
• Change the thickness of scrollbars to 9
• Change the length of scrollbar arrow buttons to 9
• Enable 802.11g 54Mbps
• Set IE Mobile Zoom Settings to "normal"
• Move "IE Temporary Internet Files" to 'Storage Card' ( \Storage Card\IE Mobile\ )
• Move "IE History" to 'Storage Card' ( \Storage Card\IE Mobile\ )
• Move "IE Cookies" to 'Storage Card' ( \Storage Card\IE Mobile\ )
• Move "IE Cache" to 'Storage Card' ( \Storage Card\IE Mobile\ )
• Enable CAPS Lock indicator
The file: Molski.Biz Customizing Tweaks
• Don't delete CAB files after installing
• Turns SMS Delivery on
• Install Wireless today plug-in
• Enable receiving of files over BlueTooth/IrDA
• Add time sync page to Phone Settings
• Add a 'Disconnect' button (and Timer) to the "GPRS Balloon Tip"
• Disables different GPRS/EDGE indicator icon
• Show All Day Event and tomorrow appointments on the Today Screen
• Workaround to avoid GPRS connections conflict with phone calls
• Enable DTMF Support
• Always show the clock in the taskbar
I've edited the files so that they are uninstallable.
Don't know if they will open inn 1.1
But If the cab files only contain reg entries the solution da_mayhem suggested is a better alternative.
Øystein
da_mayhem said:
@molski...
What are those cab files for? if those CAB files are only for registry manipulation (meaning no files would be dumped to th device) then CAB Provisioning will be the best, it doesn't show on the Remove Programs.. Please tell if that's what you are looking for. Goodluck!
Click to expand...
Click to collapse
CAB Provisioning sounds great....can you give me some more info on how to do this?
The CAB files are only containing Registry Entries.
Molski
t0flus said:
I've edited the files so that they are uninstallable.
Don't know if they will open inn 1.1
But If the cab files only contain reg entries the solution da_mayhem suggested is a better alternative.
Øystein
Click to expand...
Click to collapse
Thanks, unfortunately they cannot be openend anymore with 1.1, but until I have some changes to these files they will be perfect.
Can you give me some more info on how you did this?
Maybe I can do it myself also
Molski
t0flus said:
I've edited the files so that they are uninstallable.
Don't know if they will open inn 1.1
But If the cab files only contain reg entries the solution da_mayhem suggested is a better alternative.
Øystein
Click to expand...
Click to collapse
When I try to install the files it says that the files are not compatible with my current OS ?
Molski
I just opened and edited them with Cab Manager 2.0
The Registry CSP is documented at MSDN: http://msdn.microsoft.com/library/d...en-us/mobilesdk5/html/wce51grfregistrycsp.asp
I've attached a example and the only thing you need to do is to edit the _setup.xml file and run runme.bat to generate the cab file.
Easy as .... dell..?
Best regards
Øystein

Cab file creating

i just put together a cab file (for personal use) to remove sms threading (due to upgrading roms alot etc)
however i have hit a brick wall.
i do not know how to make the device restart after install?
i have compared to other cab files but the only difference is the other cabs install files not registry?
i'm not all that good with programming however i would really like to complete this cab for ease of reloading a new rom - so any input would be grateful - thank you
For cab file creating i use PocketPC Installation Creator. In the menu there is a check box to set the 'reboot after installation' behaviour. I played with it but noticed that my device only rebooted after installation of files. Because i found it to much effort to look into it, i didn't. After all it is quite easy to reboot manually.
You could use MSCEinf to examine different cabs and look for the reboot after installation setting (http://www.codeppc.com/telechargements/msceinf/msceinf.htm)
I also noticed that some people make cab files from .xml files (sleuth for example). Maybe this method has other options than cabarc in combination with inf files.
Cant give you any answers, still hope it will be of any help.
Good luck and post back result if you figured it out.
Arjan
The easiest way tocreate CAB files is to purchase a copy of WINCE Cab Manager from OCP Software
they have just released a new version which supports Vista
i created the xml document then created the cab from it.
should have said that sorry.
so i was looking for a way to restart device via the xml..
thanks for the input so far

More fonts on BA?

Is it possible to install more fonts on BA? How?
yes, you can, simply copy fonts of your choice to /windows/Fonts/ folder and u will see them in your office applications
dark_prince said:
yes, you can, simply copy fonts of your choice to /windows/Fonts/ folder and u will see them in your office applications
Click to expand...
Click to collapse
Yes office word shows new font but I wanted to read web based mails in that font using pocket IE. Is there a way to do that? What plugin is needed for PIE so that it can use many fonts to display text?
I say YES!
but u need to change system font to achive this
First of all i suppose you want to install Segoe UI font as your default system font.
1. Copy segoeui related ttf files from your pc to your pocket pc in /windows/fonts/ directory.
2. Open registry editor (Resco Registry or PHM registry editor or total commander what ever)
3. Goto HKEY_LOCAL_MACHINE\System\GDI\SysFnt\ and here edit the value in Nm DWORD to Segoe UI (it might be Nina (in case of WM2002, 2003) or Tahoma (in case of WM2003SE, WM5/6/6.1). just dont care about any thing wrong )
Copy this Nm DWORD Value to:
HKEY_LOCAL_MACHINE\System\GWE\Menu\POPFnt\
HKEY_LOCAL_MACHINE\System\GWE\Menu\BARFnt\
HKEY_LOCAL_MACHINE\System\OOM\OOMFnt\
Overwrite if prompted
Now close registry editor. Stop all running programs from your task manager or from Memory control. Reboot your device. and then tell me if u get it working
thats it........
You r welcome in my inbox for help
Hmmm..That's interesting
Thanks dark_prince ;
I hope that way works good;
* * * * * * * * * * * * *
" Copy this Nm DWORD Value to:
HKEY_LOCAL_MACHINE\System\GWE\Menu\POPFnt\
HKEY_LOCAL_MACHINE\System\GWE\Menu\BARFnt\
HKEY_LOCAL_MACHINE\System\OOM\OOMFnt\ "
=
you mean to edit the value in Nm DWORD to Segoe UI (the same as HKEY_LOCAL_MACHINE\System\GDI\SysFnt\ ) ?
Another thing, in registry HKEY_LOCAL_MACHINE\ there isn't System\OOM\OOMFnt\ .. but only System\OOM .
Best regards,
-Yasser-
well just find the OOMFnt key in HKLM. that wud be fine. Remember to put your font name as correct and Case sensitive
any more thing u all want ????
just ask. I am lurkin around to share what i know
dark_prince said:
I say YES!
but u need to change system font to achive this
First of all i suppose you want to install Segoe UI font as your default system font.
1. Copy segoeui related ttf files from your pc to your pocket pc in /windows/fonts/ directory.
2. Open registry editor (Resco Registry or PHM registry editor or total commander what ever)
3. Goto HKEY_LOCAL_MACHINE\System\GDI\SysFnt\ and here edit the value in Nm DWORD to Segoe UI (it might be Nina (in case of WM2002, 2003) or Tahoma (in case of WM2003SE, WM5/6/6.1). just dont care about any thing wrong )
Copy this Nm DWORD Value to:
HKEY_LOCAL_MACHINE\System\GWE\Menu\POPFnt\
HKEY_LOCAL_MACHINE\System\GWE\Menu\BARFnt\
HKEY_LOCAL_MACHINE\System\OOM\OOMFnt\
Overwrite if prompted
Now close registry editor. Stop all running programs from your task manager or from Memory control. Reboot your device. and then tell me if u get it working
thats it........
You r welcome in my inbox for help
Click to expand...
Click to collapse
This does not solve my problem. I wan to keep "Tahoma" as my default font but I want my IE to read Tahoma and one more font which appears on my web mails. How can I do that?
just change the DWORD Nm Values to Tahoma and all would be fine
IMHO, WM2k3SE, 5, 6, 6.1 by default come with Tahoma
registry settings is for Default Windows Mobile Font. Rest fonts must be just put in to \Windows\Fonts\ Directory. Internet Explorer will pick them automatically if th website requires
use this application to change ur system font easily. this application will do the necessary changes in registry automatically.
http://forum.xda-developers.com/showthread.php?t=416325
1. I added Hindi fonts (mangal) to FONTS directory in window. still IE could not recognize those fonts.
2. I changed the system fonts as suggested above, then every character on phone became square square unreadble, except when I opened, I noticed that all message in english became unreadable whereas hindi fonts were readable.
This is not what we desire, I wanted system to remain same, using Tahoma fonts but IE to recognize Hindi fonts in addition to Tahoma fonts cause my web google mails contain english as well hindi messages.
Any help would be appreciated.
help
how to change font to default font,help me please.

Categories

Resources