CHT 1.8.5 Clock Layout does not work - Windows Mobile

Hello Friends,
I am cooking CHT 1.8.5 on my ROM and I have made CHT as an EXT package and in the "app.reg" file on this EXT I have below registry entry but looks like it does not work .
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Co0kie\HomeLevel1]
"Clock.layout"=dword:00000005
I am also not cooking the ManilaFull.xml as per instruction in the CHT thread (About ROM cooking) .
What is that I am missing? Does any one had similar issue and how to solve?
Thanks.

Looks like something is overwriting the registry after flash. As till default.hv my reg changes are there and there is no provxml.
Also If after flash I change the above reg from device and soft-reset that works. So what might be overwriting during cooking/flash etc?

Related

[SOLVED]cookie home tab[SOLVED]

hello fellow chefs
i have a problem with cookie home tab 1.7
i made a ext from the cab just like i did with all cabs
i left out manillafull.xml just like cookie has stated in his post
but now when i cook a rom cookie mods dont show up
i see in the right top corner the pages indicator of the quicklink pages
and i see the manilla slider on the bottom and i can slide to all tab(all tabs give the scren they should give except home screen)
i also put in cht editor and when i make changes to the quicklinks the get changed
but i dont see time, date, weather, etc, etc of allt he things that is supposed to be shown on home tab
can some oen share a working ext for cookie home tab 1.7
thansk in advance
edit: i attach the package i use now and some pics
Here use my packages , I didnt remove manillafull.xml when I cooked it in. I put CHTEditor in aswell, youir going to want to change its locations in the app.dat if you dont want it going to tools.
Also you want to add a reg tweak so CHT finds CHTEditor in the manila softkeys:
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CHTE.Path"="\\Program Files\\CHTEditor\\CHTEditor.exe"
[★] said:
Here use my packages , I didnt remove manillafull.xml when I cooked it in. I put CHTEditor in aswell, youir going to want to change its locations in the app.dat if you dont want it going to tools.
Also you want to add a reg tweak so CHT finds CHTEditor in the manila softkeys:
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CHTE.Path"="\\Program Files\\CHTEditor\\CHTEditor.exe"
Click to expand...
Click to collapse
thank you verry much
the tools folder wil be fine
thanks star it works like a charm
miniterror said:
thank you verry much
the tools folder wil be fine
thanks star it works like a charm
Click to expand...
Click to collapse
No problem
http://forum.xda-developers.com/showpost.php?p=5493907&postcount=1
Co0kieMonster said:
Notes for ROM cooking:
Don't cook in the file "ManilaFull.xml". Originally it's a manila cache file that's generated on start up (based on the xml files in \windows\manilaxml\).
This file should never be cooked in because it will prevent changes to manila pages and menus.
The "ManilaFull.xml" in the cab is an empty file. It's only there to make manila regenerate it after install, because I've made changes to the home menu.
So make sure not to cook in that file in any form.
Click to expand...
Click to collapse

Cook custom background wallpaper for Manila 3D 2.5

