[PRoblem] Cooked ROM always launch with titanium after flash - Windows Mobile

Hello to all
i havé cooked a ROM with rhodium s2 as base but after flash m'y ROM always starts with titanium and i want to m'y ROM starts with touchflo
i havé checked m'y reg Chome =enabled to 0 but after flash always it starts with titanium
is there any solution for thé ROM launch with touchflo not with titanium
thanks to all

this depends on order of your registry files.
for example - in TouchFlo package you disabled Titanium,
but in CHome_Lang_0409 29d83cd1-abf5-4903-8b3d-47ea40bc5688.rgu it's enabled.
if CHome_Lang_0409 will be processed after TouchFlo in your kitchen - Titanium will be enabled.
I use OsBuilder kitchen and to fix this I edited packages.cif and packages.sof - my original ROM was WM6.1 and there was no CHome packages in these files.
Hope, this will helpful for you =)

Create a zzzz_personal EXT (or whichever runs last in your kitchen) which should run last based on the zzzzz_ and enable touchflo and disable Titanium there.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Windows Default"]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\TouchFLO]
"Enabled"=dword:00000001

Thanks for ur reply's Will try this.....

NilsP said:
Create a zzzz_personal EXT (or whichever runs last in your kitchen) which should run last based on the zzzzz_ and enable touchflo and disable Titanium there.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Windows Default"]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\TouchFLO]
"Enabled"=dword:00000001
Click to expand...
Click to collapse
Tried this by making mxip_zzzztweaks.provxml but not working....

shafizal said:
Tried this by making mxip_zzzztweaks.provxml but not working....
Click to expand...
Click to collapse
@shafizal
I assume you are cooking with Sense 2016 from LEO S 3.04 TW?
Check manila core package app.reg (both in package root and Lang_ID folder). If there are any characters other than the language you want, just replace that app.reg from LEO S 3.02 (assuming you are cooking WWE).
I had the same prob and that solved mine. Hope it works for you too!

tidus18 said:
@shafizal
I assume you are cooking with Sense 2016 from LEO S 3.04 TW?
Check manila core package app.reg (both in package root and Lang_ID folder). If there are any characters other than the language you want, just replace that app.reg from LEO S 3.02 (assuming you are cooking WWE).
I had the same prob and that solved mine. Hope it works for you too!
Click to expand...
Click to collapse
thanks yes it is in other language i have changed to like this but still have problem
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"Enabled"=dword:0
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Windows Default"]
"Enabled"=dword:0

shafizal said:
thanks yes it is in other language i have changed to like this but still have problem
Click to expand...
Click to collapse
shafizal,
See the code below. Anyway, I've attached my app.reg from manila core (Manila Core v2.5.20161332.0) package (WWE) for your use. Good luck!
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\HTC\Manila]
"DisplayNameInTodaySetting"="HTC Sense"
"DisableLockRegNotify"=dword:1
"DisableEndKeyFilter"=dword:1
"ListViewHeight72"=dword:1
"EnableHomeKeyFilter"=dword:1
"Skip1stBooting"=dword:0
"DevResolution"="WVGA"
"ProjectCode"="LEO"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\HTC Sense]
"DLL"="ManilaToday.dll"
"Order"=dword:0
"Selectability"=dword:2
"Type"=dword:4
"Enabled"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]
"BinaryM9"=dword:1
"TextureCompress"=dword:1
"HashPaths"=dword:1
"Version"="2.5.20161332.0"
"Style"="White"
"HTCScroll.Enable"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Update]
"RomID"="1000"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseAPClass\Manila]
"ClassName"="Manila"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseEnable2ndUI\Manila]
"Enable2ndOverlay"=dword:0
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"Manila_Core"="2_5_20161332_0"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"

shafizal said:
Tried this by making mxip_zzzztweaks.provxml but not working....
Click to expand...
Click to collapse
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Windows Default"]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\TouchFLO]
"Enabled"=dword:00000001
Anyway, i hope you didnt do the mistake of directly copying the reg entries above and naming the file as mxip_zzzztweaks.provxml.
before cooking your own provxmls, always try loading it into internet explorer or XML Notepad 2007 (my favorite and its free!)

