Madbeetle Clock Plugin v1.0 MS SmartPhone WM6 Incl Keypatch-PV - HTC Excalibur

i find this apps:
Clock Plugin : is a plugin for the smartphone homescreen thats adds a analogue clock.
The install below installs the plugin and the homescreen shown above with green colour scheme. (adjusted to you devices resolution (240x320 320x240 or 176x220).
The clock hands are fully configurable, so you can change the length, width and colour of each hand.
It also breaks the traditional one line per plugin restriction, allowing you to place the plugin anywhere on the homescreen, and position other plugins side by side with it.
Once you've installed the plugin, you can install additional homescreens that use the plugin or design your own. Why not use our Smartphone Homescreen Builder which simplifies the home screen building process. It includes the analogue plugin making it very easy to generate your own home screen.
You can also download the above clock projects for the homescreen builder, and use them a bases for your own designs.
works

This is not a warez site. Refrain from posting Warez. Let this be a warning to you, next time you will be banned from this site. Thanks for your co-operation in this matter.
- I have removed the attachment.

Related

How To: Customize the Sliding Panels Homescreen

This was from the windows mobile team blog. More to follow but wanted to post it for those who don't read that.
Original link: http://blogs.msdn.com/windowsmobile/archive/2008/06/03/customizing-the-sliding-panel-homescreen.aspx
Customizing the Sliding Panel Homescreen
from Windows Mobile Team Blog by Jorge Peraza
Hi, my name is Jorge Peraza; I am a Developer on the Windows Mobile team that was responsible for the new “Sliding Panel” home screen in Windows Mobile 6.1.
When we were working on the visual style and functionality of the home screen we tried to make something that looked both professional and appealing while still showcasing all the information the user is going to need to know what’s important and requires attention. While I think the default design looks really cool, we added some customization features to enable users to make it their own.
Customizing the layout
The home screen layout can be modified using the same home.xml file from previous versions of WM, the schema of the file was extended to allow the customization of many of its elements, this includes the art assets that are used for most of the plug-ins.
When you open the SlidingPanel.home.xml file (inside \ApplicationData\Home) you will find the plug-in element that corresponds to the sliding panel home screen (its CLSID is {E9267CAB-02EE-4f37-8216-6BF6A8FF5A71}). All the child elements inside it are designed to tweak and customize the way the home screen will look.
The top level element is the plugins tag, this has one attribute called “Order” and it’s used to list the plug-ins that will be shown and the order they are going to be laid out on the screen.
The built in plug-in names are:
1)CClock – The big clock
2)CAppointments - The calendar plugin
3)CHome – The notifications plugin
4)CMyPhotos – The photos plugin
5)CMessage – The message center (this is off by default on all sliding panel built in layouts.
6)CMusic – The music plugin
7)Settings – The settings plug-in
8)Custom Plugin – Users can specify custom plug-ins with static content that can be displayed on the home screen.
For example, the XML snippet bellow moves the photos plug-in to the first position and enables the message center (which is turned off by default on both "Sliding Panel" and "Sliding Panel Media")
<plugin clsid="{E9267CAB-02EE-4f37-8216-6BF6A8FF5A71}" name="Bronze" height="266">
<Plugins Order="CMyPhotos;CClock;CMessage" />
</plugin>
There are many other ways of customizing the home screen using the plug-in settings like overriding the default images or even adding your own custom plug-ins that display static content, I'll post and updated entry latter on on how to do this in detail but for now, you can use the provided home.xml files to start experimenting with this.
The notifications plug-in and message center
In the sliding panel home screen, the notifications plug-in by default serves as a dual-purpose notifications/gateway to all you phone/message accounts where every page represents one account (so, if you have multiple notifications in one category they will be shown as one summary page).
There is however an alternative behavior where individual notifications are added as independent pages (Similar to what the T-Mobile shadow home screen does) and the plug-in only shows accounts that have new notifications in them. One cool feature of this alternate behavior is that each individual notification can be dismissed without having to leave the home screen.
You can enable this alternative behavior by setting the following registry key to a value other than 2 (The actual value indicates how many pages of each notification type will be added to the home screen before collapsing them into a summary page. We have tested 2 and 5 but feel free to experiment with other values)
[HKLM\Software\Microsoft\Chome\Chome]
PageCollapseThreshold: DWORD
Note that this prevents you from being able to access the email/phone account data if there are no notifications for it. If you still want to be able to do that you can always re-enable the message center as described in the previous section as a separate plug-in.
There is one more behavioral change you can make that allows you to “dock” the condensed view of the first plug-in to the top of the screen when it is not active, we added this for people like me that want to have the clock always visible. To enable just set the following registry key to “1”
[HKLM\Software\Microsoft\Chome]
DockOperatorBar: DWORD
Advanced layout modification
There are even more advanced things you can do to further tweak the look of the home screen but it is unsupported by Microsoft at this moment so you’ll have to experiment on your own J (Hint, look at the following files \windows\CHome_240x320.cpr and \windows\CHome_320x240.cpr).
----------------------------------------------------------------------------------------------------
Thanks to djNutz for posting this information & OrganicM for his efforts.
I wanted to create a post with info about what the different keys do in the CHome section of the registry. So, I'll start with a brand new one, that I bet nobody knows about....
[HKLM\Software\Microsoft\Chome\Chome]
PageCollapseThreshold: 2 or 5 (DWORD Value)
This will collapse your Notifications panel to only show active notifications. You can enable this alternative behavior by setting the following registry key to a value other than 2 (The actual value indicates how many pages of each notification type will be added to the home screen before collapsing them into a summary page. 2 and 5 were tested and work pretty well.
More to come of course....
should this change be made to the security section too, or does that matter? actually, do changes to the security section ever matter, cause they seem to apply even when you only edit the software section.
p.s.
i'm pretty sure people are gonna ask, so maybe i'll save some trouble instead of looking like an ass by answering preemptively. This DWORD value must be created with your registry editor, it's not already there, at least on ricky v24.
2 = default or normal (i assume cause it looks the same as before) and 5 = condensed.
But for the rest of us who don't have the time to be on every WM blog and forum at once here's my favorite:
To “dock” the condensed view of the first plug-in to the top of the screen when it is not active, set the following registry key to “1”
[HKLM\Software\Microsoft\Chome]
DockOperatorBar: DWORD
This is so you can have the clock always visible, no matter which panel you're on. You could also set it so that CHome Weather's compact view is always on top. Whatever plugin is first on the list.
More info from MS coming down the pipe:
We can get the day of the week on the clock plugin at the top of CHome by doing this:
Replace this portion...
<!-- Date --> <Text ID="Date" Left="180" Top="83" Width="110" Height="19" FontFamily="Segoe Condensed" FontSize="9" FontStyle="Bold" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter"></Text>
With this!
<!-- Date -->
<Text ID="Date" Left="180" Top="83" Width="110" Height="19" FontFamily="Segoe Condensed" FontSize="9" FontStyle="Bold" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter"></Text>
<Text ID="Day of Week" Left="65" Top="83" Width="110" Height="19" FontFamily="Segoe Condensed" FontSize="9" FontStyle="Bold" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter"></Text>
I will incorporate this in Chome Weather fore sure!
Here you go, the first is my Home
2nd is Scroll Down once
3rd is Scroll Down twice
4th is Scroll Down Thrice
heh
Edit: Tried Month in cpr, no luck.
will keep trying
I'm glad people are finally getting this information out. It makes customization that much easier. I'm adding the tips to the wiki as well, as they come out.
How to Reload the Homescreen
I have two questions:
1. After editing my CHome cpr file, how do I reload the homescreen without having to reboot the device?
2. How can I show any text on the clock panel? Regular text is defined by Text ID = "xxxxx", where xxxxx is something like Time, Network Name, etc. However, suppose I want to have the text "Knowledge Rules", how do I set it up in XML?
I have very little programming and Excalibur experience. So, I apologize if these questions are too naive or have been answered before.
Thanks a lot in advance.
you can use this if you dont use OrganicM Chome Weather
I don't think Microsoft has put out much documentation on the sliding panels plugin yet. Most of the CHome configurations use
Code:
TextID="text 1"
as the delimiter for static text. But that's not to say that the clock plugin will recognize that as a valid section. Could work. Could make your phone useless.
beartard said:
I don't think Microsoft has put out much documentation on the sliding panels plugin yet. Most of the CHome configurations use
Code:
TextID="text 1"
as the delimiter for static text. But that's not to say that the clock plugin will recognize that as a valid section. Could work. Could make your phone useless.
Click to expand...
Click to collapse
I do not understand. How do I make the phone know that:
text 1 = Knowledge Rules?
Typical syntax seems to be Text ID = "xxxx", where xxxx is a variable name, which is recognized by the device. If Text 1 is a valid variable for the device, how do I assign it a value? Am I rambling here?
No, you're not rambling. As far as the information coming from Microsoft and disseminated here on this site goes, it's a best guess right now.
someone at msdn blog asked the same question.
Someone at msdn blog asked the same question. Let's wait to see if we get an answer from there...
From http://blogs.msdn.com/windowsmobile...ustomizing-the-sliding-panel-homescreen.aspx:
"Jorgeba, thanks for taking the time to educate your user. I have some questions.
How do you change the text in the condense clock? The .cpr file has Text ID="Text 1". How is "Text 1" define? I would love to add the date to the condense layout.
The ActionURL and Softkey2 URL in the Appointments plug-in always open calendar in the today view. Is there a way to make one of the button opens calendar in the month view? Setting the default view for calendar does not help."
Easy as pie......
If you know what you are doing.
If you have any xml experience,then you'll know how to adjust x and y values to position things in different places. Yes, you can do that. Just change x=whatever and y=whatever to where you would like them to be. Just know this means that it will start on the left and move x pixels over and y pixels down. If you put in negative values, it will shift them in the opposite direction.
Eg. x=-whatever will move it to the left vs a + value which will move it to the right. Same for y=
Also, you can adjust the valignment and halignment to center, left, or right.
Have fun with these. They apply to everything in your cpr (That's the layout for your homescreen.It's in your \Windows directory on your phone).I mean everything, from where your network displays, right down to your pictures.
That's it. Have fun!
jaymit said:
Hi,
Sorry Im kind of a newbie :s, is it possible to edit home screen panels? I wanted to change the layout and look of the clock plugin.
Thanks!
Click to expand...
Click to collapse
Does anybody know how to change font color for certain panels or certain lines of text in the panel? Is it only possible for the whole homescreen?
As far as I know even as far as old xml coding works, you can only change a font color for a selected word or unselected word. Meaning, if you have the old 6.0 your plugins that are selected could have a different color, but unselected could be another color. This applied to the entire homescreen. I have not seen different colors for different plugins, since each panel style is basically its own plugin (each has its own unique GUID), then I doubt you can change font color for each plugin. You can more than likely only change the active selected panel and inactive panel fonts. I am not sure what their titles are in the cpr, but I know that in the old 6.0, the homecolor was one of the fonts colors and the other was called something else.
Eventhough this is 6.1, it doesn't look like much has changed as far as the fonts color goes. You could, however, always try adding a "fontcolor=" command in the cpr and a hex code and try it, to see if it works.
Hope this helps.
Edit your registry or get CHome Config
Both do the same thing. You want to change the plugin order for CHome. It's located in HKLM\Security\CHome\Default Settings and in HKLM\SOFTWARE\Microsoft\CHome. Edit the order you want your plugins to go. Reboot your phone and the new edits should be reflected in your homescreen layout. If you are having trouble cause this is new. Just search this thread for CHome Configurator. It's stickied at the top of this forum. Download it and it will let you select the order in a much easier way. Make sure you reboot, though, or else your changes won't show. Hope this fixes your problem. Later.
tae-xda said:
How to change the default location for where the CMyPhotos plugin
Click to expand...
Click to collapse
rollingondubs1 said:
I have that already, All my games are under a folder which i cant make it as a action url
Click to expand...
Click to collapse
try this
"ACTIONURL" = "\Windows\Start Menu\Games\xxxxx xxxx.lnk
or this
"ACTIONURL" = "\windows\fexplore.exe; \windows\start menu\games"
Yes you can
One last time, I think I've figured out how to help you.
1. Open Chome Config.
2. Scroll to MyApplication and select it with your center button.
3. Scroll to any page you want to edit. Then scroll down to where it says ActionURL. Press menu.
4. Once in the menu select the "1 Change URL" item.
5. Once you have selected that it will take you to a file explorer. Go to \Windows\Start Menu\Games. This is where your games should be. If not, then wherever you store, your games, navigate yourself to that folder and select the file you want.
I think this should cover it. Hope this solved your problem. HOLLA!!!!
rollingondubs1 said:
I have that already, All my games are under a folder which i cant make it as a action url
Click to expand...
Click to collapse
How to change the location of CMyPhoto to \Storage Card\My Documents\My Picturs

NRG Weather 3.0 - "The pretty version..."

Here's Chome Weather 3.0 with a 10 day forecast. Download the cab and enjoy.
1) Install the cab in the link at the bottom of the post.
2) It should ask to reboot ! Press "Ok"
3) Go to your Start Menu and find "Weather Options", or go down to the Settings slide on your homescreen and the second slide will be the CHome Weather options slide.
Set your Zip / Location Code to your zip code if you're in the US or a "location code" if you're anywhere else (ex: ROXX003 for Bucharest). More info on finding your specific code is here http://developer.yahoo.com/weather/#req . Set the "Fahrenheit / Celsius" option. This will only affect the reading of the current conditions panels, not the text descriptions in the forecast panels. Those will always be in Fahrenheit.
Specify whether you would like the application to attempt to connect your default GPRS connection first, before updating. If you have a constant data connection on, leave this on "N". Finally you can turn off the autoupdate feature with the last option #7.
4) Now it might be a good idea to go to Start and find "Update Weather" and run it to update the weather data! Alternatively you can click the center button while you're on any of the forecast panels.
5) The cab should set your Home Screen to "Sliding Panel + Weather!" automatically.
6) Enjoy and report any bugs you might encounter, please.
New features:
- New 6 day forecast layout (layout #7)
- Autoupdate using Yahoo's server time. No manual control over update interval anymore.
- Revised layouts to ensure correct wrapping
- HomeScreen update feature. No need to reboot to see forecast or layout changes. This option is turned off by default because it doesn't work for everybody. If you turn it on and you see problems with your phone's radio turning off, phone becoming very slow etc... turn it off. (it's option #10)
- Added new panel to the Settings panel at the bottom for easy access to the weather updates and settings.
- "Stardock icons" are default for forecast and regular panels.
Screenshot descriptions:
1- IPhone Layout (this is the default layout)
2- Forecast Panels screenshot
3- Slim Panels Layout with the background options enabled
4- HTC Slim Layout while updating
5- HTC Slim Layout in normal mode
6- The HomeScreen with the weather plugin in its "condensed" state at the bottom, showing current conditions
7- Regular Panel Layout with no background.
8- IPhone Slim Layout
Download link > http://www.sendspace.com/file/4mh11j
Vox Version (Currently still at 3.0.1) > http://www.sendspace.com/file/0bie7d
Current Version: 3.1
Changes in 3.1
- Rearranged the order the various subroutines run.
- Fixed autoupdate issue.
- Removed HTC icons and background PNGs from the cab. Please download them separately from the addons post if you plan to use those layouts.
- Added option to show extended forecast panels on the homescreen or not.
- Added detection routine to detect if your phone's keypad is locked and NOT to update the homescreen is that's the case. Should help with the "Phone - Incoming" message problem that's been reported
- Edited some CPRs for better alignment
- More verbose status messages
- Etc...
More to come soon. The next version will update your clock panel with current conditions info. Just wanted to get this update out of the way first.
Changes in 3.0.1:
- Added 6 day forecast layout.
- Autoupdate feature based on Yahoo server's time.
- Small bugfixes, revised Options panel.
- Compressed PNGs.
- Complete portrait support for the new 6 day layout.
- Background used in screenshots included in .cab.
Changes to 2.0.3:
- completely redesigned Options panel. Hopefully things will be easier to get around. Now it tell you what the current layout used is.
- Fixed HTC Layout (5) text not wrapping down issue.
- Added option NOT to check for internet connection before connecting.
- Options panel keeps track of what layout you're running.
- added blue, purple, WM7 style or original glass panel selection to options panel.
- updated portrait CPRs.
- forecast panels should now display "N/A" icons when a forecast is not available instead of a red x.
- ability to choose between european ("rest of the world pretty much...) or american style dates on the forecast panels.
If you like this application and feel the need to support my work, here's a link to donate to me via PayPal.
PayPal Donate Link
DO NOT install this to the storage card. It will not work that way!
p.s. Portrait support is included for the new 6 day layout.
p.s.s. The cab seems to take a few minutes to install, especially if you're installing over 2.0.3. So just be patient I guess...
Update to 3.1
Only install this if you have 3.0.1 or 3.0.2 installed. Otherwise, download the cab in the sendspace link above and install the whole app.
This is the "addons" post.
Added "NRG Power Key..... .cab This will add three options to the menu that comes up when you hit the power key on the side of your Excalibur. "Power off", "Reboot" and "Weather Update". I hope they're self explanatory Have fun. Take note your wireless manager might be gone, or might act erracticaly. If you have problems, just install the cab. Don't post in the thread about it, there's nothing I can do about it.
Download the Calibri font mod if you want your system font to look like the one in the screenshots.
The Yahoo, Spil, Novaweather and 7Degree icon sets are alternative icons sets for most of your layouts and extended forecast panels
Most of the icons sets install as a one time installation application. Which means you will not see it in the "uninstallable" list of program under "Settings". Once you run the cab, it will overwrite whatever icons are installed and that's it...
Reserved... the last one.. I promise
Looks niiice i will be testing on Portrait (tornado)
Good Job
So far so good on my Q9c. Last version had to be uninstalled due to a couple of crashes. The worst being when I plugged into the computer the home screen crashed and would not recover after a reboot.
Like the new layout.
Formatting on QVGA
Incredible progress!
I've attached two SS's from my QVGA, using your layout #9 (Standard 6 day which is only 4 day by the way). As you can see, the bottom Temps are not lined up in either F or C and I looked at the CPR, but it is like Greek to me... I see "Bottom Temps" but fiddling and restarting gives me either to the Right or Left - I don't suppose there is a GUI for modding these CPRs is there?
Can you assist in getting it all lined up?
Thanks and keep up the GREAT work! Expect some more PayPal coming your way!
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Damn,
Free service is at full capacity, hope someone can mirror it later.....
I'm anxious to try it
I installed on my Q9c and I still get that font issue with large text boxes in PIE, however, I'm willing to put up with it at this point since the 6-day layout means I don't have to reboot the phone to see the latest forecast.
Any idea what might be causing the font issue? Since this weather panel is basically just scripts reading XML files and making registry changes, I can't imagine that it'd be too hard to figure out what's causing the PIE font issue. The font issue isn't a huge deal and I'd completely ignore it if it weren't for the fact that the digital font makes no differentiation between upper and lower case and many special characters just show up as boxes.
I dumped the 10-day panel and added a link to the Weather Update in my links panel if I ever decide to manually update the weather.
Dees_Troy said:
I installed on my Q9c and I still get that font issue with large text boxes in PIE, however, I'm willing to put up with it at this point since the 6-day layout means I don't have to reboot the phone to see the latest forecast.
Any idea what might be causing the font issue? Since this weather panel is basically just scripts reading XML files and making registry changes, I can't imagine that it'd be too hard to figure out what's causing the PIE font issue. The font issue isn't a huge deal and I'd completely ignore it if it weren't for the fact that the digital font makes no differentiation between upper and lower case and many special characters just show up as boxes.
I dumped the 10-day panel and added a link to the Weather Update in my links panel if I ever decide to manually update the weather.
Click to expand...
Click to collapse
It may be the chome_320X240.cpr file in your /windows directory. When you load a layout. his program pulls .cprs from the chomeweather directory and replaces your original chome_320X240.cpr file ... you may uninstall. copy over your chome320X240.cpr file do your PC's desktop and open it and whatever .cpr file you use for the weather layout and compare the differences.
Glad you guys like it. I'm sorry the portrait guys are still experiencing issues, like the misalignment of the bottom temps. However, the issue needs to be taken care of in the weather.mscr file, not the cpr file. I think I will switch to png rendering of the bottom temps instead of relying on text handled by the plugin. It's just not reliable at all and the temps are always a little misaligned....
Look for 3.0.1 at the end of the day... LOL
pudgedaddy said:
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Click to expand...
Click to collapse
I was gonna say EXACTLY what you just said. lol.
pudgedaddy said:
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Click to expand...
Click to collapse
I second that, the testui pluig in is enough for me, I already remove the welcome center because is no need to get it on the screen, anyway it looks besutiful, great work......
Great work as always, man. Amazing how you fit so much information in such a small place.
Personally, I'm sticking with the NRG Slim layout for now. Going for the "less is more" effect
Whats Vox version and how do i get my NRG Colored panels with the 5 day forcast like on PIcture 4?
pudgedaddy said:
The new layout looks beautiful. The one thing i might suggest: You may want to add an option in advanced options to turn off the 10 day forecast. Since it appears that im going to be using this 6 day testpluginui ( and several others will be too) they may not want or need the additional 10 day forecast panel.
I personally know how to disable it via the registry, but others may not. Secondly, If that option is de-selected, if you can also put in the weather.mscr file to not update that panel, so that way the weather updater runs a little faster.
Edit: I also think that today's Hi/Lo under the city needs to be removed. Its kind of redundant info, since the same info is located in the 6 day forecast located in the first day of the 6 day forecast.
This will also allow more room for lengthier weather condition names.
Click to expand...
Click to collapse
Point taken. I will remove the "hi -lo" in the top left corner and make enabling the welcome center an option
Excuse me for the question, but will this app work on regular WM6, or it only works with WM 6.1 Chome?
No chances to have a version for WM6?
luckyland said:
Excuse me for the question, but will this app work on regular WM6, or it only works with WM 6.1 Chome?
No chances to have a version for WM6?
Click to expand...
Click to collapse
this app is specifically written for the sliding panel homescreen. The sliding panel homescreen is only available on the WM 6.1 platform. So no. it does not and will not work on the WM6 interface
I've got the shakes...
Oh man... I SO wanna download this and "finagle" while I'm here at work, but I'll need to edit my cpr and it's too cumbersome trying to do it from the phone (instead of on my PC desktop). Blast! My love for boldened titles hinders me from enjoying this .cab this instant! lol

Four Weather Applications for Windows Mobile 6.1 (only)

I have started this for the purpose of having a stickied thread that points you to the three (currently) working weather apps for Windows Mobile 6.1 (Kavana and Rickwyatt ROMs). The program creators have created a post for their version of their weather application and have provided the info, screenshots and links to the original thread to obtain the application. This will allow you to judge which application suits you best and it will preserve the threads, should they get buried deep within the annals of this forum.
NRG's MiniWeather 1.0
Features of MiniWeather 1.0 :
- Autoupdate according to Yahoo servers' time + 10 minutes + 1-5 random minutes (so we don't all hit the server at the same exact times)
- Update in 15 minutes when no connection is found.
- Verbose status information as the script is running.
- Detailed Forecast panels can be turned off in "Advanced Options"
- Application will not automatically refresh the screen while the phone's keypad is locked.
- Built-in leftover notifications removal tool, in case you want to uninstall. See "advanced options".
Please go HERE to visit the original thread and to download the appplication.
NRG Weather 3.0
This is Chome Weather 3.1 with a 10 day forecast. It's the full version of MiniWeather with several layouts to choose from. It's also a much larger install...
Features:
- New 6 day forecast layout (layout #7)
- Autoupdate using Yahoo's server time. No manual control over update interval anymore.
- Revised layouts to ensure correct wrapping
- HomeScreen update feature. No need to reboot to see forecast or layout changes. This option is turned off by default because it doesn't work for everybody. If you turn it on and you see problems with your phone's radio turning off, phone becoming very slow etc... turn it off. (it's option #10)
- Added new panel to the Settings panel at the bottom for easy access to the weather updates and settings.
- "Stardock icons" are default for forecast and regular panels.
p.s. Portrait support is included for the new 6 day layout.
Please go HERE to download the application and to visit the original thread.
ODSHOWeather WM 6.1
Showaco, I are happy to bring you our weather panel. We have worked on testing this thing for a while.
We have new panels that display without affecting any of your other panels whatsoever.
We have a great feed, it is brought by our corporate sponser, Accuweather.
They have really put up a great feed for us to use, and it is updated constantly.
This is hands down the best weather app out there for the visual candy lovers. With the standard version without system monitor, it uses no battery or memory as far as hogging goes.
With that being said. Check out our link to the app for full feature info and check out the app and be amazed at its seemingly endless options you can set, like voice updates with 4 voices to choose from. Several layouts, and lite on the phone's memory, ahh, it is nice to be free...
Please go HERE to download the application and to visit the original thread.
The smallest weather app available has just gone on a diet, it started at 950kb and now comes in at a lightweight sub 850 kb. Its been slimmed down in size but not in weather data available. The new TotalClock cab has the full five day and current conditions within the clock panel itself. Check out the screenshots below, you only see one day at a time for a nice clean look. Hit the right soft key to advance thru the days and when you done, it has a timer to reset itself to current conditions after 60 seconds of non-flipping of the forecast pages.
For those who would rather have it seperate, the original version still uses a seperate forecast panel along with current conditions only in the clock panel. But even though it hasn't changed, I have managed to squeeze another 100 kb off of it.
On the original version clock panel you get info for current: temperature, icon, real feel temp, winds, humidity, visibility, barometer, uv level, cloud cover, precipitation, sunrise, sunset, air quality levels, and dewpoint. Also, on the clock panel you get tomorrow's forecast: conditions, hi/lo temperatures, real feel high temps, winds, and estimated precipitation.
On condensed clock panel, there is current temp, current condition icon, time, and todays Hi/Lo temperatures. So if you dock your clock, you will always have weather and time showing on homescreen.
And for a full forecast, there is a 5 day forecast panel that can be enabled or disabled. The forecast pages have info for: day, date, conditions, hi/lo temperatures, precipitation estimates, uv levels, and winds expected.
Both have a user set time interval for the updates depending on your needs, wants, or data plans. Just go to setup and specify the interval in minutes. The default is 30 minutes. The forecast data updates every 8th time weather update runs, that way you get updated forecast info every 4 hrs if you use the default for current condition updates.
To install: For now, install to main memory, I'm working on either or version.
Download the cab. After installation, it should prompt you to restart. If it doesn't, then restart your phone to set new clock panel in place. After reboot, wait about 10 seconds and the FeatherOptions will run automatically. Go to Setup and set all of your info, good idea to go ahead and set your right soft key on the clock panel at this time. After setup, exit options by selecting "Run Weather Update and Exit".
That's it, your done.
NOTE: I beleive I worked out my problem with mortscript registering itself, but if it doesn't auto start the options after 10 seconds, then go to FeatherWeather folder in Program Files and click on Mortscript.exe .
To uninstall: Go to Settings, Remove Programs and uninstall the cab. It may not change your clock panel back, but it will remove everything else. To revert clock panel back, install an original cpr or cpr of your choice.(note: the cpr should revert back to original on uninstall by itself if you reboot.)
City Location Codes:
For anyone that needs to find their city code, use this link and change the location in this url to the name of your city and then go to it and it will give a list of all cities worldwide that have that name. Get your location from there and enter it exactly as it appears in the quotes, but do not use the quotes.
http://hadle.accu-weather.com/widget...ation=calcutta
So, for this link above, if you were looking for Calcutta, India. Go to this link, and you will see a line like this:
<location cnt="1" city="Calcutta" state="India(Bangla)" location="ASI|IN|IN036|CALCUTTA" />
So your location to enter in to options would be :
ASI|IN|IN036|CALCUTTA
This should work for cities worldwide.
Feather currently is installed with a slim panel layout only. If you want more dll or cpr options, they are easily installed with FileChanger. Those are more homescreen customizations than they are weather customization, thats why they aren't in here.
For landscape phones: If you don't want the slim panels, I have standard panels cpr and mini panels cpr that work specifically with FeatherWeather. They are in the Featherscprs.zip below. Just install with the FileChanger app or copy into windows folder. Click on the File Changer in my signature below for the File Changer thread and download.
New Portrait versions below, the last 2 cabs that names end with "P" are the portrait versions. Portrait versions updated 8/19/08 with new cpr. If you already installed, you can download the cpr zip only and install to windows directory.
Check out these new portrait layouts provided by Kron2:
Make sure you get the landscape or portrait version you need, first 2 are Landscape, last 2 are Portrait
Downloads located here:
http://forum.xda-developers.com/showthread.php?t=416321

Make your HD completely finger-friendly!

I've made some efforts to completely replace all the standard Windows Mobile applications on my Touch HD with finger-friendly ones that offer fluid scrolling.
Check this out:
http://www.youtube.com/watch?v=xg2XlNNt3vE
Newest video with WAD themes:
http://www.youtube.com/watch?v=9iV3wNMqcj8
You can also continue using TouchFlo3D together with all the other finger-friendly apps in the package!
Use SSMaPa to make them default: http://forum.xda-developers.com/showthread.php?t=407777
You can make even better skins with Wisbar Advance Desktop.
Other than Winterface, it completely replaces the today screen, offers the (imo) beautiful iPhone-like launch animation and is completely customizable.
It produces less battery drain and is more stable than Winterface.
As it completely replaces the today screen, you can embed any shortcuts, today plugins, all kinds of status icons (e.g. RSS, weather, tasks, wifi...) and you can choose whether to display the taskbar and/or bottom bar or hide them.
There are some beautiful WAD skins in this forum, but I chose to make one myself because I wanted to have the launch animations.
You have to put some effort into it but Wisbar Advance Desktop is really great and better than Winterface, in my opinion, which produced crashes and did only sit on top of the today screen instead of replacing it.
Well, back to my package. I thought I'd share it with you:
You can download the whole package with instructions (includes shareware) from here:
http://rapidshare.com/files/189790264/Touch_HD_UI_Package.zip
Additional application you might like:
FingerMenu: http://forum.xda-developers.com/showthread.php?t=459125
Package will be updated from time to time.
Update:
- tutorial for making apps default (Explorer, Player, Calendar etc.)
- added Kinoma FreePlay (great media player)
- updated some of the applications
maati said:
I've made some efforts to completely replace all the standard Windows Mobile applications on my Touch HD with finger-friendly ones that offer fluid scrolling.
Check this out:
http://www.youtube.com/watch?v=xg2XlNNt3vE
Thought I'd share the package.
You can download the whole package with instructions (includes shareware) from here:
http://rapidshare.com/files/186097310/Touch_HD_UI_Package.zip
Additional application you might like:
FingerMenu: http://forum.xda-developers.com/showthread.php?t=459125
Package will be updated from time to time.
Click to expand...
Click to collapse
Finger friendly but not user friendly
In fact ,I don't like iphone style, just like the shourtcut on desktop
Why? It makes my Touch HD a lot easier to use! So yes, it's user friendly.
Nice ! Will be sure to test it.
If someone wants a user-friendly phone, please go buy iphone instead. The reason I bought HD was of its hardware / screen and the unlimited possibilities to change everything / code without owning a stupid mac.
Thanks again for this awesome package.
zerokewl said:
Nice ! Will be sure to test it.
If someone wants a user-friendly phone, please go buy iphone instead. The reason I bought HD was of its hardware / screen and the unlimited possibilities to change everything / code without owning a stupid mac.
Thanks again for this awesome package.
Click to expand...
Click to collapse
It's not the reason to do not transform the HTC in a finger friendly phone with hardware and screen that roxxxx
it's really awesome, seen on your HD. But on mine i've never seen something more unstable than Vito apps: it's a continuous crash, it runs in full screen, it takes control of the device and overrides everyting. it's a pity, since winterface has really a good look. But i have bought a wm device to HAVE control, and with winterface i feel i have an iphone in my hands
Looks really good!!
Did you add this for chat?
nice work maati might give it a try just to see what it's like....
You can also watch the video.
I will probably add Throttlelauncher and FingerMenu to the next version (ThrottleLauncher has just been updated for WVGA).
Perhaps I can also find some easy to use IM application (does Pigeon still crash?).
That's a really nice idea and an interesting set of applications. Thanks for sharing those - there are some (like TaskFacade) that I wasn't aware of before.
How do you assign TaskFacade to a button?
How on earth do you install these themes for Winterface?
There is no Skin or Theme icon in Winterface and I can't find anywhere on the net how to install a skin.
Can someone please help?
sosojerk said:
How on earth do you install these themes for Winterface?
There is no Skin or Theme icon in Winterface and I can't find anywhere on the net how to install a skin.
Can someone please help?
Click to expand...
Click to collapse
check out
http://forum.xda-developers.com/showthread.php?t=455254
xb00t said:
How do you assign TaskFacade to a button?
Click to expand...
Click to collapse
MagicMobile, given in the pack...
Sounds good unable to download from rapidshare can anyone help or is there another link? thanks.
Great inspiration thanx
Questions
- How do i edit the icons in Winterface? or is there a place i can download differet icon.bmp ?
I have tryid in Adobe Photoshop, but when i save it and copy it to the phoen, the icons is scratched over with colored lines?
Regards Michael
I am at work and I cannot download from rapidshare, so out of curiosity, what application is included for emails?
HIS CURRENT SETUP :
- user interface: Vito Winterface
- contacts: iContact
- music: PocketPlayer and S2P
- videos: HTC Album (hardware accelerated for .mp4 video!) and CorePlayer
- music recognition: Shazam Music ID
- photos: HTC Album
- calendar: ThumbCal
- file manager: Resco Explorer und Totalcommander
- messenger: Palringo
- translator: w0lf's Translator
- HD as WiFi-router: WMWiFiRouter
- alarm clock: G-Alarm
- stopwatch: G-Watch
- function plotter/calculator/equation solver: RealCalculator
- WVGA to VGA: WVGAFix3
- weather: Viigo and iAltWeather
- backup: SPB Backup 2
- navigation: Navigon MN7 with WVGA patch
- display rotation: Flip-IT
- task switcher: TaskFacade (Dynamo 3)
Thanks
I was kind of hoping for a good finger friendly email application. Something like Vito SMS Chat but for emails.

Using WM6.5.x Control styles in own (.NET) programs?

Hello,
since WM6.5.3 the standard Controls like Buttons, Comboboxes, TabControls, Checkboxes etc. have a new Style with gradient Backgrounds and sometimes rounded edges.
If you develop programs with the .NET CF you will get the boring old style. Is there any way to enable the new style for .NET applications?
The only thing I found was this "hack" for the TabControl:
mobileworld.appamundi.com/blogs/peterfoot/archive/2009/09/17/windows-mobile-6-5-tab-control.aspx
(sorry, seems that I'm not allowed to post outside links)
I searched a lot for this but even the documentation from Microsoft gives no hint how to do this.
There is also a new control in many system control panels which replaces the TabControl (the navigation thing at top of the form for example in sounds and notification settings). Is there any chance to use this control in my own programs?
It is really annoying that Microsoft has developed a new themeable style for their controls and nobody can use it
Thanks a lot
Markus
You can but it requires overriding the controls paint events and imo is not worth the hassle. If you want fancy looking controls then you would be better off with 3rd party controls. There's several options out there and some are free. Read about some at http://forum.xda-developers.com/showthread.php?t=616838
If you want to work with the native controls and spruce them up a bit check out http://code.msdn.microsoft.com/uiframework for some guidance.
Ren13B said:
You can but it requires overriding the controls paint events and imo is not orth the hassle.
Click to expand...
Click to collapse
thanks for your answer but I don't want to create custom controls or use some 3rd party controls. I want to use the standard controls but with the WM6.5.x style.
Microsoft is really stupid. They were on a good way with 6.5.x. The user interface of the standard apps is mostly consistent and finger friendly. But they forget 3rd party developers now completely. I want to be able to create apps with the system look and feel but it seems that it is not possible. So my own applications have always an inconsistent look when I use standard controls. I always get the old style but when I open a messagebox then I get buttons in the new style.
Microsoft, this is really crap!
You'll have to wait for Windows Phone 7 if you want perfect consistency. Microsoft isn't going to update the controls for 6.5.
Hey there!
Today I did some research into controls, and I found out how to enable 6.5.3 style for buttons and checkboxes. You have to:
edit2: for dialogs - open .rc file in a text editor, and find your dialog, then after a line beggining with STYLE add a line with following contents:
Code:
EXSTYLE 0x1800000
Compile it and run. You should get 6.5.3 look and feel on existing controls without changing them!
Or if you want to create controls in runtime (works good for buttons, checkboxes/radio buttons look ugly):
1) call SHInitExtraControls()
2) when creating a button/checkbox use class TTBUTTON and make sure its style is combined with 0x8000
3) Use 'em like normal buttons.
Now it's time for listboxes & others...
edit2: To mimic 6.5.3 listbox behavior you have to set item height to 64 (or 32 for (W)QVGA), for example in this way:
Code:
SendDlgItemMessage(hwndDlg, IDC_COMBO1, CB_SETITEMHEIGHT, -1, 64);
SendDlgItemMessage(hwndDlg, IDC_COMBO1, CB_SETITEMHEIGHT, 0, 64);
To expand list views, use a empty image list with a proper image height (64 or 32), for example:
Code:
HIMAGELIST il;
il = ImageList_Create(1, 64, ILC_COLOR, 0, 1);
SendDlgItemMessage(hwnd, IDC_LIST1, LVM_SETIMAGELIST, LVSIL_SMALL, (LPARAM) il);
edit: Oops, forgot you want it in .NET. Quick investigation lead me to a sad fact: .NET controls have the wrong window class. But if .NET dialogs are stored in resources there is hope. So I would be grateful if someone post here a compiled .NET application which would show a dialog with a button linked to some simple action. I might try to modify it for 6.5.3 style.

Categories

Resources