[tutorial] custom icons - Windows Mobile

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

Related

MSCEInf (Cab Analyser) : in the same vein as ThemeGenCE

Just published yesterday, another program MSCEInf (http://www.codeppc.com/telechargements/msceinf/msceinf.htm)
is a Cab Analyser which show you all the things done if you install a CAB on your PocketPC : Files, Registry settings, shortcuts...
It lets you extract all files with original names and build the inf file as it was build before compiled to CAB.
So you can make changes, if you need it, and rebuild the CAB with the program of Microsoft CABWIZ (installed by Microsoft Theme Generator).
It works with all Cabs (also with TSK which are Cabs with extension changed).
It is still in french! but easy to understand. If you find that it is helpful, i can translate it in "loosely" english !
Like ThemeGenCE, it accepts "Open With" command and Drag and Drop on the window (drag and drop a cab on the opened window).
Friendly, Benoît
Thanks benoit - an english version would be nice - my french is not that good :wink:
English version has been sent to the webmaster of CodePPC 5 minutes ago.
Maybe on line today... or in two months...
Friendly, BenThon
MSCEInf in English
Now available in English !
http://www.codeppc.com/telechargements/msceinf/MSCEInfEn.zip
Friendly, BenThon
Merci bien Benoit pour MSCEInf.
It's a great one.
thx
Re: MSCEInf in English
BenThon said:
Now available in English !
http://www.codeppc.com/telechargements/msceinf/MSCEInfEn.zip
Friendly, BenThon
Click to expand...
Click to collapse
thanks benoit!
Nice app. Very well done.
tip: can you make clicking the column header sorting that column?
Cheers
Yes, it is possible. But I have just sent to the webmaster of CodePPC a version 1.3.8 with "cosmetic" improvements.
Maybe for the next one ...
Friendly, Benoît
Nice app. Very well done.
tip: can you make clicking the column header sorting that column?
Click to expand...
Click to collapse
In which pages do you think it will be useful ?
Thanks
Sorry for the late reply.
I also use your app when checking what is installed. Sometimes the deinstallation of apps is not perfect on ppc.
So sorting on items that I want to remove (files/dirs and registry hives)
would be very useful.
But is sorting when clicking the column header not default? I assume not.
Is it possible to make it extract only selected files from the cab?
Thanks
Sort Tabs
I have just implemented the alpha sort for each columns in each tabs.
I will put in the next version. Thanks for the suggestion !
I can send you this version if you give me a mail.
Friendly, Benoît
New Version of MSCEInf (1.3.9)
New Version of MSCEInf (1.3.9)
Improvements :
1) Alphabetic sort on each column in each tab.
2) New button for choosing files to extract :
Either check the checkboxes for selecting files to extract.
Or Drag and Drop files to the right column of selected files and also the ability to unselect file by Drag and Drop from the column of selected files to the recycled bin.
3) Links, About box...
4) Cosmetics...
MSCEInf Webpage
Thanks benoit - i find myself using this program more and more!
Look forward to future updates :wink:
Thanks.
If you are planning more opstions ;O)
- extract using the full path name (directory structure)
- drag & drop from the Files tab directly (with posibbility to do a selection
with the more (click, ctrl+click etc)
Got an error once reusing the already started program when dropping a cab onto it. It wasn't the cab. Retried it but could not reproduce it.
The error was in french while I use he english version.
Again great prgram. I use it nearly every day now.
Cheers
Nice App,
A super feature would be if you can double Click a file and open it with its associated application or as second option notepad (or favorite editor). so you can have a look inside with extracting all first.
Maybe even save it back afer modifictions or a feature to replace an existing file.
@BenThon
Nice tool, great work!
In the right direction to become a full alternative to 'WinCE CAB Manager', for which author claims 149US$ :evil:
If we could delete/ insert new entries/files directly in your tool and rebuilt the CAB, it would be superb ;-)
Suugestions for MSCEInf
Thanks for your encouragements !
My comments :
1) Extract files with full path name : not difficult to do (maybe later).
2) Drag and Drop from Files Tab : not difficult to do (maybe later).
3) Double click and open files with
- associated application
- Notepad
not difficult to do (maybe later).
4) Delete/Insert new entries and rebuild the cab : more laborious to do. But you can use the rebuild INF file after editing and Cabwiz to rebuild the cab. It is not difficult to do.
Next version of MSCEInf (1.4) is quite finished. Now, the program also read the _setup.xml file and extract all datas in it. It also rebuild a traditional INF file.
PS : Maybe, instead of the 145 $ for Cab Manager, my program will become a Cardware (postcard from your location)...
Work in Progress !
2) Drag and Drop from Files Tab : not difficult to do (maybe later).
3) Double click and open files with
- associated application
- Notepad
Click to expand...
Click to collapse
Points 2) and 3) are now implemented. Will be published with future version !
Point 1) for tomorrow !... Maybe...
building cab files...
anyone out there know of any good tutorials for using cabwiz and building an inf file from scratch? I have looked and looked! Basically I want to build some basic theme cabs and a few cabs that make registry changes and then put them into my extended rom. (I do a lot of experimenting and therefore a lot of hard resets!)
thanks, jess
MSCEInf V1.4 New version on line !
Contributions of version 1.4
This version now allows the reading of the files "_ setup.xml" contained in the CAB :
- Rebuilt the tree structure of file XML with possibility of extending or of reducing branches of the tree.
- Also Rebuilt a conventional INF file (can be copied to the clipboard).
- Creates a Memo (can be copied to the clipboard) with the Register keys in a format of the Regedit type (for the "Geeks").
For the CABS with a conventional INF file like those with a "_setup.xml" file :
- Possibility of "Using Folder Names" for files saving.
- Additional Informations on the files with also possibility of sorting on these new columns :
- Size of the file.
- Date and Hour of the file.
- Type of the file (its extension).
- Possibility of Multiselection on the files (Shift, Control).
- Possibility Drag and Drop for one or more files towards the Explorer (Folder, Desktop...).
- Contextual Menu on the file under the cursor (Right Button) allowing :
- Open the file with the associated application (If it is a program - Extension "EXE" - the launching of the program is prohibited, which is surer. The icon of the program is shown) or "Open with..." if there is no association.
- Open the file with the Notepad.
If MSCEinf is defined as an application for opening CAB, the program will be loaded. If it was minimized, it will be restored.
If the button of Checking of Signature is activated, MSCEInf authorizes 2 signatures ' MSCE ' and ' CE4+ ' and only those (If it is not one of the two authorized signatures, the pointer of the mouse positions on the button of checking of signature after having posted a message of alarm). If not activated, there is no checking of the signature of the CAB.
With this version you can reorder columns in Files Tabs.
{
"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"
}
CodePPC Page
MSCEInf Page
English Version
French Version
German Version

