BuildOS Error: Comm Manager already exist - 8525, TyTN, MDA Vario II, JasJam ROM Development

I was modding vp3g's rom and when I put another Comm Manager package into SYS and run buildOS, I get the error "Comm Manager already exist". I did a search on OEM and SYS for "comm" and I found nothing about existing comm manager. How could I solve this problem? TIA

kin0kin said:
I was modding vp3g's rom and when I put another Comm Manager package into SYS and run buildOS, I get the error "Comm Manager already exist". I did a search on OEM and SYS for "comm" and I found nothing about existing comm manager. How could I solve this problem? TIA
Click to expand...
Click to collapse
Just delete the duplicate file. Its a duplicate file existance error message.

The problem is I did a search in the folders and I found no duplicated files
The attached file is what I got after extracting everything off Schap's 10 button comm manager found in his thread. I created the rgu and dsm. I then toss the whole folder into SYS. Then I ran buildOS. At the very end of the process, I got the error.

kin0kin said:
The problem is I did a search in the folders and I found no duplicated files
The attached file is what I got after extracting everything off Schap's 10 button comm manager found in his thread. I created the rgu and dsm. I then toss the whole folder into SYS. Then I ran buildOS. At the very end of the process, I got the error.
Click to expand...
Click to collapse
Do you have your folders hidden not to show the system files? If so, then a search wont find the commanager.exe.

I would put the new Comm Manager files in the OEM folder. Try that and see what happens.

say, i have ao old wince.nls in \SYS\Base
i have an oem package that includes a new wince.nls that i would liek to compile under \Windows as well
other than removing the old wince.nls physically before BuildOS, is there any other way?

kin0kin said:
I was modding vp3g's rom and when I put another Comm Manager package into SYS and run buildOS, I get the error "Comm Manager already exist". I did a search on OEM and SYS for "comm" and I found nothing about existing comm manager. How could I solve this problem? TIA
Click to expand...
Click to collapse
This is what you do:
1. go to Start/ programs/System Tools/task manager/
2. Locate CommManager.exe, click on "close".
3. Install the new Comm Mgr of your choice, Do a soft reset... you are good to go.

Nope, windows is not hiding any files, i;ve set it to show all hidden files but still couldnt find it.
@asfoor
What you suggest works if I am trying to install comm manager when the existing comm manager is running in the background but I am not trying to install the comm manager via a cab, i'm trying to cook it into the rom.

what kitchen are you using?

Rename CommManager to Comm Manager and it will then work. There was a similar problem adding touchflo into the Pandora kitchen and this fixed it.

Related

Automatic install (CAB,REG,TSK,Files) after HardReset

