binar1 Custom App Folder Project
I love changing folder icons on my pc desktop computer so they are easy to recognize and wanted to do the same on my PPC and phone.
There is plenty of info on how to change icons on mobile device and software such as SK Shortcut Manager that can make these changes quickly.
However there seems to be a lack of standard folder icons that represent the application or files it contains.
So i have started a project to make custom folder icons for all apps on my phone, and thought I would make them available here as a thank you for all the help the members of this site has given me. Even though this is my first post I have spend many hours searching, reading and learning.
Seeing as folders manly show in a file explorer I have made the first test set for Resco Explorer and a few other Resco apps. The sample set below contains a dll with Resco icons in Win2k, WM5 and WM6.1 style folders plus standard app icons (see screenshot)
Now the plan is to duplicate this for as many apps as I can, but this is a slow process. I am still learning and need some help to move this project forward.
I have tested these on my TyTN II and ipaq RX1950 and they look great to me.
If anyone would like to test the samples set and suggest anything to improve future sets please let me know.
Current ideas include.
Making separate dll for each folder type.
Matching pc desktop folder icons
Creating other formats for use in other apps
Update
Added Spb Folders Separate dll for each folder type
binar1
Related
I've installed 50+ applications on my new HTC kaiser (which runs WM6.1 OS), its getting a little bit embarrassed because its very hard to pick a program up from the sea of icons.
Is there any way could possibly sort applications into different folders? (e.g. all gps applications go to a "gps" folder, all instant msg applications into a "IM" folder?)
btw, Is it possible to create a shortcut for the "green" application in the "programs" page(no installation needed, just run it in the file explorer) ?
thanks in advance!
jldiablo said:
I've installed 50+ applications on my new HTC kaiser (which runs WM6.1 OS), its getting a little bit embarrassed because its very hard to pick a program up from the sea of icons.
Is there any way could possibly sort applications into different folders? (e.g. all gps applications go to a "gps" folder, all instant msg applications into a "IM" folder?)
btw, Is it possible to create a shortcut for the "green" application in the "programs" page(no installation needed, just run it in the file explorer) ?
thanks in advance!
Click to expand...
Click to collapse
You can add as many folders as you want. Just use a decent file explore & create as many new folders as you want in \windows\start menu\programs
Then cut & paste the shortcuts located in \windows\start menu\programs into the new folders...
I have many programs & my programs page has about 7 folders. You can even add custom folders & Icons by adding a resource file & a ?xxxxxx location direction command to the end of links....
For instance I have in my start menu a Phone & Messaging folder with all my phone & mressaging apps. Another for Multimedia.
got it!!!!!
Big thanks to *legendary* GSLEON3!
Legendary??? Well, ok, I guess in my own mind at least...
I'm nobody, Just a guy that can read & has been around long enough to know that you will learn more reading old Blue Angel & Hermes threads than you will anywhere else. Sure, most of the stuff won't work on Kaiser, but all of our tools & methods are adopted from there. The theory behind everything lies in those old threads.
I switched from Palm to the Sprint TP with WM 6.1 (I love the change). When I had my Treo, there was a program called Sharklinks http://www.ludustech.com/sharklinks/ . It was great. It would create a palm launcher icon (shortcut), that was related to a browser url.
You would click on the shortcut, it would launch your browser, and bring you to the site.
Is there any such program that will work on the sprint TP.
TIA
You have a few options. If you want to access the icon from the today screen, you can add the URL shortcut file as a document to Today plug-ins like Resco Explorer.
You could also drop the URL shortcut into your /Windows/Start Menu directory or /Windows/Start Menu/Programs to get to it other ways.
I made the switch from Palm OS several years ago and am never going back.
use touchflo
as i recall, touchflo 3d displays your favorites from opera on the internet tab under the youtube link!
I guess I am trying to figure out how to create the url shortcut.
I want to set up a folder under the start menu for streaming radio stations.
I then want to setup shortcuts in the folder so that when I click on them the Station starts to play.
Do I just copy the URL, and past in the folder to create the shortcut for that url.
I am a windows maniac, but I am just learning WM 6.1
Bump to the top
bump to top
Is there a way to create folders in the Start menu in WM6.1 Pro? And, to this guy's point, is there a way to make an item in the Start menu be a URL?
I figured my problem out. I was able to click on the radio station links, and they created ASF files in the music folder. I then used Shortcut Creator to create shortcuts to the ASF files in a folder in the programs section of start up.
And to answer JonDeutsch's question: the easiest way is to access your mobile device re: activesync, go to the directory windows/startup/programs, and right click, and new folder.
Hope that helps.
P.S. I still have not figured out how to actually create a URL Short cut that I can put into any folder I want. This community is a great group of developers. This would be a great program to develop.
Hello everyone,
In my quest to automate set up post ROM flashing, I have written a Mortscript to set up the start menu and the Manila Program launcher.
Everyone has their own preferred set up, and I was finding it time consuming to move all the shortcuts around to the directories I wanted them in.
I know some installers like Sashimi allow you to place new cabs where you want, but I couldn't find anything to automatically reorganise my menu including existing apps in the ROM.
I tried xml provisioning and SDConfig etc, but I just couldn't get it to work in an acceptable fashion.
Hence the script.
OK, so the script moves all of the program shortcuts (lnk files) to a flat directory on the storage card.
The existing start menu is then deleted (with the exception of settings).
The script reads in a config file (needs to be in the storage card root and called custom.txt but can obviously be editted in the mortscript) and rebuilds the menu.
If no entry is found in the config file for a particular shortcut, then the shortcut is moved to "Program files\unused"
Hopefully the config file layout is self explanatory.
An example entry.....
--,\Windows\Start Menu\PIM
Messaging.lnk
contacts.lnk,
PIM Backup.lnk
iContact.lnk
Calendar.lnk
Tasks.lnk,1
Messaging.lnk
PIM Backup.lnk
ThumbCal.lnk
-- indicates a new directory to be created, in this case \Windows\Start Menu\PIM
The , is a separator between indicating it is a directory to be created and the directory structure itself.
The shortcuts speak for themselves, and will be set up under the directory structure above. If the shortcuts are succeeded by a , and a value between 1 and 18 (e.g. tasks in the example above) the shortcut will be mapped to the manila program launcher.
The spaces before the lnk files don't matter, just makes the config file easier to read.
No reset is required.
In terms of debugging, there is a debug flag in the script. Set the value to 1, and the output will be logged to Storage Card\log.txt
Hope this is useful for some of you.
*Note there are a couple of bugs.....
1) The icon's linked to folders (e.g. the little playing card associated with the games folder) often get deleted.
2) The .net configuration program. For some reason Mortscript doesn't seem to handle files starting with a . very well so there's some hardcoded renaming going on (all in a dedicated subroutine)
Hopefully I'll get those fixed, but no promises.
Enclosed zip has the script, an example of custom.txt and an example of the debug output.
Huge thanks to Mort as ever, as well as a couple of others from whom I have "re-used" ahem, some of their public scripts.
If anyone knows how to do this via provxml or SDConfig, then please post!
Mods - should I add this in to the mortscript examples thread (things do get a little buried on there & hope it's ok to post this here as its relevant to flashing) ?
I'll try not to digress too much but there seems to be some ongoing topic of Sense 2.1 vs 2.5. For many it is the "eye-candy" and challenge of and fun of flashing and trying new things (that hits me intermittently) but for others that use the phone a lot for business it is about usability, speed and stability.
For the most part it seems like the People Tab is one of the main usability issues for 2.5 vs 2.1.
I have partially answered this by making icons and using a program makecall.exe and adding links to my Programs Tab for another separate icon based Favorites page.
I think I can really hone this down if someone can help me come up with a way to have one of the Manila Home page softkey open up a Folder (that I have located in the Start Menu in a Folder called "Dial". I know how to change the softkey to point to a .lnk of program but I don't know a way to get the Softkey to open up a Folder in the Start Menu ...
if I can get help with this then I can (at least for me) greatly improve 2.1's usability while still getting its better performance
Bump
No suggestions on how I can make a Softkey for Manilla Home Page or otherwise point to a Start Menu/Programs folder ????
This Folder has Icons associated with a Makecall.exe .lnk for various Favorites in a stacked format , like in Manila 2.5
???
In the registry hklm\software\htc\manila
You put the lnk or exe path for the file explorer in either either HomeLSKPath or HomeRSKPath then change the HomeLSKArguments (or HomeRSKArguments) to '\Windows\Start Menu\Programs\Whichever folder you want'
pretty sure that should work.
I pretty much gave up on Sense 2.5 because of the lack of programs tab, ok you get quick links but you don't get many, and if you use one of the many mods to get more it just slows Sense down even more, I do miss HTC messaging in sense 2.5 though, I know it was slow but it just had some great features.
The problem with this is that it opens the folder in a different way than when I click on the Dial Folder I created in the Start Menu.
When I click on the Dial Folder in the Start Menu I get nice icons that I created for my Favorite People (or Programs , or whatever I wanted to put in there)
When I do it through the File Explorer I get a list of the links and not the nice Icons
The only thing I can think of is either somehow creating a program to automatically press start and navigate into the folder, or you could look at using a different file explorer, there might be one that sets it out like the start menu
I think if I could get this working I could make 2.1 almost perfect , at least for me!
Hi there,
i searched the forum for a while now for a problem that every now and then pops up for me after reflashing. I'm searching for an automatic way to assign my own thumbnail graphics on the sense internet tab.
I use the manual way sometimes after flashing, but it is not satisfying me, because it takes lot of time to copy the files, rename my original files to the newly created ones and copy them back. So most of the time i don't use the icons...
Yes, i know that the pics have to be 512x512px PNG Files, and i also know that they are stored under Windows\Thumbnails .
I'm searching for where the information for the lookup of these pics (for example {2B1EE4E4-651F-D4DC-708B-DB1319CA381E}.png) is stored. I neither found it in the registry, nor in the filesystem as plain text. I copied the whole file system to my pc and did a in-file-search.
For me there are now to last possibilities where to find them:
Theyre stored as hex values in registry or in filesystem, so that a normal textsearch is useless or
theyre stored in a database file.
If someone has an idea which file it is or if theres another possibility i would be glad to hear it. It makes me crazy that we can change EVERYTHING on our wm-devices since years, but something like the bookmark icons (whch is significant for me) is so hard to find
best regards, Puckmeister
Are you looking for "Custom icons" or just a snapshot of the webpage? I know that if you save the favorite in opera 9/10 and open the favorite from inside opera (from the favorites menu) you will then see the screenshot of said favorite in sense.