tidus18 said:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Windows Default"]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\TouchFLO]
"Enabled"=dword:00000001
Anyway, i hope you didnt do the mistake of directly copying the reg entries above and naming the file as mxip_zzzztweaks.provxml.
before cooking your own provxmls, always try loading it into internet explorer or XML Notepad 2007 (my favorite and its free!)
Click to expand...
Click to collapse
no i have created with reg to xml tool....i dont know if its launched i have put my provxml in my operator packages...

tidus18 said:
shafizal,
See the code below. Anyway, I've attached my app.reg from manila core (Manila Core v2.5.20161332.0) package (WWE) for your use. Good luck!
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\HTC\Manila]
"DisplayNameInTodaySetting"="HTC Sense"
"DisableLockRegNotify"=dword:1
"DisableEndKeyFilter"=dword:1
"ListViewHeight72"=dword:1
"EnableHomeKeyFilter"=dword:1
"Skip1stBooting"=dword:0
"DevResolution"="WVGA"
"ProjectCode"="LEO"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\HTC Sense]
"DLL"="ManilaToday.dll"
"Order"=dword:0
"Selectability"=dword:2
"Type"=dword:4
"Enabled"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]
"BinaryM9"=dword:1
"TextureCompress"=dword:1
"HashPaths"=dword:1
"Version"="2.5.20161332.0"
"Style"="White"
"HTCScroll.Enable"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Update]
"RomID"="1000"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseAPClass\Manila]
"ClassName"="Manila"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseEnable2ndUI\Manila]
"Enable2ndOverlay"=dword:0
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"Manila_Core"="2_5_20161332_0"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"
Click to expand...
Click to collapse
i have the same reg entries....thanks for the app.reg

Obviously you have another rgu, app.reg or provxml overwriting the one you changed.

may be i have to create my provxml like this no????
mxipupdate.zzztweaks.provxml
before i have created like this mxip.zzztweaks.provxml

shafizal said:
may be i have to create my provxml like this no????
mxipupdate.zzztweaks.provxml
before i have created like this mxip.zzztweaks.provxml
Click to expand...
Click to collapse
i think maybe you might need the first underscore mxip_*.provxml. Im not so sure, but i always follow the recommendation for my custom tweaks here:
http://msdn.microsoft.com/en-us/library/ms889522.aspx

Related

[Q]TimeZoneAutofix

Hi Chefs and Devs,
Can someone confirm me that TimeZone Autofix should set your current time and date from your carrier?
Cooking for Kaiser QVGA with all HTC Touch Mega External Packages.
Have the reg key for enable Nitz in my build.
Did a try to cook LockstreamDRM from Opal.
Result....Nothing it doesnt work, my time won't change from my carrier.
Am i missing something?
Any advice?
Thanks.
af974 said:
Hi Chefs and Devs,
Can someone confirm me that TimeZone Autofix should set your current time and date from your carrier?
Cooking for Kaiser QVGA with all HTC Touch Mega External Packages.
Have the reg key for enable Nitz in my build.
Did a try to cook LockstreamDRM from Opal.
Result....Nothing it doesnt work, my time won't change from my carrier.
Am i missing something?
Any advice?
Thanks.
Click to expand...
Click to collapse
try keeping same timezoneautofix as stock has and in oemdrivers rgu you may find settings for timezone, try removing them so it detects upon first boot.
or may be in OperatorPkg rgu
LOL...never had a so fast answer ...thanks Josh
anyway Kaiser has not a timezoneautofix , it has a kind of lockstreamdrm in OEM apps where you can see the Time.exe module....anyway im gonna check the RGU inside it......Thanks.
Uhmmm...i found this one :
Code:
[HKEY_LOCAL_MACHINE\Time]
"TimeZoneInformation"=hex:5c,fe,ff,ff,53,00,45,00,20,00,41,00,73,00,69,00,61,00,\
20,00,53,00,74,00,61,00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,\
00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,53,00,45,00,20,\
00,41,00,73,00,69,00,61,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,\
74,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
c4,ff,ff,ff
Do you think if i delete this it should work?
I found this in a OEM folder,OEM utilities,from.....you
af974 said:
Uhmmm...i found this one :
Code:
[HKEY_LOCAL_MACHINE\Time]
"TimeZoneInformation"=hex:5c,fe,ff,ff,53,00,45,00,20,00,41,00,73,00,69,00,61,00,\
20,00,53,00,74,00,61,00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,\
00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,53,00,45,00,20,\
00,41,00,73,00,69,00,61,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,\
74,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
c4,ff,ff,ff
Do you think if i delete this it should work?
I found this in a OEM folder,OEM utilities,from.....you
Click to expand...
Click to collapse
That is what i did... or look in you're registry after you set correct timezone and export that and put in you're kitchen.
or try deleting so phone sets timezone on start.

