Custom Program Folders - Tilt, TyTN II, MDA Vario III Windows Mobile ROM De

Does anyone know of an easy way to create custom Program folders and then move applications to those folders? I want to clean up the Programs group and would prefer not to have to build me own ROM.
Thanks in advance.

jamesjsenecal said:
Does anyone know of an easy way to create custom Program folders and then move applications to those folders? I want to clean up the Programs group and would prefer not to have to build me own ROM.
Thanks in advance.
Click to expand...
Click to collapse
total commander works fine and its free.

Thanks for the info. TotalCommander works great.

NP. Glad to help.

Hi, Is there a way in totalcommander to change the folder icon to a "fancy" one such as a "multimedia" folder with different icon?

lindsaydr said:
Hi, Is there a way in totalcommander to change the folder icon to a "fancy" one such as a "multimedia" folder with different icon?
Click to expand...
Click to collapse
Not easily. If the folder contains a file called "icon.lnk" that points to a particular icon within a DLL, then WM will display that icon rather than the "normal" folder icon under Start > Programs.
I've stolen the icons from Dutty's excellent ROMs, and cooked them into my little one. I've just tried to convert that into a cab that will install the icons into the Multimedia, Tools, and Apps folders under Start > Programs. I haven't tested it, and I think you'll end up with blank folders if you don't have Multimedia, Tools and Apps, but it should work!
Dutty - I know I haven't asked your permission to use your icons, so if you would rather I didn't, then please let me know and I'll delete this post and the attachment immediately. Thanks.

C'mon, man...
It's actually easier than people make it sound. All you need is a resource editor. You create your own .dll library or edit an existing one, I like to use Gconvert.
You will notice that any of the programs or folders that have "Custom Icons" have a specified path to the .exe usually followed by something like this: ?resource.dll -1001
This tells the system what library holds trhe icon & it's position within that library. You can modify existing libraries or create your own.
Just look for GConvert & PHMicon.dll (To use as a base)

GSLEON3 said:
C'mon, man...
It's actually easier than people make it sound. All you need is a resource editor. You create your own .dll library or edit an existing one, I like to use Gconvert.
You will notice that any of the programs or folders that have "Custom Icons" have a specified path to the .exe usually followed by something like this: ?resource.dll -1001
This tells the system what library holds trhe icon & it's position within that library. You can modify existing libraries or create your own.
Just look for GConvert & PHMicon.dll (To use as a base)
Click to expand...
Click to collapse
Cheers GSLEON!
I'll have to have a play around with that. I love this forum - you learn something new every day.

Confused Stu said:
Not easily. If the folder contains a file called "icon.lnk" that points to a particular icon within a DLL, then WM will display that icon rather than the "normal" folder icon under Start > Programs.
I've stolen the icons from Dutty's excellent ROMs, and cooked them into my little one. I've just tried to convert that into a cab that will install the icons into the Multimedia, Tools, and Apps folders under Start > Programs. I haven't tested it, and I think you'll end up with blank folders if you don't have Multimedia, Tools and Apps, but it should work!
Dutty - I know I haven't asked your permission to use your icons, so if you would rather I didn't, then please let me know and I'll delete this post and the attachment immediately. Thanks.
Click to expand...
Click to collapse
thats ok mate, well done

Related

Changing System Icons on WM6?