I have made s script which installs all files in my Install-Directory of my SD-Card. The script is based on nscriptm and invoked automatically after HardReset.
It installs silently all CAB-Files, Reg-Settings in REG-Files, a TSK-File.
It copys all wanted files automatically from the SD-Card to the PocketPC (e.g. for the Windows-Folder, etc).
It deletes wanted files from the Pocketpc.
It copies Shortcuts.
So a complete new Install lasts only a few minutes. Great for testing.
Now I am searching an unzip/unrar/uncompress/... - Tool which can be invoked from the command-line with additional parameters to uncompress all Install-Files on the SD-Card.
Anyone knows ?
Sounds like an excellent idea. Can you share your script? Sorry I do not know of a zip utility. All installs on cab files are already compressed though.
Doed Pocket WinRar will do the job?
I also would love to try it...
Very good idea
This sounds like a great idea.
No, Winrar is only with GUI. No Commandline. Have searched for days.
CAB-Files are not Compressed I think. Only the EXE-Files containig the CAB-Files for Install on PC are compressed.
Please HELP !
I have made an extended ROM which runs my script now automatically.
If you want it send me PM.
I have also been searching the net for a compresion tool that runs from the command line, but with no luck.
I have made an extended ROM which runs my script now automatically.
If you want it send me PM.
Click to expand...
Click to collapse
axbl,
would love a copy of your script. For everyone's benefit, can you attach it to this thread?
thanks in advance.
axbl said:
No, Winrar is only with GUI. No Commandline. Have searched for days.
CAB-Files are not Compressed I think. Only the EXE-Files containig the CAB-Files for Install on PC are compressed.
Please HELP !
I have made an extended ROM which runs my script now automatically.
If you want it send me PM.
Click to expand...
Click to collapse
Hi axbl, would be happy to test your script, email is [email protected]
Hi axbl,
Could you please also post me a copy of your ROM / Script ?
Many Thanks,
Justin
[email protected]
Has anyone heard from axbl? While waiting in vain, I decided to give this a shot and see how far I go along scripting my installs. I find the nscriptm tool to be very capable but still I am stuck in a few areas which axbl seems to have excelled based on the initial post.
How can one trigger a cab file install and make it a silent install? I am using the Shellwait("") command to trigger the cab file installs one after the other but those that require input are causing an issue.
Next I have tried automating the response to those user input prompts (i.e YES / NO etc) but I am having trouble catching the window handle of the prompts and then using the Sendkey command.
Thanks in advance for all the help. Regards
I use the software call Autoconfig.exe which is included in O2 Asia ROM.
The Autoconfig.exe will read Autoconfig.txt file and execute according to the command line in the file.
The command line is exactly the same as Config.txt
[.......] <---- Section to be selected
CPY1:   <---- copy from
CPY2:   <---- copy to
EXEC:   <---- Execute Program
CAB:    <---- Install .cab file
RST: Reset <---- Soft Reset
I can do what I need about 80%. I say 80% is because after this process ended. I still need to put in name/pasword to all of those s/w or else it will still be trial version.
no more?
so any update in this topic??
....pls
little_frog said:
I use the software call Autoconfig.exe which is included in O2 Asia ROM.
The Autoconfig.exe will read Autoconfig.txt file and execute according to the command line in the file.
The command line is exactly the same as Config.txt
[.......] <---- Section to be selected
CPY1:   <---- copy from
CPY2:   <---- copy to
EXEC:   <---- Execute Program
CAB:    <---- Install .cab file
RST: Reset <---- Soft Reset
I can do what I need about 80%. I say 80% is because after this process ended. I still need to put in name/pasword to all of those s/w or else it will still be trial version.
Click to expand...
Click to collapse
hi, if you create an xml file or a cab (need winCE cab manager) you can add all the registry details you need to register your program...but you have to search your registry to find those details.
Yes, I can do it while ago.
The post I did was a year ago. At that time, I didn't know how to do it.
Thanks anyway.
axbl said:
I have made s script which installs all files in my Install-Directory of my SD-Card. The script is based on nscriptm and invoked automatically after HardReset.
It installs silently all CAB-Files, Reg-Settings in REG-Files, a TSK-File.
It copys all wanted files automatically from the SD-Card to the PocketPC (e.g. for the Windows-Folder, etc).
It deletes wanted files from the Pocketpc.
It copies Shortcuts.
So a complete new Install lasts only a few minutes. Great for testing.
Now I am searching an unzip/unrar/uncompress/... - Tool which can be invoked from the command-line with additional parameters to uncompress all Install-Files on the SD-Card.
Anyone knows ?
Click to expand...
Click to collapse
Pls can u share the script with us it would be a great help for all of us.
thx in advance
jeet
You don't have to ask that guy. He'd never come back.
It's not that difficult to do. You need to know how to build CAB file by using WinCE CAB Manager. Then, put those REG, TSK, EXE, File, etc. into your built CAB file. By using (Autorun and Config.txt) or (Autoconfig.exe and Autoconfig.txt) or (Autorun and ExtROM via \2577 folder), You can install any CAB files into the system after Hard Reset.
ok
could you pls post the files to do it?
(Autorun and Config.txt) or (Autoconfig.exe and Autoconfig.txt)
if possible?

Need Help Extracting a CAB File From A .EXE File

