Notices

Windows Mobile 2003 Questions and Answers regarding Windows Mobile 2003.

Reply
 
LinkBack Thread Tools
Old 08-14-05, 06:26 PM   #181 (permalink)
A2E
Aximsite Rookie
 
A2E's Avatar
DAP Freshman
 
Join Date: Nov 2004
Location: Israel
Posts: 92
Thanked 0 Times in 0 Posts
The WiFi and BT icons work fine after putting them in my Windows folder, but I still have the old AS icon after putting the shellres.dll.0409.mui file in.
(Axim x50v A04 english)
A2E is offline   Reply With Quote
Sponsor Ads
Old 08-15-05, 04:08 AM   #182 (permalink)
Alastair
Guest
 
Posts: n/a
Love the new AS icons, dropped them in and they work a treat. Thanks for those :approve:
  Reply With Quote
Old 08-15-05, 09:18 AM   #183 (permalink)
Aximsite Rookie
 
Join Date: Jul 2005
Location: Sydney
Posts: 42
Thanked 0 Times in 0 Posts
Cheers! They all look fantastic. Especially the Bluetooth icon. Shame i don't have any Bluetooth devices!
jdrew is offline   Reply With Quote
Old 08-16-05, 12:37 AM   #184 (permalink)
Aximsite All Star
 
Join Date: Apr 2005
Location: Wisconsin
Posts: 836
Device: HTC 6900 (Touch)
Carrier: Sprint
Thanked 1 Time in 1 Post
Any chance to create the icons for NON-VGA devices?
Storino03 is offline   Reply With Quote
Old 08-18-05, 01:39 AM   #185 (permalink)
Aximsite Minor League
 
Join Date: May 2005
Location: Boston, MA
Posts: 116
Thanked 0 Times in 0 Posts
Thanks to Seligman, I changed his AS icon to something familiar to me. Here is my screen with a desktop-style tray icon:



I prefer to keep the icons same as those on the desktop. That's why I only change the tray icon, and keep the program icon the same. Therefore, there is no need to use the "ActiveSync.exe" file. Only the "shellres.dll.0409.mui" will do for me. Again, many thanks to Seligman.
Attached Files:
File Type: zip Green AS.zip (3.3 KB, 259 views)
im_dragon is offline   Reply With Quote
Old 08-18-05, 11:46 AM   #186 (permalink)
Aximsite Prospect
 
Join Date: Feb 2005
Posts: 15
Thanked 0 Times in 0 Posts
Thanks very much for the Green_AS icon. Although it looks more like a greyed-out green on my X30, it certainly looks much better than the original!
TezPigeon is offline   Reply With Quote
Old 08-18-05, 04:42 PM   #187 (permalink)
Aximsite Minor League
 
Join Date: May 2005
Location: Boston, MA
Posts: 116
Thanked 0 Times in 0 Posts
TezPigeon,

I have just updated the icon to give it a healthy green glow. It looks better on my machine. Hopefully, the green will come out better on your machine too.

Attached Files:
File Type: zip AS Green Glow.zip (2.7 KB, 343 views)
im_dragon is offline   Reply With Quote
Old 08-18-05, 05:51 PM   #188 (permalink)
Aximsite Minor League
 
Join Date: Jul 2005
Location: Canada
Posts: 269
Device: Qtek A8300
Carrier: Rogers
Thanked 4 Times in 2 Posts

Awards Showcase
Aximsite Contest Winner 
Total Awards: 1

Great work! It looks awesome.

I'm just wondering how to build mui file with icons. I guess it's just a resource dll renamed to have language code and the mui extension, but
1. How do you find out the resource IDs?
2. Do you need to replace all the resources or just the ones you want to override?
3. How to specify the desired resolution?
dogfood is offline   Reply With Quote
Old 08-18-05, 06:51 PM   #189 (permalink)
Aximsite Rookie
 
Join Date: Nov 2004
Posts: 60
Thanked 0 Times in 0 Posts
Originally Posted by dogfood
Great work! It looks awesome.

I'm just wondering how to build mui file with icons. I guess it's just a resource dll renamed to have language code and the mui extension, but
1. How do you find out the resource IDs?
2. Do you need to replace all the resources or just the ones you want to override?
3. How to specify the desired resolution?
As you've guessed, mui files are just resource only DLLs.

1) Two ways: If you can copy the executable off of the device, the do that and open it in devstudio. Otherwise, you'll need to write an app to open up each executable on the device and LoadImage through all the possible resource IDs to find the ID of an icon in question. The first approach works for the bluetooth and wireless icons, the second was required for the ActiveSync icon. I have an app that does this, and assuming I can ever sit down and write my instructions for this process, I'll clean it up and include it.
2) Just the resources you want to override
3) Resources are resolution independent. For the tray icons, that means for VGA just include a 32x32 icon, for QVGA use a 16x16 icon. If memory serves correctly, you can't actually use an icon with both 32x32 and 16x16 images in it for the tray icon due to the way it works.

