Moving Icons in the Programs Menu - Windows Mobile Development and Hacking General

I've flashed several ROM's on my Kaiser & am currently attempting to build my own. My question is this......Is it possible to move icons around in the Programs menu? Specifically, I want to move the calculator icon from the Office mobile folder to the Utilities folder. I've searched & searched & searched for the solution with no success. I know it's possible because Dutty put it there, I know it can be moved. Thanks in advance for all youre help.

Try TotalCommander.
Go to: \Windows\Start Menu\Programs\
Here you can move the .lnk files or create new folders to organize.
If you want to do this with the StartMenu go to:
\Windows\Start Menu\
Good luck!

Sweet, thanks mccune. Works great.

No problem mate That's why we're here!

Vampire2800 said:
Sweet, thanks mccune. Works great.
Click to expand...
Click to collapse
shouldn't this be in a kaiser forum ?
well, if you wanted to cook a ROM, and you wanted to have the calculator in the Utilities folder as soon as you flash the ROM, I would go to C:\kaiserkitchen\OEM\OEM_Lang_0409\initflashfiles.dat. NOTE: you need to be able to see hidden files and system files. Open initflashfiles.dat with Notepad, click on Edit > Find... > Search for Calculator.lnk, and it should show you a line that says something like this:
Code:
Directory("\Windows\Start Menu\Programs\Office"):-File("Calculator.lnk","\Windows\calc.lnk")
Just change that line to this:
Code:
Directory("\Windows\Start Menu\Programs\Utilities"):-File("Calculator.lnk","\Windows\calc.lnk")
save it, and you're done
now, as soon after you flash the ROM, Calculator should already be in Utilities!
Good luck cooking

Also try SASHIMI (see my sig) for a more elaborate and comprehensive process using the Customlinks menu...

Related

Change shortcut icons on WM6

