[Q] App that will show shortcuts to folders in Metro - Microsoft Surface

Is there a metro app that will show Windows folder shortcut? Or is it a limitation of RT that will allow only folders (and not shortcuts) to be visible in Metro?
As to the reason why I need this, refer to this thread: http://forum.xda-developers.com/showthread.php?t=2005043

Try Files&Folders you can pin your favorite folders to metro ui hope it helps

deeman said:
Try Files&Folders you can pin your favorite folders to metro ui hope it helps
Click to expand...
Click to collapse
That's not what he's asking -Your solution only allows you to pin folder, not direct file shortcuts. I agree that there has to be a way to do this.

Related

To Change ICONS!!!

Hello People..
I have organized my pda very well..mean to say..when u go to START->Programs..u will see ur programs..i have catogorised like media players,backup software,theming etc etc..
I want to CHANGE THE ICONS of that folder..how is it possible?any software to change icons?
I have O2 XDA II mini running on WM 2003SE (QVGA)..where can i find ICONS??
PLZ HELP!!!!!
$athya
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
OdeeanRDeathshead said:
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
Click to expand...
Click to collapse
Thanks for replying..here is what i meant..i want to change the icons of the below mentioned....
Icon.dll
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Mister B said:
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Click to expand...
Click to collapse
Whats the PASSWORD?? n can u plz tell me as to how to use it??n where can i download more icons??
That looks like an icon overlay to me. With some work it might be doable but the whole os is limited to 15 such overlays, so it would be a bad idea to start hogging them.

Custom Program Folders

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

HTC HD2 Help I have duplicate shortcuts in Start Menu

