HTC Weather addins - Droid Incredible Themes and Apps

I feel like I searched everywhere! On my TP2 with MSMobile, there was an addin for more weather locations for the Weather Theme. I found one link to directions for the Android saying if you press the add locations/search you can get gmaps to come up and select from there, but it won't work on the Incredible. Anyone know how?
By the way, this thing is amazing! Too bad it's not Global!

Yeah on my old Hero if I pressed search Google maps would come up, but on the Incredible nothing. I'm guessing this is a small bug that will get fixed in a future update. If anyone knows of a fix please let me know.

Hit the weather part of the screen under the clock and it will take you to weather just like the tp2 did. Then you can add to your hearts content with the plus.

Yours must work different, because that's what I did, then it won't find cities. Ashville, Blowing Rock, Hilton Head Island.... examples of popular destinations, but they aren't there.

Feels like there are only 10 cities in their list. Really sad.

Related

WM 6.1 Homescreen weather plugin

Hey everyone!
First off I want to thank Dr. Gonzo again for the 6.1 rom. It's great and love it!
Second, I was using the HTC home screens that user tho made (found here) and I really got used to having the weather plugin on the homescreen. I really like how the homescreen is setup on this new rom, but I still want a weather plugin for it. Is there any way to add that plugin to this homescreen?
thanks.
if i was you i would try the following:
install the home plugin on your device. copy the .xml file from the plugin to your harddrive. open it and find the coresponding <plugin...> entry for the plugin. Then copy this entry to the xml-file of your skin of choice and there it should appear again... if it does not work or you have no clue what i was talking about, give me report.. i will try to do it for you,
Yea that's what I was thinking about doing. I just did not know if it would work or if it would look alright. I'm at work now so I don't really want to mess with it, but I'm going to try that when I get home.
ok. let us know if it worked when you're done
Wow this is a lot more difficult than I had thought. I can't find the weather plugin in the HTC Home screen and as the other thread may have tipped you off, the Sliding Panel home screen is very confusing to work with.
Basically what I would like to accomplish is to have Weather on my homescreen, while still using the Sliding Panel motif. So like if I could click over to the right next to where it displays the time it would show the weather. I'm going to keep working on this, but if anyone would like to jump in and help me I'd appreciate it.
Thanks.
according to the slide panel. I think all you can do is to manipulate the panels with basic configurations read out from the registry. It is not that easy to create something new, but i think a good point to start is always the manipulation of the welcome center, because this one is what most people need when they like to make "their own panels". The only way something will create a new slide is to code a plugin which is dedicated to appear in the slides. and still someone has to figure out what basic options are needed to create a new panel or to figure out what these guids are respectively.
Can you provide the htc home xml at least? it would be nice to have all extracted files in a zip file, so i do not have to install it again and pic all files out by myself.
Well that's sortof bad news that I can't create something new, however it might still be possible to edit the home panel to add that in?
I attached the xml for one of the home screens. I looked through it all and couldn't find the plugin for the weather but maybe you will have better luck than I will.
well, that is exactly what i meant. First choice, change one of the existing panels. If it works then and someone can explain those damn GUIDs I think we would manage to get it work on an own panel.
As far as it is "documented" in the XML (which is quite interesting i think for non wm6.1) this is the plugin-option for the htc home:
<plugin clsid="{B0C8AC4B-CDDC-4010-AAEB-076A2A6EB171}" name="HTCHome" height="88"></plugin>
This means to me, that cannot extract the weather-plugin for the homescreen unless you know how the home-plugin was made and the weather-plugin is a standalone, built-into htc home.
if you install the htc home, and edit your slidingpanel.xml with this tag somewhere, the home plugin should appear. I added the .xml for Frau Hottelmanns panther scheme with the htc home plugintag so you can see what i mean (not sure if the comment-tag is allowed, so just remove it before uploading to your device).
This is all I can do for you right at the moment.
Alright, Thanks a lot. I will try it when I get home.
I am really sorry that i wrote some damn ******* before It surely is possible to create new slides!!! It is just not possible to create a slide with ANY functionality
i just had the idea, that we may figure out what the minimal options for a slide are and then go on to figure out what the others are. But if we know the minimal options we could for example copy the testuiplugin-panel and try to get it work with the entire htc home plugin in it.
just wanted to write that, so you would not be that hopeless
Ok, what i found so far is:
- The htc home plugin works on wm6.1 as usual
- It seems not to work with the bronze-plugin in the same theme
* when loading the theme, the htc home plugin is displayed but vanishes as fast as the bronze-plugin is loaded.
* i played around with the height-attribute from the bronze-plugin but it seems to have absolutely no effect
- what i discovered in one of the previous skins is, that there are at least two major plugins for the htc home plugin which can be loaded in a theme. there is the notificationbar where the calls and sms etc. are shown and there is the htchome where the weather is displayed and so on.
- I also found that the exe-file for the weather-plugin is located at /windows/weather.exe so maybe its possible to configure the "output" on a call of this file and the weatherplugin is displayed (which means that we could put it into a slide)
- I also found an old thread here on xda for the "customization" of the htc home plugin, but it seems that the way the plugin works has changed since this thread and the version gregory released
- what is missing is something like a documentation on the htc home plugin, so which parts are implemented, how are they called from the homescreen etc. maybe gregory, if he's still around here has any idea(s) ???
- i just got that the weather.exe sets the city, downloads and refreshes the local weatherdata. So the output has to be somewhere else.
sounds like you are onto something here. Since the HTC home weather plugin is causing some problems, I think I am going to take a look at some other weather plugins. They might make it a little easier. I'm specifically looking at SPB Weather and Fizz Weather.
The only problem is, once I install them I'm not really sure how to put them into the slide panel. I'm going to play around with it and I'll let you know.
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
kimamil said:
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
Click to expand...
Click to collapse
You mit be better waitin until HTC release a WM6.1 Standard ROM to see if HTC customize bronze to have parts of there Home plugins integrated and extract everything from a ROM then making a cab file to install it .
Roland
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
kimamil said:
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
Click to expand...
Click to collapse
Have you tried using Facade to use the HTC plugin with Bronze?
Roland
nope. i thought one has to BUY facade???