I should also note to be careful on reusing MUI files. I had some problems when I was playing around with this with devstudio not really deleting resources in files when it saved them. I'm not sure if there as a problem with DevStudio, or if PEBKAC, but it threw me for a loop a few times. It's best to create a new MUI file from scratch rather than using an existing one for a different app.
__________________
--
Scott Seligman [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
seligman is offline   Reply With Quote
Old 08-18-05, 07:19 PM   #190 (permalink)
Aximsite Minor League
 
Join Date: Jul 2005
Location: Canada
Posts: 269
Device: Qtek A8300
Carrier: Rogers
Thanked 4 Times in 2 Posts

Awards Showcase
Aximsite Contest Winner 
Total Awards: 1

Thanks, Scott!

OzVga requires a set of resource dlls for the 96dpi. I don't see the same icon resource id in shellres.96.dll. No conflict there. But what if it does? The MUI for the current resolution wins if the icon exists?

Besides, many icons in shellres.96.dll has both 32x32 and 64x64. Are they being used in different situation as the application requires? The 96 clearly indicate the dpi. The MUI file is not. How to make sure the correct icon size is being used, if it were not just for the tray? How does the app or the OS determine what size of the icon to load from the MUI file? From the dpi defined in the registry? If that's the case, I don't see why we can't have both 32x32 and 16x16 in there. What would you need to do to support both vga and qvga? If you need to provide different MUI files, how to name them?

Thanks again for replying. :)
dogfood is offline   Reply With Quote
Old 08-19-05, 12:26 PM   #191 (permalink)
2K1
Aximsite Prospect
 
Join Date: Dec 2004
Posts: 4
Thanked 0 Times in 0 Posts
hi im_dragon,

the two AS icon that you have post would affect the icons in programs too.

When i copy and paste the file into \Windows, and if you go click on programs, you will realise the folders inside programs would not have the folder icons and it would have the AS icon instead.

Hope you can fix that, thank... Love the glow green AS icon
but it also changes the icon for folders inside Programs too.
2K1 is offline   Reply With Quote
Old 08-19-05, 12:56 PM   #192 (permalink)
gjw
Aximsite All Star
 
Join Date: May 2005
Posts: 785
Thanked 1 Time in 1 Post
Well since special requests are being honored.....
Could someone make the same 3D WiFi icon but with larger bars when activated.
Something approaching the 'stock' size.
This one seems unreasonably tiny.
:)
Thanks
__________________
Outside of a dog -- a book is a man's best friend.
Inside of a dog it's too dark to read.
:icon_rofl

Last edited by gjw; 08-19-05 at 02:12 PM.
gjw is offline   Reply With Quote
Old 08-19-05, 12:58 PM   #193 (permalink)
Aximsite Minor League
 
Join Date: Jul 2005
Location: Canada
Posts: 269
Device: Qtek A8300
Carrier: Rogers
Thanked 4 Times in 2 Posts

Awards Showcase
Aximsite Contest Winner 
Total Awards: 1

Hi 2K1,

It works for me, though. The folder icon in Programs is correct. Can you post a screen shot?
dogfood is offline   Reply With Quote
Old 08-19-05, 02:07 PM   #194 (permalink)
Aximsite Minor League
 
Join Date: May 2005
Location: Boston, MA
Posts: 116
Thanked 0 Times in 0 Posts
2K1,

I reposted the picture to show the AS program icon unchanged in the menu. Not sure exactly what happened to you, but it shouldn't be that way.

gjw,
The BT and Wifi icons can be easily changed into anything (different dogs, cats, ... you name it). If the wifi bars are large like the original version, they will cover the Wifi logo. Anyway, it's a good idea. I'll do it soon, and will make the Wifi logo somewhat transparent on top of the bars when they are on. That way, the nice 3D logo can be seen in full glory at all time. Just check back here later.

I would like, once again, to thank Seligman to make this all possible. I didn't even know (never noticed it) there was an AS icon, and didn't care about the BT/Wifi icons, before reading this thread.

Last edited by im_dragon; 08-19-05 at 02:16 PM.
im_dragon is offline   Reply With Quote
Old 08-19-05, 02:10 PM   #195 (permalink)
gjw
Aximsite All Star
 
Join Date: May 2005
Posts: 785
Thanked 1 Time in 1 Post
Originally Posted by im_dragon
If the wifi bars are large like the original version, they will cover the Wifi logo.

That's the point.
Pretty is nice but if it ain't functional.....
:)
__________________
Outside of a dog -- a book is a man's best friend.
Inside of a dog it's too dark to read.
:icon_rofl
gjw is offline   Reply With Quote
Reply

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:03 AM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC