|
||||
Re: Packaging OEM's to save space and manage different projects
Quote:
The 4 megapacks I did were 13 megs, compressed they were 5 megs. Saving precious space on my laptops hdd. I would eventually have had to delete the old kitchens, my music or save space this way...work, yes, but it helped me. And when I release a decent/stable/skinned rom and share my work, I can have folks just unrar an archive into the kitchen directory and it will place the selections.txt file and the version_oem.rar into the correct directories and that'll be a lot less work for them. I don't mind working, I dig this stuff!
__________________
If this post was helpfull, let me know by clicking Thanks!
|
|
||||
Re: Packaging OEM's to save space and manage different projects
Quote:
At this point I didn't need PPCGeeks_OEM.RAR, so I removed it from my selections.txt. Of course, theis seemed great at first, but each time PPCGeeks_OEM.RAR gets updated, I have to migrate updates. I had also tried to manage start menu location via provxml ... I put all of the move, copy, delete file operations into _setup.xml and put that into a cab and ran it as part of sdconfig.txt customizations. The problem there is that the process is very fragile. If a shortcut isn't there or is not named exactly right, the entire cab fails to install. Best regards, -boggsie
__________________
|
|
||||
Re: ppckitchen - Tips and Tricks - Share YOURS here!
Glad to hear someone else saw the potential of that boggsie! I plan to copy ppcgeeks_oem.rar later to ppcgeeks2_oem.rar later and thin it out the stuff I don't use, and renaming it should keep the updater happy as well... Good call, but I could probably do without 90% of that long list that I have to sort through now...While it's great to have a such a great list of programs to choose from, it can also be a pain....
Last edited by rstoyguy; 09-11-2008 at 08:23 AM. |
|
||||
Re: ppckitchen - Tips and Tricks - Share YOURS here!
While the "bork" stuff is cool, I can see it getting annoying early in the morning after a bar night. And buildos doesn't like it when you remove them. So edit your favorite wav file and replace the ones in the ..\kitchen\buildos\sounds directory. They must be the same type and have the same filename, you can have some fun with the contents though!
Here are the files: Cooking.wav Cooking-Finish.wav Error-ChefBoingBoing.wav Error-Uh-Oh.wav Error-WhatHappened.wav Login-WelcomeBack.wav Login-Wierdo.wav If you have used the kitchen, you know what they are for... Here is a link to a cool Text to Voice .wav generator on the www. http://www.research.att.com/~ttsweb/tts/demo.php Who will be the first to upload a "sound" update? CAUTION: This may ruin any warranty claims in chat! |
|
|||||
Re: Packaging OEM's to save space and manage different projects
Quote:
Quote:
Quote:
Quote:
Quote:
|
|
||||
Re: ppckitchen - Tips and Tricks - Share YOURS here!
Quote:
Quote:
The only ways I can think to handle this is to: a) edit the OEM b) move the files via provxml c) move the files manually with Total Commander, etc. You mentioned better ways and I am completely open to alternate methods. I wonder if you could create individual USER_OEMs for each of the application? Say, you create a USER_OEM to move the TV_Guide shortcut from Start Menu \ Programs into Start Menu \ Programs \Media ... if you select this USER_OEM, it then requires the PPCKitchen_OEM item TV Guide. Eventually, you could create a StartMenuMove_OEM.RAR with OEMs that provide a single purpose ... to move or relocate shortcuts that are typically dropped into Start Menu \ Programs ... and if you select that particular OEM, it automatically requires the PPCKitchen_OEM program. Of course, ideas are easy, even if they are crackpot ... the real key is having the knowledge, skill, ability and perseraverence to pull off creating such an OEM ... which I do not! Best regards, -boggsie |
|
||||||
Re: ppckitchen - Tips and Tricks - Share YOURS here!
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Last edited by gguruusa; 09-11-2008 at 10:33 AM. |
|
||||
Re: ppckitchen - Tips and Tricks - Share YOURS here!
Maybe the right way to get the creative juices flowing is to think of typical problems you encounter during ROM design/construction, and see if anyone has a solution.
Quote:
|
|
||||
Re: ppckitchen - Tips and Tricks - Share YOURS here!
Well, now this sounds interesting. I apprecaite the feedback AND the encouragement.
Example: 1-Calc Lite The default initflashes.txt for 1-Calc Lite copies while renaming the program shortcut from SOURCE: \Windows\Program.1-Calc.lnk TARGET: \Windows\Start Menu\Programs\1-Calc Lite.lnk Code:
Directory("\Windows\Start Menu\Programs"):-File("1-Calc Lite.lnk", "\Windows\Program.1-Calc.lnk") SOURCE: \Windows\Start Menu\Programs\1-Calc Lite.lnk TARGET: \Windows\Start Menu\Programs\Accessories\1-Calc Lite.lnk I guess you could also just redirect the initial item and then delete the one created by the PPCGeeks_OEM.rar? In this case, what would be the syntax for deleting an item? Code:
Directory("\Windows\Start Menu\Programs\Accessories"):-File("1-Calc Lite.lnk", "\Windows\Program.1-Calc.lnk") -boggsie |
|
|
|