HTC Desire :: No Current Weather Animation On HomeScreen
May 3, 2010how do I? I have only seen it once when I turned my phone on. Otherwise I have never seen the current weather status animated on home screen.
View 3 Replieshow do I? I have only seen it once when I turned my phone on. Otherwise I have never seen the current weather status animated on home screen.
View 3 Replieswell this was working fine until it changed from were i live to budapest(current)
View 1 Replies View RelatedOver the past few days (since I downloaded the software update I think) my location on the weather app is not updating. Anyone else experienced that/any ideas. On Voda with Auto sync on.
View 10 Replies View RelatedI have my weather set to update in the sync settings. It finds my location fine, but it doesn't show the weather.
When i look in "Manage Applications" it shows
Weather (htc corporation) 4.00kb
Weather Agent Service (htc corporation) 0.0kb
Weather Provider (htc corporation) 392kb
Weather Widget (htc corporation) 0.0kb
I have a debranded Desire running the updated radio rom (the one that restores the broken wifi)
I like the weather/clock app that comes with the HTC Desire with the animation, is there any other clocks or weather apps that have the animation, as I could like the clock to be smaller.
View 2 Replies View RelatedAny ideas why my weather on the front screen is shown as Weather shown as United Kingdom rather then the actual location I am in ?
View 1 Replies View RelatedGot my Desire this week as a free upgrade from Orange, really impressed with it and glad i resisted from getting the iPhone. Anyway a question if anyone can answer, why doesn't the weather animation constantly play/scroll, it only does it once when you turn on, up to now(this week) its been sunny/cloudy so only seen the clouds scroll across the screen once but you don't see them again. My brother has an HTC but i don't know which one apart from its a Windows OS not android and his constantly scrolls. Is the android OS different than the Windows or do i need to activate something in the menus?
View 6 Replies View RelatedMy friend had an HTC Desire HD and it impressed me so much i actually wanted to but it off him, even though its about 2x worse in specs than my current phone, but it has the most beautiful user interface i've ever seen.I'm talking about the HTC DHD weather unlock animation.I first noticed it when i asked the friend to make a call and upon unlocking the phone the screen froze over and it started to snow, it was pretty amazed by how good it looked, and how accurate it was since it was really snowing outside.Here it is. ( not my video, but exactly the same thing)
HTC Desire HD Weather Animation Snow - YouTube
I think this is one of the best looking widgets/launchers i've ever seen, and i have a question, not as much as a request.I do know that this is "exclusive" to sense, most likely 3.0, but would it be theoretically possible to rip out the launcher/weather widget you saw in the video? I'm currently using a SONY Xperia GO , and i would like to port the needed things to it from sense (3.0?) to it. How do i do it? i've downloaded 20+ widgets/apps from the play store and didn't find anything ever NEAR as beautiful, or as functional. Most of the apps/widgets require you to click on the widget to see a weather animation, thats not what i want.
How do i port the sense (3.0?) launcher/weather widget? Is there an app that is as functional and looks similar?
Does anyone know whether or not the moon on the default HTC clock/weather widget shows the current moon phase or not? It seems to match up just now but that might just be coincidence. Would be a really cool extra if it didn't already.
View 4 Replies View RelatedCan anyone recommend a weather widget that displays the current weather based on location? Preferably cell tower info instead of gps and one that only used data every set interval based on my settings so that it doesn't use data constantly.
View 4 Replies View RelatedI tap weather icon, get current location no city name and the weather info, I then tap "+" hit my location and it finds my city Corning NY, I add this to the weather app, I close out and hit weather app again and now I have to locations, the one that says current location and the one that says Corning NY, both weather datas are the same. My question is how to I delete or get rid of the current location weather data screen and have only the Corning NY screen when I open the weather app? The data for both is the same but I don't want 2 locations(one named) for the same data.
View 1 Replies View RelatedImagine raindrops moving on your screen? Do you want your screen always visualize the weather outside while don't block your interaction with other application? Then come to try Weather Face. It is funny, beautiful and easy.
Weather Face decorates your phone screen with different weather animations, including rain, snow, lightning, cloud, and sunshine. For instance, clouds float on your screen when it is cloudy outside. I have a demo video on Youtube :
I am trying to use a ViewFlipper and make it act like the home screen(The layout will move with your finger). Check out this for an example. I want to do this with a ViewFlipper that only contains two children so the opposite view should be shown on either side of the current view depending on which way the user moves their finger. This code works but only for 1 direction at a time. This is in onTouchEvent.
CODE:............................
Which ever of the bottom two lines I put last that direction will work correctly but the other will not.
Here is how I set the leftView and rightView:
CODE:............................
Is it going to be possible to set it up so that the same view is shown on both sides of the current view?
Is there a way to have a calendar widget on the home screen with the days current activities? I saw it on one of the scene layouts.. I think it was the work one but I want to use the sprint scene and add that widget. Is this possible? Also, is there a to do list or task list app built in or do I need to download one. If I do have to download one are there any recommendations.
View 1 Replies View RelatedWhat I am trying to do is emulating the "Home" button which takes one back to Android's homescreen. So here is what causes me problems: I have 3 launcher activities. The first one (which is connected to the homescreen icon) is just a (password protected) configuration activity. It will not be used by the user (just admin) One of the other 2 (both accessed via an app widget) is a questionnaire app. I'm allowing to jump back between questions via the Back button or a GUI back button as well. When the questionnaire is finished I sum up the answers given and provide a "Finish" button which should take the user back to the home screen.
For the questionnaire app I use a single activity (called ItemActivity) which calls itself (is that recursion as well when using intents?) to jump from one question to another:
Questionnaire.serializeToXML();
Intent i = new Intent().setClass(c, ItemActivity.class);
if(Questionnaire.instance.getCurrentItemNo() == Questionnaire.instance.getAmountOfItems()) {
Questionnaire.instance.setCompleted(true);
} else Questionnaire.instance.nextItem();
startActivity(i);
The final screen shows something like "Thank you for participating" as well as the formerly described button which should take one back to the homescreen. But I don't really get how to exit the Activity properly. I've e.g. used this.finish(); but this strangely brings up the "Thank you" screen again. So how can I just exit by jumping back to the homescreen?
I had the big version of the weather widget on my home screen till I accidentally removed it. I think I removed it. It's now blank where it formally was. This is the default weather thing that's on the home page of the phone when it's new. I am assuming I had HTC's Weather widget, but now when I try to re-add it (Plus Sign/Add Widget/Weather) I get an error that says "No room for this widget", "In order to install this widget you need to create space on a page of the Home screen". So I actually cleared everything off of the main home screen and I am still getting that "No room for this widget" error. How I can get the weather back on this page?? I can add the 2 smaller versions but not the one I formerly had.
View 4 Replies View Relatedjust noticed today that when going back to my homescreen, the weather/clock takes a split second to re-appear. i have beautiful widgets weather, and this is the first time it has happened. batt pulled, rebooted, reloaded skins, and no luck.
View 1 Replies View Relatedhtc legend not picking up weather for my current postion (bangor northern ireland) and will not let me delete it because of that reason....
View 6 Replies View RelatedHad my Desire now for a couple of months all going well apart from the weather app / widget all was fine but now it don't come up with current location just says united kingdom been trying to sort this for days, if I go into the application it see's my city but it defaults to uk any suggestions to sort this?
View 3 Replies View RelatedAfter going out of town this weekend where my Incredible switched my "current location" to where I was, upon returning home the Incredible still shows that I'm in the other location. I've tried updating and such. I've even tried rearranging the areas (towns/cities). I've tried to delete the towns/cities. It still says I'm in the other city and nothing changes in the "first place/home screen" after rearranging/deleting.
View 2 Replies View RelatedAnyone know how to turn the weather animation off?
View 3 Replies View RelatedI can not figure out how to get the radar to loop(animate) on my weatherbug elite for my moto droid. I have searched but come up with nothing.
View 3 Replies View Relatedi'm beginning to think that in 2.2, if you have a lower signal strength (such as i do in my house), it can't tell your location anymore. in my house, wiht 2.1, it always told me my town. now, with 2.2, it says, fro the most part with a lower signal, "current location." however, when i turn wifi on, it'll tell me my town right away, leading me to believe that since my wifi signal is great in my house, it's giving me the correct location.
View 8 Replies View RelatedI've had my Hero on Orange for 4 or 5 days now and apart from when I first switched on the phone the weather app has just said "No weather data available" and the clock/weather widget has just had my location. I have the "location by cell" thing switched on, and I did manage to get it working once with the GPS, but other than that it just displays my location. It's the same whatever location I am in. The other cities download the weather just fine (London, Paris, New York, etc.). It's not like I'm somewhere tiny either, I am in Bromley. It doesn't make any difference whether I'm using WiFi or 3G.
View 49 Replies View RelatedMy main HTC weather widget won't stay current. the one under the clock. i can get it to update correctly when i click on it, but on the main screen it just displays old stuff. it's getting really annoying. the only thing that updates it is when i power-cycle my phone.
View 3 Replies View RelatedIs it possible to remove the weather animation in Beautiful Widgets? I'm using Beautiful Smaller Home on my first screen. I still want my weather description (clear, partly cloudy, etc) on the left, but the moon/sun animation is covering part of my background photo. Is there any way to simply omit the animation?
View 1 Replies View RelatedDoes anyone know how to make the radar animate either in a weather app or web site? For example, when I click on a radar image that normally shows rain looping, all the droid does is show where the rain is located on the map with no movement. Make sense? Thanks for any help. I already have All Animations checked in the Sound and Display Settings.
View 4 Replies View RelatedI think i turned it off accidentally, when i unlock my phone, i don't get any of the sun animations or raining animation or clouds, ect... how do i turn this back on?
View 3 Replies View RelatedIs there anyway to shut the function off on the weather widget that came with the phone, so when you are traveling in a car its not trying all the time to get info and I'm guessing drain the battery?
View 6 Replies View RelatedRunning 2.1v3, for the life of me I cannot get the sense widget app to change from saying "current location". i try to add a location but it wont find the one I'm at. I never had to do manually enter a city before.
View 13 Replies View Related