Quote:
Originally Posted by dan-htc-touch
add to option.xml <PatchOEM>guidtobepatched</PatchOEM>
i.e.
<PatchOEM>d0b41563-b345-4444-aa15-986e7c7fff99</PatchOEM>
this will overwrite files/ modules, anything with same filename
|
Finally got around to incorporating this in to some of my custom made OEM's. It works for files, but not modules. I wanted to replace some base dll's with some pre-modified ones. But during the build, I get these:
WARNING: outres.96.dll ignored in deference to module already in ROM
So I figured, no biggie, I'll turn the dll's into modules! That'll teach it!
....nope....then I just get this:
USER_OEM\zzzzzOptional_Personal - Error copying module (The file 'C:\Users\
username\AppData\Roaming\hIq Inc\PPC-BuildOS\9.05.3.0Temp\temp\dump\outres.96.dll\image info.bin' already exists.)
I can continue to build but am unclear as to what ramifications this will have if the imageinfo.bin from a different dll is used for relocating. Can you enlighten me as to what I am doing wrong?