I wanted to extract a CAB file from a windows .exe file. How can I do it? I wanted to extract the CAB file for easy installation without running it from my computer.
cktlcmd said:
I wanted to extract a CAB file from a windows .exe file. How can I do it? I wanted to extract the CAB file for easy installation without running it from my computer.
Click to expand...
Click to collapse
Very easy,
launch the executable from your pc without the ppc connected to the pc.
Activesync will be launched, it will try to connect to the device and will say that the application will be installed next time the ppc will connect.
Go into c:\program files\microsoft activesync\[application]
you will get your cab file
Then
go into registry HKLM\SOFTWARE\Microsoft\Windows CE Services\AutoStartOnConnect
and remove the value : CEAppMgr
Cheers,
.Fred
dotfred said:
Very easy,
launch the executable from your pc without the ppc connected to the pc.
Activesync will be launched, it will try to connect to the device and will say that the application will be installed next time the ppc will connect.
Go into c:\program files\microsoft activesync\[application]
you will get your cab file
Then
go into registry HKLM\SOFTWARE\Microsoft\Windows CE Services\AutoStartOnConnect
and remove the value : CEAppMgr
Cheers,
.Fred
Click to expand...
Click to collapse
Thanks very much.
is it possible to do the extraction on ppc without the pc
AbuYahya said:
is it possible to do the extraction on ppc without the pc
Click to expand...
Click to collapse
Since the executable is a PC application, I don't think you can except if you know exactly where the cab file begins and ends in the setup. I think the simpliest thing to do is what I mentioned.
Cheers,
.Fred
CAB extract
you can also extract CAB files from EXEs using WinRar.
Just right click on the A.EXE file and you will see *extract* (if you don't see this option, then you can't extract the file - I had this problem with MS Voice Command 1.6)
Once the A.EXE has been extracted to your desired folder on the desktop PC, you can then find the CAB file and simply copy this to your PPC (without having to use anything like ActiveSync or installing any software on to your desktop PC). Run the CAB file on your PPC to install.
I hope the above helps!
firstbuddha said:
you can also extract CAB files from EXEs using WinRar.
Just right click on the A.EXE file and you will see *extract* (if you don't see this option, then you can't extract the file - I had this problem with MS Voice Command 1.6)
Once the A.EXE has been extracted to your desired folder on the desktop PC, you can then find the CAB file and simply copy this to your PPC (without having to use anything like ActiveSync or installing any software on to your desktop PC). Run the CAB file on your PPC to install.
I hope the above helps!
Click to expand...
Click to collapse
or you can run the exe with the ppc connected ,make sure that you have a sd card in the device.the promp comes up asking were you want to install the app, do nothing,got start, file explorer and browse to; windows\appmgr [in the ppc] and your cab file will be there in a folder,simply copy to another location.then go back and cancel the installation
just a thought, the ppc application might be installed in its own folder in program files not necessarily the activesync folder so u'd find the cab file there..
I always extract files from a CAB file with WinCE CAB Manager to make the installation easier and make the application install to Whichever folder I want.But some files of the applications must be put into some folders,such as \Windows,\Appliction Data.And I will know what the installaion do to the registry.
I found it impossible to extract a CAB file from a windows .exe file on PPC,and extract files from a CAB file without installation on PPC is also impossible.
Howto extract Cab. file from EXẸ file in linux
Bcause I am now using linux laptop(fedora6). So does anyone know which app in linux can extract CAB. file from EXE file ?
gerisgame said:
So does anyone know which app in linux can extract CAB. file from EXE file ?
Click to expand...
Click to collapse
Just use the cabextract utility.
I can not extract EXE file by using cabextract
I try cabextract tool, but this tool only extract .CAB file, it can not use for extract .EXE file. What I want is a tool in linux can extract an windows .EXE install file to .CAB file so that I can install ppc software directly from my linux machine. Any suggestion? THX advanced.
extract PPC CAB in Linux
It's not a 100% pure Linux solution, but this works for me. I have tested this on my Edgy Eft Ubuntu box. I don't know if it will be the same on Fedora, but it should be similar.
Get the latest Wine install from winehq.org. I got rid of my old .wine folder to make sure I was using a clean install, so you shouldn't have to do any additional installs or tweaks to wine.
Disclaimer: Don't expect this to work for actual syncing, only for getting the CAB files.
Get a copy of ActiveSync and install it under wine. I tried versions 3.0 and 4.2 and both worked. The version 4.2 installer failed at the end trying to update some USB drivers, but the files were all there and worked.
Again using wine, run your PPC installer program that you want the CAB from.
Like earlier posts in this thread pointed out, the CABS should end up in a subfolder of C:/Program Files/Microsoft ActiveSync. On my system, these are under my .wine/drive_c folder.
Good luck,
Andy
thank you Andy,
I will try in my fedora and post the result as well.
OK, I saw cab files it in ./wine/Microsoft Activesync folder. Thank again Andy.
extract .cab in linux -
synce.org , orange tools
gerisgame -- I'm glad it worked for you! If you don't mind compiling from source, the Orange tools kevit specified work without all the Wine/ActiveSync business.
kevit -- Thanks for your comment about Orange tools. I had been over at the synce.org but never saw them.
Once I had the right libraries, they built cleanly and work like a charm on the files I've tried.
Andy
Orange and synce
Thank you both Kevit and Andy, I will try that way. If it works, it is more straight and better way.
I try Orange tool in my fedora laptop, but it does not work, belows is my command line:
[[email protected] Pocket2005]$ orange pqdvd.exe
-------
0 files
I can not find a documentation for orange tool, pls help. THX
I thought that pqDVD was a regular desktop application.
If so, orange tools probably won't help. pqDVD may install and run under wine, though.

