CAB files from (home cooked) Extended Rom do not install? - 8125, K-JAM, P4300, MDA Vario Software Upgrading

I made my own Extended Rom with a few CAB files I created, but when I do a hard-reset and let the Customization Tools do their job it looks like none of the CAB files is installed?
I'm sure my Extended Rom is build correct (I used Faria's how-to for it), but it looks like the Registry changes that's in my CAB files are not kept in the Registry because after installing the Extended Rom it resets immediately. Can this be true? Or do I need to hardcode the installpaths in my CAB files maybe?
Regards,
Molski

Already found the answer.
I added the Default_Signed_Disable_Security.CAB to the Extended Rom (as 1st file to install) and after that it worked.
Actually very logic, my CABS were not installed because they're not signed so had to disable that security first.

molski said:
Already found the answer.
I added the Default_Signed_Disable_Security.CAB to the Extended Rom (as 1st file to install) and after that it worked.
Actually very logic, my CABS were not installed because they're not signed so had to disable that security first.
Click to expand...
Click to collapse
thats correct my friend.sorry a did not post sooner.
as for custom registry settings if u put them into a cab file, make sure it is the last file to be installed in the extendedrom setup.
regards; faria

Hay Faria,
It doesn't matter that you didn't post a reply sooner, look at the time difference between my question and my answer, it is not even a hour after each other
But why do I have to do the Registry cabs at last in the Extended Rom? Because a few files I use got Registry changes in it.
Regards,
Molski

hi
i meant registry hacks like perrfomance tweaks etc,not the ones in the programs that u are going to install.
reason?
i find out that some programs have a habit of modefing registry keys specially the ones homemade ,so if you install such cab file it is best to leave last.

cab file
Hello guys,
I started playing with my k-jam and i have to admit i'm really happy with your advises. I'm facing the same problem now, the cab files in my "cooked" ExtROM don't install. I belive i need that cab file to disable the certificate security. Could you tell me from where to get it?
Thanx a lot!

Related

XDA IIs ROM Cooking

Hi,
I've read through the WiKi on the extended ROM on the blue angel, and i think i have a basic understanding of how it works now.
I have several CAB files (Microsoft .NET framework CAB files, and some of my own). Would i be right in saying that to put these into my Extened ROM all i have to do is...
- Unlock The Extended ROM folder on my blue angel
- Paste in the CAB files
- Edit the config file to add my CAB files to the execute list.
- ReLock Extended ROM
Would that work? If i were to create this extended ROM arranngement would it be possible to install it on several XDA IIs so that they would always automatically reinstall my program upon a hard reset? I was also wondering if it would be possible to customise things like the splash screen, menus, and hardware button settings within the Extended ROM?
I hope that wasnt to much of a long question!! Any ideas or thoughts would be great!
Many Thanks
James.
but also remember there is a limitation on the rom max of file size is 16MB.
happy cooking

Help - customized extended Rom for O2 MiniS

Hello
I unlock the Extended Rom, and customize my own ExtRom by adding/removing cab files and re-write config.txt accordingly
However, when i hardreset the device, even it shows that cab files from ExtRom is being installed but when it is completed i see no program installed.
Please help?
nmt1978 said:
Hello
I unlock the Extended Rom, and customize my own ExtRom by adding/removing cab files and re-write config.txt accordingly
However, when i hardreset the device, even it shows that cab files from ExtRom is being installed but when it is completed i see no program installed.
Please help?
Click to expand...
Click to collapse
Already knew how to solve the above problem but there is a new arise
Some cab file installed but haven't found in program files even they are support WM5

TMO Extended Rom CAB List

Can someone point me to a link of the TMO extended rom cab file list with descriptions for each. i searched i swear
Also, If I updated my rom and wanted to load all these cabs back on to the device can i just copy the whole backup folder to /windows/ and then the autorun will run it on reset?
thanks
search better . . .its on the wiki
the one in the wiki is dutch, is there a USA one?
what about the second part?
1. I know its based on dutch tmo rom, but most of the US cabs are much alike (based on their name)
2. autorun makes use of a registry setting (dont know out of my head, but plz do another search on config.txt and autorun) to load the correct config.txt file.
If you change that you canb use your backup and install from there.

Automated Settings

People; how can make a cab that automatically makes the settings for GPRS, MMS, WAP etc.? Every time I upgrade my pda2k to a new GREAT ROM, I have to make these settings manually. And as you know, GREAT developers on this site works hard and provide us with the latest unofficial ROMs in a short time.
PS: I'm not a programmer, so telling me only 'use a cab manager' won't be enough...
The helmi roms already have this, look for the "operator" cab files.
My operator isn't in the list. So I need to prepare a cab file by myself...
nonereal said:
My operator isn't in the list. So I need to prepare a cab file by myself...
Click to expand...
Click to collapse
This should help give you an idea of what you're looking for;
http://wiki.xda-developers.com/index.php?pagename=BA_PersonalCAB
When I did the Orange UK cabs I basically extracted the settings from the cabs that came in the original WM2003 ExtROM (that my phone came with). Then I created new cabs using WinCE Cab Manager by copying the ones Helmi shipped with his ROM and replacing the settings with the extracted Orange ones.
I have attached the relevant files I used, you could possibly hand edit these and then make cabs yourself if you can't find the settings shipped with your phone.
Thanks, I will try this.

Extracting CABs from a ROM

Anyone on here know how to Extract a CAB file from a ROM/Extended ROM? ive been trying to find something about this on here and cant seem to find anything that pertains to it. there are several programs that are included in roms and extended roms that i have and i wold like to be able to put them on my 8125 with the ROM i have now. Thanks in Advance!
Corey
If you already have a cabfile that resides in the extended rom the process is quite easy... just use total commander and copy the file from there to a place on your device where you can later use it...
If you don't have a cabfile but just a program, say arcsoft mms composer that's already integrated into the rom, the process gets a little more complicated, but not impossible. You will, however, need to know all the files that the program uses, dll's, imagefiles, exe's and registry posts, copy them from rom to your windows pc and from there use a program like ce cab manager to create a cabfile for it (if you want. you can merely transer all the files and registry posts to your current rom without creating a cab)
_Nomad_ said:
If you already have a cabfile that resides in the extended rom the process is quite easy... just use total commander and copy the file from there to a place on your device where you can later use it...
If you don't have a cabfile but just a program, say arcsoft mms composer that's already integrated into the rom, the process gets a little more complicated, but not impossible. You will, however, need to know all the files that the program uses, dll's, imagefiles, exe's and registry posts, copy them from rom to your windows pc and from there use a program like ce cab manager to create a cabfile for it.
Click to expand...
Click to collapse
cool, thanks for the info, what program do i need to use to unpack the NBF so i can access the files? I tried to use the one in the wiki (typho5) but i cant seem to get it to work.
for dumping rom's read through this thread
You'll probably want to read it all and I'm sure that it wont make that much sense to begin with but it'll come to you
For converting a nbf to nb files use:
Code:
typho5.exe -x nk.nbf
typho5.exe -x nk.nbf does NOT make it a .nba file!
It extracts the contents of the rom (OS, Extended Rom, Radio, Splash Screen, IPL/SPL) into .nb files.
The Extended Rom file can be opened with WinImage.
Molski
Thanks...i just checked out that thread..looks like ive got some studying ahead of me lol thanks for the help.
thanks Molski, you must have posted that just after i read the post above yours lol. thanks for the info i have another question for you here though. http://forum.xda-developers.com/showthread.php?t=291847 As smart as you guys are im sure theres a reason you havent done it though

Categories

Resources