Adding HTC Sense to Custom Rom

Hi cookers!
I'm looking for a tutorial on how to add Sense to roms I've cooked.........
Is there in the forum or somewhere out there some kind of instructions?
Thanks a lot!!!
Hi,
Welcome to Chefs Central
Could you tell for what device you are cooking?
It's requested in the 'Welcome to chefs Central' anouncement here:
http://forum.xda-developers.com/announcement.php?f=612
It's important because if people don't know what resolution your device is it's impossible to give you the correct answer.
Also some info about which kitchen you are using would help a lot.
Laurentius26 said:
Hi,
Welcome to Chefs Central
Could you tell for what device you are cooking?
It's requested in the 'Welcome to chefs Central' anouncement here:
http://forum.xda-developers.com/announcement.php?f=612
It's important because if people don't know what resolution your device is it's impossible to give you the correct answer.
Also some info about which kitchen you are using would help a lot.
Click to expand...
Click to collapse
Sorry
I'm cooking for the Xperia X1 with Ervius VK....... but I'm just trying the OSKitchen right now....
I'm trying to add Sense 2.5 to my roms (WM 6.5.5 build 23563 or 23568)
Allright so that's a wvga device, thank you
Do you know how to dump a rom?
If so dump the rom which contains the Manila you want to cook in.
After dumping search in dump for initflashfiles.dat and open this file with a text editor.
Search for all Manila entries and copy them in a new .txt document.
Save this document as app.dat to a location you remember.
Next copy all Manila packages into your kitchen.
app.dat you can copy to the Core package of Manila
Done
Samhain77 said:
Sorry
I'm cooking for the Xperia X1 with Ervius VK....... but I'm just trying the OSKitchen right now....
I'm trying to add Sense 2.5 to my roms (WM 6.5.5 build 23563 or 23568)
Click to expand...
Click to collapse
Very simple!! I'll try! Thanks a lot!
Ok man, offcourse some other packages are depended too but this is a good start.
Run through all the Manila entries of the corresponding packages in the app.dat you create and don't forget to add them all.
After that you can cook and check how everything works.
Probably you need to update a lot more packages but that's a case of trial and effort.
Other packages you probably need are:
StartIconLoader
Settings_Improvement
Contact_Utility_Engine
HTCFramework
Menu_Enhancement
Well that's just quesing, you need to find out yourself.
Before you start make a backup of your kitchen and then start updating the packages step by step and test.
A reminder, all the packages you add extra in your kitchen in most cases also have initflashfiles.dat entries, don't forget to check that.
You can do the same with them by placing a app.dat file in the package or adding the line to initflashfiles.dat in your kitchen.
Samhain77 said:
Very simple!! I'll try! Thanks a lot!
Click to expand...
Click to collapse
Anybody knows if latest Manila files are the same for all devices?
If aren't the same which would be the best choice to port it to X1?

[Problem]CHT Editor 1.8 give error with configuration personnel

