Quote:
Originally Posted by ameetb
I just posted a detailed manual xip porting guide here on xda: http://forum.xda-developers.com/showthread.php?t=438676
Found a way out to how to do it. The solution to the above problem I posted is to:
1. Either use XIP & SYS of the same build
or
2. Use Gwes.exe and Gwes*.mui from the same build as the XIP
|
The important thing is not that they be from the same build, but that they be for the proper resolution device. If you port 96dpi files to your 192dpi device, you're going to get the effect you observed whenever those files are accessed.
BTW, I can't figure out why you suggest processing the list in reverse order during the m'reloc phase of porting. You'll make more errors going that direction and it's unneccesary to do so.