PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA Diamond Development (http://forum.ppcgeeks.com/forumdisplay.php?f=67)
-   -   Custom VGA OEM Requests ....Get them here! Updated 6/13/2009 (http://forum.ppcgeeks.com/showthread.php?t=47505)

rstoyguy 11-04-2009 08:43 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 3/12/2009
 
1 Attachment(s)
Quote:

Originally Posted by Vancer (Post 1296791)
Hey Rstoyguy,

I couldn't get that Sprint one to work in the PPCK, are you using the VK instead of PPCK? I noticed the oem didn't have an .rgu and thought maybe that wasn't needed for the VK but is needed for PPCK.

Any chance you could PPCK'ify that sprint keyboard?

Thanks Buddy!

I would suspect the reason why is in my kitchen all the registry edits are still in ..\OEMAPPS in my old kitchens. I'm currently using the Visual Kitchen by calkulin.

There are several differences between the kitchens, but the components both contain the same exact info. It's just stored differently to accomadate all the new fancy stuff.

Check out my OEM Tutorial, and here are the placement of the Visual Kitchen components:

*.RGU - Registry edits ..\OEMSample\app.reg (a regular windows registry file, edit with notpad)
InitFlashFiles.txt - The same, relocate to ..\OEMSample\app.dat. A text file.

All other components are stripped out. The option to turn it on/off is a simple flag located in ..\OEMSample\_skip .

All the actual files are stored seperately, I suppose to keep it organized, but they are stored in the directory ..\OEMSample\Files.

Here is the VK OEM that I've converted back to PPCK. Enjoy

b4u2 11-11-2009 10:07 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
1 Attachment(s)
I was wondering if this cab could be converted to OEM. I don't remember where I found it off hand but I want to try and integate this into a ROM I am working on. I used CAB2OEM but not sure if it worked right. (when I flashed my ROM it froze in boot up so I am trying to find the problem) I am using SSK kitchen for now.

mwalt2 11-11-2009 10:15 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
1 Attachment(s)
Quote:

Originally Posted by b4u2 (Post 1318860)
I was wondering if this cab could be converted to OEM. I don't remember where I found it off hand but I want to try and integate this into a ROM I am working on. I used CAB2OEM but not sure if it worked right. (when I flashed my ROM it froze in boot up so I am trying to find the problem) I am using SSK kitchen for now.

I've attached a package to go in the EXT folder of SSK visual kitchen. It looks like it's just 3 files. After you ran cab2oem, did you also convert it to an EXT with EXT_Packages_rebuilder.exe?

b4u2 11-11-2009 10:21 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
Quote:

Originally Posted by mwalt2 (Post 1318875)
I've attached a package to go in the EXT folder of SSK visual kitchen. It looks like it's just 3 files. After you ran cab2oem, did you also convert it to an EXT with EXT_Packages_rebuilder.exe?

No I didn't. I guesss I missed that part...Do I need to do that to any cab I convert or does it depend on which folder they are going into? I hit the Thanks :)

rstoyguy 11-11-2009 10:31 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
Quote:

Originally Posted by b4u2 (Post 1318860)
I was wondering if this cab could be converted to OEM. I don't remember where I found it off hand but I want to try and integate this into a ROM I am working on. I used CAB2OEM but not sure if it worked right. (when I flashed my ROM it froze in boot up so I am trying to find the problem) I am using SSK kitchen for now.

Those are *.cpr files for the startmenu?

You may try to find the original location in the kitchen and overwrite them there, or depends on the file type...Try to use the "app.dat" file in the OEM and try a strategy like:

Directory("\Windows"):-File("StartMenu_GridScene_480x640.cpr","\windows\0 00-StartMenu_GridScene_480x640.cpr")

That should overwrite them, but I'm not familiar with that type of file and/or what the .cab does...Got a link?

edit: Late and way off...Why didn't I think of that??? Lol..

b4u2 11-11-2009 11:02 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
I got lucky and found the link. http://forum.xda-developers.com/show...hlight=lesscro

b4u2 11-11-2009 01:45 PM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
Is there an OEM for the latest Total Commander (the one that works with WM6.5.1)? Also a OEM for lockmelite? http://forum.xda-developers.com/show...ght=lockmelite

Vancer 11-11-2009 10:14 PM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
1 Attachment(s)
Hey rstoyguy,

Well i've spent the last few days converting to the VK and i like it :)

Was wondering if you could make a package for TierAutoinstall? I use it since it makes it's own config.txt when it runs after you simply select the cabs you want to install. On his page it says you can just run it but when i do that on my diamond it doesn't see the cabs on the internal storage? It worked fine on my touch, i was hoping that if you made a package to put in the kitchen it would work better and just have the link put in the startup folder that deletes itself after it runs like the oem for ppck.

Thanks Buddy!

Edit: Here is the ppck oem if you don't have it already

Vancer 11-11-2009 10:52 PM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
Well,

Just figured out how to make it work with my internal storage and can just run it post flash but a package would be really cool :)

If you do convert this... the lnk put in the startup folder needs to have a parameter to search the internal storage...

"\folder where confing.txt and tierautoinstall.exe are\TAutoinstall.exe" "\internal storage\boot"

you can use the root of the internal storage as well or any other directory or a "boot" directory which is what i like to do so i can just load whatever cabs i want to install post flash up in there.

Thanks Buddy

This is a better option than SDAutorun in my opinion since you don't have to modify an sdconfig.txt everytime you flash and change what cabs you want to install post flash

mwalt2 11-12-2009 12:26 AM

Re: Custom VGA OEM Requests ....Get them here! Updated 6/13/2009
 
Quote:

Originally Posted by b4u2 (Post 1318885)
No I didn't. I guesss I missed that part...Do I need to do that to any cab I convert or does it depend on which folder they are going into? I hit the Thanks :)

You'll have to do convert it to an EXT if you want to put it in the EXT folder (so it can be selected / deselected in visual kitchen). If you don't use EXT_Packages_rebuilder, you can just put them in the OEM folder and they should work (easier to just organize everything in folders within the EXT folder though IMO).


All times are GMT -4. The time now is 03:21 PM.

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


Content Relevant URLs by vBSEO 3.6.0