|
||||
WM 6.5 Custom Taskbar
Since there are quite a few differences between the WM 6.1 Taskbar files and WM 6.5 taskbar I have created a new thread dedicated to WM 6.5 and the taskbar. This will not be as technical as my previous taskbar thread. For methods on how to edit a dll, what a dll looks like, how to replace files and so forth please refer to this thread http://forum.ppcgeeks.com/showthread.php?t=54514 Please remember this is a work in progress since WM 6.5 is new so there are going to be a few issues at first but we will work around it. Here is the rundown of the basic files: - shellres.192.dll: Signal bars, sync icons, Wifi, 3g (G, Ev, 3G, H, E, 1x) syncing+receiving data icons, battery Icons - tapres.192.dll: controls G, Ev, 3G, H, E, 1x - HTCVolumecontrol.dll : Volume icons - Outres.192.dll : Message icons - Notify.dll.0409.mui : Alarm icon - GPSAux.dll : QuickGPS Icon - CDMA_RSS_PCC - notify.dll.0409.mui: Alarm - PictureMailRes.dll: Picture Mail - tshers.192.dll: New Network Detected (WiFi) - VoiceCmdRes.dll: Voice Command - WLMMessengerResources.192.dll: Windows Messanger For the Bluetooth Icon - There are two bmps that WM 6.5 uses to display the BT & headset icons on the Transparent home screen. One is the standard file, i.e. "BT On Mode.bmp", and the other is a background file, "BT On Mode Mask.bmp". The Mask file is the negative/transparent background of the regular file. The Mask files will need to be provided along with the other files in order for the BT top bar icons to display correctly on the standard transparent home screen. Otherwise, the system will use the previous (stock) Mask file, which cause the distorted image. Quote:
Known differences with WM 6.5 - most everything now is controlled in the shellres.192.dll file such as battery, signal bars (GSM) and your GSM network icons 3G, E, H and G. WM 6.5 does not come with a phcanOverbmp.dll but will read it with the correct registry edits. Some taskbar developers are choosing to use it Since HTC used the the phcanOverbmp.dll to skin the pin dialer and add extra icons to the taskbar. You will need to place the following registry edits into your phone or if your a developer into your cab in order to have it read correctly: Code:
[HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BaseDll"="phcanOverbmp.dll" [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BaseId"=dword:00000000 [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BatteryIconIdStart"=dword:000003e9 [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BatteryIconLevels"=dword:00000065 Code:
[HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BaseDll"="phcanBattery.dll" [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BaseId"=dword:00000000 [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BatteryIconIdStart"=dword:000003e9 (Hex) or 1001 (Dec) [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BatteryIconLevels"=dword:00000065 (Hex) or 101 (Dec) Below you will find the "STOCK" WM 6.5 dll's associated with the taskbar © Copyright. Copyright in the pages, screens, text, files and images appearing in this thread is owned by originating owner(s) or others as indicated. The information and materials contained in the thread may not be distributed, licensed, modified, published, reposted, reproduced, reused, sold, transmitted, used to create a derivative work or otherwise used for public or commercial purposes without express written permission of the originating owner(s).
Last edited by tsowen; 05-17-2009 at 09:19 PM. |
This post has been thanked 54 times. |
|
||||
Re: WM 6.5 Custom Taskbar
12AON has really help pioneer the way for the WM 6.5 taskbar so huge props to him and also thanks to MysticGenious and others who offered to test and evaluate my files. Here is the updated WM 6.5 version with the dll's straight from WM 6.5 (only for those running 6.5) with this version GSM users now have colored bars. As always same rules apply as any other taskbars when installing the cab. Any bugs or problems please report back. This is based upon my taskbar 6 elite v3 located here http://forum.ppcgeeks.com/showpost.p...54&postcount=4 Code:
BT Discoverable.bmp BT On Mode.bmp BT Stereo Headset.bmp CDMA_RSS_PPC.dll GPS-icon.bmp GPS-icon Mask.bmp HTCVolumeControl.dll notify.dll.0409.mui outres.192.dll pchanOvermbmp.dll PictureMailRes.dll shellres.192.dll Stereo Headset.bmp tapres.192.dll tshers.192.dll VoiceCmdRes.dll WLMMessengerResources.192.dll _setup.xml Known Issues: 1. 3G, G, H and E Active Data Icon transparency needs fixed For those who need the RevA file is below Fixes: 1. Corrected All BT Icons and added mask.bmp files for corresponding images. 2. Uploaded all dll and bmp files in attachment WM6.5 Dlls.zip © Copyright. Copyright in the pages, screens, text, files and images appearing in this thread is owned by originating owner(s) or others as indicated. The information and materials contained in the thread may not be distributed, licensed, modified, published, reposted, reproduced, reused, sold, transmitted, used to create a derivative work or otherwise used for public or commercial purposes without express written permission of the originating owner(s).
Last edited by tsowen; 05-13-2009 at 11:42 AM. |
This post has been thanked 60 times. |
This post has been thanked 33 times. |
|
||||
Re: WM 6.5 Custom Taskbar
Mine
LET ME KNOW HOW YOU ALL LIKE IT!! install sdkcerts AND have to make the changes in your registry posted in tsowens post. [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BaseDll"="phcanOverbmp.dll" [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BaseId"=dword:00000000 [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BatteryIconIdStart"=dword:000003e9 [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "BatteryIconLevels"=dword:00000065 some people are deleting this regkey from their roms. this will effect the signal icon, sync icon, it will point the these icons to the Shell file instead of the CDMA file. So if you have this problem after installing a taskbar, check your registry to see if this is their, if not. add it. [HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps] "FuncDll"="CDMA_RSSI_PPC.dll" For the Bottom Buttons on the Newer system Builds. Use the Classic Blue Theme. Last edited by Brock1909; 09-02-2009 at 09:28 PM. |
This post has been thanked 22 times. |
|
||||
Re: WM 6.5 Custom Taskbar
8-13-09 New Release! Here is my latest task bar. What you are getting is a sneak peak of my soon to be released GadgetROM. This VGA, CDMA only for now. I'll get around to a GSM version as soon as I have the time. Let me know what you think! Thanks to Riley05 and Rusty Duck for some preliminary testing. And thanks to Bilbobrian at XDA for the battery layout, and Tsowen for the icon base. 5-9-09 Update: Here is the conversion of my Round Taskbar theme to WM 6.5. Just Download and install the attached cab. After you've installed SDKCerts, of course... Note, If you are using the Topaz Notification Enhancements, you can install that cab to get a skinned Notifications manager. One thing to note, I am in all likelihood abandoning skinning the HTC Large Title bar due to all of the distortion issues, etc. Since I am runing Rhodium TF3D and WM 6.5 now, I am just going to concentrate on those features that are still actively being deployed by MS and HTC. It seems the LTB is going to go away soon... 6-9-09 Update: Here is a preview of what I'll be posting in the next couple weeks. Right now, this is exclusively available in Drybonz' Bear-Bonz ROM for the Sprint Diamond. 6-10-09 UPDATE: Due to Drybonz ending development of his Bear-Bonz ROM, I am going ahead and releasing the custom taskbar early. For right now, this is CDMA only, and is geared to someone running Rhodium since it has the dll and icons for the new Notifications Manager included. It won't hurt your phone if you aren't running Rhodium, but it will eat up some space... I am working on the GSM icons now and hope to have something done by the end of the weekend. The current battery is by Misfortune for his TB v2 and is included and modded with his permission. I am actually looking at changing the battery, too, so, ahem, bear with me on that... . Also, as usual, all the usual provisions apply: Back-up your device, install the SDK Certs cab, make sure you have the nuepower drivers installed (or the battery will not display properly...) etc, etc... If you are a ROM chef and wish to use any of my taskbars in your ROM, just please PM me and let me know. 6-14-09 UPDATE: Thanks to Indagroove, the Bear-Bonz Custom taskbar will now work with GrooveROM and Mighty Mike's ROMs. This version includes the revA icon and a few other tweaks. I have also finished and uploaded the GSM version of the Bear-Bonz Taskbar as well! Enjoy! © Copyright. Copyright in the pages, screens, text, files and images appearing in this thread is owned by originating owner(s) or others as indicated. The information and materials contained in the thread may not be distributed, licensed, modified, published, reposted, reproduced, reused, sold, transmitted, used to create a derivative work or otherwise used for public or commercial purposes without express written permission of the originating owner(s).
Last edited by gadgetfreak; 08-13-2009 at 05:10 PM. |
This post has been thanked 137 times. |
|
||||
Re: WM 6.5 Custom Taskbar
-- Maybe one day I will need this space. --
__________________
AKA: Misfortun
If you are a fan of my work, please feel free to . Misfortune Taskbar v2.0 Misfortune Taskbar v1.0 |
This post has been thanked 13 times. |
|
||||
Re: WM 6.5 Custom Taskbar
Place Marker for future projects.
__________________
Accepting Donations - If you like my work, please donate! All Donations go to saving the world, uhhh.. and other things. Specifically to development of ROMs. I will share proceeds with all who have contributed. I am cool like that.
dB_ROM: [05.14.09] dB_ROM WM 6.5 21501,21502,21222,21231 ROM/Kitchen TouchPro [Multi-ROMs] XDA Thread: Click Here PPCG Thread: Click Here sMMS: Click Here |
This post has been thanked 2 times. |
|
||||
Re: WM 6.5 Custom Taskbar
Reserved for my taskbar project in the works.
I'm glad you guys are starting with 6.5 I've been starting to play with the dll's myself as one day I was curious and tried the 6.1 taskbar on 6.5, and four words came to my mind, weapon of mass destruction. It just made my vogue go completely cracked out. But anyways, I hope to be getting my taskbar Icons finalized soon so I can start working on the technical aspects. Edit:: Update:: Just got a Touch Pro, so I'm scratching my qvga taskbars that I was working on (got rid of the files already, and don't have my phone) Hope to get cracking on this SOON! Last edited by codybear; 06-20-2009 at 05:28 PM. |
This post has been thanked 2 times. |
|
|
|