|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Whoa, is Xda-Devs under a DoS attack? Why is it so slow.
Thanks for the DPI files, Da_G!
__________________
|
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
As far as the .VM goes, inside of there is a file called imageinfo.bin. Open that with a Hex Editing program. Bytes 0 - 7 define your slot 0 and slot 1 starting points for reallocation. For example, my imageinfo.bin starts with 00 00 F8 01 00 00 D7 03. This is encoded in little endian (i think). So my Slot 0 allocation should start at 01F80000 and end at 0x0000000 and slot 1 should start at 03D70000 and end at 0x02000000. If any part of your XIP is overlapping into those ranges (again, they will be different for you) then WMreloc will allocate windows module's into that range as well, causing an overlap. If you open the map.txt generated by XIPPort, you should see portions of both Slot 0 (0x00000000 to 0x01FFFFFF) and Slot 1 (0x02000000 to 0x03FFFFFF) being used by the XIP. These are the first 2 sections of the XIP. Just verify that they are stopping short of these starting points for WMReloc as defined by the imageinfo.bin in the .VM folder.
__________________
Last edited by joojoobee666; 06-30-2009 at 04:44 PM. |
This post has been thanked 3 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
regards swampy395 |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
|
This post has been thanked 2 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Xda-Devs is always slow.. but this time, its lagging slow!..
__________________
REMEMBER TO HIT
ROM: Custom 21899 Build |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Would it cause issue with messages not opening up in tmail? The only changes I made were dpi and lang files, but I put the old working base_ ones back and didnt get anywhere. I have the adobe folders, browsingie folder, and browsing folders recmodded. I tried the browsing folder both ways. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
That is what I was saying but I can see how that wasn't clear enough. Thanks for clarifying.
|
This post has been thanked 1 times. |
|
|
|