I have 4 duplicate shortcut icons in my start menu. They are htc music, footprints, people and calendar. They appeared after i installed then removed a cab file to extend number of icons in home screen from 9 to 16,
Can someone help me to remove them, many thanks. Also does anyone know where footprint images are stored, and is there a way to plot images taken with camera using GPS other than footprint
windows/start menu/programs
Create new folders, move icons around...hide some, and, yes, delete as well...
I have the same problem of having duplicate shortcuts. There are the originals which have the usual icons, and the duplicates do not have custom icons, just a blank icon.
The problem with just deleting it in windows/start menu/programs is that I do not know which is the one with the icon, and which is the duplicate.
I started by deleting HTC Twitter as I do not use Twitter and deleted the one with the icon, and do not want to repeat with the other shortcuts. After a reboot the HTC Twitter icons have returned.
Any suggestions?
If they are returning then just use your file explorer "i use Total Commander" to change the properties to hidden
stylez,
Thank you for the suggestion.
When I look at File Explorer on the mobile I can see two copies of the duplicated icons, when I look on File Explorer on my PC only one copy is visible.
I changed the attribute of HTC Twitter to 'hidden' and it is still visible on the phone.
Try using Total Commander on phone
Thank you for your reply.
Changing the attribute to 'hidden' on the phone makes no difference either!
What I have found to work is:
Hide Reappearing HTC Icons from Start Menu
If you delete the HTC shortcuts to Peep, People, Messaging etc and reset, they always come back. To hide these shortcuts for good (not the apps just the shortcuts) use the tweak below.
HKEY_CURRENT_USER\Software\HTC\Manila\IsShortcutEnable
Change to 0 and soft reset. You may need to change their shortcut's properties to hidden by accessing them in Windows/Start Menu/Programs folder.
Posted elsewhere on this forum, I am unable to link to it.
Then delete the shortcut and it does not return.
thank u so much for all ur tips...the last solution works
i looked everywhere but thank u for finally finding me a solution!!!
Hi everybody.
Just deleted my HTC Calendar icon from Windows/start menu/programs. But deleted the original instead of duplicate. Is there a way to recover it somehow ? Or replace it with a downloaded one ? The duplicate is working now but too ugly.
Thank you.
Kushmir said:
What I have found to work is:
Hide Reappearing HTC Icons from Start Menu
If you delete the HTC shortcuts to Peep, People, Messaging etc and reset, they always come back. To hide these shortcuts for good (not the apps just the shortcuts) use the tweak below.
HKEY_CURRENT_USER\Software\HTC\Manila\IsShortcutEnable
Change to 0 and soft reset. You may need to change their shortcut's properties to hidden by accessing them in Windows/Start Menu/Programs folder.
Posted elsewhere on this forum, I am unable to link to it.
Then delete the shortcut and it does not return.
Click to expand...
Click to collapse
Can anyone make a cab for this?
anzchoy said:
Can anyone make a cab for this?
Click to expand...
Click to collapse
Attached .
Kushmir said:
What I have found to work is:
Hide Reappearing HTC Icons from Start Menu
If you delete the HTC shortcuts to Peep, People, Messaging etc and reset, they always come back. To hide these shortcuts for good (not the apps just the shortcuts) use the tweak below.
HKEY_CURRENT_USER\Software\HTC\Manila\IsShortcutEnable
Change to 0 and soft reset. You may need to change their shortcut's properties to hidden by accessing them in Windows/Start Menu/Programs folder.
Posted elsewhere on this forum, I am unable to link to it.
Then delete the shortcut and it does not return.
Click to expand...
Click to collapse
Good tips.
I connected my HTC HD2 to Win Mobile Device Center, and thru the activesync connection, i go to File Explorer on the PC to try to change the attribute to Hidden for those 4 duplicated shortcut files on HD2...but in my File Explorer i can't get Windows/Start menu/Programs folders to appear...I initially thought the whole folders were "hidden" so i have already set File Explorer in my Win7 PC to show all hidden files...but still not showing those 3 folders (Windows, Start menu, Programs), any idea why? Pls help and let me know.
thx in advance....
vladaudio said:
Just deleted my HTC Calendar icon from Windows/start menu/programs.
Click to expand...
Click to collapse
Have just done the same with the HTC Footprints icon but haven't got a duplicate. The program is still there because Footprints is still available as a Home Screen Tab.
Does anyone know how to re create a shortcut on the start menu?
Thank you.
blackfireant said:
Good tips.
I connected my HTC HD2 to Win Mobile Device Center, and thru the activesync connection, i go to File Explorer on the PC to try to change the attribute to Hidden for those 4 duplicated shortcut files on HD2...but in my File Explorer i can't get Windows/Start menu/Programs folders to appear...I initially thought the whole folders were "hidden" so i have already set File Explorer in my Win7 PC to show all hidden files...but still not showing those 3 folders (Windows, Start menu, Programs), any idea why? Pls help and let me know.
thx in advance....
Click to expand...
Click to collapse
i've just got my HD2 and noticed this too, can't access my windows folder from my laptop!! - total commander it is... for now!
how about this "JSPA Program Manager v3.10"
will it be help ...
shortcut links still appearing after being moved
I'm having some issues with moving various shortcut links around...
I've used JSPA program manager to change my HD2 start menu screen (not the sense home screen). I've created a few new folders and moved various shortcut links into the folders to make the start menu screen less cluttered. However I've an issue, which I can't seem to resolve.
I've created a folder "Skyscape" and moved (or at least I thought I'd moved) 60 various Skyscape application shortcuts to the Skyscape folder. After closing JSPA down, and navigating to the start menu screen, all the skyscape shortcuts still appear. Checking the Skyscape folder I find all the links are there, though they appear in a random order - is there any program that can help organize links & folders into varying order i.e. alphabetically, creation date etc.
I've navigated using 'Total Commander' and 'Resco File Explorer' to My Device>Windows>Start Menu>Programs and I find that the various Skyscape applications links aren't there... and checking the My Device>Windows>Start Menu>Programs>Skyscape folder I find all the links as expected.
I've also checked HKEY_CURRENT_USER\Software\HTC\Manila\IsShortcutEnable is set to '0' which it is... as detailed in hint 42> http://forum.xda-developers.com/showthread.php?t=583638
Seems like something is amiss, almost like the start menu screen needs some kind of refresh...
Anyone got any helpful advice or hints as to how I can rid myself of the links on the start menu screen?

WinMo default Icons Set for HD2

