User Submitted EXT's
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Applications - Resco Explorer 2010.rar
Applications - cleanRAM 2.1.zip
Applications - Bing5.1.zip (5.1.2010.3290)
Applications - My Phone 01.06.2718.0001.zip
Applications - SPB Backup.rar
Manila Options - 2.5 - XpressYourCell 2.5 Dusk globe.zip
Multimedia - Resco Photo Manager.rar
Sprintnav_CrayonPhy.rar
Skins -Skins - HTC Calculator - CMYLXGOs.Pimp.Pkg.TP2.zip
Skins - WMP - Dusk.zip
Skins -
Enlarged Phone Canvas.zip
System - Slide2Shutdown PowerKey v1.1.zip
System - SpbPocket+(4.1.0)edited.arm.zip
Converting an EXT's to OEM's (for older Kitchens/PPCKitchen.org)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Code:
Files of interest in the archive and what they are.
ffffffff-9ea8-4055-9ca2-17bfb7100000.dsm
ffffffff-9ea8-4055-9ca2-17bfb7100000.rgu
initflashfiles.txt
option.xml
To convert a EXT to an OEM here are the steps.
1. Download and extract the attached file.
2. In the above name example, there are three places in an OEM that RGUID exists. I have highlighted a couple of number in
orange so you can create a unique RGUID so that you can create other OEM's as well. The number here is hexadecimal. You will need to change this number in the *.dsm, *.rgu, and inside the options.xml file. Be sure you get the digits right!
3. Open your ext and copy the following file contents to:
*.dsm - Blank, not used here.
*.rgu - Copy the contents of your ..\app.reg into this one. Be sure you leave a couple blanks at the end...
initflashfiles.txt - Copy the contents of your ..\app.dat file into this one.
4. Handling the options.xml file:
Quote:
Originally Posted by A look inside...
<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<Items>
<Item name="apps_Blank_OEM" group="Apps" checked="True">
<Tip></Tip>
<Guid type="p">ffffffff-9ea8-4055-9ca2-17bfb7100000</Guid>
</Item>
</Items>
|
Ok, I highlighted the important stuff. If you want to do more, check out My Rom Building Tutorials, and click on Creating OEM's for your Rom.
Replace the following with:
apps_Blank_OEM - The name of your app!
Apps - The category your app will show up.
ffffffff-9ea8-4055-9ca2-17bfb7100000 - This is the GUID I metioned earlier. They must be the same Hex number!
5. Don't forget to rename your OEM to what you put in the options.xml
apps_Blank_OEM field.
6. Copy to your kitchen and enjoy! Your DONE!!!