Hi does anyone know if its possible to change the source of the weather setting on the hd2? ..im on t-mobile ...the phone gets my location correct but the forcast and current conditions are ..well at best wildly hopeful
Related
Hi everyone,
as I was just browsing through my different cities in the weather tab and thought, wouldnt it be nice if the default city to show up first when I go to the weather tab would be determined by my current gps location? I travel quiet often between different cities and I think this would be a nice little feature.
To the developers out there, does this seem like a hard task? I was thinking about coding this myself, but I'm totally unexperienced when it comes to windows mobile developing.
Greets,
4saken
Very good idea !!!
Great idea - and as requested before - it would be great if we could see
the local time next to the name of the city.
Cheers
Kramer
I've tried DOZENS of "fixes" for this, searched many Vogue sites, and googled it to death. WHOSE BRIGHT IDEA WAS IT to keep people from adding their local weather???? The file is read only AND in ROM so it cannot be edited.
Has ANYONE with a USCC Vogue gotten the HTC weather tab to work with their local city??? If so, HOW??
Bump, keeping this alive guys, I want a solution if it's out there.
if i can remember correctly you have to find the code for your area by using the same weather supplier as htc home weather. you then use a registry editor and type that code into the htc weather values. It's in here somewhere, i know because i did it. But now my city is listed.
Yes, I found the same info on editing the registry, however it did not fix the issue. Kept telling me it couldn't update.
Hey Folks,
all of you HD2 users surely know about the GoogleMaps location selection that is used in the HTC Compass!
Now I am wondering if anyone could help me how that works out?
I have no problem launching google maps, but I cannot find the params to start it in the selection mode, and I especially dont know how to return a selected location!
If anyone could help me (programming language is not important) i'd be very pleased!
Greetz!
Noone knows something about this?
Hello,
I wanted to know if anyone had an idea to implement this function because I'm looking since yesterday and I have not found much, just:
developer.android.com/reference/android/location/Address.html
developer.android.com/reference/android/location/Geocoder.html
developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredPostal.html
But I am not more advanced and my question remains: I'd like to know: how to know the road on which we are?
For example, I want my application to tell me: you're on the street...xxx or highway...xxx
Like on the free application " compass " that makes it !
Thanks in advance for your answers!
And escuse me for my english, i'm french.
Well the links you have provided are the right ones except the last one. I'm not sure for what you'd need the contacts for that.
Now in principle you obtain a Location object from your LocationManager. Get the latitude and longitude from that Location object and pass those values to the GeoCoders getFromLocation() method.
You will get a List of Address objects from which you can get all the information you need.
Here is an example:
http://stackoverflow.com/questions/...tude-and-longitude-using-location-api-in-andr
Hello fellow Android lovers,
i am noob coder who just started to do some android programming. Right now I have my small app running but have some problems adding weather infos. What i want to do is just ask for the weather condition and based on the condition i want to change the source of my ImageView object. Besides i want to display the temperature and location.
Unfortunatly i could not help my self and find a solution. Maybe one of you guy can show a little example code. The stuff on the net are always too complicated :S
thanks in advance
BUMP
no one