PDA

View Full Version : New WM6 ROM kitchen (from Ranju)


tomal
26th May 2007, 06:36 AM
Hello Friends,

I have managed the new WM6 kitchen based on Ivan's new (17913.0.3.0) build. This is a clean vanilla kitchen, you can add your own flavor and the way you want it.

I've uploaded the kitchen to the following url and hope that you will like it.

http://www.siemens-bd.net/files/000000

Files have been splited into 10 parts (5MB each) because of my unstable internet connection here. Uploading a 50MB file for me is simply a nightmare! Please download all of them and unrar.

You will find two cmd files (1. BuildKitchen.cmd and 2. CreateROM.cmd) inside the ROM_DEV folder after the unrar.

Step-1: Run the BuildKitchen.cmd (first time only), it will dump the rom and prepare the kitchen for you.
[Additionally, you may use it to dump other WM6 rom and prepare the kitchen. In that case, decode the rom, copy (or overwrite) the nk.nba file to the ROM folder and run this cmd to build the kitchen.]

Step-2: Run the CreateROM.cmd to build the rom...as usual.

You will find a Ranju_OEM folder under the ROM_DEV folder. Some of the oem packages have been added if anyone is interested to use. Just copy your desired packages to the OEM folder and build the rom.

And finally, all credit goes to Ivan. Special thanx to Helmi, Midget, Bepe and Tuatara for their tools and support.

By the way, I've a limited bandwidth to this server, it will be great if someone mirror it somewhere.

Best regards,

Ranju

TehPenguin
26th May 2007, 07:51 AM
By the way, I've a limited bandwidth to this server, it will be great if someone mirror it somewhere.

Mirrored:
http://vidmes.com/Uni/Kitchens/ranju/ROM_DEV.rar

(btw My mirror has a Bandwidth limit of 3Tb per month...)

tomal
26th May 2007, 08:23 AM
Mirrored:
http://vidmes.com/Uni/Kitchens/ranju/ROM_DEV.rar

(btw My mirror has a Bandwidth limit of 3Tb per month...)

Hi TehPenguin, thank you very much.

tailazoom
26th May 2007, 10:07 AM
Thanks to ranju and thanks to tehpenguin!

ultravox
26th May 2007, 11:13 AM
I have managed the new WM6 kitchen based on Ivan's new (17913.0.3.0) build. This is a clean vanilla kitchen, you can add your own flavor and the way you want it.

Thx for the new kitchen. Based on V3, correct?

Could you please clarify the 1st post?
Clean Vanilla: What did you remove from the ROM?

Cheers

tailazoom
26th May 2007, 03:04 PM
Download
Extract
BuildKitchen
CreateRom
BuildOS stops on error: the file 'temp\dump\Thumbs.db' already exists

ultravox
26th May 2007, 05:38 PM
I've just checked the OEM folder.

Very good Job: just like i was thinking. Probably I don't need any other apps for OEM.

THX!!!

tomal
26th May 2007, 05:47 PM
Download
Extract
BuildKitchen
CreateRom
BuildOS stops on error: the file 'temp\dump\Thumbs.db' already exists

Did you modify any cmd file?
If not, then delete the temp folder. Do a search on SYS & OEM for "Thumbs.db" and delete them if found any. Run the CreateROM.cmd.

I suppose "Thumbs.db" have been created by your picture browser apps.

TehPenguin
26th May 2007, 05:54 PM
"Thumbs.db" is a file that Windows XP (and Vista) create if you preview a picture or movie. Its not important at all (although Windows will complain that it is a "System File")


(Nifty fact: Windows XP can create the "thumbs.db" file in a read-only network share!)

tailazoom
26th May 2007, 06:44 PM
Thanks for the info, i'll try deleting and recompile.

Deleted, compiled and flashed: every essential function i tested is working. The kitchen is very clean! Many thanks ranju!

tomal
28th May 2007, 11:21 AM
This is a little update of the kitchen:

* Due to the slow response of the phone, dialing/ending tone have been removed
* Update for HTC Task Manager 1.5 (Exclusive apps can be added now)

Please download the zip and copy/replace to the associated folder.

Update: HTC Task Manager cab attached.
http://forum.xda-developers.com/attachment.php?attachmentid=40327&d=1180503183

aniel1
28th May 2007, 01:53 PM
This is a little update of the kitchen:

* Due to the slow response of the phone, dialing/ending tone have been removed
* Update for HTC Task Manager 1.5 (Exclusive apps can be added now)

Please download the zip and copy/replace to the associated folder.

Can you please make a cab of it so that we can install. Dont want to go through re in stalling rom. Appreciate :)

Or if you can advice the registry entries for both above issues please. :)

GerardNL
28th May 2007, 02:17 PM
A cab file for the file in phone.zip is not that difficult since it's just a couple of registry entries.

The other one is more difficult since it also includes files.

So just to help a little, a cab file for the registry stuff in the phone.zip

GerardNL
28th May 2007, 02:27 PM
When comparing the old and new files, I noticed that just the RGU file is different.

Since this is the file with registry settings, I made a quick cab for it.

So not to replace the previous HTC Manager install or anything like that, just to corrent the registry entries.

