PDA

View Full Version : How to obtain "Default.reg" for 4.01.16


rchir
31st August 2004, 03:24 PM
Hi,

I am looking for a "Default.reg" and "initobj.txt" for the new t-mobilr ROM version.

Are they available somewhere. How do i go about creating them.

I want to build my own customer ROM.

Thanks for any help.

LumpiStefan
31st August 2004, 03:52 PM
Just do following:

Please extract default.fdf, initobj.dat, initdb.ini from this romimage on a windows machine, by running 'mkdir romfile & dumprom cfg\\rom.nb1 -d romfiles'
and convert them with the following shell commands

'perl fdf2reg.pl default.fdf cfg/default.reg'
'tr -d "\0" <initobj.dat >cfg/initobj.txt'
'cp initdb.ini cfg/initdb.ini'


HTH

Stefan

rchir
31st August 2004, 09:51 PM
Thanks LumpiStefan

I created the default.reg using your suggestion. I somehow got a very small file (26k) compared to the one in the mkrom distribution. Does that look right ?

itsme
31st August 2004, 10:28 PM
ppc2003 has the registry init files split over the main file: default.fdf
and several unicode files named 'mxip_XXXXX.rgu'

that is why it is smaller.

LumpiStefan
31st August 2004, 10:29 PM
Thanks LumpiStefan

I created the default.reg using your suggestion. I somehow got a very small file (26k) compared to the one in the mkrom distribution. Does that look right ?

Yes, thatīs right. My file have the same size....

Stefan

rchir
31st August 2004, 10:30 PM
So i am safe to add my entries only to the small default.reg ?

thanks