Chage Icons? - 8125, K-JAM, P4300, MDA Vario General

Haya guys and or galls...
I'm trying to edit the icons of the shortcuts in my start menu.
I want to use this, so that I can use the Icons of programs like tomtom to startup via the overclock tool....
But now, sice the shortcut starts with the omapclock tool, the icon is the same as the tool...
Also, there is an app called flitsnav, which also launches Tomtom, and I want to use the tomtom icon rof this shortcut...
I can't seem to find the solution in this forum anywhere, but maybe I looked over it in my search..
Can someone help me???

http://forum.xda-developers.com/viewtopic.php?t=40230&highlight=completeness
V

hmmm
okay..tnx for the advice..
Although I'm not really sure what all that means ou guys wrote there..
No easier way? just to change the icon of a .exe?
Anyway thanks..

p50kombi: if you want to change the icon for the executable, which you don't (since you want to change icons for shortcuts), you would use a resource editor on your PC. That's not too easy, but it's doable.
Using custom icons on shortcuts on the PDA is not difficult.
Basically, copy this into notepad, and call it VJMail.lnk
Code:
38#\windows\tmail.exe?\windows\DIM.exe,0
38
- Ignore this (it's the length of everything after #)
\windows\tmail.exe
- this is the app you want to launch
?\windows\DIM.exe,0
- this is the icon it should show instead of its default one
- it means, take the first (ie 0th) icon in \windows\dim.exe as the icon
It's not hard. This is just an example. Use your own programs etc of course.
V

i'll try it right away..
Thanks VJ!!!!

It worked!!!!
Thanks VJ.....
It wasn't that hard afterall indeed!!!
Anyone got any way of extending the backlight of the keyboard allready?

Related

Getting rid of the bottom of the today screen

Hi,
I've looked, clicked and sworn at it, but I just don't know how to get rid of the small bar at the very bottom of the today screen, just above the softkey indicators. At the moment it just has the (standard t-mobile) mini battery icon and the mini connection icon.
I've got no idea where the controller for this part of the today screen is. I'd really love to get rid of it altogether and have a few extra pixels for pocketplus. It just seems to be totally wasted screen real estate for me. I see other people have got useful stuff in this area, if there's a personalisation programme out there for it, please hit me up.
Cheers,
Chris
If you just want to remove those icons - which removes the tray as well - see this thread:
http://forum.xda-developers.com/viewtopic.php?t=40133
If you want to remove it altogether, try:
http://forum.xda-developers.com/viewtopic.php?t=27331
And if you want to customize the tray with icons to specific apps, try "PHM TrayLaunch" - it's part of the PHM PowerToys - can probably be ripped out somehow and made stand-alone.
Sorry guys, ToggleToday is still WM2003 only right now. I'll update as soon as I get a few minutes. It's complicated to write, since the tray gets refreshed on screen rotations etc. And I'm just too busy to deal with it properly right now Soon...
V
Hey, thanks very much guys
PHM TrayLaunch looks like a very useful app, but I'm struggling to successfully add programs/icons. For example, if I want to have ActiveSync as one of the icons in the tray, does anyone know what should be entered as the "target"?
I'm afraid I don't have my phone in front of me, but trying navigating through your \windows\start menu and checking the properties for existing shortcuts.
Eg Find activesync, display properties, and it will display the target for the shortcut. That's your baby.
V
vijay555 said:
Sorry guys, ToggleToday is still WM2003 only right now.
Click to expand...
Click to collapse
oops
Unfortunately I can't find a way to display properties for a shortcut - Explorer's "tap & hold" menu only allows you to cut/copy/paste etc - there's no "properties" window like there is on normal PC-Windows.
Fork, try gsfinder or another explorer replacement.
Also try having a read through this:
http://vijay555support.host4phpbb.com/viewtopic.php?t=30
V
Thanks Vijay, I've downloaded Resco Explorer 2005 but cannot find the ActiveSync shortcut anywhere on my device! Does anyone know what the shortcut is to start ActiveSync?
It's not obvious!
\windows\replog.exe
V
Thanks for the reply Vijay, but replog.exe doesn't exist anywhere on my device.
Sorry, missed one letter
"\windows\repllog.exe" on my Universal.
V
Thanks Vijay, bizarely repllog.exe doesn't show up in my Windows folder using Resco Explorer, but setting this as the path gives me an ActiveSync icon in the tray - so it's obviously finding it.
Unfortunately, clicking the icon doesn't launch ActiveSync. It briefly displays "Connect to" in the top title bar before disappearing, and the Today page remains onscreen all the time.
Any other suggestions you can think of?
Thanks,
Fork, it depends on what state the activesync app is in at the time. It doesn't always like to show itself in my experience as well. Not entirely sure why. Sometimes when you're disconnected it will show, sometimes when you're connected it'll show?
In resco, ensure you're displaying hidden files, system files and rom files.
V
Thanks Vijay, I hadn't spotted that option in Resco Explorer - it shows up now.

Can you change links (favourites) icons?

I have a very commonly used link to a web site that i have on my start menu. How can i change the default PIE icon for favourites/links?
Yes go to windows\favorites find the url you like - edit\copy and then go to windows\start menu\programs and edit\pastelink and there you will have the link you want
Thanks, but i have already done that fine. What i want it to change the icon image from the default webpage one to something else. Preferably a custom one.
Ok here it is - quote from vijay
'Using custom icons on shortcuts on the PDA is not difficult.
Basically, copy this into notepad, and call it mylink.lnk
Code:
41#\windows\iexplore.exe?\windows\DIM.exe,0
41
- Ignore this (it's the length of everything after #)
\windows\iexplore.exe
- this is the app you want to launch
?\windows\DIM.exe,0 (change this for the program you want your icon to have)
- this is the icon it should show instead of its default one
- it means, take the first (ie 0th) icon in \windows\dim.exe as the icon
It's not hard. This is just an example. Use your own programs etc of course.'

Custom icons or icons from Settings??

OK so since I got such a quick answer on my "spacer" question, I thought I'd try it again .
I have made a shortcut to the today setup in the settings. Only problem is that I need an icon for it. I saw in another post where someone created an exe file just for the icon basically. Could someone explain how to do that.
An alternative would be if I could use the icon from Start - settings - personal - today. But I have Icon Viewer as well as RViewer and can't find it anywhere.
I'd rather be able to use a custom icon, not only for this app but for others, but help on either would be greatly appreciated.
You want to use an icon dll.
Easiest way - download PHM Tools, find the icon dll, download Microangelo on your PC, use librarian, rip out the icons, make your own icons in studio, drop them into the now empty dll, and use that dll as your new icon dll.
In order to use the new icons, you need to know how to specify icon resources in shortcuts. Search against my user name for the word "completeness".
V
thanks VJ, I'll check it out when I get home tonight.
I also came across this while following a link from aximsite.
The Shortcut Editor was released on this forum first AFAIK
Have a search on our forum.
But have a read through my posts on creating custom shortcuts, it's very easy and will teach you the theory behind the practise.
I think you asked specifically about use of a DLL Icon library. Perhaps not... but it's a useful technique either way.
v
yeah VJ you're right. The aximsite link pointed me here to good ol XDA
Which PHM tool do I need? Is it the shortcuts app in PHM Plus?? I'm beginning to think I'm in over my head here.
TIA

Getting Running programs in the tray

On my XDA mini, I had the convenient little icon in the tray (at the bottom of today screen) that was a shortcut to the running programs box in the settings menu.
How do I enable this on the Wizard? I don't want to have to install a whole task manager program, when the one built in works just fine. I just need to get to it easier.
try WM5NewMenu by saman, where you can set a shortcut for this particular setting, among others, through any of the softkeys or the buttons. it's a drop-down menu list, though, not an icon.
http://forum.xda-developers.com/viewtopic.php?t=40088
PHMTray.
V
Thanks, PHM tray is closest to what I was looking for, but is it windows mobile 2003 only?
I really would just like to have that little icon that goes to the memory screen back. The Magician had this, and I think other models do too.
This is the solution
Create a shortcut that has the following contents
44#ctlpnl cplmain.cpl,4,2?deviceinfo.exe,-103
You can do this by creating a shortcut to any program, then using activesync explorer to find it, copy it, and paste it on the desktop, open it with Notepad, and edit it. Start with a PPC shortcut so that it in the right character set.
Then return it to a folder on the PPC and put it in PHM Traylaunch. It gives you one touch access to the Settings/Memory program. The part after the ? controls the visual icon.
thanks! I'll try this...
though, I am sure this must be possible through some sort of registry setting...
I am digging through my EXTROM on my old XDA mini to see if I can find out
after all this, I just resorted to putting the shortcut in my start menu... it'll do for me I guess... :?
I've attached the link for those who want it.
I like things to be simple. No extra software to install, no complicated settings. Just click it and done!
thanks for all your help guys

Ultimate launch question.

Trying to create a button link to "settings" in my verizon ppc for UL, any ideas?
thank you very much.
Jon
"UltimateLaunchConfig.exe" is the app. What kind of "button link" do you want? In a UL button? or a hard button?
If you mean create a button to show the settings menu, this should work for you:
Go to Windows\Start Menu
Copy Settings
Paster a shortcut (for settings) anywhere.
create a new button using the shortcut you created​
AthenaLod said:
If you mean create a button to show the settings menu, this should work for you:
Go to Windows\Start Menu
Copy Settings
Paster a shortcut (for settings) anywhere.
create a new button using the shortcut you created​
Click to expand...
Click to collapse
Much respect to all first and foremost. From my experience with UL, that may work for some applications located in the Windows folder, but not all. For instance, you cannot create a shortcut for the Today settings to switch up your themes, Power/Soft Reset , or even Remove Programs either. There's a slew of programs that can't be made into shortcuts within UL. It's perhaps a limitation of UL.
But there is hope and light at the end of the tunnel. If one desperately wants to create /include such applications (Power, Resetting, Today, etc) with UL, one can install Mobile Shell because it create shortcuts in itself, which UL can then detect. Pocket Plus may be able do the same, but I'm uncertain.
Also, the word on the street, the next version will be 'better' and I don't have the slightest clue as to when that release will surface. I'm no expert, just a big fan like of UL. My two cents.
this answer is a little bit wrong:
1. you can make a Shortcut to ANY wm setting. example: command: ctlpnl, param: cplmain.cpl,10 (for uninstalling software) search in the other ul threads.
2. Daniel Who wrote UL made also some "smartutilities" for make calll, toggle wifi, softreset and many more, google for it. this are small .exe you can link to.
yes, i was attempting to have a button inside of UL access the settings area. I have the xv6700 which appears to have a problem with keeping UL on the today screen after a soft reset. so before I soft reset I need to change my today plugin to something else. otherwise when i reboot nothing shows up and will not load any other plug-ins. Makes it easy to have a quick link cause I'm not a stylus fan.
Thank you very much guys. would have never thought of making a short cut of it. thanks again!
-Jon
bluemetalaxe said:
this answer is a little bit wrong:
1. you can make a Shortcut to ANY wm setting. example: command: ctlpnl, param: cplmain.cpl,10 (for uninstalling software) search in the other ul threads.
2. Daniel Who wrote UL made also some "smartutilities" for make calll, toggle wifi, softreset and many more, google for it. this are small .exe you can link to.
Click to expand...
Click to collapse
Good information. This seems to be a hot topic at the moment and assume this info hasnt been highlighted before. Perhaps a brave soul will post some shortcut command params, directions/instructions in their spare time, and have them listed/located in one thread for easy like the icons. (And also some of those "smartultilities" as well).
How about game area ? my problem 's it's difficult to create all game in icons. so I would like to make a link to call all game folder as when we call it by startmenu
robosiris said:
Good information. This seems to be a hot topic at the moment and assume this info hasnt been highlighted before. Perhaps a brave soul will post some shortcut command params, directions/instructions in their spare time, and have them listed/located in one thread for easy like the icons. (And also some of those "smartultilities" as well).
Click to expand...
Click to collapse
Well, I'm not very brave, but I knew this page existed on PPCSG.COM, so I thought I'd share it. It shows how you can create .LNK files to many of the Settings Applets. Hope it helps.
-pvs
Here is a link to majority of the settings options:
http://forum.xda-developers.com/showthread.php?t=340974
Just find the one you want, open notepad on your PC copy the line into notepad, with only that text, and save as power.lnk, for example, then have the button set to that link.
Any Idea on how to add a folder shortcut? I want to have my different photo albums
Is there a way to specify the appropriate ICON in the .lnk file? I have the "cplmain.cpl,26" working but it just shows a generic icon.
Just change the icon in the display tab.
Folder Shortcuts
muzikfreakah said:
Any Idea on how to add a folder shortcut? I want to have my different photo albums
Click to expand...
Click to collapse
Did you ever get an answer on this? If so, how do you make a shortcut to a folder? I've tried using the context menu of creating a shortcut and then having UL point to the shortcut but it doesn't open it.
Thanks for any info!
would like to know this as well.
bdumch said:
Did you ever get an answer on this? If so, how do you make a shortcut to a folder? I've tried using the context menu of creating a shortcut and then having UL point to the shortcut but it doesn't open it.
Thanks for any info!
Click to expand...
Click to collapse
I hadn't used this yet, but resco explorer has an option (you have to edit the regsitry for it) that let's you load folders according to command line arguments (then you can use UL to load the folder in resco straight using a command line).
you should check it out.

Categories

Resources