Hello my friend
I would like to cook a wallpaper for Manila 3D 2.5 on my LEO rom.
I have read cracing's tutorial, made a cab, and i run this cab with RUNCC.
The cab is installed, but it appear that my reg entries aren't wrote ( or erased...)
Anyone have somes idea for this problem ?
Thanks a lot,
regards,
Nixeus
---------
How to cook custom background wallpaper for Manila 3D 2.5 ( Home Screen )
1. First rename your image file ( PNG or JPG, Not sure about other formats ) to HomeBackground.img*.
2. Create a CAB file ( Using any of your fav SW, i.e WinCE CAB Manager ).
3. Place this .img file into the CAB. Location should be \Windows.
4. Open Notepad and copy the reg entries written below :
HTML Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CachedBackgroundPath"="\\My Documents\\My Pictures\\Pic01.png"
"HomeBackgroundPath"="\\My Documents\\My Pictures\\Pic01.png"
"Home.WallpaperMode"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\HTC\HTCPhotoPicker\Manila\ReturnValue]
"Status"=dword:00000001
"FilePath"="\\My Documents\\My Pictures\\Pic01.png
[HKEY_LOCAL_MACHINE\Software\HTC\HTCPhotoPicker\Manila\Setting]
"Enable_DRM"=dword:00000000
5. Paste into the Notepad file.
6. Edit the image paths to your image located. I.e CachedBackgroundPath, HomeBackgroundPath and FilePath. The HomeBackground.img and this image should be same.
7. Save the Notepad file to 1.reg.
8. Import the 1.reg file into the CAB file and save it. ( If your CAB manager doesn't support importing reg file(s), try adding the reg entries manually )
9. At last use this cab file to your auto run or etc inwhich the cab should be installed while Manila 3D is running.
This big process is coz, these things should be changed/written while Manila 3D is running. If you do this into rgu and run Manila 3D later on, it doesn't read/change the background wallpaper. However, I have tried few hours playing with this and found the working way. If any of you can find still more simple way, that would be more then a great.
Note #1: The file extension should be correct. i.e reg.txt or img.png is wrong. Make sure about it!
Note #2: The Manila 3D should be loaded fully before the CAB ( via autorun ) installs. If it a lil difference, Manila 3D won't load the image. It is hard to setup but this is the only way!
Sorry for writing too lengthy and not so good language but I hope you can understand better
Thanks a lot to Amarullz!
Best Regards
__________________
Hi,
I got the same problem.
Did you managed to solve it?
I also would like to make the cab do not appear in the program list (just to avoid that it is uninstalled)
Why are you doing it with a cab? I would just cook it straight in, with the reg entries and the image as a rom file. There are probably some provxml's that will over-write the reg entries (and maybe rename a file to the background), so find the provxml's and edit them.
Hi Farmer Ted,
I tried cooking the background (all regs + HomeBackground.img), but It didn't work.
It seems that it has to be done after manila is fully loaded.
Anyone have managed to get it to work?

[SOLVED]IDS_XXXX tags in some HTC menus

Hello
I'm building with all Leo 3.04 EXT packages, no modifications except to use the 0409 files from Leo 3.02 to make it WWE.
I've encountered a few 'IDS_XXXX' menu items in contacts and messaging - does anyone know what they should say and which file to edit to fix them?
Screenshots attached
Edit: I found the IDS_MSGCLIENT_CALLVOICE in People_Pages.xml. It appears to reference "HTC\Common\simpledialog.mode9" so I'm guessing whichever mode9 manila file is the simpledialog must be missing some code to describe the voice call option...
Edit 2: IDS_ALLPEO_BACKUP and SIMINFO are in there too...
You used 0409 lang files from some older build of those apps (HTCMessagingClient I see there?) which don't have those resources (translations) available.
You're absolutely right. A bit of backtracking and version checking shows that I'm using Manila People v2.5.20161612.0 which I believe is taken from the Oboe ROM and therefore has references to some stuff that isn't in my Leo packages. The Leo 3.04 package version is Manila People v2.5.20161424.0 and I think I got them confused; I'll try the 3.04 package and see if everything works OK
Edit: Yep, switching to a Leo package instead of the Oboe package I was using fixes the problem

[SOLVED] Cooking with cht 1.8.5

Hi all. New to cooking roms. But having fun trying and making decent progress but can figure out how to get cht to work im using osKitchen zero with stock sprint rom as base. Converted cab to ext (even tried oem to ext to see if something screwed up). Anywho everything looks good but looks like the manila files arent getting written in rom. Cht editer works fine. Cookies home tab entries are in registry. Tried prioritizing (spelling?) all other manila folders in case the were overwriting CHT files but didnt make a difference.
Anyone know what im missing here? Any help will be appreciated.
Any particular reg entry or something in app.dat that should be added? Dont install Manila_Home? Prioritize a particular package?
I havent got a clue. Been trying for three days. Im sure its something easy but havent found anything useful searching various WM cooking sites. Tried older CHT packages people posted that said they worked just by adding them to kitchen but they didnt work for me.
Please help!
If you are trying to get CHT editor working in the menu (main home screen) go into your CHT folder and look at the app.reg file. You may see the following entry:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\CHTEditor.lnk]
"Icon"="\\\\Program Files\\CHTEditor\\icon.png"
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CHTE.Path"="\\\\Program Files\\CHTEditor\\CHTEditor.exe"
Change to this:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\CHTEditor.lnk]
"Icon"="\\Program Files\\CHTEditor\\icon.png"
[HKEY_CURRENT_USER\Software\HTC\Manila]
"CHTE.Path"="\\Program Files\\CHTEditor\\CHTEditor.exe"
I had a similar problem when I was trying to cook in cht editor!
If CHt 1.85 wasnt installed in your rom then Cheditor shouldnt work.
When you install CHT 1.85 without any modifications the Home Manila has the same look as the stock one.
You need to use CHTEditor for modding your manila Home page and the export all the reg keys created.
NCTP2 said:
Hi all. New to cooking roms. But having fun trying and making decent progress but can figure out how to get cht to work im using osKitchen zero with stock sprint rom as base. Converted cab to ext (even tried oem to ext to see if something screwed up). Anywho everything looks good but looks like the manila files arent getting written in rom. Cht editer works fine. Cookies home tab entries are in registry. Tried prioritizing (spelling?) all other manila folders in case the were overwriting CHT files but didnt make a difference.
Anyone know what im missing here? Any help will be appreciated.
Any particular reg entry or something in app.dat that should be added? Dont install Manila_Home? Prioritize a particular package?
I havent got a clue. Been trying for three days. Im sure its something easy but havent found anything useful searching various WM cooking sites. Tried older CHT packages people posted that said they worked just by adding them to kitchen but they didnt work for me.
Please help!
Click to expand...
Click to collapse
im pretty sure i removed the extra slashes for registry. that was the first thing i noticed.
Cht editer isnt in soft key menu but it works from srart menu. if i make any changes sense fails to load though.
Ok. Im not trying to type this on my phone so maybe I can better explain.
Using osKitchen Zero.
Load stock Sprint TP2 rom (WM 6.5) into kitchen.
Converted CHT and Editer to EXT packages.
Imported those into kitchen.
Added them to rom.
Registry entry is correct for Editer (no extra slashes).
I make no other changes within the kitchen.
Build rom.
Load rom.
End result:
Editer isnt in right soft key menu it is only in start menu. Editer opens and I can make changes. When I apply, manila tries to restart but never loads.
Uploaded packages if anyone would like to see if things are correct.
Not sure if it matters, but I do not copy CHTEditor into its own directory via app.dat.
But your package does contain ManilaFull.xml, which it shouldn't.
Check CoOkies thread, he does explain there why.
pkoper said:
Not sure if it matters, but I do not copy CHTEditor into its own directory via app.dat.
But your package does contain ManilaFull.xml, which it shouldn't.
Check CoOkies thread, he does explain there why.
Click to expand...
Click to collapse
With or without ManilaFull it still doesnt work.
I dont think cookies is getting cooked correctly. There must be something else i must do.
Fixing to just give up on this. Nothing seems to work.
Your packages seems to be right though they are same as mine.
Its a priority problem imo, CHTEditor must be cooked after CHT 1.85.
2 Solutions :
1st Insert a numer before the package name Example 01_Co0kie 02_ChtEditor
2nd In Oskitchen right click on ChTEditor ,proprieties and give it priority to Co0kiee.
I dunno if this is of some interest but i cook also CHT Editor language pack in my rom.
I tried that and it still wasnt working. Some other package/s were overwriting the files.
I wasnt aware of the packages cooking by folder name so I just made it so CHT and Editer were the last thing to cook in rom and everything works now.
Thanks for the help though. I learned something valuable if nothing else.
Nice...probably you was cooking Manila files after CHT.