Windows update cab....

I see many people's whant the stantar Microsoft windows update in cooked rom's.
So i manage to make a cab with all the files,
in my device work's well.
Also with this .reg file you can enable the customer feedback in settings menu.
Just rename the .txt to .reg and run it in your device with your fav registry explorer.
Try it and post your result.
(Sorry to open a new thread but i didn't know where to post it so all user's can find it).
Work's only in wm6
EDIT:
Open the config.zip extract the mxipcold_autoupdate_100.provxml and the Config Loader.exe and the Microsoft_Windows_Update.cab in your storage card.
Run Config Loader.exe and choose the mxipcold_autoupdate_100.provxml the device should ask for restart.
Before do the restart go with file explorer and run the Microsoft_Windows_Update.cab.
After that soft reset.
Click to expand...
Click to collapse
Thank's
Thanks for the file
It's to bad you didn't manage to do the same for audiobooster....
flashmp3 said:
Thanks for the file
It's to bad you didn't manage to do the same for audiobooster....
Click to expand...
Click to collapse
Hello...
I never see the audio booster work's in trinity device...
So i dont know if it is work's at all.
I try some ways but with no sucess...
Maybe someone else can help with audio booster.
Sorry for that.
Thanks for the cab file, BUT does update anything?
Cab file no longer shows for me
Was there, clicked on it and told it's not there.
Scratch that it's back again... Funny 5 mins I guess.
taiseer999 said:
Thanks for the cab file, BUT does update anything?
Click to expand...
Click to collapse
What did you mean ??
Doesn't search for update's???
If not i have another solution...
doesn't work for me!! I receive connection error while I'm connected either through wifi or activesyn
I get the same error message
same error for me
Ok so try the way i did..
Open the config.zip extract the mxipcold_autoupdate_100.provxml and the Config Loader.exe and the Microsoft_Windows_Update.cab in your storage card.
Run Config Loader.exe and choose the mxipcold_autoupdate_100.provxml the device should ask for restart.
Before do the restart go with file explorer and run the Microsoft_Windows_Update.cab.
After that soft reset.
This method i follow and work's.
Thank's
Thanks ausdim, now it works.
alnajmi said:
Thanks ausdim, now it works.
Click to expand...
Click to collapse
Ok that is good news...
So for now we can install the autoupdate or not...
Thank's for trying.....
For AUSDIM
Hello,
I test it and all are OK !!!
You are the best of CAB.
Private69.
@++++
Config Loader gives to me an exception as soon as I load mxipcold_autoupdate_100.provxml.
Exactly UnauthorizedAccessException.
For GDT
Hello,
You must extract File By WinZIP in PPC not Extract On Your computer.
Private69.
@+++
I did so...
for GDT
hello,
Process :
First Copy The file config.zip on you SD Card.
Search Winzip on your PPC and Open Config.zip with it.
And extract this 3 files : mxipcold_autoupdate_100.provxml
Config Loader.exe
Microsoft_Windows_Update.cab
On your SD card.
After
Run Config Loader.exe and choose the mxipcold_autoupdate_100.provxml the device should ask for restart.
Before do the restart go with file explorer and run the Microsoft_Windows_Update.cab.
After that soft reset.
And All OK !!!
Private69.
@+++
private69 said:
hello,
Process :
etc... etc...
Private69.
@+++
Click to expand...
Click to collapse
It was exactly what I did. The only difference is that I've previously installed WindowsUpdate.CAB (before ausdim posts the fix) and I can't uninstall it...
I've tried to unzip files on PC and then put them in sd via ActiveSync and to unzip files directly form the sd card via ppc unzip. I get no changes.
To GDT
Uninstalling doesn't work from the first time, try once more and it should work.
I get error message with config loader