.cab type file

A .cab file is a file that you must activate from your phone from a file explorer of some sort. To get them onto your device, you mist set up an active sync connection and just drop the .cab file somewhere you can find it. it will then ask you where you want to save it, and viola, it works.
I know this Thread is kinda old by now, but i just got a question on the cab files.
So i see how u make them work now, BUT what exactly are they? what are they made of? what is their exact function?
.CABs are basically .exe files (for Windows) or .app files (on a Mac). They're executable files which install an app onto your device. Think of them as 'advanced' ZIP files.
.CABs are not a kind of .exe (executable) files! Think of them as advanced .ZIP files. A .CAB can be generated using CabWiz.exe (Pocket PC) or CabWizSP.exe (Smartphone). The source of a .CAB file is a .INF (Textfile with a special format - looks very similar the the good old Windows .INI file format) file.
On a WM device the .CAB file extension is associated with wceload.exe which executes the instructions contained in the .CAB file.
Microsoft Visual Studio will create .CAB for "Smart Device Projects" automatically but often they are not very useful. As a good developer you should consider writing own .inf file for your project so you have the full control what will happening if the user opens your .CAB on the device.
CAB = Cabinet
​EDiT: Soon I'll try to make a more readable document about *.cab as is now as described below,
Actually *.cab files gives us WM5/6 Standard Professional users the power to configure our devices the way we want! And fast especially when User Customization is build into ROM thus SDConfig.txt + SDautorun.exe cq runcc.exe cq DevPrep is used! Then we 'the users' and 'ROM flashing junkies' get super fast multi mega provxml and cab battle installs on the fly
Here some Graphic User Interface (GUI) builds around several cabxxx.exe utilities ;
QuickCab was one of my sticky cab application(s)! It made my day several times Nowadays I'm using Extendir Cabs (below).
-=[ Screenshot1 ]=- -=[ Screenshot2 ]=-
::
Did you know that CAB files transfered via ActiveSync may be altered during the transfer process? If you have a CAB file which has been authenticode signed with a certificate, ActiveSync may strip off the certificate during the transfer process if it determines the connected device does not support signed cab files. This is something to be aware of, if you notice your CAB files won’t install if you download them across the network, but will if manually transfered via ActiveSync.
::
Extendir Cabs (with nice GUI) is an utility to create cab files.
Basically it’s a shell around cabarc.exe. It converts rgu/reg/xml/provxml files, create _setup.xml, create all the different install paths to optimize for Extendir (optionally you can switch this off). So it’s very easy to convert your tweaks or packages to a setup cab.
http://forum.xda-developers.com/showpost.php?p=4033241&postcount=4
-=[ Screenshot ]=-
[APP] CabGen - easily create .cab from wap-provisioningdoc ONLiNE
http://forum.xda-developers.com/showthread.php?t=441577
[APP] ai Cab Explorer utility: new way to explore cab files on your disk (view manila pictures, build multiple cabs album)
http://www.xda-developers.com/forum/showthread.php?t=561968
ProvXMLCreator [1.0][Autoconfiguration for WiFi, Certificates and email]
http://forum.xda-developers.com/showthread.php?t=630094
reg/rgu-2-xml
http://forum.xda-developers.com/showthread.php?t=386677
Registry format conversor: xml to reg
http://forum.xda-developers.com/showthread.php?t=299308
Use SK-Tools (not free, though partly functional) it exports registry and can create a cab! It has also a reg editor. Plus.....
S-K-Tools main site!
http://www.s-k-tools.com/index.html?m_products.html
S-K-Tools freeware site! ;
http://www.s-k-tools.com/index.html?m_util.html Check these two free awesome applications;
CabInstl :
-=[ Screenshot animated ]=-
This program is an installer for CAB files and allows to install PocketPC programs into YOUR specified folder instead of that by default created by the standard installer!
SSNAP : REGiSTRY/~ SNAPSHOT 'N + 2nd SNAPSHOT and COMPARE on PocketPC!
-=[ Screenshot ]=-
The program takes a snap-shot of the state of PocketPC that is useful for monitoring of changes on PocketPC, e.g. those made during installation of programs. To compare snaps of two different PocketPC states it is possible to use the utility iDiffCE on your PocketPC (see below) or any other utilities for comparison of text files on desktop PC – e.g. ExamDiff.. or Total Commander (PC version) (TC it's; Compare files by content function).
What is saved in a snap:
- contents of the registry (keys and valuess);
- listing of the file system (folders and ffiles; for files their dates and sizes are saved, the control sum is counted up);
- state of system databases (the list, the size, number of records, date of the last update).
Usefull tools for packaging and development issues
http://support.microsoft.com/kb/198038/
[Personal Computer]
[APP] Pocket PC Themes Toolkit v1.03
After installing this application.. magically cabwiz.ddf , CabWiz.exe and makecab.exe appeared within its directory just when I needed them!!! *cough*
[UTILITY] CabTools - ROM package <--> CAB converters and more. For ROM builders!
http://forum.xda-developers.com/showthread.php?t=467842
Free Microsoft XML Notepad 2007;
http://www.microsoft.com/DownLoads/...49-787d-4118-ba5f-4f30fe913628&displaylang=en
(FYI: manually press download)
Download cabsdk.exe ( http://theether.net/download/Microsoft/Utilities/ ) for documents that describe the internal structures of CabinetFiles, samples to use from C and a description of cabinet.dll.
(FYI: cabsdk.exe is a compressed executable zip file).
Universal Extractor (guess what; it supports cab(!) and so.. so much more (like *.msi). Running from CLI is no problem eighter, which is great for batch processing).
http://legroom.net/software/uniextract
-=[ Screenshot1 ]=- -=[Screenshot2 ]=- -=[ Screenshot ]=-
WinCE cab Manager not free
-=[ Screenshot ]=-
CEcabManager TiP; Get your desired *.cab!
1) keep PDA disconnected (no active sync session)
2) install exe as usual and, when standard installation dialog will appear, go on (later cab installation will begin when you'll connect phone to pc)
3) open (on PC) regedit.exe
4) go to this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AppMgr\Apps
5) there you'll find a list of installable cabs via active sync
6) under each application, the value ListCabFiles is the name of cab file and the value InstallDir is its position of file system.
Remember to uninstall exe after you copy/move the cab file (or delete application key) otherwise installation of cab files will start on next activesync session!!
Simple, isn't it?
MSCEInf FREEWARE
Version 2.6 (developed in Delphi 2007 for W32)
-=[ Screenshot ]=-
http://www.codeppc.com/telechargements/msceinf/msceinf.htm
above webpage Translated into English
MSCEInf (aka MSCEInf.exe) is a fantastic piece of kit that allows the user to inspect the contents of .cab (and .tsk) files.
In addition, the program enables you to extract files from a .cab, and use embedded XML or INF files to construct the relevant .rgu or initflashfiles entries.
{
"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"
}
Version française​ French Version
English version​ English version
Deutsche Version​ Deutsche Version
Versione Italiana​ Versione Italiana
Versione Spagnola​ Versione Spagnola
Version Néerlandaise (hollandaise)​ Version Netherlands (Holland)
CABpack ; http://www.larshederer.homepage.t-online.de/cabpack.htm
Pocket PC Installation Creator 2.6 - Not Free Handy tool for creating exectutable PPC apps
http://pocket-pc-installation-creator.en.softonic.com/pocketpc
A few links I stumbled upon recently;
MS-Cabinet File WrapperClasses
http://www.codeproject.com/KB/files/cabfileclass.aspx
Cabinet File (*.CAB) Compression and Extraction
http://www.codeproject.com/KB/files/CABCompressExtract.aspx
How to implement creation and extraction of Microsoft CAB files
CDirectoryChangeWatcher - ReadDirectoryChangesW all wrapped up
http://www.codeproject.com/KB/files/directorychangewatcher.aspx
This class wraps up ReadDirectoryChangesW.
CTextFileDocument
http://www.codeproject.com/KB/files/textfiledocument.aspx
CTextFileDocument lets you write and read text files with different encodings (ASCII, UTF-8, Unicode 16 little/big endian are supported).
CEregEditor : CEregEditor is free ware and runs on PC in combination with ActiveSync. It allows editing of the registry of the PocketPC right on your PC. Extra's; it dan import/export *.cab files! Use the compare tool to save an image of the registry (F2) then after installing a cab, use Images -> compare registry.
-=[ Screenshot attached as picture ]=-
Senax

[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

Categories

Resources