Hey guys...I have searched and search the forums for a way to change the shortcut icons for my programs...can anyone help me with this? I downloaded resource editor but I cannot get it to work...I cant believe something that should be so simple is this much of a pain!!
Anyways, I appreciate any help that you guys/gals can offer.
try this
http://www.s-k-tools.com/sksmgr/sksmgr.html
it's exactly what you are looking for..
EAsy!!!
Use ResHacker(http://www.angusj.com/resourcehacker/) and make sure u have some your files formated as .ico. U can find such files @
http://browse.deviantart.com/customization/icons/dock/?order=9&alltime=yes
http://www.iconarchive.com/category/application-icons.html
http://www.crystalxp.net/
AWESOME!!! They both work like a charm!!!
Since you have to pay for SK Tools I guess I will go with the freeware...but thanks again this was exactly what i needed and very user friendly!
Here's Pics
Checkout some of mine!!! Vistaized!!!!
mrram said:
Use ResHacker(http://www.angusj.com/resourcehacker/) and make sure u have some your files formated as .ico. U can find such files @
http://browse.deviantart.com/customization/icons/dock/?order=9&alltime=yes
http://www.iconarchive.com/category/application-icons.html
http://www.crystalxp.net/
Click to expand...
Click to collapse
Ive got a question about using ResHacker...what file format do the icons have to be in? Ive got them in .ico also I am trying to put a icon to an application that doesnt currently have one do you know how I can do this in Res Hacker
In SKtools: I'm having problems with the icon format as well...any idea what format its looking for?
I guess I spoke to soon about them running perfect
How to
In ResHacker open file u want to change the icon of, then hit the action button, and then replace icon. However, with some .exe or .dll files u cannot change there icons.
any help on this one. I have shortcut creator and for some reason when i point it to the Lnk file then to the ico file it just makes a duplicate and renames the old .bak. the icons don't change?
I tried the sk iconmaker and it won't show any of my ico files in the folder.
how can you change icons?
Well, You could do it manually. To change the icon of all shortcuts download a registry editor (PHM RegEdit is free and great), Then goto HKEY_CLASSES_ROOT\inkfile\defaulticon.Edit the string value "default" to the path to the icon you whant all shortcuts to have. The path must lead to a exe, dll or ico file.
DOWNLOAD rViwer TO MANAGE ICON IN dll FILES
http://www.freewarepocketpc.net/ppc-download-rviewer-v0-2.html
this stuff is gold thanks for all the links.
Has anyone tried to sucessfull take out the dll file from the folder to the storage card....
kindly help if yes..
vikasraj said:
Has anyone tried to sucessfull take out the dll file from the folder to the storage card....
kindly help if yes..
Click to expand...
Click to collapse
Look at this post:
jmckeejr said:
Are you trying to extract the files from the ROM? You can use ROMExtractor to copy hard to get files from device. just run the exe and select the filesyou want.
Click to expand...
Click to collapse
Tools for hacking dll, exe, etc. for shortcut icons.
Add one more tools:
Restorator,
Restorator is an award-winning utility to edit windows resources in applications and their components, e.g. files with .exe, .dll, .res, .rc, .dcr, extension (see PE files and RES files).
Change, add, remove resources such as text, images, icons, sounds, videos, version, dialogs and menus in almost all programs.
Restorator is used for translation/localization, customization, design improvement and development.
This resource editor comes with an intuitive user-interface, complete documentation with many examples and prompt user support in the discussion forums or via email.
Download: [trial version] - [patch for full version]
Click to expand...
Click to collapse
besides we got:
SK Shortcut Manager
ytsejam_ said:
try this
http://www.s-k-tools.com/sksmgr/sksmgr.html
it's exactly what you are looking for..
Click to expand...
Click to collapse
Resource Hacker
mrram said:
Use ResHacker(http://www.angusj.com/resourcehacker/) and make sure u have some your files formated as .ico. U can find such files @
http://browse.deviantart.com/customization/icons/dock/?order=9&alltime=yes
http://www.iconarchive.com/category/application-icons.html
http://www.crystalxp.net/
Click to expand...
Click to collapse
Resource Editor
Colin Wilson has written an open source Resource Editor which may interest those looking for source code.
Click to expand...
Click to collapse
RViewer for PPC
WhiteRussianBC said:
Well, You could do it manually. To change the icon of all shortcuts download a registry editor (PHM RegEdit is free and great), Then goto HKEY_CLASSES_ROOT\inkfile\defaulticon.Edit the string value "default" to the path to the icon you whant all shortcuts to have. The path must lead to a exe, dll or ico file.
DOWNLOAD rViwer TO MANAGE ICON IN dll FILES
http://www.freewarepocketpc.net/ppc-download-rviewer-v0-2.html
Click to expand...
Click to collapse
&
RomExtractor(PPC exe)
jmckeejr said:
Are you trying to extract the files from the ROM? You can use ROMExtractor to copy hard to get files from device. just run the exe and select the filesyou want.
Click to expand...
Click to collapse
wg5566 said:
Add one more tools:
Restorator,
besides we got:
SK Shortcut Manager
Click to expand...
Click to collapse
Great useful thread. Thanks.
Concerning icons I like to add this thread

shortcut to games folder?

hi folks,
have spent most of the day searching the forum and must be missing this
is there a way to create a shortcut that will open the games folder? wanting to use with slithers c++ cube
many thanks
chris
\Windows\Start Menu\Programs\games
ather90 said:
\Windows\Start Menu\Programs\games
Click to expand...
Click to collapse
LMFAO!!!!!! He should ask more questions in the Slither Cube thread....
ather90 said:
\Windows\Start Menu\Programs\games
Click to expand...
Click to collapse
cheers for the assistance I tried that one, the link comes up as intrusted / unsigned
works fine as a direct link through programs , just not through the cube
any ideas?
First Go here then try here
no joy so far
tries shortcut creator, been through the lnk thread... again....
tried google...
there must be a way to shortcut to a specific folder???
if you read the actual 051 thread, slither discusses this many times and says it won't be available until 052
I think it involves passing a parameter to fileexplorer...
Look at this post: http://forum.xda-developers.com/showpost.php?p=2120755&postcount=140
chrisd1a1 said:
hi folks,
have spent most of the day searching the forum and must be missing this
is there a way to create a shortcut that will open the games folder? wanting to use with slithers c++ cube
many thanks
chris
Click to expand...
Click to collapse
create a link to your file explorer
tap and hold
select properties
add '-windows\start menu\games' to the end of the link so you should end up with something like
program files\file explorer.exe -windows\start menu\games
cheers for the help folks, still no go.
will have to see if slither can resolve in the next release
bbobeckyj said:
create a link to your file explorer
tap and hold
select properties
add '-windows\start menu\games' to the end of the link so you should end up with something like
program files\file explorer.exe -windows\start menu\games
Click to expand...
Click to collapse
I got it wrong, no '-' before the address
"fexplore.exe" windows\start menu\programs\Games
exactly as above in the properties of any .LNK will do it
bbobeckyj said:
I got it wrong, no '-' before the address
"fexplore.exe" windows\start menu\programs\Games
exactly as above in the properties of any .LNK will do it
Click to expand...
Click to collapse
cheers mate but vust links to the 'my device' page on file explorer no matter what i do.
have looked into and edited folderview.exe so it should route to an alternative folder but the signature is not taking via msigner.
was thinking that this might be the 'simple' way but must be doing something wrong, was thinking set the shortcut to a generic option (ie Windows/Start Menu/Programs/Test) would give some flexibility (we could just add/rename folders in the program list
any idea what i am doing wrong on the resign?
edit: unsign/resign done will work on the edit to see if i can get this to work
chrisd1a1 said:
cheers mate but vust links to the 'my device' page on file explorer no matter what i do.
have looked into and edited folderview.exe so it should route to an alternative folder but the signature is not taking via msigner.
was thinking that this might be the 'simple' way but must be doing something wrong, was thinking set the shortcut to a generic option (ie Windows/Start Menu/Programs/Test) would give some flexibility (we could just add/rename folders in the program list
any idea what i am doing wrong on the resign?
edit: unsign/resign done will work on the edit to see if i can get this to work
Click to expand...
Click to collapse
well i can find the path, edit the path and run on my xda...
but the dam think defaults to the program folder no matter what i do!!!!
anyone any ideas?????
Please try this It's part of Wisbar Advance 3, Start Panel. Files in folder my documents > my documents and exe put somewhere.
http://ike-dats.thez.info/public/startpanel.rar
If you have problems with startup (blank white page) and using wktask or programs like this, make exception to run always in background. Then to refresh list you must restart it.
IkE Blaster said:
Please try this It's part of Wisbar Advance 3, Start Panel. Files in folder my documents > my documents and exe put somewhere.
http://ike-dats.thez.info/public/startpanel.rar
If you have problems with startup (blank white page) and using wktask or programs like this, make exception to run always in background. Then to refresh list you must restart it.
Click to expand...
Click to collapse
Hi IkE Blaster, Spot on, works perfectly!!!! is it possible to edit the config to allow folks to choose the folder?
if this works, it is a configarable menu option that will work with any 3rd party app
all credit to you!!!!
hope you dont mind but have added the link to Slither's c++ cube thread
rename this .txt file to .LNK and you should have it
bbobeckyj said:
rename this .txt file to .LNK and you should have it
Click to expand...
Click to collapse
thanks for trying, this works as a seperate link but not through the cube??? for some reason it brings up Internet Explorer????
You can change the "url" of folder in config file, if you select for example start menu, than can you change folder tapping the top curtain. But you can go only in includes folder. I can't explain it, try it yourself
cheers man,
appreciate the work
thanks for your help
IkE Blaster said:
Please try this It's part of Wisbar Advance 3, Start Panel. Files in folder my documents > my documents and exe put somewhere.
http://ike-dats.thez.info/public/startpanel.rar
If you have problems with startup (blank white page) and using wktask or programs like this, make exception to run always in background. Then to refresh list you must restart it.
Click to expand...
Click to collapse
Is their a way to elaborate a bit further on this solution?? I have WA3 but no idea on how to use this?

WM Widgets

Hi cooks,
I'm trying to clean up startmenu in my roms, but I can not find where I can change the location of the WM Widgets. I want to move them to another folder. Most startmenu applications have a provxml file which I can edit to change the location of the link but with the widgets I can not find it....
Help please
Nobody knows this ???
I use reSTART to clean my start menu. I have created few folders like "games", "applications", "media" and you can move all you links and change their icons
xTERRORIZERx said:
I use reSTART to clean my start menu. I have created few folders like "games", "applications", "media" and you can move all you links and change their icons
Click to expand...
Click to collapse
Yeah I know that program....but I want it done when I cook a rom and not afterwards...Thnx anyway!!

Unhide system files

How can I unhide system files in HD2?
stef2000 said:
How can I unhide system files in HD2?
Click to expand...
Click to collapse
In File Explorer, click "Menu" and then "Show all files".
That should do the trick
johncmolyneux said:
In File Explorer, click "Menu" and then "Show all files".
That should do the trick
Click to expand...
Click to collapse
It does'nt work.
I tried to do what in "Leo Hints & Tips" for exp:
"1. Enable Hidden Default Games
Go to the Windows directory and copy bubblebreaker.exe and solitaire.exe to the games folder as shortcuts in Windows\Start Menu. Make sure to unhide system files to see the games listed."
I can't copy files as instructed (working with total commander) and if the files were copied I can't reach/see them.
I think you may have misunderstood the original instructions.
Open file manager (not total commander) and navigate to Windows folder.
Locate the file BubbleBreaker (it's 46K, not one of the others)
Highlight it and keep it pressed till you get the menu with "Copy" in it. Do Copy.
Scroll back to the top and go into "Start Menu\Programs\Games".
Do "Menu, Edit, Paste Shortcut".
As I'm a pedant, I renamed the shortcut, removing the "Shortcut to" prefix.
Then, when you go Start Menu & then Games, BubbleBreaker is in there.
Now I've just done that exactly as typed above, whilst describing it for you, so it should work for you.
Let us know if you still have a problem.
Hi,
It works!
Now I got the idea.
Thanks.
stef2000 said:
Hi,
It works!
Now I got the idea.
Thanks.
Click to expand...
Click to collapse
Glad to help
hidden "eT9MyWords.exe"
Hi,
I've made the change & so could shortcut the Games as suggested (great tip btw) - but when i go to do the same thing with "eT9MyWords.exe" i can't see it in the Windows directory or find it when i search.....
Any suggestions?
BGM said:
Hi,
I've made the change & so could shortcut the Games as suggested (great tip btw) - but when i go to do the same thing with "eT9MyWords.exe" i can't see it in the Windows directory or find it when i search.....
Any suggestions?
Click to expand...
Click to collapse
Don't know what to say mate - it's in my Windows folder. There's a bunch of files called eT9.Rhodium.xxxx and then eT9MyWords is after them (directly after eT9DeadKeys).
I take it you did unhide system files as previously suggested? (I'm not sure if you need to do that for the games suggestion).
I have a slide deferent question. I would like to delet exe file from thew windows folder but I can't because I can't select Delete, have anyone some advice?
delete exe file
it has been awhile since i have done this, also some files are impossible or almost impossible to delete.
if you have been trying to do it from ur phone, go instead, to your active sync/windows mobility center. click file mgt and browse contents of device, navigate to the exe u want to delete. i have done it before and it has worked on several ocassions. be careful on what u r deleting, you may want to do a google on it b/f u do it
if this does not do it, i got no clue hope this helps someone
johncmolyneux - special thanks to u for the hidden games trick, ? are there any other hidden games in the hd2 winmo 6.5 professional, or where i may find out?
AaBoyXX said:
I have a slide deferent question. I would like to delet exe file from thew windows folder but I can't because I can't select Delete, have anyone some advice?
Click to expand...
Click to collapse
Thanks johncmolyneux,
Got there in the end - I had shown system files, but seems like it somehow "reverted".
Cheers!

Customizing start menu items

Guys,
Some tips regarding customizing start menu items are solved in this thread. Here you can find the links to them.
Great tutorials pointed by AndrewSH:
Made by bikeandestroyx for a Rom cooking newbies in customizing the start menu items:
http://forum.xda-developers.com/showthread.php?t=664109;
Also for persons who can read in russian:
http://asusmobile.ru/board/viewtopic.php?p=282833#282833;
Also you can check alternative raving_nanza way - put all icons into one DLL.
http://forum.xda-developers.com/showthread.php?p=14665599#post14665599;
The problem in changing bluetooth icon when the link to it is moved from settings to connection menu is solved by AndrewSH :
http://forum.xda-developers.com/showpost.php?p=14769622&postcount=32
Thanks everybody in helping hand!
Skyguar, if you're going to customize the ready rom - you should also modify HKLM/Security/Shell/StartInfo/Start to define the new folders and items of your future StartMenu. All shortcuts made by cplmain.cpl and other cpls should be redefined to MyCpl.cpl to enable custom position (like for example moving Bluetooth to Connections instead of Settings)....
But you should remember that any hardreset will destroy your customization - so better save your registry edits and custom png files into one cab.
If you're going to cook the new rom with your own custom StartMenu order - the story is a bit more sophisticated.
But normally - you should read this before ...
AndrewSh said:
If you're going to cook the new rom with your own custom StartMenu order - the story is a bit more sophisticated.
Click to expand...
Click to collapse
AndrewSh,
Thank you for the answer, yes that what I want - cook it. I know everything about already cooked rom and changing the registry, but I can't find the information on how to cook it
Skyguar
I'm busy now to write detailed howto, but hopefully you still able to read in Russian - it's not so far from my land to your - only 170 km between our cities
So read here and further on in the topic - maybe this helps
http://asusmobile.ru/board/viewtopic.php?p=282833#282833
Yeah, that's fine , this is what I needed but I couldn't find. Thank you very much!
you could just create a .dll with your icons inside and then link your custom .lnk with the icon inside the .dll?
*if you want me to teach you how, just private message me, ill teach you how to do it this way.
eg inside the .lnk would be this:
#\windows\XXXX.exe ?\windows\XXXX.dll,-X
(-X is the number position of the icon inside the .dll)
or
change the icon inside the XXXX.exe (some .exe do not like their icons being changed, eg they stop working )
tbh it is a lot better than the way your trying to do it, it is a lot more "cleaner" to do it this way, you do not need to add registrys or clog up the windows folder with image after image when you can have one single .dll
thanks
Rn
Good thread. I am new to this new icon concept and I liked both the way
The AndrewSh way: http://forum.xda-developers.com/showthread.php?t=664109
And raving_nanza way: DLL to have all images .
Thanks.
if you want ill write a tutorial for the way i do my icons and post it here later, ill also write the tutorial step by step so even a noob cant go wrong
ill also attatch any downloads you will need.
Rn
raving_nanza said:
if you want ill write a tutorial for the way i do my icons and post it here later, ill also write the tutorial step by step so even a noob cant go wrong
ill also attatch any downloads you will need.
Rn
Click to expand...
Click to collapse
That will be great . Looking forward to see that soon .
Thanks.
starting the tutorial now
icon tutorial and tools here
thanks
Rn
Well
Ohhh.. lots of information, only two problems left and I can't find the information...
Like AndrewSH mentioned, moving Bluetooth to Connections instead of Settings and hide Settings (I have two now ) icon, which point to manila settings menu... .
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
"hide"=dword:00000001
not sure if this is what you will need but if you have two icons maybe you need to make one hide...
Rn
raving_nanza said:
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
"hide"=dword:00000001
not sure if this is what you will need but if you have two icons maybe you need to make one hide...
Rn
Click to expand...
Click to collapse
Hello raving_nanza,
This is a bit not what I needed. I need to move:
1) Bluetooth to Connections and
2) hide Settings icon, which point to manila settings menu..
Should I edit cpl files? Don't know any editor..
np dude
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
"group"=dword:00000002
*that will put bluetooth into connections
what do you meen = hide Settings icon, which point to manila settings menu..?
*if you go to "HKEY_LOCAL_MACHINE\ControlPanel\" you should see the one for manila settings.
*it might be listed under "HKEY_LOCAL_MACHINE\ControlPanel\mycpl"
*if it is it will be listed as a number, for example "\mycpl\000"
*search all the strings inside and one should launch the manila settings
when you find it just add
"hide"=dword:00000001
and it should dissapear
Rn
btw i dont know how to edit .cpl files, i dont even know if there is an editor but you wont need to.
check in your windows folders if there is a .cpl file that launches the manila settings
Rn
raving_nanza said:
np dude
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
"group"=dword:00000002
*that will put bluetooth into connections
Click to expand...
Click to collapse
Thanks mate very much, that registry trick helped, I will just have to cook in that registry key . Will try the same with the settings The problem is that I have two settings icons on start menu: one points to all settings (system, connections, personal). The other points to manila settings menu(that is by default) and that one I need to remove
Sorryzzz for my english, it is not native
lol no problem dude
now i think i undersatnd what you meen about the settings now, correct me if i am wrong:
when you click the start menu and it drops down you have:
programs
settings
settings
and one of these is manila settings?
Rn
BTW what kitchen are you using (fingers crossed for evk )
raving_nanza said:
lol no problem dude
now i think i undersatnd what you meen about the settings now, correct me if i am wrong:
when you click the start menu and it drops down you have:
programs
settings
settings
and one of these is manila settings?
Rn
BTW what kitchen are you using (fingers crossed for evk )
Click to expand...
Click to collapse
Yea, you are right Please see the picture attached. So my aim is to remove the one which point to picture 3
raving_nanza said:
btw i dont know how to edit .cpl files, i dont even know if there is an editor but you wont need to.
check in your windows folders if there is a .cpl file that launches the manila settings
Rn
Click to expand...
Click to collapse
*.cpl is just a renamed *.dll.

Categories

Resources