HTC HOME for XP>?

Hello All,
I just had an idea on the way to work this morning..
I really like the HTC home theme, I use it on my Athena and it is great, I stopped using ultimate luanch as this does what I need.
I was thinking how nice it would be if I had some sort of home screen replacecment that would do this on my PC's.
Now I could set up a HTML site with like some Java or something for the animated clock, then set an active desktop but this would be LONG, I am sure it would give me what I needed though, if I find nothing else, I shall be doing this.
Just like HTC home, a number of tabs:
Animated clock
weather panel
applications
contacts
music player is pointless as I have so many different apps I use.....
Anyone thought of this, or even done it before?
Been done to death.
One of the examples.
http://www.stardock.com/products/desktopx/
Thanks
Thanks for this link.
Doesnt work though!
The site seems to refuse traffic.....
Samurize may help. Try this link:
http://www.samurize.com/modules/myalbum/
Great Link thx a lot

[REQ] Anyone up for a challenge?

http://gizmodo.com/5734113/i-wish-i-could-run-qlocktwo-app-as-my-iphone-lock-screen
Looks pretty cool. Anyone up for it? Maybe as a widget instead of a lock screen? A full page widget our luck screen. Doesn't really matter...
-Z
zzelinka said:
http://gizmodo.com/5734113/i-wish-i-could-run-qlocktwo-app-as-my-iphone-lock-screen
Looks pretty cool. Anyone up for it? Maybe as a widget instead of a lock screen? A full page widget our luck screen. Doesn't really matter...
-Z
Click to expand...
Click to collapse
I think a Live Wallpaper would be better.
Do you mean something like this?
That looks good. It's a widget, right? What's the name?
Search market for wordclock, there are widgets and livewallpapers
It's my widget - One More Clock. However, I'm in the middle of a rewrite (from XML to JSON) and this theme is using the new format.
Here, use this apk and pick the "Clock Too" theme... it defaults to 4x2 but you can resize to any size you want if you have launcherPro/ADW.
Leave me feedback so I can incorporate them into the next version of OMC!
Definitely need a lockscreen AND a livewallpaper of the one at Gizmodo. It's pretty awesome.
@PhilDsT: Searched according to your suggestion but couldn't find anything that looks really like the Qlocktwo. Only more or less "ugly" copies.
@xaffron: Thanks alot! After changing the background color to black, it looks almost like the original! And I now think that this is better as widget instead as LWP, because if it's an LWP, you could hardly read the time depending on how the desktop is arranged. So yes, this is really great!
What I notice on my Dell Streak is that loading the widget takes quite a long time (something like 15 seconds or so) after unlocking. Not really an issue for me, but maybe interesting for you.
If I may, I'd like to ask one question: Do you think you could also add a german version? The letter layout would need to look like on the real Qlocktwo as seen here. I would of course help you with a translation matrix if required.
Many TIA!
Thanks for the feedback, BigBlue007! Turn on Foreground Mode for now for best responsiveness. I'm working on the part that gives faster updates on screen-on.
Here's the German version. I've been telling anyone who would listen that OMC skins well, so might as well put my money where my mouth is
Unzip to your SD Card, under the /OMC directory (so that it is /OMC/Clock2German).
the Clock2 German theme will now be available. I don't know German so this is just a guess - let me know what to tweak!
Cool! Thanks alot! Will check it right now and will come back to you with corrective suggestions if there are any.
OK, first of all, the letter matrix is 100% correct. F*cking awesome mate! Thanks again!
Now for the first correction: The current time right now would read as:
"ES IST VIERTEL VOR EINS"
What's missing is the "S" at the end of the word "EINS" (which is "ONE"). The "S" is there, but it's not lit.
edit: I took a look into the .json file and I think I am able to fix it myself my replacing the two occurances of "E I N" in lines 479 and 491 by "E I N S". From what I can see in that file, everything else should be correct.
edit2: Yes, modifying the .json file had the desired effect.
Enabling the foreground option does indeed solve the issue that it took long for the widget to redraw after unlock. What still take some time is redrawing it after changing from portrait to landscape mode or vice versa. But I'm sure this will be sorted out during the further development, and as said it's not really a big deal for me.
After looking into that .json file, I would say that I might indeed had been able to create a german version myself, so sorry for bothering you with that...
Thanks, glad you figured out the JSON yourself! Other languages should be pretty simple as well.
I'll change the theme and upload a new version once I get a few minutes.
Corrected Clock2German
Here's a fixed Clock2German theme.
- Changed default slate color from green to black.
- Fixed position of ZEHN and FUNF.
- Cleaned up overlay glass.
Just found OMC, and when flipping through the themes my yaw dropped at "Clock Too". AWESOME!!!!! My new favorite