ps. This and the previous file are not made/reviewed/anything by Ranju, but I've just given them him (her?) name to avoid confusion.

tomal
28th May 2007, 02:36 PM
Can you please make a cab of it so that we can install. Dont want to go through re in stalling rom. Appreciate :)

Or if you can advice the registry entries for both above issues please. :)

[HKEY_CURRENT_USER\ControlPanel\Sounds\Dialing]
"Sound"="dpadctl.mid"
"Script"="p"
"Category"="InCallFeedback"

[HKEY_CURRENT_USER\ControlPanel\Sounds\Ending]
"Sound"="dpadctl.mid"
"Script"="p"
"Category"="InCallFeedback"

[HKEY_CURRENT_USER\ControlPanel\Sounds\DialPadCtlKe y]
"Sound"="dpadctl.mid"
"Script"="p"
"Category"="InCallFeedback"

Remove the line in bold above ("Sound"="dpadctl.mid") in the registry and it should like this:

[HKEY_CURRENT_USER\ControlPanel\Sounds\Dialing]
"Script"="p"
"Category"="InCallFeedback"


Set the value of "Script" to "apr" and it should like this. It will remove 3s ring delay.

[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
"Script"="apr"

Press the power button (off) after the changes and wait for 10 sec, switch on again and soft reset your device to take the changes in action...

aniel1
28th May 2007, 03:30 PM
When comparing the old and new files, I noticed that just the RGU file is different.

Since this is the file with registry settings, I made a quick cab for it.

So not to replace the previous HTC Manager install or anything like that, just to corrent the registry entries.

ps. This and the previous file are not made/reviewed/anything by Ranju, but I've just given them him (her?) name to avoid confusion.

I tried but looks like the cab does not stick the enteries in the registry.Can you give me the registry entries so that i can try to insert them manually. thank you :)

aniel1
28th May 2007, 03:31 PM
[HKEY_CURRENT_USER\ControlPanel\Sounds\Dialing]
"Sound"="dpadctl.mid"
"Script"="p"
"Category"="InCallFeedback"

[HKEY_CURRENT_USER\ControlPanel\Sounds\Ending]
"Sound"="dpadctl.mid"
"Script"="p"
"Category"="InCallFeedback"

[HKEY_CURRENT_USER\ControlPanel\Sounds\DialPadCtlKe y]
"Sound"="dpadctl.mid"
"Script"="p"
"Category"="InCallFeedback"

Remove the line in bold above ("Sound"="dpadctl.mid") in the registry and it should like this:

[HKEY_CURRENT_USER\ControlPanel\Sounds\Dialing]
"Script"="p"
"Category"="InCallFeedback"


Set the value of "Script" to "apr" and it should like this. It will remove 3s ring delay.

[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
"Script"="apr"

Press the power button (off) after the changes and wait for 10 sec, switch on again and soft reset your device to take the changes in action...

thank you ranju. CAn you provide the registry entry for tak manager too, somehow the cab posted above doesnot stick in the registry and i still dont see exclusive/activate please :)

tailazoom
28th May 2007, 03:37 PM
Third day of use (calls with bt headset/sms/excel) without any problem. Thanks again ranju!

GerardNL
28th May 2007, 03:58 PM
.....

Remove the line in bold above ("Sound"="dpadctl.mid") in the registry and it should like this:

....

Mmmm. Removing items from the registry.... Didn't think about that one. So that means that the 2 cabinet files I made will not work.

Back to the drawingboard...

fancy06
29th May 2007, 06:55 AM
I've this ROM kitchen few days back from one of my friends and was simply amazed when I build my first rom.
This is as easy!

Thanks ranju, keep up good work!

Laurentius26
29th May 2007, 09:46 PM
Wow,

Didn't peak at your kitchen before.
Now I did!

Looks cool and clean, will learn from this.

Thanks,

Leo ;)

tomal
30th May 2007, 05:56 AM
Wow,

Didn't peak at your kitchen before.
Now I did!

Looks cool and clean, will learn from this.

Thanks,

Leo ;)

You are always welcome.... ;)

aniel1
30th May 2007, 06:20 AM
Ranju.I am still looking forward to the task manager registry entries.The exclusive/activate option doesnot appear. Tks in advance.:)

tomal
30th May 2007, 07:34 AM
Ranju.I am still looking forward to the task manager registry entries.The exclusive/activate option doesnot appear. Tks in advance.:)

Please install the attached cab and soft reset.
Follow the picture attached....

Enjoy!!!

aniel1
30th May 2007, 08:16 AM
Please install the attached cab and soft reset.
Follow the picture attached....

Enjoy!!!

I had mentioned in my post earlier. The cab doesnot allow the registry entries to stick. After soft reset its all back to same.
No joy here.

Any way of manually putting the entries in the registry.

Tks in advance :)

tomal
30th May 2007, 09:00 AM
I had mentioned in my post earlier. The cab doesnot allow the registry entries to stick. After soft reset its all back to same.
No joy here.

Any way of manually putting the entries in the registry.

Tks in advance :)

Ok, my friend. Here it is, the complete reg entries: ;)

