Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
_fm
Old
(Last edited by _fm; 8th January 2008 at 01:20 AM.)
#1  
Senior Member - OP
Thanks Meter 8
Posts: 2,689
Join Date: Aug 2007
Location: Surabaya

 
DONATE TO ME
Lightbulb [TUT] OEM Building

HOW To Make an OEM

Here is the tutorial for building an OEM, so, of course it can be used for any device,.

nb: try it at your own risk,.


OEM folder used as the place for any application that would be a default ROM application.

Here is step by step,.
1. Download & Install Hypercore Kitchen
2. Open Hypercore and go to panel/extra/CAB Analiser,.

3. Open or Drag and drop the .cab files that you would make it an OEM,.
4. Choose "XML" display then extract all cab files to a new folder,.
5. Go to "Registry tab", then copy all the registry setting from there, and paste to a new blank document





6. The registry setting is absolutely unusable, to make it usable, it must be edited like this,.

(Before edited)
REGEDIT4
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\WM5 torage_Class]
"ActivateFlags" = dword : 00000000
"DeviceName" = ""
"NLEDWrite" = dword : 0000FFFF
"NLEDRead" = dword : 0000FFFF
"idVendor" = dword : 0000045E ---------------------------------------> There is a space between "=" and "dword", its Wrong,.
"ReadOnly" = dword : 00000000
"Dll" = %CE1%\WM5torage\WM5torage.dll --------------------------> It have only one slices, its wrong,.
"Product" = "Windows Mobile Device"


(After edited)
REGEDIT4 -------------------------------------------------------------------> There must be REGEDIT4 at the TOP
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\WM5 torage_Class]
"ActivateFlags"=dword:00000000
"DeviceName"=""
"NLEDWrite"=dword:0000FFFF
"NLEDRead"=dword:0000FFFF
"idVendor"=dword:0000045E ------------------------------------------> Take a look at this, there should be no spacing inside the registry,.
"ReadOnly"=dword:00000000
"Dll"=%CE1%\\WM5torage\\WM5torage.dll -------------------------> If the keys are pointing to somewhere else, it must be two slice like this,.
"Product"="Windows Mobile Device"
--------------------------------------------------------------------------------> Leave one line empty at the BOTTOM,.



7. Generate GUID Name, (The generaor could be downloaded HERE)
8. Okay, save it in UNICODE encoding, using (Generated GUID Name).rgu






9. Make another blank document, and rename it with, (Generated GUID Name).dsm
(The generated GUID name between .rgu and .dsm must be the same)






10. Make a "initflashfiles.txt",. -------> (I give the tutorial below,.)






HOW To Make a initflashfiles.txt


initflashfiles.txt used to copy a file from specified location, to another specified location,.


Here is the step by step,.
1. Just make a new blank document
2. Save that document as initflashfiles.txt


What should you write inside initflashfiles.txt?? you should write this (below),.


The formula is:
Directory("DESTINATION FOLDER"):-File("DESIRED FILENAME","FILE SOURCE")


So, it will be like this,.



-------> Means that you want to copy the file named WM5torage.lnk in \Windows folder, to \Windows\Start Menu\Programs\System folder,.


There you go, you have one working initflashfiles.txt now,.


--- Finally, make it in one folder, and give it a name, ex: OEM_WM5torage ---


NB:
That you have to remember when you build an OEM:
a. There must be REGEDIT4 at the TOP
b. Leave one line empty at the BOTTOM
c. Dont use Wordwrap view
d. Save with (GUIDname).rgu and use UNICODE encoding





GOOD LUCK,.

Happy ROM Cooking to all of you,.




- Kumara -
 
ghostrecon2050
Old
(Last edited by ghostrecon2050; 20th November 2007 at 06:24 AM.)
#2  
ghostrecon2050's Avatar
Member
Thanks Meter 0
Posts: 37
Join Date: Apr 2007
Location: Baghdad
I dnt know why the pictures are not showing??!!

I think this is the problem !!

When u want to put a pic , press on *insert image* and put a direct link

not IMG code or HTML code
 
_fm
Old
#3  
Senior Member - OP
Thanks Meter 8
Posts: 2,689
Join Date: Aug 2007
Location: Surabaya

 
DONATE TO ME
Quote:
Originally Posted by ghostrecon2050 View Post
I dnt know why the pictures are not showing??!!

I think this is the problem !!

When u want to put a pic , press on *insert image* and put a direct link

not IMG code or HTML code

Hi buddy, i put this picture from a direct link, it might be your internet explorer setting,.
 
ghostrecon2050
Old
#4  
ghostrecon2050's Avatar
Member
Thanks Meter 0
Posts: 37
Join Date: Apr 2007
Location: Baghdad
But serialz got the same problem but in the Atom Cooking tutorial thread :

he said : "please update the pics too..it's much easy to do it with visual guide.."

May be it's our IE settings ?? I'm confused !!
 
_fm
Old
#5  
Senior Member - OP
Thanks Meter 8
Posts: 2,689
Join Date: Aug 2007
Location: Surabaya

 
DONATE TO ME
Quote:
Originally Posted by ghostrecon2050 View Post
But serialz got the same problem but in the Atom Cooking tutorial thread :

he said : "please update the pics too..it's much easy to do it with visual guide.."

May be it's our IE settings ?? I'm confused !!

Image updated, could you see the picture now??
 
mykolor
Old
#6  
Junior Member
Thanks Meter 0
Posts: 20
Join Date: Oct 2006
Link Megaupload please!
Thanks
 
_fm
Old
#7  
Senior Member - OP
Thanks Meter 8
Posts: 2,689
Join Date: Aug 2007
Location: Surabaya

 
DONATE TO ME
Quote:
Originally Posted by mykolor View Post
Link Megaupload please!
Thanks

What do tou mean by link megaupload?????

BTW, could you see the picture of my post??
 
mykolor
Old
#8  
Junior Member
Thanks Meter 0
Posts: 20
Join Date: Oct 2006
Quote:
Originally Posted by Garmin View Post
What do tou mean by link megaupload?????

BTW, could you see the picture of my post??
All the picture #1 page is not showing.

I want to download your ROM by link Megaupload
 
ghostrecon2050
Old
#9  
ghostrecon2050's Avatar
Member
Thanks Meter 0
Posts: 37
Join Date: Apr 2007
Location: Baghdad
Yes , Now I can see the pictures , TY Garmin <3
 
sliders7
Old
#10  
sliders7's Avatar
Senior Member
Thanks Meter 37
Posts: 182
Join Date: Nov 2006
Location: Sydney
Hi Garmin,

Thank you for the tutorial to make OEM. wonderful!

Your tutorial is good for standalone .exe files

but if you don't mind if i ask about cabs?
I have a question about cabs files:
how to input serial number into the cabs registry for programs Cabs that has serial activation? so everytime i install it.. it doesn't need to enter serial?

for example: i need to put "modified cabs" to extended rom. so it will install by itself every time i do hard reset.

Thank you garmin.
Phone: i9250 Stock 4.2.2 / Deodexed Rooted & Slim
Tablet: P3100 Stock 4.2.1 / Rooted & Slim

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more