PDA

View Full Version : Cooking my own rom


nottoosmart
25th February 2007, 04:17 PM
Ok, so i got all the stuff figured out but i want clarification on the initflashes.dat file editing. anyone who knows this stuff please reply and tell me if i got this correct.

File Copying
Directory("(Is the Target Dir)"):-File("(Is the Filename)","(Is the Current File Location)")

Directory
Directory("(Is target Directory)"):-Directory("(Is Desired Directory Name)")

Permanent Directory
Directory("(Is target Directory)"):-PermDir("(Is Desired Directory Name)")

nottoosmart
26th February 2007, 01:40 AM
Ok so using this theory, I went through the steps and was able to create the ROM without issue. Then when i flash it does not give me the setup screens as normal when flashing the device. Also it freezes after the files load. Any ideas?

nottoosmart
28th February 2007, 08:29 PM
Ok, 102 views and still no response. Guess the right guys arent looking or just ignoring me due to current rom situations.

double_ofour
1st March 2007, 09:04 AM
Here's my brief explanation..

looking at this code:

Directory("\Windows\StartUp"):-File("MyName.lnk","\Windows\Battery.lnk")

-The "\WIndows\startup" is the folder where you want to put the file battery.lnk..

-While the battery.lnk is in the "\Windows\"

-However, you can rename the file to whatever filename you want to copy in startup.. for my example its "MyName.lnk

nottoosmart
1st March 2007, 03:33 PM
thank you. you guys are awesome

double_ofour
1st March 2007, 03:48 PM
Glad that i helped you..
ur welcome..