PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #5631 (permalink)  
Old 06-30-2009, 04:59 PM
qball1616's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: St. Louis, MO
 
Join Date: Dec 2006
Posts: 102
Reputation: 155
qball1616 is keeping up the good workqball1616 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to qball1616 Send a message via Yahoo to qball1616
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by joojoobee666 View Post
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
Reply With Quote
  #5632 (permalink)  
Old 06-30-2009, 04:59 PM
Adrynalyne's Avatar
The Pusher
Offline
Pocket PC: Samsung Omnia i910
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 3,788
Reputation: 7240
Adrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote
  #5633 (permalink)  
Old 06-30-2009, 05:17 PM
ai6908's Avatar
VIP Member
Offline
Pocket PC: RHOD400
Carrier: Sprint
Location: Land of OZ
 
Join Date: Jun 2009
Posts: 844
Reputation: 3400
ai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIPai6908 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to ai6908
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Adrynalyne View Post
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!

Last edited by ai6908; 06-30-2009 at 05:20 PM.
Reply With Quote
This post has been thanked 2 times.
  #5634 (permalink)  
Old 06-30-2009, 05:30 PM
qball1616's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: St. Louis, MO
 
Join Date: Dec 2006
Posts: 102
Reputation: 155
qball1616 is keeping up the good workqball1616 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to qball1616 Send a message via Yahoo to qball1616
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

@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?
Attached Files
File Type: rar MAP.rar (5.0 KB, 4 views) Click for barcode!
Reply With Quote
  #5635 (permalink)  
Old 06-30-2009, 06:00 PM
Adrynalyne's Avatar
The Pusher
Offline
Pocket PC: Samsung Omnia i910
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 3,788
Reputation: 7240
Adrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the communityAdrynalyne is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by ai6908 View Post
Replace Phone_dpi & Redist_dpi folders from a known working SYS.

EDIT: I guess browing_dpi will do the trick too!
Thank you for the suggestion, but it didnt change anything.
Reply With Quote
  #5636 (permalink)  
Old 06-30-2009, 06:12 PM
da_reeseboy's Avatar
VIP n00b
Offline
Pocket PC: LG Fathom
Carrier: Verizon
Location: Newnan, GA
 
Join Date: Oct 2008
Posts: 1,306
Reputation: 3913
da_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIPda_reeseboy is still contributing even after becoming a VIP
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Adrynalyne View Post
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...
__________________
- Jesse
My Diamond wm6.5 ROM
If I've helped, please click
Reply With Quote
  #5637 (permalink)  
Old 06-30-2009, 06:14 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by qball1616 View Post
@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?
Reply With Quote
This post has been thanked 1 times.
  #5638 (permalink)  
Old 06-30-2009, 06:21 PM
qball1616's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: St. Louis, MO
 
Join Date: Dec 2006
Posts: 102
Reputation: 155
qball1616 is keeping up the good workqball1616 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to qball1616 Send a message via Yahoo to qball1616
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by joojoobee666 View Post
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
Reply With Quote
  #5639 (permalink)  
Old 06-30-2009, 06:26 PM
qball1616's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: St. Louis, MO
 
Join Date: Dec 2006
Posts: 102
Reputation: 155
qball1616 is keeping up the good workqball1616 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to qball1616 Send a message via Yahoo to qball1616
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
Reply With Quote
  #5640 (permalink)  
Old 06-30-2009, 06:26 PM
swampy395's Avatar
PPCGeeks Regular
Offline
Pocket PC: GSM Diamond BlueAngel Himalaya Charmer
Carrier: orange uk
 
Join Date: Nov 2008
Posts: 90
Reputation: 275
swampy395 is becoming a PPCGeeks regularswampy395 is becoming a PPCGeeks regularswampy395 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by humrod View Post
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 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
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:51 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com