[TUT] Adding your own custom icons//rearranging the start menu - Windows Mobile

How to Customize Icons and Folders for Chefs, By Bikeandestroyx.
First off find new icons you like, there are a bunch at
Code:
[url]www.iconarchive.com[/url], [url]http://forum.xda-developers.com/showthread.php?t=516848[/url], and [url]http://forum.xda-developers.com/showthread.php?t=533993[/url].
If you are making your own, all icons show up as 90x90 for 192 DPI, 60x60 for 128 DPI, and 45x45 for 96 DPI. The best format is .png, i have never tried it with any other, so i cant promise it will work.
For changing icons, you need to change one registry setting per icon. Located in
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start].
As an example i will change the icon for youtube located in the root of the start menu, and teeter located in the games folder.
Take the .png and call it something easy, yet unique so it wont get overwritten or have any duplicates. I called the youtube icon, youtube1.png, the teeter icon teeter1.png and placed them in their own EXT if your using visual kitchen, or OEM if your using buildos [old style kitchen], see attached.
Open up your new app.reg [visual kitchen] or .rgu [buildos], then add
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ YouTube.lnk]
"Icon"="\\Windows\\youtube1.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Games\Teeter.lnk]
"Icon"="\\Windows\\Teeter1.png"
When adding your own icons, make sure the xxx.lnk matches the name of the icon in your start menu, or this will not work!
You can find most of the windows default app icons in:
Code:
Base_DPI_192 located in the Sys folder
Also there are a few provxml files in the sys that will create the icon links in the root of the start menu automatically. This should be all of them:
Code:
mxipcold_marketplace_100.provxml
mxip_MyPhone_100.provxml
mxipupdate_alarms_1.provxml
mxipupdate_mstag_1.provxml
mxipupdate_taskmgr_shell_1.provxml
mxipupdate_windowslive_1.provxml
mxipupdate_windowsliveim_1.provxml
Settings icons are a little more difficult. They are located in:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings]
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\System]
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\Personal]
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\Connections]
Changing the icons is the exact same process
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\App Name]
"Icon"="\\Windows\\App Icon.png"
The thing that makes it harder is that the settings apps are set up through cpl file(s). You can figure out what is what usually by looking at the icon name, but not always.
Example:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings\cplmain.cpl,23]
"Icon"="\\Windows\\Start_Icon_Bluetooth.png"
Is the bluetooth icon, but you would not be able to tell by the name.
Easiest way to do this is export
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Settings]
And use it as a guide to settings icons.
To create a folder, go to initflashfiles.dat and add a line like this:
Code:
Directory("\Windows\Start Menu\Programs"):-Directory("Folder Name")
Then changing a folder icon is just as easy as changing any other icon:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Folder Name]
"Icon"="\\Windows\\folder_icon.png"
To change what folder icons are placed in, you need to locate the app.dat (VK) or the initflashfiles.txt (Old Style). (See attached OEM and EXT for an example) In it you will find a line like this:
Code:
Directory("\Windows\Start Menu\Programs"):-File("App Link.lnk","\Windows\Original App link.lnk")
If you wanted to move This program link, to a subdirectory of your start menu, you would add the subdirectory folder name after programs.
For ex. move to system tools folder in your start menu:
Code:
Directory("\Windows\Start Menu\Programs\System Tools"):-File("App Link.lnk","\Windows\Original App link.lnk")
Also make sure the path is \Windows\Start Menu\Programs\System Tools, if you have it as \Windows\Start Menu\System Tools, it will create a duplicate folder In your start menu.
You can also rename links in the start menu this way, you just need to change "App Link.lnk" to "New Name.lnk". Do not touch the "\Windows\Original App link.lnk", that is just there to point to the original link location.
Heres a few tools to help you export reg settings
Code:
[URL="http://www.dotfred.net/TaskMgr.htm"]Dotfred's taskmanage[/URL]r has a built in reg editor that allows you to export certain registry or all. Recently updated to 3.3 with some nicer UI changes!
If i remember correctly so does total commander.
[URL="http://ceregeditor.mdsoft.pl/"]Ceregeditor[/URL] allows you to edit and backup registry from your pc via activsync connection!

A question,
how can I remove shortcuts that are not present in iniflashfiles? Everytime I cook a rom in Windows\Start Menu it got 3 icons:
- market place
- my phone
- task manager
In initflashfiles I set them to Windows\Start Menu\Tools and now I have duplicates icons. Is there any other file that puts icons in start menu?
Oh, and how can I add/remove/change icons in Settings?

In the corresponding sys packages look for provxml files and remove them or create a blank one that overwrites the sys one. I don't have exact names for provxml files since I'm mobile but taskmanager one is listed in first post.
Ill add how to hide and move settings icons later.

bikeandestroyx said:
In the corresponding sys packages look for provxml files and remove them or create a blank one that overwrites the sys one. I don't have exact names for provxml files since I'm mobile but taskmanager one is listed in first post
Click to expand...
Click to collapse
yes, but my file looks like this:
Code:
<wap-provisioningdoc>
<characteristic type="FileOperation">
<characteristic type="%CE11%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="Menedżer zadań.lnk" translation="install">
<characteristic type="Copy">
<parm name="Source" value="%CE2%\taskmgr.lnk" translation="install" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
There is nothing about start menu So I can just remove it without worrying about my shortcut in "Tools"?

It uses CE strings-%CE11% sends junk to the start menu.

great dude..but still more info needed about how to create folder and how to set up new folder icon..
buddy u got chance..thaks for this info..

changing folder icons is easy just edit the reg for your folders with new path to your custom pic.
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia]
"Rank"=dword:35A4ECAB
"Icon"="[COLOR="Red"]\\Windows\\multimedia_folder_icon.png[/COLOR]"
"Group"=dword:00000001
after you have got all your folders set with the new pics, you can arrange them in the start menu like you want them and use a reg editor to export your reg then put in your kitchen and they will be like you want when you cook.

proxml's r the devil, mortscript ftw

hey bud... if you dont contributes with questions or how to use anything to change customize or rearrange icons in start menu or settings dont post that... will give you some chance to edit your post with info
BTW... Nice thread bud.. tehre are some other threads like this... why you dont look at them and try to get more info nad grow this... ATM i will make it Stickie cause is not a [Q] Thread is good info for new chefs to learn
and this:
To create a folder, go to initflashfiles.dat and add a line like this:
Code:
Directory("\Windows\Start Menu\Programs"):-Directory("Folder Name")
Click to expand...
Click to collapse
is not the only way you can add a folder in the start menu you can do it simply by the same regs to chenge icons as TPC said

+ Que PPC said:
hey bud... if you dont contributes with questions or how to use anything to change customize or rearrange icons in start menu or settings dont post that... will give you some chance to edit your post with info
BTW... Nice thread bud.. tehre are some other threads like this... why you dont look at them and try to get more info nad grow this... ATM i will make it Stickie cause is not a [Q] Thread is good info for new chefs to learn
and this:
is not the only way you can add a folder in the start menu you can do it simply by the same regs to chenge icons as TPC said
Click to expand...
Click to collapse
ohhhhhhhhh love it man..

can anyonne tell me how can i import reg of particularv changes i have made..
like i install ucweb thne i change settings..but now i dont want to do this again and again..so i want to import reg,, and cook it,,
but where this reg must be located?

mmm it seems not the topic why you dont start a new thread with the "Q" maybe more ppl can see it i dont use that app so i dont know the answer.

added a couple links for tools to backup/export registry!