Hello to all
when i cook cht hometab and cht editor as a external packages with the original settings its works but when we add our configuration personnel(by export regedit) in app.reg after coking cht editor gives a error like "A unexpected error has occurred"...i did the samething with 1.7.1 it worked well but 1.8.0 not work....Are i miss some default reg entries un 1.8.0...
is there Any solution....
shafizal said:
Hello to all
when i cook cht hometab and cht editor as a external packages with the original settings its works but when we add our configuration personnel(by export regedit) in app.reg after coking cht editor gives a error like "A unexpected error has occurred"...i did the samething with 1.7.1 it worked well but 1.8.0 not work....Are i miss some default reg entries un 1.8.0...
is there Any solution....
Click to expand...
Click to collapse
Shafizal,
Look @
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Co0kie\HomeLevel0]
"zLayout.NotFirstRun"=dword:00000001
An this for all levels (0, 1, 2 and 3)
Steve0007 said:
Shafizal,
Look @
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Co0kie\HomeLevel0]
"zLayout.NotFirstRun"=dword:00000001
An this for all levels (0, 1, 2 and 3)
Click to expand...
Click to collapse
thanks steve but still same problem
IDK if you already found the answer to this but someone else already talked about this, and also provide the EXT files and shows what to change on the Ervius Kitchen, Ill provide the link as soon as I find it
In case you havent found the answer look at this post#2 & 3
http://forum.xda-developers.com/showthread.php?t=697324

[SOLVED]How to disable footprints tab and Documents tab...

Hello to all
...i Try to create a mortscript that enable/disable footprints and doc tab ....For example if i cook a ROM without footprints,doc tab i CAN enable by adding footprints and document tab packages and édited 26**** manila files as a zip and unzip after flash.....and now m'y question is how to disable once activated....
Will u please help me if u havé any idéa......
shafizal said:
Hello to all
...i Try to create a mortscript that enable/disable footprints and doc tab ....For example if i cook a ROM without footprints,doc tab i CAN enable by adding footprints and document tab packages and édited 26**** manila files as a zip and unzip after flash.....and now m'y question is how to disable once activated....
Will u please help me if u havé any idéa......
Click to expand...
Click to collapse
take a closer look at
hkcu/software/htc/manila
if you disable some tabs, some regkeys get created:
ie.
Code:
Manila://album.page.hidden=dword:1
Manila://calendar.page.hidden=dword:0
Manial://home.page.hidden=dword:0
so you can disable what you need
Here are the ones you want to toggle. 0=On, 1=Off.
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Manila://footprints.page.hidden"=dword:00000000
"Manila://docexplorer.page.hidden"=dword:00000000
nosedive said:
take a closer look at
hkcu/software/htc/manila
if you disable some tabs, some regkeys get created:
ie.
Code:
Manila://album.page.hidden=dword:1
Manila://calendar.page.hidden=dword:0
Manial://home.page.hidden=dword:0
so you can disable what you need
Click to expand...
Click to collapse
thanks bro will try this
rstoyguy said:
Here are the ones you want to toggle. 0=On, 1=Off.
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Manila://footprints.page.hidden"=dword:00000000
"Manila://docexplorer.page.hidden"=dword:00000000
Click to expand...
Click to collapse
thank u very much its works..... before i dont have this reg key... now i added this reg entries it works great///////
It's easier if you initally add it to your cab I'd think. Glad you got it!

[PROBLEM]Manila wont restart once enable\disable Today plugins

