PDA

View Full Version : Modifying OEM ROM


estens
18th September 2009, 02:42 AM
This is my first shot at doing anything with a Device's ROM so forgive me if I mention something stupid.

Basically what I'm trying to do is add one program to the install process, so when a Device is hard reset it goes back to factory + this one other program that I want to install.

I currently have it as a .cab package and the company I work for has given me an I-Mate K-Jam to learn how to do this, and then adapt it for newer devices. (which I'm sure will be a fun task).

I'm using the guide for creating a new ROM found here: (which is fantastic)
http://forum.xda-developers.com/showthread.php?t=303406/

The only problem is that I have no idea how to tell the package where to put files. The cab I have wants to put files in these directories.

[DestinationDirs]
CopyFiles1=0,"%CE2%"
CopyFiles2=0,"%CE4%"
CopyFiles3=0,"\Temp

If someone could explain this to me, or if there is an easier way to go about doing what I'm doing any help would be greatly appreciated.