[Q] Why are there so few widgets for windows mobile

The past week i have been messing around a lot with my phone.
First i had Artemis with android on sd. I thought id try a nand android, but it had a less responsive screen. Also the navigation solutions are not what i am used to with igo8.
The only nice thing about android is the use of the nice widgets like Gmail, Weather, SMS, News and so on. It also has a lot off apps but most of them are useless.
I am back to win mobile but this time i am trying the energy rom
I would love to see more widgets for our Winmobile phones, so that we have best of both worlds in one package.
4stimpy said:
The past week i have been messing around a lot with my phone.
First i had Artemis with android on sd. I thought id try a nand android, but it had a less responsive screen. Also the navigation solutions are not what i am used to with igo8.
The only nice thing about android is the use of the nice widgets like Gmail, Weather, SMS, News and so on. It also has a lot off apps but most of them are useless.
I am back to win mobile but this time i am trying the energy rom
I would love to see more widgets for our Winmobile phones, so that we have best of both worlds in one package.
Click to expand...
Click to collapse
Have you tried cookie's home tab 2.0 yet? We already have working widgets for all those items you mentioned.. gmail, weather, sms, news and all kinds of others as well (clocks, music players, stop watches, calc's, etc..). I'd suggest searching and doing some reading first b4 posting. I look at it as we already have the best of both worlds since we can run all those other OS's with our devices. Lets see android run windows mobile and do it well.
A have been using cht for a long time now.
Energy has it baked into his rom.
Since i registered here i have been reading a lot and normally i don't ask for things.
I like to read an be a little on the background on this forum, that is why i don't have so many post counts. I was using Artemis since ver 16, almost everyday i visit this forum. I like it very much, only thing is that i can't find what i want using the search function. Often too many hits.
I think i spent about 17 hours this weekend on searching for widgets and stuff.
Sadly could not find it, that is why i posted this.
I would really appreciate it if someone could point me in the right direction.
Thanks
4stimpy said:
A have been using cht for a long time now.
Energy has it baked into his rom.
Since i registered here i have been reading a lot and normally i don't ask for things.
I like to read an be a little on the background on this forum, that is why i don't have so many post counts. I was using Artemis since ver 16, almost everyday i visit this forum. I like it very much, only thing is that i can't find what i want using the search function. Often too many hits.
I think i spent about 17 hours this weekend on searching for widgets and stuff.
Sadly could not find it, that is why i posted this.
I would really appreciate it if someone could point me in the right direction.
Thanks
Click to expand...
Click to collapse
Hey man my bad for the way that came across. I wasn't bad mouthing or saying anything negative, its just that alot of people start new threads asking questions that could easily be found/answered with a simple search. Believe me, I know how frustrating it could be to find what your looking for using the search here in the forums but thats because of all these new threads being started when the question could be asked/answered in one of many threads on similar topic. Please don't take it as I'm complaining and I certainly don't won't to detour you from posting..i'm just trying to help keep things less cluttered around here. Now anytime anyone else searches for "widgets" they'll have another thread added to the list. See what I mean?
Damn thats a long ass time..17 hours and you came up empty handed?
Here are links to all the CHT Widgets i could find. (just searched and came up with these..)
1 rat_2665's CHT 2.0 Clock Widgets
2 ZaxXx's CHT2.0.0 Widgets
3 DJC & BobsBBQ "Touch of Glass" Sense 2.5/Windows MP Skin
4 RESIZABLE RSSReader
5 CHT2.0 WIDGET TypoClock
6 CHT widget B&L_Group Alarm Widget
7 Oxygene Analogue Clock
8 dSign Clock v1.3 (typoclock variant)
9 Colossus MOD of Poyensa Typoclock
10 The Ultimate Geek Clock
11 MIUI Analog Clock - 3 Clockface Options
12 GregReadClock English
13 Transparency clock
14 Poyensa's Read Clock & Azarbel's DrecWordClock
15 B&L_Group Weather Widget
16 B&L_Group Birthday Widget
17 Background Set
18 TEXTBattery Widget
19 only 10 widget slot problem solution
I understand what you are trying to say.
Those are the ones i also have found.
There are lots of clock widgets and a few other things.
But the widgets i have mentioned earlier......nice widgets like Gmail, Weather, SMS, News and so on..... I still can't find them except for an weather widget(which only works with a few places in Holland, and another one is the same layout as standard) And i could use the rss widget for the news.
Id love to see less clocks and more like news, gmail and that sort of stuff.
Maybe the choice of widgets is a bit smaller because the core functions of WinMo and Sense are quite strong already.
And once CHT is in action, you can make shortcuts/quicklinks to existing apps. Why bother to make a widget for something existing, it´s like re-inventing the wheel, imho.
As an example, touching the sms or mail notification, the respective app opens immediately. That´s perfect for me...
Your right it has nice features already built in but dont like the extra steps i have to make to see a list of all the mails and mark them as read.
In android i swipe to a side and i see all my mails in a list and and check the ones i would like to mark as read. I have a lot of mail traffic that is why i would love that.
The same with news, swipe the other way and have the news right on the screen.
I know that there are more ways to do the trick, but i like the way they do it in android.
4stimpy said:
Your right it has nice features already built in but dont like the extra steps i have to make to see a list of all the mails and mark them as read.
In android i swipe to a side and i see all my mails in a list and and check the ones i would like to mark as read. I have a lot of mail traffic that is why i would love that.
The same with news, swipe the other way and have the news right on the screen.
I know that there are more ways to do the trick, but i like the way they do it in android.
Click to expand...
Click to collapse
WOW dude..So than buy an android! Why complain that your windows mobile isn't more like android..I mean seriously man. I just listed close to 20 different widgets, when you said you spent 17 hrs searching to find nothing, and thats still not good enough. What did you think by starting this thread developers where going to line up here asking what you'd like? Develop them yourself if you don't like everyone else's hard work. You speak of sms and email with one swipe to the side..Those are 2 of the easiest things to set up with cht since they're default widgets.(don't have to install any additional cabs).
I thought asking would be free.
It would have been easy for you just to say that there is no such widget like i asked for.
End of discussion i'll start reading again and try not to post to much.
4stimpy said:
I thought asking would be free.
It would have been easy for you just to say that there is no such widget like i asked for.
End of discussion i'll start reading again and try not to post to much.
Click to expand...
Click to collapse
hey there. these posts get my blood a tad boiling. why? because xda is free and the contributors do not get paid to post. everything here is because people want to create and share. yet these threads happen and in my opinion they just seem to spit in the face of all that work. see the thing is, you didn't ask. you complained. you want nice widgets, implying the ones made for you for free were not good enough. you want less clocks and more other widgets. and you want them for free. WM has never been built on widgets; only with maxsense roms and cht can you find widgets. but yet, you want more. if you want something and it doesn't exist; make it. but really complaining in a forum where wares are made for free that there isn't enough out there is, well, rude.
a post of mine, in a different thread, but with the same message:
jsmccabe78 said:
hey.
so your post irkes me. at first i was going to ignore it but here i am.
you see, not only do you lessen the work of the people providing "tweaks" (like you are disdainful at people's free work) but you ignore all the fantastic work being done here and just sweep it all under the rug as being "roll overs" and "simple upgrades." really? there are a ton of apps (widgets?) in this forum and the windows mobile general forum that are fantastic...and free.
yes, free.
and provided because people want to share. nothing more.
not enough for you? start developing.
bored of all the tweaks and changing of winmo 6.5? start making some art.
what do you expect with your post? people to run to you and ask you what specific things they can make for you? how they can appease your wants? how about next time you use someone's work, say thanks or buy them a cup of coffee if you can. but don't sit there complaining that what is provided free to you is not enough.
or even better, contribute.
Click to expand...
Click to collapse
jsmccabe78 said:
hey there. these posts get my blood a tad boiling. why? because xda is free and the contributors do not get paid to post. everything here is because people want to create and share. yet these threads happen and in my opinion they just seem to spit in the face of all that work. see the thing is, you didn't ask. you complained. you want nice widgets, implying the ones made for you for free were not good enough. you want less clocks and more other widgets. and you want them for free. WM has never been built on widgets; only with maxsense roms and cht can you find widgets. but yet, you want more. if you want something and it doesn't exist; make it. but really complaining in a forum where wares are made for free that there isn't enough out there is, well, rude.
a post of mine, in a different thread, but with the same message:
Click to expand...
Click to collapse
It was impossible for me to find better words. Thanks
I think i stepped on en few toe's here.
Just to get things straight, I really appreciate what all the devs are doing.
And as long as i cant do even a little of what they are doing, you wont hear me complaining about anything they make. I personally cant stand it when people keep nagging that something isn't right on a rom or app.
Believe me, i meant good by starting this post.
Goodbye for now.
Since CHT 2.0.0 was released there is an oportunity to add widgets in the home page of the Sense. [[ UPPPSSS !!! sorry forgot MaxSense ]]
CHT is free & open source, and all the members of the CHTgroups are kindly helping to anybpody who wants to edit, modify and create new CHT widgets. Its not so difficult as you could think initially, i tell you by experience. Just try and have fun
But sense is also more than home tab. Further the standar tabs you can add RSS tab, TV tab, FB tab, documents tab, weather tab, game15th tab, and some others i cannot remember right now.
Even WM is more than sense: titanium, SPB shell, wad, throttle launcher, and some others for sure i dont know!
Anyway i dont understand any competition between OS, I never use other than WM but frequently visit android-WP7 forums (even Iphone ) Anywhere is good for inspiration!
By now the CHT widgets list is limited. I hope that future verssions will bring more widgets. Up to now i have seen lot of PM movement, but I am sure is time to open a thread for widget makers and try to involve more friends in this job pleasure.
Enjoy yourselves!
lnando84 said:
Hey man my bad for the way that came across. I wasn't bad mouthing or saying anything negative, its just that alot of people start new threads asking questions that could easily be found/answered with a simple search. Believe me, I know how frustrating it could be to find what your looking for using the search here in the forums but thats because of all these new threads being started when the question could be asked/answered in one of many threads on similar topic. Please don't take it as I'm complaining and I certainly don't won't to detour you from posting..i'm just trying to help keep things less cluttered around here. Now anytime anyone else searches for "widgets" they'll have another thread added to the list. See what I mean?
Damn thats a long ass time..17 hours and you came up empty handed?
Here are links to all the CHT Widgets i could find. (just searched and came up with these..)
1 rat_2665's CHT 2.0 Clock Widgets
2 ZaxXx's CHT2.0.0 Widgets
3 DJC & BobsBBQ "Touch of Glass" Sense 2.5/Windows MP Skin
4 RESIZABLE RSSReader
5 CHT2.0 WIDGET TypoClock
6 CHT widget B&L_Group Alarm Widget
7 Oxygene Analogue Clock
8 dSign Clock v1.3 (typoclock variant)
9 Colossus MOD of Poyensa Typoclock
10 The Ultimate Geek Clock
11 MIUI Analog Clock - 3 Clockface Options
12 GregReadClock English
13 Transparency clock
14 Poyensa's Read Clock & Azarbel's DrecWordClock
15 B&L_Group Weather Widget
16 B&L_Group Birthday Widget
17 Background Set
18 TEXTBattery Widget
19 only 10 widget slot problem solution
Click to expand...
Click to collapse
thanks for the list bro......
I've used SPB Mobile Shell for years - love it:
http://spb.com/products/mobileshell/

Weather Live Wallpaper

So, after searching the Apps section and trying a few Apps suggested by some others, I am at a loss for why this doesn't exist. I know Lock screens are pretty well dead due to the advent of biometric logins but Live Wallpapers still seem to thrive. I know all the bad that comes with them, battery life and whatnot. But every Live Wallpaper I have seen, is little more than either a looped video or an animation that plays in a loop (maybe the rare one is interactive but I digress). Perhaps it is because widgets exist, but those too come with their own set of limitations I am sure, since I am not a developer I would not know.
If anyone remembers the HTC Sense 5 Weather Live Wallpaper, it was on the lockscreen but that is unimportant. It was a great weather live wallpaper, had excellant animations including lightning rain drops on the screen, snow, moon cycle, etc..
I am looking for a fullscreen widget that will do this, or perhaps a halfscreen? The point is, a widget that does weather animations based on the current weather conditions and perhaps a few hours out and then when you press on the widget, it would open whatever default weather app you had or at the least, whatever app it was using for its information.
Since I am pretty sure this app doesn't exist, it either means this is a new idea (VERY unlikely) or that there is a limitation somewhere (perhaps only on Samsung devices?) that is preventing it from working the way I am hoping. Its been many years since I was here and it makes me wonder if this idea has already been hashed out and found to be dead or if the idea just went away.
If anyone can let me know, I would appreciate it. If I am missing something, perhaps an app that looks a bit shady (low number of reviews and downloads) but is exactly what I am looking for, please give me the name. I've been all over the Play Store and the Galaxy Store and it kind of makes me wonder why this doesn't exist or if I am just blind.
FYI, my current device is the Fold 3, so if HTC has something that is what I am looking for but won't work on my device, it will suck but the question is still valid.
Thanks!

Categories

Resources