Hello everybody.
I've installed a magnificent ROM in my HD2, I like it all but the changed icons set. Is it possible to have a CAB containing thge original Windows Mobile Icons set to replace the modified one?
Or where are the files to extract from the orginal HTC rom to override the actual ones to get the original icons?
Thanks and regards
Andrea
the dragonlord said:
Hello everybody.
I've installed a magnificent ROM in my HD2, I like it all but the changed icons set. Is it possible to have a CAB containing thge original Windows Mobile Icons set to replace the modified one?
Or where are the files to extract from the orginal HTC rom to override the actual ones to get the original icons?
Thanks and regards
Andrea
Click to expand...
Click to collapse
The majority of the icons you see in a stock ROM are actually the icons embedded in the applications themselves. Icon's are generally not stored as separate entities on your device. This isn't always the case, but it's normal.
The modified icons you see are actually tied into the shortcuts, not the applications. To remove modified icons, you need to look at the following registry key...
\HKLM\Security\Shell\StartInfo\Start
In there you will find registry keys that have are shortcuts and have a value called "Icon". (Guess what that is )
You can delete things from there, and as long as the app has its own icon, it will use that instead.
Just PLEASE make a backup of that whole registry key before you start. I'm not gonna be your 1st line support for the next month if you gash this up lol.
Hope that helps matey
I believe you can use a simple way to restore.JWMD Icon Changer has an option to restore/reset the icon. PLease tell us if it works.
anomandrus said:
I believe you can use a simple way to restore.JWMD Icon Changer has an option to restore/reset the icon. PLease tell us if it works.
Click to expand...
Click to collapse
It doesn't work...I think that the ROM has been cooked "without" the default icons
the dragonlord said:
It doesn't work...I think that the ROM has been cooked "without" the default icons
Click to expand...
Click to collapse
Erm.... see above?
johncmolyneux said:
The majority of the icons you see in a stock ROM are actually the icons embedded in the applications themselves. Icon's are generally not stored as separate entities on your device. This isn't always the case, but it's normal.
Click to expand...
Click to collapse
johncmolyneux said:
Erm.... see above?
Click to expand...
Click to collapse
I'm not talknig about the applications icons! I know it by myself that the applications icons are stored in the applications themeselves! As you could understand readind the title I'm talking about the Windows Mbile default icons: setting folders, connection manager, bluetooth and so on!
the dragonlord said:
I'm not talknig about the applications icons! I know it by myself that the applications icons are stored in the applications themeselves! As you could understand readind the title I'm talking about the Windows Mbile default icons: setting folders, connection manager, bluetooth and so on!
Click to expand...
Click to collapse
Whatever. No need to be rude mate. Good luck.

Customising Start Icons

Hi all, Im sorry if this has been covered before but ive been looking for an app that allows me to move,delete,place in folder icons that are in the start menu (The one that comes up when you press the start button on the phone). I have apps that are all over the place and would like to reorganize them if possible.
hello.
I just reach to this aplication on the HD2 that could work for us too.
as I am new I can not put the whole link sorry
forum.xda-developers.com
/showthread.php?t=589459
regards
Looks like a great program but its not what im looking for....i want a program that allows me to rearrange my programs shortcuts under the start menu and the app provided only allows me to change the icons of the apps..thanx thou
Still looking for an App to do the above please
Have you tried your file explorer to cut and paste the shortcuts to wherever you want. You can add folders and rename them to put apps of a specific type into too if you want.
Ive had a look previously and there is no one repository that the shortcuts live, and i`d image that windows would arrange them by name if could find them which doesnt give me the option i want..
What i want to do is say move the facebook app which is at the bottom of the list and put it about half way up under all the system shortcuts or in a custom folder. The only option the rom gives is "more to top" or "move to bottom".
I hope im making sense.
If you are using WM 6.1 or 6.5, the shortcuts are in \Windows\Start Menu.
Perhaps you are referring to the Manila/Sense program tab are you? If yes, then you should be able to add/remove these from one of the soft keys.
Perhaps you can give us a screenshot of the programs you are referring to....
Hi there sorry for the delay...ive attached the screenshot as per your request.....
So what im wanting to be able to do is re-arrange any icon in the menu so like games to where marketplace is for example
Is this possible?
Hi
I don't understanding something
Is simple drag and drop method not working for you?
Longpress icon until it popsup, drag there you want, release finger.
i cant drag and drop, i think this is a limitation on the rom which is v2.1. The only option i have is to move the icon to the top as shown in the screenshot. All i want to be able to do is move one shortcut to somewhere else in the same menu... aka in the order i want. Im sure someone would have asked this before and that there would be an App that would allow a user to customize this menu.
http://forum.xda-developers.com/showthread.php?t=567080
Try this.
Thanx heaps i1ll give a go now and report bk...much appreciated
What rom are you using? If its a 6.5 you can use the drag and drop method described earlier to rearrange start meu icons.
Otherwise they are in this location: \Windows\Start Menu\Programs.
To create specific folders to move shortcuts to, would look like this:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Media]
"Name"="Media"
"Group"=dword:00000001
"Icon"="\\Windows\\Media.png"
... where "Name" is the name of the folder, "Icon" is the picture that will represent the folder on the start menu, and "Group"=1 tells windows that this is a folder. Once you have created all the folders you want you can use your file explorer to drag and drop the shortcuts into whatever folder you want
Thanx so much "artukas613" that program was exactly what i was looking for.....worked a treat. Thank you to all who helped.

Categories

Resources