PDA

View Full Version : Cooking My Own ROM - Registry Editing


ghz
25th May 2007, 05:51 AM
I'm building my own WM6 ROMS. The problem that I found is to change the registry. What tools I need to do edit "default.hv" & "user.hv" or modify the registry.

Sleuth255
25th May 2007, 05:56 AM
the base tool is rgucomp from m$. Most kitchens build a shell around it because its so quirky tho.

ghz
25th May 2007, 06:09 AM
I already download rgucomp.exe, but I need tutorial on how to use it. Is it available somewhere?

Sleuth255
25th May 2007, 03:14 PM
It's here but spotty. Mamaich posted about it when he originally built his imgfs tools.

ghz
26th May 2007, 01:05 AM
It's here but spotty. Mamaich posted about it when he originally built his imgfs tools.

Thanks,

By the way I manage to do it. For those interested the command like this,

For dumping default.hv & user.hv

set _FLATRELEASEDIR=.
rgucomp -nologo -o default.hv > default.reg

Edit the default.reg file as you wish & save it as boot.rgu with unicode encoding

Build back the registry hive with this command

set _FLATRELEASEDIR=.
rgucomp -b

File call boot.hv is created. Rename it to default.hv. Viola you are done:D