hello to all
i have cooked a rom with Manila 2018 in 23569 build i have a problem with my touchflo once i enable\Disable other items in today my manila wont restart it shows always "Launching Sense" but it works when i restart my device.....
and i checked my reg before restarting device and its ok "Chome value is 0 and Sense value is in 1 but i dont know why manila restarts....
will anyone help me if u have any solution....
any help...
i have that same problem with new sense 2018 it can terminate manila.exe service... i must restart device to run second time sense....
havent used 2018 yet.. but did u try older version with the same configuration to see if it works?
if yes and it still doesnt work then check if you deleted any msxipkernel or oemxipkernel stuff (deleting some for optimization can cause this issue)
Ryrzy said:
i have that same problem with new sense 2018 it can terminate manila.exe service... i must restart device to run second time sense....
Click to expand...
Click to collapse
Thanks for the confirmation so I am not the one having this problem....
and for jjblaster3: it happens only with Manila 2018 I don't know why ....
If I recall correctly from my testings, when Manila gets stuck, it cant be re-launched. And probably when turning it off, there is some bug, causing it to hang.
OndraSter said:
If I recall correctly from my testings, when Manila gets stuck, it cant be re-launched. And probably when turning it off, there is some bug, causing it to hang.
Click to expand...
Click to collapse
yes but i dont know what provoque this problem i have just disabled in today items and i renable it wont start...
Shutting it down via Settings -> Today
When rebooted via pkill.exe over activesync, Manila got rebooted (the manila.dll today plugin auto-respawns it) fine iirc...
I'm not @ home right now but if i remember right i have had a kinda of this problem with my Manila 2018 and,always if im right, the culprit was the "sense" name in Manila Core reg.
I had "sense" in 2018
and "htc sense" in 2016
i changed it with Htc sense in 2018, would you like to try it?
I will check it when @ home though.
af974 said:
I'm not @ home right now but if i remember right i have had a kinda of this problem with my Manila 2018 and,always if im right, the culprit was the "sense" name in Manila Core reg.
I had "sense" in 2018
and "htc sense" in 2016
i changed it with Htc sense in 2018, would you like to try it?
I will check it when @ home though.
Click to expand...
Click to collapse
thanks for the reply i tried that still have same problem
This is my Manila 2018 app.reg:
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\HTC\Manila]
"DisplayNameInTodaySetting"="HTC Sense"
"DisableLockRegNotify"=dword:1
"DisableEndKeyFilter"=dword:1
"ListViewHeight72"=dword:1
"EnableHomeKeyFilter"=dword:1
"Skip1stBooting"=dword:0
"DevResolution"="WVGA"
"ProjectCode"="LEO"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\HTC Sense]
"DLL"="ManilaToday.dll"
"Order"=dword:0
"Selectability"=dword:2
"Type"=dword:4
"Enabled"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]
"BinaryM9"=dword:1
"TextureCompress"=dword:1
"HashPaths"=dword:1
"Version"="2.5.20183025.0"
"Style"="White"
"HTCScroll.Enable"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Update]
"RomID"="1000"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseAPClass\Manila]
"ClassName"="Manila"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseEnable2ndUI\Manila]
"Enable2ndOverlay"=dword:0
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"Manila_Core"="2_5_20183025_0"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"
Could you tell us which other tabs do you have in your rom?
Are cooking for WWE or French?
af974 said:
This is my Manila 2018 app.reg:
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\HTC\Manila]
"DisplayNameInTodaySetting"="HTC Sense"
"DisableLockRegNotify"=dword:1
"DisableEndKeyFilter"=dword:1
"ListViewHeight72"=dword:1
"EnableHomeKeyFilter"=dword:1
"Skip1stBooting"=dword:0
"DevResolution"="WVGA"
"ProjectCode"="LEO"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\HTC Sense]
"DLL"="ManilaToday.dll"
"Order"=dword:0
"Selectability"=dword:2
"Type"=dword:4
"Enabled"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]
"BinaryM9"=dword:1
"TextureCompress"=dword:1
"HashPaths"=dword:1
"Version"="2.5.20183025.0"
"Style"="White"
"HTCScroll.Enable"=dword:1
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Update]
"RomID"="1000"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseAPClass\Manila]
"ClassName"="Manila"
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay\InhouseEnable2ndUI\Manila]
"Enable2ndOverlay"=dword:0
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"Manila_Core"="2_5_20183025_0"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"
Could you tell us which other tabs do you have in your rom?
Are cooking for WWE or French?
Click to expand...
Click to collapse
i just tried default tabs because of that problem ...after changing the "Sense" to "HTC Sense" it works but it took some times 30 to 40 sec but no more "Click here to launch Sense" error
I have this problme too with manila 2.5.20191 , and no issue
Weird issue is when you go to the settings tab/personalise/homescreentabs and you disable/enabled one of the tabs Sense restarts normal.
Hi,
I'm facing this problem too... Any fix available?
Thanks
I think I ran into this issue when using position fix on a manila that did not need it.
shafizal said:
thanks for the reply i tried that still have same problem
Click to expand...
Click to collapse
What version of the home tab are you using .......

Categories

Resources