wow, I finally managed to do what I wanted
2 questions, tho:
1. How can I remove icon from settings? I have duplicates of DeviceInfo, so is there any option to hide icon? Or make a .rgu file that will remove that whole key.
2. Even if I cooked in all icons (in start menu everything is replaced), while I'm adding a shortcut to manila's quick links the old icons appears. It happens even after hard reset for example for icons of Albums or calculator. Most of them working just fine, but some comes with old icon.

hey..u says that all system icons r located in base dpi96..
huuumm..ok..but if i import new build then i have to replace icons same as the previous one??
or is there any way to cook them so as they must be in the ext folder??
so we do not have to replace icons in each and every sys build??

saurabh88 said:
hey..u says that all system icons r located in base dpi96..
huuumm..ok..but if i import new build then i have to replace icons same as the previous one??
or is there any way to cook them so as they must be in the ext folder??
so we do not have to replace icons in each and every sys build??
Click to expand...
Click to collapse
you can make your own pkg of custom icons, registry, anything and put it the ext folder and it will overwrite files with same name in sys or oem. so if you make a pkg and put it in your ext folder with the name z_mypakage then it would run very last because it starts with the letter z.

so... you were replacing in sys all the icons everytime you cook a new build? mannually??? its amazing how you made things hard than cook...
look...
if you want you can use PNG images with the same name as the default icons, and put them into a EXT pkg.. so when you cook.. that new Images will replace the sys images in base DPI.. understand.. or.. if you want to keep the old icons... you can set your images in a EXT pkg with diferent file names and change the registry entries to match the icon LNK with the PNG to use...
look at this...
Attached: Image "about" in settings system, "camera" in start menu root, "beam" in settings root, and "settings" folder icon too... all made by me but same name as default in sys
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So they dont need to change the regs
but if I want to change the icons with "my own named icon" or " new app icon " or "folder in start menu"
the change in the reg lines must be:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Multimedia]
"Group"=dword:1
"Icon"="\\Windows\\multimedia_folder_icon.png"
"Rank"=dword:35A4ECAB
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Office Mobile 2010]
"Icon"="\\Windows\\Office2010.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Office Mobile 2010\Word Mobile 2010.lnk]
"Icon"="\\Windows\\word.png"
Multimedia folder
Office 2010 folder
Word app inside Office 2010 folder

saurabh88 said:
can anyonne tell me how can i import reg of particularv changes i have made..
like i install ucweb thne i change settings..but now i dont want to do this again and again..so i want to import reg,, and cook it,,
but where this reg must be located?
Click to expand...
Click to collapse
Check out this thread:
http://www.mobilitydigest.com/forums/showthread.php?t=2671
Granted, UCWEB doesn't have much to do with the thread, but I put together some dotfred shortcuts that automatically export some useful reg keys, including the start menu registry keys and everything for UCWEB. Just make sure the paths and names in the shortcuts are correct, and you don't even have to open a regeditor to dump the info.

twopumpchump said:
you can make your own pkg of custom icons, registry, anything and put it the ext folder and it will overwrite files with same name in sys or oem. so if you make a pkg and put it in your ext folder with the name z_mypakage then it would run very last because it starts with the letter z.
Click to expand...
Click to collapse
ok..thanx a lot mr..........

Thanks, good tutorial. Cooking now...

Related

[SKN] Customizing the Windows Taskbar [UPDATE-26/10/2008]

