PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   WM 6.5 Kitchen QVGA and VGA Developer Edition (http://forum.ppcgeeks.com/showthread.php?t=54678)

qball1616 06-30-2009 04:59 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1006544)
Yeah, I am familiar with ervius kitchen. That's why I was saying take the XIP building portion out of the equation by building it yourself. But I guess you can dump the XIP the kitchen made AFTER cooking, get your maps.txt from XIPPort and verify there are no !!!!!!!!!!! anywhere in it as well.

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.

So only the first part of your message showed up in the thread, but when i went to quote your message the whole thing showed up so i copied and pasted it into a word document so i could read and re-read it to try and follow your directions. But I already verified that i didn't have any !!!!!! in the map.txt

Adrynalyne 06-30-2009 04:59 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
@joojoo

Ok, I used my 21815 resources and replaced the broken browsing dpi module.

Its working fine now. Maybe one of those mysteries Ill never understand. ;)

As always, thanks for the help.

ai6908 06-30-2009 05:17 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Adrynalyne (Post 1006424)
Using the new 23001 DPI and lang resources, I can no longer open emails or texts. I can view them as a subject line in the inbox, and thats it.

Ideas on what file is causing this?

Replace Phone_dpi & Redist_dpi folders from a known working SYS.

EDIT: I guess browing_dpi will do the trick too!:mrgreen:

qball1616 06-30-2009 05:30 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
@joojoobee666: So i opened the imageinfo.bin with a hex editor and came up with:
00 00 FA 01 00 00 DD 03 00 00 C0 8F 00 00 00 00

and i am attaching the map.txt could you look it over for me please and let me know what if anything is wrong?

Adrynalyne 06-30-2009 06:00 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by ai6908 (Post 1006677)
Replace Phone_dpi & Redist_dpi folders from a known working SYS.

EDIT: I guess browing_dpi will do the trick too!:mrgreen:

Thank you for the suggestion, but it didnt change anything.

da_reeseboy 06-30-2009 06:12 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by Adrynalyne (Post 1006592)
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.

I normally have to recmod browsingcore as well...

joojoobee666 06-30-2009 06:14 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by qball1616 (Post 1006708)
@joojoobee666: So i opened the imageinfo.bin with a hex editor and came up with:
00 00 FA 01 00 00 DD 03 00 00 C0 8F 00 00 00 00

and i am attaching the map.txt could you look it over for me please and let me know what if anything is wrong?

Hmm, according to everything I've seen, the .VM imageinfo.bin for that map.txt should be 00 00 F9 01 00 00 DD 03 00 00 C0 8F 00 00 00.

The first line in the MAP.tx shows "00000000 - 01f901fd" The first 2 bytes if this address are usually the starting point for WMreloc/GReloc. Is that the .VM you have always used?

qball1616 06-30-2009 06:21 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by joojoobee666 (Post 1006785)
Hmm, according to everything I've seen, the .VM imageinfo.bin for that map.txt should be 00 00 F9 01 00 00 DD 03 00 00 C0 8F 00 00 00.

The first line in the MAP.tx shows "00000000 - 01f901fd" The first 2 bytes if this address are usually the starting point for WMreloc/GReloc. Is that the .VM you have always used?

yep...it has worked with no problems whatsoever in an older kitchen that I use

qball1616 06-30-2009 06:26 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
joojoobee666,

i took the xip.bin from the \temp folder....i am assuming that is the new xip.bin that the kitchen created when cooking....correct me if i am wrong and/or looked in the wrong spot

swampy395 06-30-2009 06:26 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Quote:

Originally Posted by humrod (Post 1006547)
Thanks for your answer, but i managed well this kitchen. In fact my problem is that i made some roms with it and works well. Since 21815 doesn't work. Im not the only one, maybe for the mui's?

don't know if this will help but I'v used the same 21202 dpi and 0409 files on every build since 21202 only changing "Common files" and not had any of the probs in recent posts no gray no browser probs no screen lock probs:mrgreen: so maybe you could use your last working dpi n lang

my last 3 builds 21900 21820 23001 all first time average port time 1hr inc flash to phone, platformrebuilder kitchen Thanks Bepe
regards
swampy395


All times are GMT -4. The time now is 01:02 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0