Quote:
Originally Posted by decibel
I have said many times, you need to be careful with PlatformBuilder and WMReloc. They hide errors/warnings of memory overlaps. An OVERFLOW is when the module can't fit in the memory alloc'd, so PlatformRebuilder and/or WMReloc will allow that two modules to share alloc's. This can be very bad. I would strongly recommend making your SYS pass a G'Reloc before building with PlatformBuilder. I have found this to greatly increase the stability of my ROMs.
|
I have never had a problem with Platform Rebuilder and the stability of my ROMs built with it (around 50 releases shared with the Elf community on xda to date, using this kitchen).