As my [SKN] FInixNOver VGA Battery/Network Icons thread as become cluttered with unusable information, and it went out of the thread's range, I've decided to get it closed and create a new one with more useful information.
So now, instead of just the battery and network icons, we can discuss about all the icons on the taskbar, in a thread that was created with that purpose.
It will be divided by sections. Each section will correspond to the icons changed by each dll and/or mui file. So this means I'll have to update this, and for that I'll need your help. How? Simple! By sending me a PM when:
you have found a different dll/mui - name of the dll and which icons does it change in the taskbar;
you have made a contribution - small description, which section does it belong to and the link to the post.
NOTE:
This is not an application; it’s just aesthetics, so no extra memory will be consumed.
Whether your device is running an official ROM or a cooked ROM, it may not work until you install the sdkcerts.cab. This cab will only set your device to accept the digital signature used to sign phcanOverbmp.dll and the other modified dll’s, so the device can be able to display the icons.
Do this at your own risk! I cannot be held responsible if you brick your device. I'm just supplying information from my own and others experience.
Installing:
(using phcanOverbmp.dll as an example)
Download the cab and/or zip file you wish to use.
If you’re using the cab, just copy it to your device and run it; if you’re using the zip, you have to copy the phcanOverbmp.dll to Windows folder in your device (using a file explorer like Total Commander or Resco explorer), and import FInix VGA Battery and Network Icons.reg with a registry editor in your device (if you don't have one, you can use Dotfred taskmanager with registry editor included); in both cases you’ll have to perform a soft reset to apply the changes.
To replace a file which has already been replaced before, you'll need to follow the steps 1 and 2 of the uninstalling process (for some files you may not need to soft reset the device).
Uninstalling:
(using phcanOverbmp.dll as an example)
If you have installed from the zip, there’s a few steps you’ll have to follow to get the old icons back.
Go to Windows folder on your device and rename phcanOverbmp.dll to phcanOverbmp.dll.bak and soft reset the device.
Now you can delete the phcanOverbmp.dll.bak that is no longer being used by the device.
To finalize the uninstall process and have the old battery icon back, you have to edit the following reg entry:
[HKEY_LOCAL_MACHINE\security\ResOver\Bitmaps]
"BatteryIconLevels"=dword:65 (hexadecimal) or 101 (decimal) -> dword:15 (hexadecimal) or 21 (decimal)
NOTE:
You can follow the steps 1 and 2 to remove any dll/mui you have customized.
To perform file operations such as renaming and/or deleting, you must use a more powerful file explorer than the built in one. You should use something like Total Commander or Resco Explorer.
There's no need to backup the files you're going to edit! Why? Because you'll be replacing ROM files, and theses files are not really replaced.
The best way to explain it is that, they will remain "hidden" under the new file. Once you delete your edited file, the original ROM file will be "unhidden". So, to have the original file, just delete your edited one.
How to make your own set of Battery Icons:
You'll need some programs, and of course, the dll.
Unsigner - to remove the digital signature from the dll.
Reshack / PE Explorer / Restorator - resource editor to extract/replace the icons inside the dll
iconFX or any other icon editor (GIMP can also handle .ico files) - to edit/create icons
Multiple file Signer - to digitally re-sign the finished dll.
How to do it?
First, remove the digital signature from the dll you’re going to edit, because the icons you’ll be replacing later can have different color depths and that will leave you with an unusable dll (meaning that you’ll not be able to re-sign it).
To unsign a file, all you have to do is drag the dll/mui file over the unsigner.exe and release it. A command window will open and close. You will know if the file has been unsigned by checking its size (it will be smaller). Also remember that the file can't be as read only or the tool will not be able to unsign it.
Then, using the resource editor extract the icons, you wish to edit, from the dll.
With the icon creator application, or by searching the web, make/get your icons.
After this, use the resource editor once again to replace the now edited icons inside the dll.
To finish, re-sign the dll using the Multiple File Signer tool.
That's it!
Before we start, here's the link to the first post on my old thread, where you can get some of the contributions already made. (I've updated the first post there)
I'll be separating them into the right sections in this thread, so, I you're one of the contributers, you can help me by checking your links in that post, and sending me a PM with the description for each link.
Thanks to you all!! And enjoy!!
phcanOverbmp.dll and HTCVolumeControl.dll
phcanOverbmp.dll
Icons you can change in this dll
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In this file you can find the battery, network, signal strength, activesync, Wi-Fi and sound(as long as you're not using the HTCVolumeControl) icons.
Important:
In order to see all of the icons included in this file, the dialer skin must be enabled.
Contributions from the users:
Battery icons White from 100% to 30% and color from 30% to 1% by mccune.
Percentage Battery icons by tyler08.
3G, H, battery, charging, activesync, wifi, etc by omniwolf.
Battery Icons by shareloader.
battery icons, headset icons by Ghostrider.
Battery Simple version, Battery Simple V2 by Netsnoop.
Battery icons - cab here by Teppic24.
Battery and other icons - cab here by carloshdez.
gold theme Battery & some icons mods by ch99_lee.
Full taskbar makeover by kooled.
Battery and other icons by shonan70.
HTCVolumeControl.dll
Icons you can change in this dll
In this file you can find the sound icons.
Contributions from the users:
VolumeControl icons by omniwolf.
VolumeControl icons by Ghostrider.
VolumeControl icons by soterisk.
VolumeControl icons by afterburn.
© Copyright. Copyright in the pages, screens, text, files and images appearing in this thread is owned by originating owner(s) or others as indicated. The information and materials contained in the thread may not be distributed, licensed, modified, published, reposted, reproduced, reused, sold, transmitted, used to create a derivative work or otherwise used for public or commercial purposes without express written permission of the originating owner(s).​
shellres.192.dll / shellres.192.dll.0409.mui and LargeTitleBar.dll
shellres.192.dll / shellres.192.dll.0409.mui
Icons you can change in this dll/mui
In this file you can find the start logo icon, along with some others that will not be discussed here.
If you're not using the dialer skin, you can also find the network, signal strength, activesync, Wi-Fi and sound(as long as you're not using the HTCVolumeControl) icons.
Contributions from the users:
syncing progress and signal strength by omniwolf.
Full taskbar makeover by kooled.
Battery and other icons by shonan70.
LargeTitleBar.dll
Icons you can change in this dll
In this file you can find the some of the mainly used icons.
Important:
I haven't tested it myself but, in order to see all of the icons included in this file you probably must have the Large TitleBar enabled.
MMSRes_480x640.Dll and notify.dll / notify.dll.0409.mui
MMSRes_480x640.Dll
Icons you can change in this dll
In this file you can find the MMS status icons.
notify.dll / notify.dll.0409.mui (I still haven't tested this one but someone reported that the device will crash)
Check here
Icons you can change in this dll/mui
In this file you can change the icon for the notifications.
outres.192.dll and tapres.192.dll
outres.192.dll
Icons you can change in this dll
In this file you can find the received Email and SMS icons.
tapres.192.dll
Icons you can change in this dll
In this file you can find the voicemail and notification by SMS icons, along with a few other icons.
Reserved 5
Reserved 6
Rabangus said:
Would it be an idea to post unmodified phcanOverbmp.dll, shellres.192.dll and htcvolumecontrol.dll files?
Would be useful for people who mess things up without taking a backup, and also useful for those (like me) who can't copy shellres.192.dll from their Windows folder cos it's a hidden system file.
Click to expand...
Click to collapse
The 1st rule: never change the file unless you have keep a backup of it safely.
You should use something like "ROM Extractor" to copy the hidden system file out. It's free and safe to do so.
I can tell you different version of phcanoverbmp.dll, shellres.192.dll & htcvolumecontrol.dll may not work on different version of ROM (I have tried and proved). So, one should backup his only system files before modifying those files. In case something went wrong and can't start your deveice, just hard reset it and those files will be restored automatically.
Cheers - I didn't know abour ROMExtractor - it works a treat.
Here's the file and some instructions: http://forum.xda-developers.com/showthread.php?p=1571715
angler said:
I prefer seeing the memory status just like the battery in the task bar. Currently I use the top bar of SBSH iLauncher to have a memory meter displays on the task bar.
Click to expand...
Click to collapse
This thread is meant for tweaking all the icons in the taskbar, not just the battery.
Rabangus said:
Would it be an idea to post unmodified phcanOverbmp.dll, shellres.192.dll and htcvolumecontrol.dll files?
Would be useful for people who mess things up without taking a backup, and also useful for those (like me) who can't copy shellres.192.dll from their Windows folder cos it's a hidden system file.
Click to expand...
Click to collapse
Here's your answer
NLS said:
...erm... you don't REALLY have to backup ROM based files. If you delete the file you "overwritten" them with, automagically, the ROM based surfaces. Didn't you know?
Click to expand...
Click to collapse
But I guess I can put the "untouched" files for those of you that can't extract them from the ROM (the files from an official ROM also work, so this would be another reason for not having to post them )
diamax said:
No screenshots?
Click to expand...
Click to collapse
No screenshots because this is not specific. This topic, is not about something I made, is to help everyone in tweaking the taskbar, and unless you don't know what the taskbar is, I guess there's no need for screenshots at this point.
BassX said:
I want to use my old Battery Icons (org. HTC) but i can't uninstall your Icons because the file phcanOverbmp.dll can't rename to phcanOverbmp.dll.bak!
I don't understand the Programm Unsigner / what i must to do with it ?
Can any one help me?
Click to expand...
Click to collapse
To perform file operations such as renaming and/or deleting, you must use a more powerful file explorer than the built in one. You should use something like Total Commander or Resco Explorer.
To unsign a file, all you have to do is drag the dll/mui file over the unsigner.exe and release it. A command window will open and close. You will know if the file has been unsigned by checking its size (it will be smaller). Also remember that the file can't be as read only or the tool will not be able to unsign it.
First post has been updated with these informations.
sms and new mail icons
Here's my latest. i found the new mail notification and sms notification file, i've put some colours in
the left one is SMS, the right one is new mail notification.
same install procedure as always.
FInixNOver: for your install procedure, you might want to add that if total commander doesn't allow you to overwrite the file in the windows folder, you should try renaming the file in the windows folder first.
Here my variant of arrival new sms.
http://4pda.ru/forum/index.php?showtopic=86876&view=findpost&p=2038777
And this is mine "NEW SMS"
DOWNLOAD FROM HERE
i had done an sms icon hope u guys like it
SkizZO said:
Originally Posted by lmr2003
Hi all,
Sorry in advance if this issue is solve for others but I'm facing a strange probleme.
I can change all the icons, it works fine but for the volume I can't and I don't know why
I have the icon and the when I enter my pin code it desapear and i have then the standard one.
Is there someone who can help me ?
-----------------------------
Problem solved ! Thanks
Click to expand...
Click to collapse
No way to have it working, i have the same issue. Also i've installed the sdkcerts & the two cabs from Kooled
Click to expand...
Click to collapse
Bandit13 has already answered your question.
Bandit13 said:
The volume icons (speaker,silent and vibrate) are located in htcvolumecontrol.dll
Sebastien
Edit : oups, your problem is solved !
Click to expand...
Click to collapse
davidebeatrice said:
even if ive unsigned the dll file i cant replace the icons with another one with different color depth...(ie 8bit to 32bit).
someone can help me please?
Click to expand...
Click to collapse
If you're using PE Explorer, it will not allow you to replace icons with ones that have different color depths.
To achieve that you must use either Restorator or ResHack.
orkorolev said:
Here my variant of arrival new sms.
http://4pda.ru/forum/index.php?showtopic=86876&view=findpost&p=2038777
Click to expand...
Click to collapse
and
massi959 said:
And this is mine "NEW SMS"
DOWNLOAD FROM HERE
Click to expand...
Click to collapse
and
shonan70 said:
i had done an sms icon hope u guys like it
Click to expand...
Click to collapse
I'll add it to the correct section at the initial posts when I get to that dll. Thanks for the contribution.
pencilcase said:
First of all thanks for this thread I spent hours browsing the last one... this is SO much nicer Anyway I hope this is not the totally wrong thread for this but has anyone managed to change the icon for the taskmanager? I know this is not related to the actual windows icons but it IS a part of the taskbar ... Then at least we'd have all icons done
I am no coder so I sadly don't know but perhaps someone can help out here?
Thanks!
Click to expand...
Click to collapse
The task manager icon, is actually a bmp.
This is the list of files for the task manager
Code:
closeallbutton.bmp
close_all.png
close_all_16.png
close_all_32.png
close_all_64.png
close_all_disable.png
close_all_disable_16.png
close_all_disable_32.png
close_all_disable_64.png
down_disable_16.bmp
down_disable_32.bmp
down_disable_64.bmp
down_enable_16.bmp
down_enable_32.bmp
down_enable_64.bmp
exitbutton.bmp
Exit_Button_Down.png
Exit_Button_Down_16.png
Exit_Button_Down_32.png
Exit_Button_Down_64.png
Exit_Button_Up.png
Exit_Button_Up_16.png
Exit_Button_Up_32.png
Exit_Button_Up_64.png
memory.png
memorybutton.bmp
memory_16.png
memory_32.png
memory_64.png
optionsbutton.bmp
quickmenudown.bmp
quickmenuicon.bmp
quickmenuup.bmp
redexitbutton.bmp
settings.png
settings_16.png
settings_32.png
settings_64.png
TaskManager.cpl
TaskManager.cpl.0816.mui
TaskManager.htm
TaskManager.lnk
TaskManagerApp.exe
TaskManagerApp.exe.0816.mui
TaskManagerLite.exe
TaskManagerLite.exe.0816.mui
taskmgrCustRes.dll
taskservice.dll
TmAppLauncher.exe
uncheckable.bmp
up_disable_16.bmp
up_disable_32.bmp
up_disable_64.bmp
up_enable_16.bmp
up_enable_32.bmp
up_enable_64.bmp
X-Button.htm
X-Button.lnk
I think the one you want is quickmenuicon.bmp.
ok another one from me this time with an email notification as well too bad i do not have a email account setup so will not be able to show the result but i will be glad if someone can post the screenshot anyway u guys njoy
Of course.
In the attachment you can find all the files I have used : phcanOverbmp.dll, HTCVolumeControl.dll, outres.192.dll, shellres.192.dll.0410.mui (you must rename this file from 0410 to 04xx according with the localisation of your ROM).
massi959 said:
Of course.
In the attachment you can find all the files I have used : phcanOverbmp.dll, HTCVolumeControl.dll, outres.192.dll, shellres.192.dll.0410.mui (you must rename this file from 0410 to 04xx according with the localisation of your ROM).
Click to expand...
Click to collapse
Thank you very much, now is my homescreen more nicer !
The Radio signal is into shellres.192.dll.0410.mui.
Have you renamed this file from 0410 to your localisation?
tnyynt said:
Renamed to 0409 and installed through a CAB, battery readings are wrong, shows 13% instead of 70something
Click to expand...
Click to collapse
For battery problem - you have to edit registry and change value 21 to 101 in in HKLM\Security\... it is in the first post.
[HKEY_LOCAL_MACHINE\security\ResOver\Bitmaps]
"BatteryIconLevels"=dword:101 (decimal)
Has anybody idea, where is stored icon for missed call ? I want to change it too.

How can you link to a folder instead of an app in new Topaz Start menu?

I have asked this question on some other xda-developer forums with no solution so thought maybe I was asking in the wrong place.
Basically I have flashed to the new Topaz rom and like the new Start Menu when you tap on Start but I can only add apps and not folders. I want to link to category folders in my Windows/Start/ folder.
Please how can this be done?
I tried to go into the registry to edit the paths for each square but that did not work.
I beg of you lol! Please!
How can this be done? Folders are not .lnk files. Maybe that is the solution to make Folders into .link files.
HELP!
I can answer your question but it is in a wrong section.. so moderators will flog both of us
crajee said:
I can answer your question but it is in a wrong section.. so moderators will flog both of us
Click to expand...
Click to collapse
so answer his question and hope for the moderator to move this thread ;-)
btw: i would be interested in the answer as well
Ok..
Method 1 Only downside is clutter (unlike method2)
Without any third party app lets open a folder called Multimedia in Programs menu:
With a registry Editor got to one of the shortcut keys:
Say: HKLM\SoftwareHTC\Manila\ProgramLauncer\18
Create (if not exists) a string Value :
Name: command
String: windows\Start Menu\Programs\Multimedia
Edit the Path key:
String: windows\fexplore.exe
Save and exit your reg editor.
Click the shortcut and it will launch file explorer with the folder.
You can Change the View options in File Explorer to "Icon".
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please wait for method 2..
Method 2
Folderview.exe from HTC has been notorious in having a hard coded encrypted path to Programs Folder and could not open any custom folder, and use to end only in questions how to do it. After much reversing this has been almost overcome in this app. Enjoy!!
Folder Viewer
Q.What does this app do?
A. It allows you to navigate through custom start menu folders on Blacksone that you can create
and categorise your applications. Modified win 6.1 ROMs have replaced the Start Menu with Manila
Programs Tab. However sometimes you need more customised access to your apps.
Instructions:
=========
Add the Favourites icon to start menu
A. Install FolderViewer.cab
B. Open the Fav.reg with Notepad on your Desktop.
In the line :[HKEY_LOCAL_MACHINE\Software\HTC\Manila\ProgramLauncher\2]
Replace "2" with the icon of your choice in the start group.
The icons are numbered as follows:
0 1 2
3 4 5
6 7 8
And so on...
Create the Start Group Shortcut
Copy the Fav.reg to your Blackstone.
Import the registry the file with your favourite registry Editor.
Create App Shortcuts in windows\Start Menu\Favourites:
Create Subfolders in the "Favourites" folder e.g System, Multimedia, Business and so on.
(A few have been created for you convenience).
Add the application short cuts of your choice to each folder.
Back Navigation:
In each of the custom folder (Multimedia, Business etc,. Add a shortcut to parent("Favourites" folder)
This shortcut called "Favourites.lnk" has been supplied in this package in sample folders.
Restart your HD. Enjoy!!
Advanced:
You can study the shortcut properties and tweak it your own satisfaction.
Limitations:
1.Navigating All Programs possible on first launch only. You can always click start menu to relaunch.
2.Use the Hard key (Back) to navigate back the second time from a subfolder.
3.Only one level of folders reasonable (but usually enough for most users anyway).
4.Tested on Blackstone with Dutty's 3.4 only.
The author disclaims any responsibility with respect to this application.
Use at your own risk.
you could also go on your pc, navigate to the folder, create a shortcut (which would be a .ink file), put the shortcut on your touch hd and then link to it in the registry editor,
THREAD MOVED to blackstone section
You have two methods now. Let me know if it helps
Matthes42 said:
btw: i would be interested in the answer as well
Click to expand...
Click to collapse
ASK768 said:
you could also go on your pc, navigate to the folder, create a shortcut (which would be a .ink file), put the shortcut on your touch hd and then link to it in the registry editor,
Click to expand...
Click to collapse
You will get a File Not found Error.
total commander is good for making shortcuts
Thanks Crajee. I used method 1 except did not use the path setting: String: windows\fexplore.exe
Instead I used the path: "\windows\start menu\games" for example
Thank you so much!
A few questions...
1. I want to use the hi res folder icon from "file explorer" each category folder. How can I link to it?
2. What is the path for manilla settings or win mo settings page as I accidentally deleted them?
3. I want to use the hi res topaz icon used for "File explore" in each category folder. What is the "Icon path" info i need? Is it to a specific dll file?
4. Finally, are there any custom icon sets i can impost and choose from or how can i customise my own icons and use them for folders or apps.
Here is the result below.
@ tboy2000 on your custom folders you never got error messages trying to open them?
(deleted)....
no mate.
here is an example of one folder...
....HTC\Manilla\ProgramLauncher\6
(Default)
(value not set)
command
\windows\start menu\office
DispName
Office
Icon Path
Is ReadOnly
0x0 (0)
Path
\windows\Start menu\
but that's not a custom folder that's one of the folders cooked into the rom.
I made a folder of my skyscape medical books, named it med books, when i did "windows\start menu\programs\med book" for the path, i get the certificate error or that it cannot be found.
for me, it works using method 1 as crajee outlined, using windows\fexplore.exe.
That aside, i'd also like to know which dll has the icons b/c i don't like having the fexplore icon...fugly...
Hi tboy2000, Nice to know it works well for U.
tboy2000 said:
2. What is the path for manilla settings or win mo settings page as I accidentally deleted them?
Click to expand...
Click to collapse
Manilla Settings path:
Command = --switchtopage Manila://settings.page
Path = \Windows\manila.exe
IconPath = \windows\HTC\Assets\Images\programlauncher\Program_icon\settings_88.qtc
DispName = [[IDS_SETTINGSTITLE]]
If you want Direct link to "All Settings" then U should use custom apps as I described in another post.
tboy2000 said:
3. I want to use the hi res topaz icon used for "File explore" in each category folder. What is the "Icon path" info i need? Is it to a specific dll file?
Click to expand...
Click to collapse
DRTigerlilly said:
That aside, i'd also like to know which dll has the icons b/c i don't like having the fexplore icon...fugly...
Click to expand...
Click to collapse
Again it seems not possible to link icons from dll files like in usual shortcuts.
So you need to extract the icon of your choice from the shellres.192.dll (copy to Desktop and extract with resource explorer eg. Reshack. Save as .ico file and copy to windows directory). In the IconPath use "\windows\myicon.ico" where myicon.ico is the name of the icon U extracted.
tboy2000 said:
4. Finally, are there any custom icon sets i can impost and choose from or how can i customise my own icons and use them for folders or apps.
Click to expand...
Click to collapse
Not I am aware of. There are a few posts on this in this forum though.
tboy2000 said:
no mate.
here is an example of one folder...
....HTC\Manilla\ProgramLauncher\6
(Default)
(value not set)
command
\windows\start menu\office
DispName
Office
Icon Path
Is ReadOnly
0x0 (0)
Path
\windows\Start menu\
Click to expand...
Click to collapse
May be some thing else you have set??
For example for me this method opens up "All programs" with the Title Office..
No Filtering occurs..
For me, when i click on a category icon, i get the list of apps in the category with the category title. See images below.
I have also used the pc prog in this link below to change the icons in my start menu...
http://forum.xda-developers.com/showthread.php?t=513501
I have not set anything else. Yes I used office in my example above but it also works with folders i have made up such as travel.
Hmmm... tboy2000 I can't understand but that would be cool. Mine always goes to first item for All Programs - Dutty 3.4. Only Title chnages. What ROM are U using?
That's why i hacked the old method (Method 2).
Anyone else??
I am using Dutty 3.4 rom also.
I just had a thought. If it just shows All Programs, that means you don't have any sub-folders in your windows start menu directory. Make sure you create new folders and name them for each category.

[SOLVED]How to set a start menu location for an added package?

Hi, I'm trying to cook Scilor's groovemobile into my rom (I have permission done worry) and so I made it into a package the usual way (cab to oem - ext package rebuilder) but I cant find anywhere which specifies what location it goes too.. (as in startmenu\multimedia or %CE11%)
Is there a way to set its location?
Thanks
Mod edit: Solved
Post you *.dat or *.provxml, so I can guide you completely. (or if needed, attach the whole package).
Regards
TAEL said:
Post you *.dat or *.provxml, so I can guide you completely. (or if needed, attach the whole package).
Regards
Click to expand...
Click to collapse
It doesnt even create a .dat or .provxml file, it just creates a sub folder (files) with the contents of the .cab in
So gimme a screenshot from opened CAB. (like below image). I should know about default installation destination.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here ya go
Ok, I downloaded it's CAB and looked at it. It doesn't need to be in extra folder (like \Program File\Groove\), So you can run it in \Windows folder as default. But as you say, you need to have a shortcut in start menu. I attached a .LNK and .DAT file to this post to add it's shortcut to start menu. (note: it's default is Start Menu>Multimedia, if you don't this you can change it in DAT file easily).
Structure:
PACKAGE_GrooveMobile\
----------app.dat
----------files (folder)
---------------groovemobile.lnk
Regards
TAEL said:
Ok, I downloaded it's CAB and looked at it. It doesn't need to be in extra folder (like \Program File\Groove\), So you can run it in \Windows folder as default. But as you say, you need to have a shortcut in start menu. I attached a .LNK and .DAT file to this post to add it's shortcut to start menu. (note: it's default is Start Menu>Multimedia, if you don't this you can change it in DAT file easily).
Structure:
PACKAGE_GrooveMobile\
----------app.dat
----------files (folder)
---------------groovemobile.lnk
Regards
Click to expand...
Click to collapse
Ahh thankyou very much it seems I still have alot to learn
[★] said:
Ahh thankyou very much it seems I still have alot to learn
Click to expand...
Click to collapse
Glad to help you. Feel free to ask your questions in Chef Central.
P.S: Topic title is changed to [SOLVED]
Regards
TAEL said:
Ok, I downloaded it's CAB and looked at it. It doesn't need to be in extra folder (like \Program File\Groove\), So you can run it in \Windows folder as default. But as you say, you need to have a shortcut in start menu. I attached a .LNK and .DAT file to this post to add it's shortcut to start menu. (note: it's default is Start Menu>Multimedia, if you don't this you can change it in DAT file easily).
Structure:
PACKAGE_GrooveMobile\
----------app.dat
----------files (folder)
---------------groovemobile.lnk
Regards
Click to expand...
Click to collapse
So do I need to add your stuff to my package or is it good to go like it is? you seem to have forgotten all the files, or is it just me
[★] said:
So do I need to add your stuff to my package or is it good to go like it is? you seem to have forgotten all the files, or is it just me
Click to expand...
Click to collapse
I added files which are needed to create a shortcut. You should add those 2 files to your package which you created before. (as above structure)
TAEL said:
I added files which are needed to create a shortcut. You should add those 2 files to your package which you created before. (as above structure)
Click to expand...
Click to collapse
Yes I realise that now, I have done it
thanks again
He Star,
I think I can help you with this question as well, at least I will try.
Do a search in your kitchen to initflashfiles.dat
If you found it open it with a text editor.
Two very good ones I like to recommend for this you can find in Hilaireg's Kitchen Utils here:
http://forum.xda-developers.com/showthread.php?t=651026
Now if you opened it have a good look at the start menu hierarchy.
Do a search in initflashfiles.dat with the text editor for 'start menu' and you know what I mean.
You want to specify a path for your package shortcut on a location in your start menu isn't?
Don't close initflashfiles.dat yet.
Go into the package you want to create the start menu location for and first find the shortcut so you know the name.
Next you need to create a app.dat in the root of the package (if it doesn't exist already), to do this just create a new tekst document (right klick on a empty area and choose new\tekst document) and change the name to app.dat
Open your newly created app.dat with the same editor as you opened initflashfiles.dat
Next take the initflashfiles.dat as a sample and create the path for the shortcut according where you want to have it in your app.dat.
For example:
start menu\Programs\Tools\yourapp.lnk
Offcourse you can also specify a path to the shortcut like Teal is mentioning with a provxml but I just wanted you to know this one as well.
Hope it helps.
Grtz Leo
Laurentius26 said:
He Star,
I think I can help you with this question as well, at least I will try.
Do a search in your kitchen to initflashfiles.dat
If you found it open it with a text editor.
Two very good ones I like to recommend for this you can find in Hilaireg's Kitchen Utils here:
http://forum.xda-developers.com/showthread.php?t=651026
Now if you opened it have a good look at the start menu hierarchy.
Do a search in initflashfiles.dat with the text editor for 'start menu' and you know what I mean.
You want to specify a path for your package shortcut on a location in your start menu isn't?
Don't close initflashfiles.dat yet.
Go into the package you want to create the start menu location for and first find the shortcut so you know the name.
Next you need to create a app.dat in the root of the package (if it doesn't exist already), to do this just create a new tekst document (right klick on a empty area and choose new\tekst document) and change the name to app.dat
Open your newly created app.dat with the same editor as you opened initflashfiles.dat
Next take the initflashfiles.dat as a sample and create the path for the shortcut according where you want to have it in your app.dat.
For example:
start menu\Programs\Tools\yourapp.lnk
Offcourse you can also specify a path to the shortcut like Teal is mentioning with a provxml but I just wanted you to know this one as well.
Hope it helps.
Grtz Leo
Click to expand...
Click to collapse
Ahh thankyou, yes Ive heard of (and use) initflashfiles, but I thought I wouldnt be able to make a shortcut with it as theres all that code inbetween the location and the name, how would I know what it is? Also last night I cooked wit teal's stuff and it didnt seem to work, probably my fault so I will have to look into that in a bit
It still didnt work, no shortcut is being created, heres my package, I cant see whats wrong with it
[★] said:
It still didnt work, no shortcut is being created, heres my package, I cant see whats wrong with it
Click to expand...
Click to collapse
You did wrong and didn't pay attention to what I said.
SciLor's GrooveMobile.LNK should be in "files" folder.
TAEL said:
You did wrong and didn't pay attention to what I said.
SciLor's GrooveMobile.LNK should be in "files" folder.
Click to expand...
Click to collapse
you mean ink? and so you mean the shortcut? thanks I will try again
yeah correct.
I've examined the package and noticed one last thing.
The shortcut itself is not ok.
@Star,
Open the shortcut with the editor I suggested 'Editpadlite' and you will see this line:
67#"\Windows\SciLor's GrooveMobile.exe"
This isn't correct, it should be like this:
37#"\Windows\SciLor's GrooveMobile.exe"
You need to count the characters after '#' beginning with one.
In this case 37.
I've attached the corrected package for you as an example for next time.
TAEL said:
You did wrong and didn't pay attention to what I said.
SciLor's GrooveMobile.LNK should be in "files" folder.
Click to expand...
Click to collapse
Laurentius26 said:
yeah correct.
I've examined the package and noticed one last thing.
The shortcut itself is not ok.
@Star,
Open the shortcut with the editor I suggested 'Editpadlite' and you will see this line:
67#"\Windows\SciLor's GrooveMobile.exe"
This isn't correct, it should be like this:
37#"\Windows\SciLor's GrooveMobile.exe"
You need to count the characters after '#' beginning with one.
In this case 37.
I've attached the corrected package for you as an example for next time.
Click to expand...
Click to collapse
Ahh thanks I am trying with it now, last time it did show up in the start menu, but I got an error about directory not found :S maybe this will solve that problem
[★] said:
Ahh thanks I am trying with it now, last time it did show up in the start menu, but I got an error about directory not found :S maybe this will solve that problem
Click to expand...
Click to collapse
Yeah I still am getting an error :s 'DirectoryNotFoundException' and then loads of stuff I dont know what do do :S will this be my fault or something to do with the cab
Looking at the xml included I notice now it creates a directory in the root with the name 'SciLor&apos;s GrooveMobile'.
I tried to make a app.reg from the xml but it doesn't work.
Do you have the cab so I can make a package for you myself?
The XML looks messy.
Edit; I've found the cab and will play with it.
Meanwhile a tip for you, install the cab and check directory, the shortcut you can copy from device and use in your package.
The shortcut itself you need to redirect to that dir instead of Windows or change all path of the files in the XML.
[★] said:
Yeah I still am getting an error :s 'DirectoryNotFoundException' and then loads of stuff I dont know what do do :S will this be my fault or something to do with the cab
Click to expand...
Click to collapse

[Q] Can I rename StartMenu -> Settings

Hello,
To be as short as possible:
I'm trying to cook a Polish ROM out of the dump of a well known WWE ROM around here (of course under a permission of the noble Chef). I managed to find/edit/translate all the neccesary *.mui, *_manila and *.htm files and the outcome appears OK but I have one issue I can't really work out by an easy way. I mean the "Settings" shortcut in StartMenu. I want it to be called "Ustawienia" as it's called in Polish.
I know that the names/paths of several system folders are stored in the package called Base_Lang_0415 which consists of several mui files. I know that the Settings name/path is stored in "shellres.dll.mui".
Now the problem: I got a Base_Lang_0415 from one of Polish chefs but the package changes physical paths to almost all the system folders like
Start Menu -> Menu Start
Programs -> Programy
Settings -> Ustawienia
Favorites -> Ulubione
My Documents -> Moje dokumenty
and many other (i don't even know which ones).
Since I can only work on the ROM dump without any kitchen (and honestly I don't need a kitchen since I only exchange some mui and manila files and add some reg entries - at least up to now), I try to avoid influence on the folders structure. On the other hand I think it doesn't make sense to rename all these folders because an average user will not even notice the change. I want the change only the appearance of the Start Menu and I don't really care about what would be the names of physical folders.
So I started trying to edit only the shellres.dll.mui (with Unsign -> ResHacker -> Sign procedure). First I changed only the string Settings into Ustawienia living the physical path string intact.
But after exchanging the mui file in \Windows\ the Start Menu showed only one icon - Today.
So I changed the name entry and the path entry and changed the physical path of the \Windows\Start Menu\Settings into \Windows\Start Menu\Ustawienia.
But the effect with the new mui was the same and additionally my "Ustawienia" folder has been moved to the Programs folder.
I tested some other combinations of the strings inside mui and physical paths but without any positive effect.
Does some of you know what do I have to do to change only the Settings folder but not to change all the rest?
I understand that you want to do these out of kitchen? I think you should dump an original rom of your own lang and take a look at the initflashfiles.dat. This archive describes the names of windows folders, including Settings
or using a good Mortscript.......
Well, working on dump is not very convinient but as soon as I perform only file/registry operations it's not so bad.
I have the original initflashfiles.dat from stockROM, so I know more less which paths I should change in to new ones. The problem is that everytime my Chef releases new version of his ROM I would have to compare his new initflashfiles with the old initflashfiles for changes and apply the changes manually to the initflashfiles from the stockROM.
But for me it would be the best If I could edit shellres.dll.0415.mui only once changing the name and/or path ONLY for Settings folder, and eventually rename only the Settings folder. Thats a solution I am looking for.
I used MortScript to rename shortcuts inside StartMenu -> Programs. But the problem is that I can run mort i.e. by a config.txt file, but in this moment all the system folders which have the -permdir- attribute in initflashfiles are not moveable or renameable. Also the files inside all the system folders are not deleteable and this means I would have to COPY all the files into new catalogues making the ROM bigger and bigger.
That's why I think I must influence the initflashfiles if I am to use Base_Lang_0415. And this is OK if I would have to modify 1 or 2 paths, but I don't want to modify 25 paths or so...
So my only chance is that somebody would post yet another way to make the Settings appear as Ustawienia (with or without modyfying physical directories).
I don't know how to explain it better because of my English...
Well, i have to agree that Initflashfiles thing is the best way and ,dont worrie, i doubt that your Chef will change Initflashfile for every Rom,even, i never change it from the beginning.
Isn't the initflashfiles a place where are all the files that are indended to be copied/linked to other locations than \Windows\?
That means every new program file or even start menu shortcut will appear in initflashfiles, doesn't it?
Nope.
You can also create Folders in it..little example:
Code:
Directory("\Windows\Start Menu"):-PermDir("Settings")
Skrobel said:
Isn't the initflashfiles a place where are all the files that are indended to be copied/linked to other locations than \Windows\?
Click to expand...
Click to collapse
Nope.
When we import a new program file we have an app.dat file that has inside the instructions to copy files/shortcut over Windows, Initflashfiles its no more touched for that purpose.
Another little example:
Code:
Directory("\Windows\Start Menu\Programs\Tools"):-File("Total Commander.lnk","\Windows\Total Commander.lnk")
This come from App.dat , as you can see it works like Initflashfile.
That means every new program file or even start menu shortcut will appear in initflashfiles, doesn't it?
Click to expand...
Click to collapse
But in case you have to do Hard Reset, all will be lost. And twice...
I think the best option is cook it in first time. Best regards
Well that's what I meant that initflashfiles consists of the paths (directories and files) of all the things we want to put in different folders than \Windows\.
And yes - I want to cook all the Polish files to make it a normal ROM (also after HR).
But in order to clarify:
You Guys say that the only way to rename the Settings in StartMenu is to cook the whole Base_Lang_0415 and to change all the paths in initflashfiles?
Hello all
Sorry for refreshing such an old thread but over a year later I bumped into the exactly same problem.
The only difference is that I use PRB kitchen this time (Jackos's kitchen to be exact).
And all I want to do is to rename the freakin' "Settings" into "Ustawienia" in Start Menu. I thought I found all the references to the Start Menu. I altered the Shellres.dll.0415.mui (responsible for most of system paths), I altered initflashfiles.dat to prepare a permDir in \Windows\Start Menu\Ustawienia, I changed all the keys in registry that I could find...
But still after a flash I have an empty Start Menu with only "Today" link. When I look into the directory structure with Total Commander, everything seems to be OK (all the structure in \Windows\Start Menu\programs is fine) except that my "Ustawienia" folder has been moved from \Start Menu\ to \Start Menu\Programs\
I don't know how, I don't know what else am I missing.
Please help me to get my full translation of the Start Menu...
You're missing "Settings" folder
Actually, full fixing of this stuff isn't that easy, these paths should be hardcodded somewhere (i think so)
Actually it is as easy as it can be.
Made a quick test with Polish language without changing anything and all works as it should.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Well, I've seen Polish ROMs so it actually has to be possible.
@Spiaatie - can you tell me HOW you actually did it?
I see that all the Start Menu links are in Polish on your screenshot. I presume you exchanged at least Base_Lang_0415 package and at least initflashfiles.dat?
Skrobel said:
@Spiaatie - can you tell me HOW you actually did it?
I see that all the Start Menu links are in Polish on your screenshot. I presume you exchanged at least Base_Lang_0415 package and at least initflashfiles.dat?
Click to expand...
Click to collapse
I took 23153 as the Base and all Polish language packages from 28205.
And initflashfiles.dat from [here]
Well... This is a proof that it can be done. However I don't wan't to build up a new ROM. I downloaded Jackos' kitchen just to be able to prepare his ROM in Polish.
Jackos used 21690 for his ROMs as a Base. But actually it is a mixture of packages from many different builds choosen carefully and tested for maximum compatibility and stability.
I want to stay as close to the original as possible except for the language. Honestly I had to prepare many of the .mui files myself because none of the "ready" 0415 build packages worked with Jackos ROM. And now as I have a set of fully working .muis I want to include them into the kitchen (actually I already did it), change any further files I have to change (I copied all the 0409 packages, checked each of them file by file including app.reg, app.dat, provxml etc. altering them basing on files I found in polish packages over the internet). And I bumped into the Start Menu problem.
I will check everything once again but I thought some of you might know where else the paths are stored in the system besides .mui, initflasfiles and the [HKLM\Security\Shell\StartInfo\Start].
There must be a way to change the paths properly...
I finally found a proper copy of shellres.dll.0415.mui. I had to adjust the initflashfiles.dat a bit, and of course paths in all my app.dat. But I have no idea why this shellres.....mui works with this ROM and the other ones doesn't work. The resource structure looks completely the same. All the resource IDs are filled.
Only RCML_DLGDATA section looks differently. I mean the resource IDs are the same, but they have different data. I don't know what and how should I change because everything in there is binary data.
However ultrashot must had been right. The paths have to be hardcoded somewhere else, because in this .mui file the name "Today" is translated differently into "Główny", which directly means "Main". I tried to change this translation, but there are many occurences of this word in this file, and whatever I change in any of it (of course I started with changing all of them) I immediately havethe problem that my Start Menu consists only of the Today link (correctly translated ).
So I left it like it is.
I'm sure however that everythings that concerns Start Menu naming and structure is stored in this single file, because I changed only this file out of the whole Base_Lang_0415 package.
You need to use an mxip_lang.vol that already contains the translation for the call to the settings. Best is to pick one from any shipped ROM of the same version that has your language included.
On smartphone it is settings.lnk, on your device possible settings.cpl (not sure).
Look at the provxml files how other localizations are done and create one in a similar way for your item.
Edit: look at the "Beginners Guide to Windows Mobile (prepare for cooking)" in my signature - you find all the basics for localization there.
Hello Tobbbie,
Thanks for the advice. I read your tutorial many months ago. Actually I kept an eye on your discussion within the OSbuilder thread...
This time I'm almost sure that mxip_lang.vol has not much to do as I have one copy of shellres....mui with which I get "Settings" in my start menu, and I have 2 different versions of the same file which gives me "Ustawienia" (the one I want). So it has to be independent on the other files. The problem starts when I try to adjust the paths myself. It seems like the String resources are somehow connected with binary data stored in this file.
If about the mxip_lang and generally .vol files: do you know how they can be edited by any chance?
Skrobel said:
If about the mxip_lang and generally .vol files: do you know how they can be edited by any chance?
Click to expand...
Click to collapse
Those are databases, that's my clue for you today.
Surprisingly I know!
But that's not a big clue for me. I never had much to do with databases, and in this particular case uncle Google refused to help me...

[tutorial] custom icons

i thought it would be handy to create a thread for icon tutorials that are simple to use and understand
feel free to add your own tutorials here or ask any questions, if i am not able to answer then i hope someone else will
if you do post a differant way of doing icons, please explain it step by step so the newer chefs can follow instructions easily. your tutorial will be added to this first post. this way all the tutorials will be in one post, users dont need to find it, they simply just scroll to the next tutorial
(all tutorials will be quoted for credits)
*you can find plenty of free icons @ WWW.ICONFINDER.COM
**the way ill be showing you is with the icons inside a .dll that you can link to almost anything
eg, program shortcuts within the start menu is the most common**
firstly you will need to download some tools needed
download tools here
(inside tools.rar is: icofx, reshacker, blank .dll)
##########
##########
##########
*install and open ICOFX
*click: tools
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
*batch prosess
*if your doing start menu icons i use 128x128 with xp colors (max color)
add the icons you want and select the destination folder and click ok
*icons with a specific height and width are best to do these individually =
file\new or drag and drop your .PNG and select custom size
*now you have made your own custom icons.
*i have attatched a blank .dll in the winrar file below, just rename it.
*i have opened the blank .dll and added a custom icon so you can see how it works.
*it is simple enough, icons added will be labled 1,2,3 etc - then click save when done
(delete the automaticly saved .BAC file created by icofx, it is not needed)
*to link your icon to a specific program on your device, either edit your program XXXX.lnk or create a new .lnk
(rename a blank .txt file to .lnk)
*add this into the the .lnk replacing the XXXX with your program name and .dll name
#\windows\XXXX.exe ?\windows\XXXX.dll,-X
*no number before # eg, usually you would have a number of how many leters are in the link = the amount of letters is not needed
*-X is the number position of the icon inside the .dll
*if your icon is for a folder, rename the .lnk to ICON.lnk
*inside the icon.lnk should be
1#XXXX.dll, -X
*now put the ICON.lnk into the specific folder you want icon for
##########
##########
##########
**i will now show you how to edit/replace the icon inside either a .dll or an .exe file**
*in this example i have used the blank .dll from the first tutorial
*reshacker shows all the contents inside a .dll and also with .exe files too (not just icons)
*open/run RESHACKER
*click: file\open - select your .dll or .exe
*as you can see i have circled the icon number with red = ignore the highlighted 0 (zero)
*rightclick to get these avaliable options
*from here you will be able to replace the icon
*when finished click file\save
*it automaticly creates a XXXXX-original.dll/.exe file
*some .exe do not like their icons being changed.
##########
##########
##########
FInixNOve said:
* Unsigner - to remove the digital signature from the dll.
* Multiple file Signer - to digitally re-sign the finished dll.
* First, remove the digital signature from the dll you’re going to edit, because the icons you’ll be replacing later can have different color depths and that will leave you with an unusable dll (meaning that you’ll not be able to re-sign it).
o To unsign a file, all you have to do is drag the dll/mui file over the unsigner.exe and release it. A command window will open and close. You will know if the file has been unsigned by checking its size (it will be smaller). Also remember that the file can't be as read only or the tool will not be able to unsign it.
* Then, using the resource editor extract the icons, you wish to edit, from the dll.
* With the icon creator application, or by searching the web, make/get your icons.
* After this, use the resource editor once again to replace the now edited icons inside the dll.
* To finish, re-sign the dll using the Multiple File Signer tool
Click to expand...
Click to collapse
ill update this tutorial as soon as i can
thanks
Rn
Thanks nice to see this so quickly .
Cheers!!!
Great
So, help me, please How do I set it up in my reg file (assuming my dll is called Start_Icon.dll):
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Today] <<=folder
"Icon"="\\Windows\\Start_Icon_Today.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Java\JavaShortcut.lnk] <<=shortcut
"Icon"="\\Windows\\Start_Icon_Javashortcut.png"
Thank you.
you do not need to add any registrys
best part of doing icons my way
(also assuming you have done the first tutorial with icofx)
create new .lnk
open .lnk with notepad and add this:
* FOR TODAY FOLDER ICON
1#Start_Icon.dll, -X
*rename .lnk to ICON.lnk
*put .lnk into start menu/programs/today FOLDER
*if your cooking then i suggest you rename the icon.lnk to something else when copying the .lnk to start menu/programs/today - otherwise the windows folder will have the icon for your today folder (eg icon.lnk in windows folder will change the windows folder icon)
* use this in initflashes.txt to move/rename your .lnk = Directory("\start menu\programs\today\"):-File("ICON.lnk.","\Windows\MYTODAYICON.lnk")
* FOR JAVA SHORTCUT
#\windows\java.exe ?\windows\Start_Icon.dll,-X
*java.exe (or what ever java program you are using)
(-X = number location of icon inside .dll)
*eg, if the icon number is 1 then you will have -1
Rn
Thanks raving_nanza. However, I noticed .ico files are much larger than .png files. What's the advantage with doing it this way?
Thanks
illi said:
Thanks raving_nanza. However, I noticed .ico files are much larger than .png files. What's the advantage with doing it this way?
Thanks
Click to expand...
Click to collapse
icos are used in dlls or exes, where as pngs are used only in startmenu using registry. Hence icos are much smaller, but lower in quality compared to pngs...
all your .ico in one single .dll rather than having X amout of .png's clogging up the windows folder. (cleaner)
no registrys to write, just edit the .lnk to the program (registrys use memory, no registry needed)
if editing the .exe directly and replacing the icon (no memory added)
ico drawing is definitely faster.
Thanks for the clarification guys. I appreciate it very much
Use ResHacker to change icon in EXE,DLL file
yeah dude, use reshacker to edit .dll or .exe
use icofx to edit the icon.
(i use photoshop and then convert a .png to .ico)
Rn
MsSigner
Hi,
I've edited the taskbar dlls and changed the icons, but then I'm not able to make them to work.
This tutorial is missing the signature issue.
I've found that dlls need to be signed after modification, and seems that also need to unsigned before editing.
Found the tolls (UnSigner, Signer, and WM65Certs), but I guess that I'm making a mistake in the process.
Can someone indicate how to edit taskbar dlls? (E.G: phcanOverbmp.dll, shellres.192.dll, tapres.192.dll, etc)
- Does original MS dlls need to be unsign before editing?
- Which certificate need to be used for signing?
- how to add the certificate to the cab? Anyone have a cab with the new certificate?
Have someone use restorator instead or reshacker?
Best regards
EDIT
Found this [TUT] from FInixNOver
Do we need a new sdkcerts.cab if we sign dlls using the new certificates?
FInixNOver said:
How to make your own set of Battery Icons:
You'll need some programs, and of course, the dll.
Unsigner - to remove the digital signature from the dll.
Reshack / PE Explorer / Restorator - resource editor to extract/replace the icons inside the dll
iconFX or any other icon editor (GIMP can also handle .ico files) - to edit/create icons
Multiple file Signer - to digitally re-sign the finished dll.
How to do it?
First, remove the digital signature from the dll you’re going to edit, because the icons you’ll be replacing later can have different color depths and that will leave you with an unusable dll (meaning that you’ll not be able to re-sign it).
To unsign a file, all you have to do is drag the dll/mui file over the unsigner.exe and release it. A command window will open and close. You will know if the file has been unsigned by checking its size (it will be smaller). Also remember that the file can't be as read only or the tool will not be able to unsign it.
Then, using the resource editor extract the icons, you wish to edit, from the dll.
With the icon creator application, or by searching the web, make/get your icons.
After this, use the resource editor once again to replace the now edited icons inside the dll.
To finish, re-sign the dll using the Multiple File Signer tool.
That's it!
Click to expand...
Click to collapse
i use reshacker
if their not working after you have signed them, then i think you need to install sdkcerts.cab to your device , softreset and then install/overwrite your old .dlls in the windows folder - and then softreset again
i might be wrong though so dont quote me on that. 60/40
*ill add the sign/unsign to the firsty post
Reshacker & CeleSign
For Sign-Unsign I use CeleSign. It´s very intuitive. The certificates are updated. Just run CeleSign, [not signsis neither SISSigner (inside also)] setup pvc, spc and file to unsign-sign. If the file is signed you must remove the certificate for sign after. Regards
It would also help you guys customizing your own icons in Start Menu by using my JWMD Icon Changer
more stuff at my sig

Categories

Resources