tjlabais wrote:TomasNM wrote:tjlabais wrote:TomasNM wrote:F...ing registries! I can't use Registry Workshop,because it has different format in saving the files. Rgucomp doesn't understand him and it causes to defected ROM image,even no error is occured. Now I am on the way to develop a tool,that converts an final registry file to the format,that can rgucomp understand. That is too difficult to write the entries and modifications by hand...:X
Pls post your edited RGU file using Registry Workshop, I'll look into it. So, far, I haven't had any problems using MSWORD to edit the files, and I have flashed my device a couple of times already.
FOUND the culprit. When you want to use Registry Workshop (RW), You have to export the registry as Win9x and not merely save it. The default setting for saving is Win2K/XP; which is a new registry format. The registry format for PPC is still the old one REGEDIT4. So, with this, I get a working hive.

Cheers!
You're wrong. When I export it as Win9x/NT,I get same file as when I save it usually. Same filesize,same syntaxes. I think,that the backslashes+CRLF in hex values(used for split the sequence to next line) causes the registri unusable. Have a look:
RW saved format:
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\MsgTypes\IPM\SMStext\MDSRequest]
"DLL"="MdsMailSvc.dll"
"GlyphInfo"=hex:20,00,00,00,cb,00,00,00,cb,00,00,00,00,00,00,00,01,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00
rgucomp format:
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\MsgTypes\IPM\SMStext\MDSRequest]
"DLL"="MdsMailSvc.dll"
"GlyphInfo"=hex:20,00,00,00,cb,00,00,00,cb,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Take a look at the 2 spaces before any reg value definition in rgucomp as well.
I will try to remove these backslashes and build a new nk.nbf and flash.