I downloaded a bunch of nice glass icon set and would like to replace the existing WM6 icons such as MEI and other programs. What is the easiest method of doing this? I did a search but found no results. Any help would be appreciate it.
To change icons in start menu you need to replace the icons on shortcuts by changing the *.lnk files in windows\start menu and its sub-folders.
Just add a ',' (coma) to the end of the text in the file followed by the name of the icon file. You could also look for apps that make shortcuts on PPC. There are even some free ones.
But if you want to change icons of today plugins and other system icons you need to unsign, res-edit then resign some DLLs and that's not an easy process.
Darn it, check this out i got these awsome icons i wanna use.
Link: http://solsie.com/glass-icons-ms-windows/
Ok so these are program icons. No problem there - just get a good graphics app to shrink them to 32x32 pixels and save as *.ico (windows icon format).
Check out GIMP, its free and supports many formats including *.ico and *.png
Then change the shortcuts in start menu.
Like I said before there are several apps (sorry, don't remember their names) that will let you do it easily.
But if you want to change icons of today plugins and other system icons you need to unsign, res-edit then resign some DLLs and that's not an easy process
The above is what I want to do, can you point me in that direction.
YES!!!!, I was able to copy the .png file to my storage card. Then using total commander, I was able to MOVE the file to the windows directory overwriting the original file. Then I did a soft reset to make sure it stuck, and it DID!!!
any chance you want to post the files that you used to overwrite the system files
thank you!
I`m intrested too! Thanks!
IronRed said:
YES!!!!, I was able to copy the .png file to my storage card. Then using total commander, I was able to MOVE the file to the windows directory overwriting the original file. Then I did a soft reset to make sure it stuck, and it DID!!!
Click to expand...
Click to collapse
Can you tell me what the location was that you copied to - all I can find is the hklm etc etc and it wont let me move to there

How to make .ink files to link the programs in my SD card to the programs folder?

Hi,
I've been using PPCs for a while, but as I've started to use cooked roms, I've hard reseted more the past two months more then my entire life since these awesome chefs just keep pumping them out. But my problem now is that the programs I've installed on my SD card are no longer automatically recongnized by the device and I've got to total commander to SD card, program files... to get to the files instead of it being organized in the programs folder. So I have two questions. How do I make .ink files, and where should I put these links so that they show up in the programs?
Thanks
Try using Total Commander to make a shortcut(lnk) in \windows\start menu.
thanks for the responce, but I'm looking to how to put it in the general program thing so that other launchers such as HTC home can access it. And could you specify how you would use total commander to make an ink file?
Thanks
I just use the Explore function in ActiveSync, navigate to the EXE I want to make a shortcut of, right click and select Create Shortcut then copy and past in wimndows\startmenu\programs\folder name of your choice.
boomermax said:
I just use the Explore function in ActiveSync, navigate to the EXE I want to make a shortcut of, right click and select Create Shortcut then copy and past in wimndows\startmenu\programs\folder name of your choice.
Click to expand...
Click to collapse
Ah... ok, that sounds like it should work.
Thanks for the help.
Alternatively, if you no the full path of the file, you can open up notepad on your desktop computer, type in "#" followed by the full path, and then save that file as an lnk file. (not "LNK" not "INK").
E.G.
Code:
#"\Storage Card\My Folder\My Program.exe"
For some links, and some more info on creating them, try this thread.
l3v5y said:
Alternatively, if you no the full path of the file, you can open up notepad on your desktop computer, type in "#" followed by the full path, and then save that file as an lnk file. (not "LNK" not "INK").
E.G.
Code:
#"\Storage Card\My Folder\My Program.exe"
For some links, and some more info on creating them, try this thread.
Click to expand...
Click to collapse
how can i assign icons to the links using this method. tnx..
dielo said:
how can i assign icons to the links using this method. tnx..
Click to expand...
Click to collapse
Umm... I'd look at some existing lnk files, from the ROM, and they will have icons.
The lnks will have (by default) the same icon as whatever you're linking it to.
l3v5y said:
Umm... I'd look at some existing lnk files, from the ROM, and they will have icons.
The lnks will have (by default) the same icon as whatever you're linking it to.
Click to expand...
Click to collapse
thanks. but im trying to make a .lnk and also change icon.i saw it in other thread btw. it's like this:
ex:
10#"\path\app.exe"?icons.dll
Click to expand...
Click to collapse
now im wondering what if there are multiple icons stored in the .dll, how will i indicate the icon i want to use? what value do i need to put or change?
dielo said:
thanks. but im trying to make a .lnk and also change icon.i saw it in other thread btw. it's like this:
ex:
now im wondering what if there are multiple icons stored in the .dll, how will i indicate the icon i want to use? what value do i need to put or change?
Click to expand...
Click to collapse
SK has a really easy tool to allow the change of icons from .dll's, but it's a few dollars.
TheChampJT said:
SK has a really easy tool to allow the change of icons from .dll's, but it's a few dollars.
Click to expand...
Click to collapse
i have the tools to change the icons inside the dll. what im trying to ask is how to use the icons inside the dll.
ex:
icon.dll has 10 icons. ill use icon 6 inside the .dll to the shortcut i've created, how can i use the icon 6 inside the .dll to the .lnk that im going to make.
lnk to start two programs
Anybody could tell me please,
how to make lnk to start two programs simultaneously

[Tutorial] How to create Titanium skins (WM6.5)

Theres one thing I have to say before I begin: Make good skins!
Theres nothing wrong on reusing stuf from others (with due credits and permission, if needed) but dont go for the easy mix, make some good graphics with cool transparencies and plently of bling.
Please dont make ugly skins (like I did) for example, the M2D skin thread is huge, but only some are thrully nice and different.
Each person has its own taste, but lets all make an effort to raise the bar.
The skin change can be as simple as editing the 2 main images: The main tab and the minimized tabs, you can do much, much more, but those 2 images are the main change to the visual effect.
The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed).
The main tab is a png inside a DLL with other icons, for that you need to edit the DLL with a special program.
To edit the DLL (containg the main graphics and icons):
----------------------------------------------------
- Download ans install the PE Explorer trial: http://www.heaventools.com/download.htm
- Copy bronzeres.dll from the Windows folder to your SD card then to your PC.
- Open the DLL in PE Explorer and click on View > Resources
- See all the files inside the RC Data folder and double-click the png number 3000 for portrait or 4000 for landscape.
- Import a new PNG into that new screen and save the dll when finished (backup yours first).
- Download, export an open MSigner and open your dll inside this software.
- Copy that dll into your SD Card and then into the Windows folder (use Resco explorer if it denies access).
- Reset and enjoy.
To change the layout of the plugin you need to edit the Titanium_*.cpr file on your Windows folder (like Titanium_240x320.cpr, or whatever your screen resolution is), its a "simple" XML inside, you can see it with Notepad.
See this link for a detailed explanation of it:
Titanium Walkthrough by drkfngthdragnlrd
http://forum.xda-developers.com/showpost.php?p=3601164&postcount=2
You can download here a (bad) example of a simple skin.
More tools for developers:
--------------------------
A Guide to Windows Mobile 6.5 by joel2009
http://forum.xda-developers.com/showthread.php?p=3626556
CPL/CPR online creator:
http://forum.xda-developers.com/showthread.php?t=520857
Worked like a charm...
Great tutorial...
Many Thanks
Thanks, Iwas trying to look at the bronzeres.dll with reshacker and getting really confused. All I saw was a bunch of code. No images. I'll try this PE Explorer out. Anybody know if there is a chrome or grey theme already? Do we not need to sign the dll as in previous skinning like taskbar?
Hmmm... to be honest I dont remenber if I signed it, I dont think i did... :/
PNG Format
Hi TWolf,
thanks for the perfect instructions. Just tried myself. WAnt to change the 3000.png. But if I export it into Photoshop and create a new one with transparnency Titanium just shows background after having copied the new dll.
Do you know the specifications of the PNG?
Thanks
Januwar
there is also a tutorial for cpr files?
would be nice like the one for manila 2d, where people put lines and explanations...
Januwar said:
Hi TWolf,
thanks for the perfect instructions. Just tried myself. WAnt to change the 3000.png. But if I export it into Photoshop and create a new one with transparnency Titanium just shows background after having copied the new dll.
Do you know the specifications of the PNG?
Thanks
Januwar
Click to expand...
Click to collapse
Hmmm.. I used simple 32 bits alpha transparent pngs from flash or paint shop pro... :/
KeRmiT80 said:
there is also a tutorial for cpr files?
would be nice like the one for manila 2d, where people put lines and explanations...
Click to expand...
Click to collapse
The link on the first post of Titanium Walkthrough by drkfngthdragnlrd has some info on that.
when i replace the file and reboot it. I get a blank today screen and its set on windows default so i guess i'm doing something wrong. Same problem as januwar
Thats strange, could you test this?
Open your file on the signer and after its signed try to put it on the windows folder again...
I wasnt sure this step was really needed..
signed file works
thank you!!!
now just a question...how to add icons to "collapsed" tabs?
what i understood is that is possible to link to an external icon or use one in the bronzeres.dll...
...i'd like to know how
Thanks, added to the tutorial.
That depends of the plugin, if it uses icons that are inside this dll, then they can be changed too... If they use external pngs, thats even easier.
yes but only if the plugin already has the code to display an icon in the cpr right?
dont' know...it's the right place to ask for an example?
how to add an icon (not to change only) can you show the lines to add to the cpr for a generic tab? maybe it's possible to use the chome editor, i saw some registry entries related to icons in tabs editor...
something easy...newbie level please
its exacly the same procedure, just instead of being that icon number, its another one... :/
In some cases, if you edit the registry to a full path png file, it will use it.
no sorry maybe i didn't explain myself...
default plugins in titanium has only text when not selected, right?
now if i want (like i saw in some themes) to add an icon on the left to a non selected tab i think i have to edit the cpr and add some lines to create a link to a number in case of bronzeres or to an external png.
what i need is an example of these lines to add to cpr so i can replicate on my own for all my installed plugins.
i hope i've been more clear this time
ps :sorry for the dumb question as i told you i'm newbie, thank you for your help
Theres already a thread, as I said, to show ppl how tu use the cpr files... :/
You can see a example of what I did here:
http://forum.xda-developers.com/showpost.php?p=3788297&postcount=45
I added this to the condensed view of my resolution cpr:
Code:
<Image ID="[B]ICON[/B]" Left="0" Top="0" Width="36" Height="36" />
And this to the registry:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\system\CondensedPage]
"[B]ICON[/B]"="\\[I]My Documents\\Themes\\Titanium System Panel\\sd.png[/I]
thank you
i've read the walkthrought but i couldn't find these...maybe i have to search in the whole thread
These nice people copied the first post text and did even gave credit to xda:
http://pocketpc-live.com/pocket-pc/how-to-create-titanium-skins.html
Send them a nice letter of thanks.
OK...color me stupid, but I don't see CHome_listback.png on my device...I read and followed:
"The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed)."
from the first post, but it is not there. it sharts with CHome_send..... and then a list of CHome_ Win..... images, but no CHome_listback.png!!
Any suggestions or ideas as to why?
Thanks
Strange, maybe it could be a different build, to be sure, copy my png from the UGLY SKIN to your Windows folder.
syrguy1969 said:
OK...color me stupid, but I don't see CHome_listback.png on my device...I read and followed:
"The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed)."
from the first post, but it is not there. it sharts with CHome_send..... and then a list of CHome_ Win..... images, but no CHome_listback.png!!
Any suggestions or ideas as to why?
Thanks
Click to expand...
Click to collapse
Me too, I could'nt find CHome_listback.png at all with Total commander/or Resco - just the same list as above.
I'm using NRGZ rom on the Diamond

Icon changing apps?

Hello. I really want to make my apps their own icons, but the only way to do that is to edit their coding. I'm no coder.
So, I come to XDA asking a simple question.
Are there any apps that allow me to import icons, or take existing ones, and swap them around to different apps? Or that let me assign an icon to an app?
This would make my phone look complete.
I have tried Reshacker, but that does not work
Please help!
If not, would anyone be interested in making one possible?
Many would donate, including me, and I could help with the graphics.
Sorry to double post this, just thought this would be the appropriate area for this.
This thread is about folder icons, but really, it's not any different to put an icon into an .exe with reshacker. You need to convert a .png file to an .ico file first (maybe that's what you're missing). IcoFx is really easy to use. Another tool is SK Shortcut Manager. If an .exe already has an icon in it, you can swap it out with SKSM for another from a .dll.

[Q] Tutorial: Create or Change own Softbar for CHT2?

Is there a Tutorial on how to change an existing or create a new Softbar for CHT2?
iselia said:
Is there a Tutorial on how to change an existing or create a new Softbar for CHT2?
Click to expand...
Click to collapse
Sure out there are some tutorials, but its actually not that hard:
You will need the program cfc_gui and a program like gimp or photoshop. You have to find the 5E90131C_manila file in your windows directory and copy it to the sd card and after that put it somewhere on your pc.
Open cfc_gui and open the folder the manila file is in. Than in the lower right corner select save as and change it as a image file.
Now you will have a image with 512x128 pixels. Open in your photo editing program a document with these dimensions.
After that you can start editing or creating a new one. The other image is only a guide so that you dont create a file that isnt usable.
If you have the image ready, then just open cfc_gui again and select the 5E90131C_manila. then in the lower right corner you press replace and choose your image. Now you have the image stored in the manila file. After that you can take the 5E90131C_manila and put it into the windows directory of your phone and overwrite the old one. After that restart sense and you are done
Thank you!
I will try it.
If I am not able to do it, after your explanation, I have chosen the wrong profession (M.SC. Computer Science) *g*
btw.
You created some great Themes and Customizations!
In which Manila files will I find the icons for cusomization? Not only the background?
iselia said:
Thank you!
I will try it.
If I am not able to do it, after your explanation, I have chosen the wrong profession (M.SC. Computer Science) *g*
btw.
You created some great Themes and Customizations!
In which Manila files will I find the icons for cusomization? Not only the background?
Click to expand...
Click to collapse
Hehe^^ I am sure you will manage that, if not, just ask again
The icons are a lot easier. Just make an image with 128x128 pixels and name it:
CHT_softkey_win
CHT_softkey_menu
CHT_softkey_tabslider
CHT_softkey_phone
CHT_softkey_web
and
CHT_softkey_lock
after that just place them in your windows directory of your device and after a sense restart you are done
Great, if I get some good results I will post them.
how can i link missed calls count and sms and email to softbar and show them insted of link to oben the default web, phone, slider, lock, etc
Check this thread if you havent already.
there is a couple examples and Nordpolcamper uploaded a little guide/ template.
http://forum.xda-developers.com/showthread.php?t=993177
for me it was hard to get it aligned perfectly. you could always paste a softkeybar on your wallpaper and use a transparent softkeybar as the actual bar itself.
let me know how it goes.
thanks but this is not what i was asking for ,, i want to to have my missed calls and sms email, notifications shown on task bar .. like the notification bar widget but the task bar counts it so i have for example in my taskbar instead od lock button an image (custom softkey) you know we have at CHTEditor>softkeys>custom key1,2,3 with run path1,..etc and command line and icon path but
dody said:
thanks but this is not what i was asking for ,, i want to to have my missed calls and sms email, notifications shown on task bar .. like the notification bar widget but the task bar counts it so i have for example in my taskbar instead od lock button an image (custom softkey) you know we have at CHTEditor>softkeys>custom key1,2,3 with run path1,..etc and command line and icon path but
Click to expand...
Click to collapse
mmhm I dont think, that this is actually possible right now. There is no program you could asign for the softkey.
What you are looking for I have only seen on android devices.
hope see it soon
How can I combine my changes in a .cab file?
Any tutorial out there?
Usually I use the search function, but never sure where to look for (hd2, win 6.5.x ...)
iselia said:
How can I combine my changes in a .cab file?
Any tutorial out there?
Usually I use the search function, but never sure where to look for (hd2, win 6.5.x ...)
Click to expand...
Click to collapse
Hehe^^ well the easiest way to make a cab is using Quick Cab. Just search it and you will find it Lanch the taxi like exe and then go to files, then select all your files on the left side and then select windows on the right side and press add.
After that go to create, select the name for your program, enter your name and then go to browse, select where you want to save it, then enter the cab name press ok and then press create.
After that you are already done
Uploaded my first version.
Give it a try if you like it.
http://forum.xda-developers.com/showthread.php?p=12191104#post12191104
iselia said:
Uploaded my first version.
Give it a try if you like it.
http://forum.xda-developers.com/showthread.php?p=12191104#post12191104
Click to expand...
Click to collapse
looking good But I would recommend, that you use higher resolution icons for the softkeys, because they appear to be blurry^^
It's only the screenshot I think.
They look good on my device.
hey nordpolcamper i wann to make softbar too ,i read ur tutorial and when i make that,how can i make cab file to just install it not to copy in folder on my phone and overwrite files?
trezack said:
hey nordpolcamper i wann to make softbar too ,i read ur tutorial and when i make that,how can i make cab file to just install it not to copy in folder on my phone and overwrite files?
Click to expand...
Click to collapse
Thats quite easy But if you really want to work on the Softbars, I highly recommend just overwriting the files. Cause if you always install a cab you will get a very huge list in your programs list and that can be very messy. But if your eyes are set on it, I would suggest you download quickcab.
For simple cabs this is the best program and its very easy to use. Just set the directory to the windows folder, add what you want to copy and then give the program a name and a name for the Cab and press generate and everythings already done.
If you need help, just say so
i will just overwrite till i make a good one. ty for help
i have your nordpolcamper gingerbread theme its great..but when i make softbar its only picture ..how did u made icons for softkeys for web phone and startmenu?
here you go
Nordpolcamper said:
Hehe^^ I am sure you will manage that, if not, just ask again
The icons are a lot easier. Just make an image with 128x128 pixels and name it:
CHT_softkey_win
CHT_softkey_menu
CHT_softkey_tabslider
CHT_softkey_phone
CHT_softkey_web
and
CHT_softkey_lock
after that just place them in your windows directory of your device and after a sense restart you are done
Click to expand...
Click to collapse

Categories

Resources