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)

charleskincade 06-30-2009 07:42 AM

Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
 
Ok! I just tried to manually load everything again, and AGAIN, it's still not letting me copy the files...

joojoobee666 06-30-2009 07:48 AM

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

Originally Posted by qball1616 (Post 1005155)
I have a T-Mobile Wing. I am using the Ervius Visual Kitchen. I have cooked quite a few builds of a 6.1 ROM and released it over at XDA. I am still kind of a nebie, but not a total dumby lol. I would use the PPCKitchen, but it is not setup for the Wing/Herald/Atlas.

Yup, PPCK sure isn't. Does you kitchen implant an already packaged XIP or make it on the fly?

joojoobee666 06-30-2009 08:05 AM

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

Originally Posted by charleskincade (Post 1005557)
I've tried the manual downloads but still haven't gotten anywhere. For instance, I've extracted the ppckitchen oem.rar and vga.rar and shareware.rar to the buildos/kitchen folder and then I'm having a problem with loading raphael and herman core files. I've played around with this for a week now. Can you walk me through the process, I have the kitchen downloads already but I really need someone to guide me through this thing so that I can pinpoint what's wrong or either what I'm doing wrong.

You do not WANT to extract those files. They need to stay as a RAR file. Same goes for the Core and Carrier files. The Projects/Groups/BuildBase and DeviceBase have the txt files that define what SYS, Core and OEM RAR's to use.

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

BuildBase file name = WM6.5_192DPI_VGA_23001.txt

Contents:
Code:

GroupConfigVersion=.90.01
BuildID=WM6.5_23001  <-This is how the PPCK decides what XIP to use from the DeviceBase
CheckForFeature=VGA
ModuleDir=[KitchenBasePath]SYS_23001_Common[Archive]
ModuleDir=[KitchenLangPath]SYS_23001_192DPI_0409[Archive]

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

DeviceBase filename = Herman_WM6.1.txt

Contents of Herman_WM6.1.txt

Code:

GroupConfigVersion=.90.01
[Screen]=_VGA
[DPI]=192DPI
[StockBuild]=19965

KitchenDir=[KitchenPath]Herman_Core[Archive] <-Here's the Core file.  Be sure to have the XIP in here.

[BaseGroup]

XipFilename=Herman,WM6.1_20755,Herman_19965.enc.bin
XipFilename=Herman,WM6.1_20924,Herman_20924_1.03.651.3.enc.bin
XipFilename=Herman,WM6.1_20931,Herman_20931_1.03.651.3.enc.bin
XipFilename=Herman,WM6.1_21042,Herman_21042.enc.bin
XipFilename=Herman,WM6.1_21202,Herman_21202.enc.bin
XipFilename=Herman,WM6.5_21501,Herman_21501.enc.bin
XipFilename=Herman,WM6.5_21215,Herman_21215_xip.BIN
XipFilename=Herman,WM6.5_21222,Herman_21222_XIP.BIN
XipFilename=Herman,WM6.5_21502,Herman_21502_XIP.BIN
XipFilename=Herman,WM6.5_23001,Herman_23001_XIP.BIN <-This is where your BuildID comes into play.

ModuleDir=[KitchenPath]Carriers_Victor[Archive] <-This is the Carrier File used for your device

ROMDeviceType=Herman
ROMOSType=WM6.1
PagePoolSize=10

SelectedBootSplashImage=480x640,<Default>
SelectedSubSplashImage=480x640,<Default>
SelectedMainSplashImage=640x640,<Default>

Just be sure to have the xip inside if the Device_Core.rar file. For the Herman, just add it to the ROM folder in the Core Rar file.

ali3nfr3ak 06-30-2009 08:07 AM

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

Originally Posted by charleskincade (Post 1005557)
I've tried the manual downloads but still haven't gotten anywhere. For instance, I've extracted the ppckitchen oem.rar and vga.rar and shareware.rar to the buildos/kitchen folder and then I'm having a problem with loading raphael and herman core files. I've played around with this for a week now. Can you walk me through the process, I have the kitchen downloads already but I really need someone to guide me through this thing so that I can pinpoint what's wrong or either what I'm doing wrong.

you dont etract the files just place the rar files in the kitchens folder, then have to edit build base .txt and device basr.txt in C:\Program Files (x86)\PPCkitchen.org\BuildOS\Projects\Groups to point to the right files ,


OptionalModuleDir=[OEMPath]000_Shareware[Archive]
OptionalModuleDir=[OEMPath]PPCkitchen_OEM[Screen][Archive]

these go into user oem folder

new xip's go into herman_core.rar\rom, or raphel.rar\rom but all the build base device have to pointing to the right files

dsi76 06-30-2009 08:59 AM

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

Originally Posted by joojoobee666 (Post 1004746)
SYS_23001_96DPI_0409
http://www.4shared.com/file/11497696...6DPI_0409.html

Thanks to Da_G for the goods as usual. :headbang:

I'm using the DPI 96 files from 21815 for my 23001 QVGA build. Did you guys have any issues with the toolbar in PIE? I don't see the Stop/Back buttons at the top.

joojoobee666 06-30-2009 09:04 AM

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

Originally Posted by dsi76 (Post 1005623)
I'm using the DPI 96 files from 21815 for my 23001 QVGA build. Did you guys have any issues with the toolbar in PIE? I don't see the Stop/Back buttons at the top.

I do not have a QVGA device to test anymore so I cannot verify, but the 96DPI 23001 I put together were downloaded 54 times so far so I'm sure someone here could chime in :)

mattsm 06-30-2009 09:16 AM

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

Originally Posted by dsi76 (Post 1005623)
I'm using the DPI 96 files from 21815 for my 23001 QVGA build. Did you guys have any issues with the toolbar in PIE? I don't see the Stop/Back buttons at the top.

That is right. They are not in 820 or the 23001

joojoobee666 06-30-2009 09:22 AM

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

Originally Posted by dsi76 (Post 1005623)
I'm using the DPI 96 files from 21815 for my 23001 QVGA build. Did you guys have any issues with the toolbar in PIE? I don't see the Stop/Back buttons at the top.

Quote:

Originally Posted by mattsm (Post 1005644)
That is right. They are not in 820 or the 23001

The stop button appears to the right of the address bar only when a page is loading and the back button is at the bottom left on my vga when the menu is up.

dsi76 06-30-2009 09:25 AM

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

Originally Posted by joojoobee666 (Post 1005655)
The stop button appears to the right of the address bar and the back button is at the bottom left on my vga.

Neither of them appear in QVGA. I wonder if it requires the DPI96 files from 21234 or some other branch instead?

EDIT: Oops, sorry, I meant the buttons at the top are not appearing, such as the Enter icon and Lock icon. I don't have my qvga device with me now but I think the bottom toolbar with the Back button and others are there.

joojoobee666 06-30-2009 09:39 AM

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

Originally Posted by dsi76 (Post 1005656)
Neither of them appear in QVGA. I wonder if it requires the DPI96 files from 21234 or some other branch instead?

EDIT: Oops, sorry, I meant the buttons at the top are not appearing, such as the Enter icon and Lock icon. I don't have my qvga device with me now but I think the bottom toolbar with the Back button and others are there.

Looks like that me be part of Browsre.96.dll from the DPI files. Looking into it now.

Update: Well, as far as resource hacker shows, other than the actual icon image sizes between the 192 and 96, everything else lines up.

Update 2: Wait, there IS a missing resource between the two.


All times are GMT -4. The time now is 07:36 PM.

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


Content Relevant URLs by vBSEO 3.6.0