[Q] How can I cook CHT Settings into ROM

Hi guys,
it possible to integrate my CHT Settings into my ROM? Is there a tweak available?
I searched for CHT Settings and Cookie Settings but I found no posts about it so far.
Hope someone have an idea.
Thanks,
Modano
You need to cook your rom with CHT inside ,flash it and make your CHT customization...after that export your registry.....Take this wonderfull app (Many thanks to the developer but also to FarmerTed that showed to me ) http://forum.xda-developers.com/showthread.php?t=724692 read through the thread and you will understand what is possible to do with it .....life will be even more easy with Kheb
I cook CHT and the editor into the rom, but once I have everything setup I just export settings from within the editor onto my storage card.
I then import settings after a flash once XDA_UC has run. (Some of my quicklinks that the settings put back relate to apps that are only installed by XDA_UC rather than being cooked in).
I believe the later versions of the editor can be run by command line so you could probably set it to run at the end of XDA_UC.
I use an earlier version of CHT etc for a smaller memory footprint.
The registry branches responsible for manila / co0ckie settings are
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila]
and
[HKEY_CURRENT_USER\Software\HTC\Manila]
After installing / cooking I fix all Manila & Co0kie settings to my liking and export the registry branches with CeRegEditor (export as "reg" with Unicode).
Then, I simply replace the original app.reg of co0ckie settings packages with this one and cook.
I hope it helps

Categories

Resources