View Single Post
  #4381 (permalink)  
Old 05-26-2009, 10:44 PM
nemoid's Avatar
nemoid
Regular 'Geeker
Offline
Location: 914.ny
 
Join Date: Dec 2008
Posts: 286
Reputation: 270
nemoid is becoming a PPCGeeks regularnemoid is becoming a PPCGeeks regularnemoid is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ ROM ] [ KITCHEN ] JUICY 7 - Build 090525 (21234.5.0.1) [UC]

Quote:
Originally Posted by dyl4n View Post
Hey Everyone. I'm still really new to kitchens but have cooked a few roms now successfully. I am wondering. If I have a custom OEM package to install into the OEM's folder how do I get it to show up in BuildOS? Am I missing a step. I placed my folder with the other OEMs but it does not appear in BuildOS as a selection. Thanks
You need to put a "option.xml" file in the Package directory. It's in the format of:

Code:
<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<Items>
  <Item name="Program" group="OEM" checked="True">
    <Tip></Tip>
    <Guid type="p">ffffffff-ffff-ffff-ffff-ffffffffffff</Guid>
  </Item>
</Items>
Reply With Quote
This post has been thanked 1 times.