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)

dddrko 07-31-2009 08:00 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
1 Attachment(s)
Does anybody have Phone_dpi_96_resh_240_resv_400 for 21935? I have the following situation?
http://forum.ppcgeeks.com/attachment...1&d=1249041555

Lmiller1708 07-31-2009 08:10 AM

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

Originally Posted by Wizzard (Post 1072241)
JooJooBee666, Help! Or anyone else!

I have an Apache which I have upgraded to 6.5 with the 21500 PPCKitchen.

I have downloaded the files you have posted and put them into the Kitchen.

1. Put the 23016 Common and 96dpi rar files in the Kitchen folder
2. Extracted the XIP files and placed the Apache core file in the Kitchen folder.
3. Created buildbase file WM6.5_96DPI_QVGA_23016_409.txt
4. Added the BaseGroup XipFilename to the Apache_WM6.1.txt

Ran the Kitchen with nothing selected without incident.

Flashed the phone.

It will not go past the Boot Screen with the red numerals.

The exact same results with your previous 2300x files.

Please, Tell Me What I did Wrong! This is so frustrating!

Thanks very much.

You want to make sure you are putting your XIP files into your Kitchens\Apache_Core\Rom folder.
Then make sure you spelled everything right, it is a pretty common issue.
Good Luck!

joojoobee666 07-31-2009 08:58 AM

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

Originally Posted by Wizzard (Post 1072241)
JooJooBee666, Help! Or anyone else!

I have an Apache which I have upgraded to 6.5 with the 21500 PPCKitchen.

I have downloaded the files you have posted and put them into the Kitchen.

1. Put the 23016 Common and 96dpi rar files in the Kitchen folder
2. Extracted the XIP files and placed the Apache core file in the Kitchen folder.
3. Created buildbase file WM6.5_96DPI_QVGA_23016_409.txt
4. Added the BaseGroup XipFilename to the Apache_WM6.1.txt

Ran the Kitchen with nothing selected without incident.

Flashed the phone.

It will not go past the Boot Screen with the red numerals.

The exact same results with your previous 2300x files.

Please, Tell Me What I did Wrong! This is so frustrating!

Thanks very much.

Sorry for the delayed response, I'm actually on vacation in Key West (getting married :mrgreen:, but did some one say PPC addict:drunken:)

The files I posted should be working fine, so here's what I would look at.

A while ago, I posted a PPCKitchen "guide" for changing the files. It's been a while, so I will repost and update it for you and anyone else who might need it as well. FYI, these are for the normal PPCKitchen, not the Dev. release. I changed it around to reflect these should look for the Apache :)

FYI, there are some tips inside of the Code boxes. Look for the " <- " ):

Create a new Buildbase file for the specific build number you are cooking.

BuildBase file name = WM6.5_96DPI_VGA_23016.txt

Contents:
Code:

GroupConfigVersion=.90.01
BuildID=WM6.5_23016  <-This is how the PPCK decides what XIP to use from the DeviceBase
CheckForFeature=QVGA
ModuleDir=[KitchenPath]SYS_23016_Common[Archive]
ModuleDir=[KitchenPath]SYS_23016_96DPI_0409[Archive]

The [Archive] tells PPCK that this is a RAR file.  If you want to use a folder, remove the [Archive]

DeviceBase filename = Apache_WM6.1.txt

Contents of Apache_WM6.1.txt

Code:

GroupConfigVersion=.90.01
[Screen]=QVGA
[DPI]=96DPI
[StockBuild]=18713

KitchenDir=[KitchenPath]Apache_Core[Archive]
<-Here's the Core file.  Be sure that the XIP (in this case Apache_23016_xip.BIN) is added in to the ROM folder in this rar.

[BaseGroup]

XipFilename=Apache,WM6.1_20755,Apache_19965.enc.bin
XipFilename=Apache,WM6.1_20924,Apache_20924_1.03.651.3.enc.bin
XipFilename=Apache,WM6.1_20931,Apache_20931_1.03.651.3.enc.bin
XipFilename=Apache,WM6.1_21042,Apache_21042.enc.bin
XipFilename=Apache,WM6.1_21202,Apache_21202.enc.bin
XipFilename=Apache,WM6.5_21501,Apache_21501.enc.bin
XipFilename=Apache,WM6.5_21215,Apache_21215_xip.BIN
XipFilename=Apache,WM6.5_21222,Apache_21222_XIP.BIN
XipFilename=Apache,WM6.5_21502,Apache_21502_XIP.BIN
XipFilename=Apache,WM6.5_23016,Apache_23016_XIP.BIN
  <-This is where your BuildID (in bold) comes into play.


  ModuleDir=[KitchenPath]Apache_Core[Archive]\Patches
ModuleDir=[KitchenPath]Drivers_Apache[Archive]
ModuleDir=[KitchenPath]Carriers_Apache[Archive] <-This is the Carrier File used for your device

ROMDeviceType=Apache
ROMOSType=WM6.1
PagePoolSize=7

SelectedBootSplashImage=240x320,<Default>
SelectedSubSplashImage=240x320,<Default>
SelectedMainSplashImage=320x320,<Default>

If you still have issues, put your build log up at http://pastebin.com/ and then post the link here. Hopefully this all helps :D

da_reeseboy 07-31-2009 09:01 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Congrats joojoobee!

joojoobee666 07-31-2009 09:09 AM

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

Originally Posted by da_reeseboy (Post 1072593)
Congrats joojoobee!

Thanks :D

mattsm 07-31-2009 10:01 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Yes congrads joojoobee. Wishing you the best.
btonetbone is on vac. also and he is popping the questions supposedly.

jakdillard 07-31-2009 12:49 PM

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

Originally Posted by joojoobee666 (Post 1072604)
Thanks :D

I'm gonna need you to log out and get married

qball1616 07-31-2009 01:23 PM

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

Congrats I wish you all of the best. I just took the plunge about a month ago and life is great!

Wizzard 07-31-2009 01:31 PM

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

I rechecked everything and got the same result.

The only box I checked in the Kitchen was for Sprint.

My Boot version is 1.00

My Kitchen is Ver 9.05 dated 2/18/2009 from the website.

I posted my build status log as you suggested http://pastebin.com/mb80802a

Thank you very much for your time!

Congrats also!

Thank you too Lmiller1708

bbsandkm 07-31-2009 01:42 PM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
cant pass the opportunity to congratulate you joojoobee


All times are GMT -4. The time now is 01:32 PM.

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


Content Relevant URLs by vBSEO 3.6.0