[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"ServiceHandle"=dword:00048650
"CustResIconID"=dword:00000065
"CustResFile"="taskmgrCustRes.dll"
"EnableTap"=dword:00000000
"Enable"=dword:00000001
"EnableTapAndHold"=dword:00000001
"EnableTodayX"=dword:00000001
"CustAPPName"="Task Manager"

[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"TaskManager"="1_5_29198_1"

[HKEY_LOCAL_MACHINE\init]
"Launch91"="taskserStart.exe"

aniel1
30th May 2007, 09:25 AM
thanks a lot Ranju. one small thing are these entries in hex or decimal.
is there any entry in the stopexclusive folder in the registry?

grayme
30th May 2007, 09:28 AM
When does V2 come out? :)

(I'm too busy to flash atm (still on original kitchen :o) so I'm just watching and waiting for a kitchen to come out on the new ROM that people are completely happy with! :)

tomal
30th May 2007, 09:30 AM
thanks a lot Ranju. one small thing are these entries in hex or decimal.

al the dword values are hex.

GerardNL
31st May 2007, 11:47 AM
Hi Ranju,

I really liked your kitchen and also quite happy with the extra packages you've made. I was using them on Leo's kitchen as well and worked great (except the fact that I've dropped by UNI and now the screen is broken).

I was also using the extra packages for a Blue Angel kitchen, but then I noticed a minor problem: All the extra packages you've made have the same GUID.

The BuildOs.exe in the Blue Angel kitchen is different then the one in the UNI kitchen and can't handdle several packages with the same GUID. If I understand enough from kitchen building, then GUIDs need to be unique.

I think it's easy enough to change, but I just wanted to let you know.

tomal
31st May 2007, 12:44 PM
Hi Ranju,

I really liked your kitchen and also quite happy with the extra packages you've made. I was using them on Leo's kitchen as well and worked great (except the fact that I've dropped by UNI and now the screen is broken).

I was also using the extra packages for a Blue Angel kitchen, but then I noticed a minor problem: All the extra packages you've made have the same GUID.

The BuildOs.exe in the Blue Angel kitchen is different then the one in the UNI kitchen and can't handdle several packages with the same GUID. If I understand enough from kitchen building, then GUIDs need to be unique.

I think it's easy enough to change, but I just wanted to let you know.

Hello My friend,
Surely GUID's are not same, please have a look:

25aa6780-f25d-11db-8314-0800200c9a66 -Today BirthDay Plugin
25aa6789-f25d-11db-8314-0800200c9a66 -HTC Task Manager
25aa677a-f25d-11db-8314-0800200c9a66 -psShutxp
25aa6778-f25d-11db-8314-0800200c9a66 -Winrar
25aa6779-f25d-11db-8314-0800200c9a66 -WM5torage
25aa6788-f25d-11db-8314-0800200c9a66 -Security/Tweak
25aa6782-f25d-11db-8314-0800200c9a66 -SystemTools
25aa677b-f25d-11db-8314-0800200c9a66 Total Commander
69501763-2885-4e23-b24c-b381ae70ffa9 -Java Midlet
79faedf0-f0bb-11db-8314-0800200c9a66 -Oxios Memory
2e5497d4-da60-11db-8314-0800200c9a66 -SMS Delivery Fix

tomal
31st May 2007, 12:52 PM
Hello Friends,

I'm going to add ExtROM support to the next update of the kitchen.
How do guys like to have it...

1. Unlocked & unhided ExtROM, as (empty) filestore
2. Locked & hidden ExtROM, autorun support (for cab installation)

Thank you.

Laurentius26
31st May 2007, 04:43 PM
Unlocked and hidden :D

Leo :)

grayme
31st May 2007, 10:02 PM
1. Unlocked & unhided ExtROM, as (empty) filestore :p

fancy06
1st June 2007, 09:24 AM
Hello Friends,

I'm going to add ExtROM support to the next update of the kitchen.
How do guys like to have it...

1. Unlocked & unhided ExtROM, as (empty) filestore
2. Locked & hidden ExtROM, autorun support (for cab installation)

Thank you.

I want to use the extrom for cab installation (by autorun) and the rest empty space for filestore. Which is the right state....?

grayme
1st June 2007, 09:29 AM
I want to use the extrom for cab installation (by autorun) and the rest empty space for filestore. Which is the right state....?

You'll be like me, uUnlocked & unhiden.

Don't worry about Leo, he's just different! :D

Laurentius26
1st June 2007, 04:28 PM
I was just joking, but hidden I like ;)

Leo

grayme
1st June 2007, 04:32 PM
Each to their own :)

tomal
3rd June 2007, 06:58 AM
Each to their own :)

Cheers....grayme....! ;)

tomal
3rd June 2007, 12:38 PM
OK guys, finally I've introduced a new way of "Autorun".

You will find a new folder "Autorun" under the root and there will be a config script. Put your CAB's anywhere in your PPC and put their location/name in the script. Now, go to Start>Settings>Personal and open "Auto Install" applet, thats it...

ExtROM can be unlocked and unhided....as filestore.

But all are under new build of the kitchen and I'm just testing them now. :D

Cheers,

Ranju