Related
i know the community would like to know who's cooking
and making the WM6 as flawless as possible.
(based on Helmi,
he quit the kitchen for that stealing issue and it's
all too bad for us. [] )
it's been a while and so many bugs have been seen...
we need to find a rom that is almost as good as it first flash
without the bugs.
anyone?
and where can we get your sample rom?
or is it just AKU that we're getting?
feedback is greatly appreciated.
From one of Helmi's posts:
Quote:
Originally Posted by motisu
Did anybody read the txt file in the WM6 kitchen? It seems to me that Helmi is very angry at somebody stealing his hard work again. I think that it is SHAMEFULL not to acknowledge the rightful owner of this work and to give credit to him. I, for one am very grateful to Helmi for all his hard work.
Thanks again.
ooh yes.. sorry all about that text.. it not supposed to be there... I hv problem back then with hima guy who stole my work, well stolen artwork is happens all the time, but now I forget about that, I do it for the community not for that kinda of jerk shameless ashole, please ignore the text.. and again sorry that I include the text, it is not on purpose..
btw Hopes BA will hv AKU.0.7.0 soon...
First excuse me for my english.
There is no problem for replacing SYS part of kitchen. After some tests I changed Helmis kitchen and now I can relocate modules in kitchen with G'Reloc from misar ( http://forum.xda-developers.com/showthread.php?t=331094 ). In my personal test ROM I have SYS from AKU 0.7 , but real problem is in drivers - still exist bugs with comm manager and turn on/off wifi and phone , I can't replace old sdbusdriver.
I have also too little knowledge for modyfing XIP section of ROM ( I think that some more advanced users can help us with it) .
How to import other sys to Blue Angel:
1. Read how to make kitchen
http://forum.xda-developers.com/showthread.php?t=310287
2. Read grelock thread
http://forum.xda-developers.com/showthread.php?t=331094
3. Replace all modules in OEM part with normal dll-s ( simple g'relock incorrectly relocating some drivers modules , I'm too lazy for checking which exactly) .
4. Replace SYS ( carefully read GRelock thread )
5. Run G'Relock
Finally you have ROM with replaced SYS.
Since there are so many great initiatives with newer kitchens and support this thread is obsolete. I asked sparkienl to incorporate and continue my work in his thread.
Installing your kitchen
This thread is obsolete
The Basics
This thread is obsolete
Documents
This thread is obsolete
Kitchen, ROM, OEM and SYS
This thread is obsolete
Hi kwbr,
Nice to see you here, are you going to cook ROMs for Leo ?
Nice to se you here kwbr.. Your guide helped me alot when i got my blackstone and startet cooking. Hope to se some quality roms to hd2 from you as well
barbapappa_86 said:
Nice to se you here kwbr.. Your guide helped me alot when i got my blackstone and startet cooking. Hope to se some quality roms to hd2 from you as well
Click to expand...
Click to collapse
Let's help each other again mastering the hd2
kwbr said:
Let's help each other again mastering the hd2
Click to expand...
Click to collapse
Absolutely! Will do my best at least
hello kwrb, been using your roms on my hd
hope to see vanilla series for hd2.
regards
3G switch in CommManager
Because we still can´t flash our own roms we have to mod the device as it is. Anyone managed to enable the 3G switch in CommManager_2_9_O_0, because this doesn´t seem to work
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"SupportedFunctions"=dword:00000008
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\7]
@="3G"
Edit, created a cab with an old CommManager 2_8_15_0 that used to work. After a reset it says Comm Manager doesn´t support MobileWifiRouter.
Kwber, thankx man for the thread.
only one Q if u don't mind dear....Are you gonna cook ROM for the LEO?
i really wish you do ! ur Rom's are the best
hi kwbr,
so glad to see u in this thread. I'll be getting the Leo soon too. Hope you will be creating ROMs for this phone too. Been following u since HD days till i switch to Diamond2...
thumbs up for u!
I already started to set up my kitchen. Its a 6.5.3 build.
Does any one know how to solve that the phone canvas dosnt have the right size? I´ve searched this before and what i understand, its a dll that i need to edit to fix this. I didnt manage to solve this tho. Any one have a clue?
Another thing. The multi touch, is it in sys or ext if i use ervius kitchen?
Hi KWBR,
I have installed the latest LEO ROM (Release 18 nov 2009) RUU_Leo_HTC_WWE_1.48.405.2_Radio_Signed_15.28.50.07U_2.05.51.05_2_Ship
with CommManager_2_9_O_0.
With you already have add to the registry, you have to incude it with the folow-up registry keys,
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS]
"OpMode"=dword:00000000
"PrefDomain"=dword:00000002
"PrefRAT"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS\BandSelection]
"Band"=dword:00000000
"BandSettingRollBackRetryCount"=dword:00000003
"BandSettingRetryCount"=dword:00000003
The 3G switch is functional, I'm still investigating why the 3G icon isn't showing up, the icons not exists in ROM memory.
Add the "Function_3G.png" and "Function_3G_Disable.png" to windows folder and change attribute to [R][H] no succes.
kwbr said:
Because we still can´t flash our own roms we have to mod the device as it is. Anyone managed to enable the 3G switch in CommManager_2_9_O_0, because this doesn´t seem to work
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"SupportedFunctions"=dword:00000008
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\7]
@="3G"
Edit, created a cab with an old CommManager 2_8_15_0 that used to work. After a reset it says Comm Manager doesn´t support MobileWifiRouter.
Click to expand...
Click to collapse
Hey Rob,
I know, also keep these standard in my tweaks because I prefer gsm for obvious reasons
Code:
;-------------------------------------------------------------------
; Set Band Network type to GSM for better reception and battery
;-------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS]
"OpMode"=dword:00000001 ; set GSM
"PrefDomain"=dword:00000002
"PrefRAT"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS\BandSelection]
"Band"=dword:00000000
Indeed some images gave me problems displaying the icon also? Weird huh.
For some reason 3G is picking the "Function_WiMAX.png" and "Function_WiMAX_Disable.png" rather strange indeed I havn't any clue.
Standard the UMTS settings I mention are not there, that's the reason that the slider was'nt working.
The 3G slider is working fine for me now
kwbr said:
Hey Rob,
I know, also keep these standard in my tweaks because I prefer gsm for obvious reasons
Code:
;-------------------------------------------------------------------
; Set Band Network type to GSM for better reception and battery
;-------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS]
"OpMode"=dword:00000001 ; set GSM
"PrefDomain"=dword:00000002
"PrefRAT"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS\BandSelection]
"Band"=dword:00000000
Indeed some images gave me problems displaying the icon also? Weird huh.
Click to expand...
Click to collapse
ce os 21882
Updated sys in 2nd post
sorry, i deleted post, will do more search
p-kirill said:
sorry, i deleted post, will do more search
Click to expand...
Click to collapse
Hi p-kirill. I had no problems extracting the 1.48 rom with the kitchen. Depending on your os you may need to run binaries with admin rights (win7) and/or install c++ redist or dotnet (xp).
Hi everyone, i am opal user....
i am facing some strange problems in wm 6.5 rom made in earvius visual kitchen.......and since there are not great chef's in opal forum i need help from you guys to solve the current bugs......
here are the bugs......
After flashing the wm 6.5 rom when device reset
1) today settings not working
2) volume up down keys not responding
3) comm manager not working
4) internet sharing not working
these all bugs only happen with 6.5 rom not with 6.1......
here i am attaching the build log from my kitchen......
any help would be appreciated.........
nothing looks weird in your build log...
just change the name of your main folder kitchen its too long and dont put spaces betwen words... I use XDA word
Be sure that your commanager works in the 6.5
is 6.5 or 6.5.X wich version?
there are many commanager cabs or ext or oem pkgs to try
cooking M2D Mega is not good for old devices ... hope you can get your answers... and aboout your butons.. maybe you need to add the volume control pkg or try to search for the App buttons registry config and add it.
+ Que PPC said:
nothing looks weird in your build log...
just change the name of your main folder kitchen its too long and dont put spaces betwen words... I use XDA word
Be sure that your commanager works in the 6.5
is 6.5 or 6.5.X wich version?
there are many commanager cabs or ext or oem pkgs to try
cooking M2D Mega is not good for old devices ... hope you can get your answers... and aboout your butons.. maybe you need to add the volume control pkg or try to search for the App buttons registry config and add it.
Click to expand...
Click to collapse
Thanks for quick reply...........
I am having everything working fine...but when i use ppc pim backup to restore my contact and messages....the next time i reset my device,then all these bugs appear......
i'm using comm manager for 6.5 compatible.....and for your information ..these all ext packages working fine with htc gene.....
It's not related with m2d mega....even if i build the rom without m2d it stills got bugs.......
same with the volume bug.i have already included volume control packages
i have all tried up.....recmodding my modules...to free up slot 0......
been flashing 100 times to solve my probem with different combination in ext packages....
if you are interested then i will upload my kitchen....just to look for...
I am having everything working fine...but when i use ppc pim backup to restore my contact and messages....the next time i reset my device,then all these bugs appear......
Click to expand...
Click to collapse
Pim backup performs a backup of many regs... and ofcourse the structure of some things like sms... so... if your backup files was did in older builds... that backup is making problem due to the incompatibility.
+ Que PPC said:
Pim backup performs a backup of many regs... and ofcourse the structure of some things like sms... so... if your backup files was did in older builds... that backup is making problem due to the incompatibility.
Click to expand...
Click to collapse
my back up files are not from older builds...these are from 21864 build.......
these opal bugs are not directly related to pim backup,some times it occur without pim backup.....but the strange thing is when i install sdkcerts.cab ......and do reset...the bugs disappear temporary......
the funny thing is why you add sdkcerts??? if the kitchen do that for us automatically...
nice avatar.. are you Doctor? or accountant?
+ Que PPC said:
the funny thing is why you add sdkcerts??? if the kitchen do that for us automatically...
nice avatar.. are you Doctor? or accountant?
Click to expand...
Click to collapse
YES HE IS A DOCTOR.A FRIEND OF MINE AND CLASSMATE DUDE
cool
10char
+ Que PPC said:
the funny thing is why you add sdkcerts??? if the kitchen do that for us automatically...
nice avatar.. are you Doctor? or accountant?
Click to expand...
Click to collapse
sdkcerts solve my problem.....that's why i choose to install it again.....
by the way i am doctor.......
I am going to give chef'in a try and as I have never done it before I would ask you to be patient with me.
I have the HTC Leo with Radio 2.10.50 and HSPL installed.
Im using oskitchen and so far I have updated a Stock rom to 6.5.5. Nothing difficult there I hear you say ! But hey, its my first working ROM.
Now I have 2 questions that I hope you can help me with.
Q1. When I flashed the ROM to my phone all worked as you would expect apart from the main screen looked like it had dropped down about 10 pixels. Top and bottom bars looked OK but the middle looked wrong (Screen coming if needed)
Q2. Can someone instruct me on how to set the default wallpaper from oskitchen ?
I have an image called HTC_BG.png and I would like to cook it into the ROM as the default wallpaper.
Ive looked on the forums for help with these questions but I am unable to find them.
Any help / links would be helpfull
Once I have this info, I will proceed to cook my ROM and eventually post the results on the forums along with a complete tutorial as I go along, for those who are looking for similar info.
I have any problems with the buttons and the prefrence folders.
I have create a clip how can you see this problem.
h**p://youtube.com/watch?v=qmDQOzCIWu8
I hope i exist a fix, or what are the right kitchen for the Leo??
BoTTeR1337 said:
I have any problems with the buttons and the prefrence folders.
I have create a clip how can you see this problem.
h**p://youtube.com/watch?v=qmDQOzCIWu8
I hope i exist a fix, or what are the right kitchen for the Leo??
Click to expand...
Click to collapse
From what I know dumping and rebuilding a Leo ROM works correctly on both oskitchen 1.30v3 and 1.31beta3 so you probably changed something that broke that stuff. Always try if a clean dumped ROM rebuilds fine before doing changes that may break it.
Okay... I think im not so Stupid to do this.
I go this way:
1. I Install (extract) OS Kitchen on a folder into my Harddrive (C:/OS)
2. Then i Load the original Rom, extract this to get the RUU_Signed_0407.nbh
3.I Start OSKitchen and klick on Import-> Import a new ROM file.
4. I Select my Model, HTC Leo (HD2) and type the pfad of the RUU_Signed_0407.nbh and go to next (Waiting a minute)
5. I klick on start bulding, and os kitchen go throte without errors..
I Flash the Rom...
And the Taps didn't work. I Have a Windows XP OS and the OS Kitchen Version is 1.31.alpha4
BoTTeR1337 said:
Okay... I think im not so Stupid to do this.
I go this way:
1. I Install (extract) OS Kitchen on a folder into my Harddrive (C:/OS)
2. Then i Load the original Rom, extract this to get the RUU_Signed_0407.nbh
3.I Start OSKitchen and klick on Import-> Import a new ROM file.
4. I Select my Model, HTC Leo (HD2) and type the pfad of the RUU_Signed_0407.nbh and go to next (Waiting a minute)
5. I klick on start bulding, and os kitchen go throte without errors..
I Flash the Rom...
And the Taps didn't work. I Have a Windows XP OS and the OS Kitchen Version is 1.31.alpha4
Click to expand...
Click to collapse
Update to 1.31beta3 because anything before the beta1 had issues with HD2
like Shaddex I am looking into creating ROM's from scratch (for HD2 Leo also!), first for personally use and maybe for general if I can get a ROM to look nice.
My question is, is there a kitchen which work's best for the HD2? Or are all basically generic and just "cook" in different ways?
Sorry to hijack your post Shaddex I hope you get an answer soon, wish I could help
And back on topic
Ok. I extracted Oskitch again, added "RUU_Leo_HKCSL_WWE_1.72.831.1_Radio_CRC_Signed_15.32.50.07U_2.07.51.22_2_Ship"
as the base ROM.
Next installed the "24619_MSXIPKernel_SYS_QVGA_WQVGA_HVGA_VGA_WVGA_0409" so I can use the latest build.
Thats all I did.
No extra EXT packages, Just cooked the ROM and below is what I get.
Anyone shed any light ?
5haddex said:
And back on topic
Ok. I extracted Oskitch again, added "RUU_Leo_HKCSL_WWE_1.72.831.1_Radio_CRC_Signed_15.32.50.07U_2.07.51.22_2_Ship"
as the base ROM.
Next installed the "24619_MSXIPKernel_SYS_QVGA_WQVGA_HVGA_VGA_WVGA_0409" so I can use the latest build.
Thats all I did.
No extra EXT packages, Just cooked the ROM and below is what I get.
Anyone shed any light ?
Click to expand...
Click to collapse
The 6.5.3 windows mobile builds have the top and bottom bar of different sizes while Manila is probably calibrated for the WM6.5 bars (indeed there's empty space at the top and overlap at the bottom). There is probably something else you have to do to fix manila after changing the windows mobile build but I'm pretty sure it's not a kitchen problem I've had several people reporting the Leo ROMs dump and build fine with the 1.31 betas.
Is anyone willing to assist me on getting a Stock HD2 rom and upgrading it to 6.5.x without the problems I am seeing ?
5haddex said:
Is anyone willing to assist me on getting a Stock HD2 rom and upgrading it to 6.5.x without the problems I am seeing ?
Click to expand...
Click to collapse
Could you post a screenshot of your problem, and if you upload your background, i will use it to replace the one in HTC Black.TSK (You need OCP CE CAB Manager)
I have posted a screenie of the problem and someone says its because manila is not the correct version for the 6.5.5 im using.
Dont suppose you have a 6.5.5 stock rom ???
So...
Can anyone let me have a oskitchen with 6.5.x + latest manila so I can add to it.
This is a full and only german WM6.5 COM2 21901 ROM.
I made this ROM for my personal needs and my old Polaris. To give him a new live.
Thanks to all Cookers/Developers! Without their knowledge I would not succeed finding the present solution.
This ROM was build with Barin's wonderful OSBuilder kitchen and unlike other ROM's, you can dump and recook it. All RGU/DSM files are inside (it's a real signed ROM). Feel free to modify it, to fit your needs! Please share the knowledge with the community. Sharing the knowledge rather than keeping it secret is the biggest improvement.
ROM-Base:
WindowsMobile Build 6.5.x COM2-21901
Polaris Native Kernel 6.5 (101MB)
Polaris OEM 3.19 with (massiv) modifications
Packages from Mega (most), Iolite and Topaz
Some custom packages and tweaks
Q: Why to hell a COM2-Build?
A: I dont like the big buttom bar in COM5. That's all.
Q: What packages are inside?
A: Most of Mega, No Manila2D, EzInput 1.5...download and take a look
Downloads:
Please read Post #11! New ROM: 21901_007 (06.05.2011).
I will give it a try because I was searching a german 6.5 Rom for a long time.
Whats about the 3D-Drivers for the polaris, are they included ?
Happy Holidays
MrGame said:
Whats about the 3D-Drivers for the polaris, are they included ?
Click to expand...
Click to collapse
Sorry,
3D-Drivers are NOT included. Because the used Kernel is incompatible. If I can find a NK 6.5 for the Polaris with 85MB-RAM (current 101MB) enabled, then I can try to build with the drivers included.
c.u.
MrGame said:
I will give it a try because I was searching a german 6.5 Rom for a long time.
Whats about the 3D-Drivers for the polaris, are they included ?
Happy Holidays
Click to expand...
Click to collapse
if you really need a 3D-drivers for Polaris !!! This use
s_marth said:
Sorry,
3D-Drivers are NOT included. Because the used Kernel is incompatible. If I can find a NK 6.5 for the Polaris with 85MB-RAM (current 101MB) enabled, then I can try to build with the drivers included.
c.u.
Click to expand...
Click to collapse
you should first edit the ROM using HTCRIE, after in edit you can add files 3D-ROM Driver files
Hakim Rahman said:
you should first edit the ROM using HTCIRT, after in edit you can add files 3D-ROM Driver files
Click to expand...
Click to collapse
Wich part of ROM should I edit with HTCIRT?
You cannot use 3D-Drivers with the current Native 6.5 Kernel in my ROM. The kernel is hacked to use the area between 85MB -> 101MB as RAM. The 3D-Drivers like to use this area for DDI.
That's the problem. If I'm wrong, feel free to show me the right way.
s_marth said:
Wich part of ROM should I edit with HTCIRT?
You cannot use 3D-Drivers with the current Native 6.5 Kernel in my ROM. The kernel is hacked to use the area between 85MB -> 101MB as RAM. The 3D-Drivers like to use this area for DDI.
That's the problem. If I'm wrong, feel free to show me the right way.
Click to expand...
Click to collapse
sorry I have to straighten, not htcirt but HTC ROM Image Editor , yes it is definitely ruu signed.nbh in ROM which you make with HTCRIE you can add it or subtract the necessary application files survivors trying & good luck
Hello s_marth,
great ROM, I like it!!
But I use Radio-ROM 1.59.44.02, and I had also wakeup problems. Do you have another solution?
The keylock doesn't work. I don't want to use s2u2. Could you fix it?
Matthias
siggilein said:
Hello s_marth,
great ROM, I like it!!
But I use Radio-ROM 1.59.44.02, and I had also wakeup problems. Do you have another solution?
The keylock doesn't work. I don't want to use s2u2. Could you fix it?
Matthias
Click to expand...
Click to collapse
Hi Matthias,
I also had wakeup hangs with 1.59.44.02 (not so often as with 1.59.46.12). I'm using 1.59.42.15 at the moment. Over the last 4 days I had no problems.
What you mean? Keylock or lockscreen? For keylock please have a look at: Einstellungen -> Persönlich -> Tastensperre. It works for me.
For automatic lockscreen I use LockDevice 1.6.
cu
Sven
Hi All,
I found a big bug in my ROM!
Please edit the registry to the values in the code window and take a soft-reset:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\TFLOSettings]
"EnableScroll"=dword:0
"EnableSound"=dword:0
"EnableCube"=dword:0
Setting "EnableScroll" to "0" is the most important!
If it is set to "1", the HTC touch.dll/biotouch.dll conflicts with the WM 6.5 builtin touch driver. Typical symptoms are random short hangs while scrolling and lame phone canvas. After edit and soft-reset you get a real fast device.
cu
Sven
Hi All,
here you find a new version of my german ROM for the Polaris.
Changes:
Titanium only! No more Manila2D inside. For me, it is useless bulk.
Fixed scrolling (post #10).
EzInput 1.5 fixed, Landscape added, US and DE keyboards only
LockScreen fixed, HTC-LockScreen-Enh. removed.
Transcriber, Windows Live, Footprints, Manila2D are only present in the kitchen (you can get by request)
EDIT-07.05.2011:
Switching from package "MEGA_Power" (powerexe.exe 2.28) to "POLARIS_Power" (powerexe.exe 2.14). I hope this was the end of search for the reason of random freezes or "sleep of death".
If you like to cook your own ROM, PM me for the kitchen.
Downloads:
EDIT-07.05.2011: New ROM with essential fix, you should upgrade
ROM: https://rapidshare.com/files/461069339/ROM_21901_007.7z
THX,
for this german rom in the Year 2011.
Rom Flash is done. Now i Test you Rom in the next weeks. I hope ist work for me.
Gruss Lothar
many Thanx to u for this great work. I installed it two weeks ago, and it works great. The only thing what is boring is the time to what until xda has manage contact or sms service. I dont know whats going on, and i installed htcs qwertz tab because all other tabs hasn´t work well. Hope i can help with your great work.
cheers
sorry 1 exception xda freezing if the display is fading away, until i push powerbutton. then booting finalized its work... any Idea how to handle it.
Just downloaded and its wirks fine.But it is possible, to make the icons and text in the menue bigger. 3 icon per line ?
zm
dl1bjy said:
Just downloaded and its wirks fine.But it is possible, to make the icons and text in the menue bigger. 3 icon per line ?
zm
Click to expand...
Click to collapse
You can allways build your own ROM with my kitchen by request. 3 icons per line is the WM default.
cu
skysegel said:
sorry 1 exception xda freezing if the display is fading away, until i push powerbutton. then booting finalized its work... any Idea how to handle it.
Click to expand...
Click to collapse
Hi skysegel,
sorry I forgot to put some modules to slot0. This is fixed in my last ROM (21901_006 from 10.03.2011). I had tested the new ROM over 1 month and got no freeze or SOD anymore.
cu
Little better, or streamline some better!
sleep of death within 5 minutes 3 times.
23.05.11:
Today, only one time
lazomi said:
23.05.11:
Today, only one time
Click to expand...
Click to collapse
Hi lazomi,
please perform a Hard-Reset after flashing the ROM. This action formats the flash and loads factory defaults.
cu
Sven
hi,
i flash mein xda orbit 2 with your ROM_21901_007 few days ago, yesterday i have several times sleep of death only unplug the battery helps...
and yes i made a hardreset after flashing
at the moment i change the settings "Tastensperre" to "Tasten nicht sperren" and no sleep of death so far
what can i do?
p.s. sorry for my bad english