How to convert _setup.xml to a cab

Hi,
I have searched and searched for the answer to this but can someone please help.
have downloaded some add on's, the dir includes the _setup.xml file which i believe i have to change to a cab file using makecab.exe, i have done this and copied the cab and all the other files on to the device and tried to run the cab but always get, their has been an error, the cab can not be installed. Tried it with several programs, all give same error.
Only thing I wonderd is if the makecab is the same for 2005 as it is for mobile 2006 ??
or am i going about this totally the wrong way, any help MUCH MUCH appreciated.
i use makecab comed with my winxp ( the one used to create cab for your pc)
in a dos prompt and never had a problem..
maybe you could have wrong sintax inside your xml file..
anyway here is the command I use
makecab /D COMPRESS=OFF _setup.xml whatevername.cab
they all work on my hermes.
Bye
Thanks for that, i was not using the -d setting but still gives me same problem.
I am trying to install Schapps Operator settings program, do makecab /D compress=off _setup.xml setup.cab
copy this and all the other files in one directory to the storage card of the phone and run the setup.cab, goes to ask me wher ei want to sotre it, i select device then it says "Schaps operator setup cannot be installed', this is the same with another program i try to install.
Arrrrgggghhh !!!!
wait a moment.. what you mean when you say program?
with this command you can only "store" an XML file into a cab file.
This xml should be something simple like a provisioning xml file not
a program.
To create a cab file to install a program you need a different tool
(something like wince cab manager), more complete and powerful.
Ciao
J
jarod_73 said:
i use makecab comed with my winxp ( the one used to create cab for your pc)
in a dos prompt and never had a problem..
maybe you could have wrong sintax inside your xml file..
anyway here is the command I use
makecab /D COMPRESS=OFF _setup.xml whatevername.cab
they all work on my hermes.
Bye
Click to expand...
Click to collapse
Hi jarod_73,
i have just created cab file using your instruction and it worked well if you are runing cab file manually.
i have startup.xml file on my device that can run cab files and install them to any folder i want on my windows mobile device.
my question is.. after i added my new file xxx.cab then i noticed that allthugh file exist and even runed it, then it doesn't install it automatically.
only manual operation can run this cab.
do you have any suggestions?
thanks
ran.
msward3380 said:
Hi,
I have searched and searched for the answer to this but can someone please help.
have downloaded some add on's, the dir includes the _setup.xml file which i believe i have to change to a cab file using makecab.exe, i have done this and copied the cab and all the other files on to the device and tried to run the cab but always get, their has been an error, the cab can not be installed. Tried it with several programs, all give same error.
Only thing I wonderd is if the makecab is the same for 2005 as it is for mobile 2006 ??
or am i going about this totally the wrong way, any help MUCH MUCH appreciated.
Click to expand...
Click to collapse
Same problem here and it use to work for me..maybe its windows 7 i dunno

Help required (JAVA)

I have searched the tforum and not found an answer.
i have installed Miri's 6.5 rom, and cant get a java jar or jad file to work, keeps telling me there is no application set for this file type, so how ccan i rectify this, i have tried downloading the esmertec jbad 20081203.1.2.zip, which im guessing would cure it.
but what do i do after i have tis file on my pc hdd, i have tried coping it to the mem card then extracting it, still no joy.
does anyone know of a java cab file.
if not could someone give me instructions (idiots guide version) on how to get this esmertec one to work.
much thanks
Gh! If it is *.zip file you must open it and see what is inside:
1- *.cab file: copy this *.cab on PPC and install it (tap on the file)
2- *.exe file: Sync the device then you must extract the file on PC e 2clicks on it by PC (follow the istructions)
If it is a *.cab see point nr 1)
D'rath

Categories

Resources