HTC Incredible :: "Using Current Location" In Google Local Broken?
Apr 30, 2010
I am trying to google.. for instance "Panera Bread". I flip over to the Local tab and it says "Use current location", which I am clicking.. but nothing is happening..
View 1 Replies
Apr 16, 2010
Is it my imagination or did the Google search results recently get useless?It used to be, I would search on my N1, say for "office depot" and it would show me web results with local results included. Then when I clicked on "Show Map" it would go to Google Maps and I would have the option of navigating to that location.Now, I click "Show Map" and it shows me a map with an arrow for the location and I can't do a damn thing.Am I the only one who's seeing this? I updated Google Maps a few weeks ago, and I'm thinking that's when it broke.As a workaround, I've discovered if I do the search from within Google Maps I can still navigate, but it's a headache.
View 3 Replies
View Related
Nov 10, 2010
I would like to make my map zoom into my current location.
This current location is defined currently by sending lat and long to the emulator.
How would i go about doing this?
My current mapactivity.java
Code...
View 2 Replies
View Related
Nov 14, 2009
My google maps identifies me in india despite havving active network and wifi connection...anybody else have this issue and can it be fixed?
View 2 Replies
View Related
Mar 18, 2012
Any widget that will display a moving google map with my current location centered? There are a couple apps I've found that are close, they just don't update in realtime. The reason I ask is because I have my 7" galaxy tab mounted in my truck. I use a program called torque to add gauge widgets (coolant temp,boost pressure, rpm,etc) to my home screen and would like to have a moving map display as well. I understand this would be a battery hog,but the tablet is always plugged in.
View 1 Replies
View Related
Sep 24, 2010
The clock/weather widget seems to no longer know my current location. All it says is literally "Current location". Prior to the 2.2 upgrade and even for a while after the upgrade it used to show the actual city or town I was in. I've played around with the settings under Settings -> Location but nothing makes a difference.
View 2 Replies
View Related
Jun 13, 2010
What's the best way/app to find things near your current location? Restaurants, shops, gas, etc?
View 31 Replies
View Related
Sep 1, 2010
i'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 Related
Nov 14, 2010
How could I fix the location which appears on the clock on the home screen and serves as weather forecast location? I am not living near a big city listed on the weather location list and when at home, the current location usually is indicated some dozen miles away from my home. This could be a cosmetic problem, but in the Alps (where I am living) weather a short distance away can be quite different from where you are.
Besides that, it would be nice to know the weather at home while beeing abroad.
View 3 Replies
View Related
Feb 16, 2010
I want to obtain the current Local Area Code of the Cell the handset is currently loged in to.
How do I get this information?
View 3 Replies
View Related
May 5, 2009
I was wondering if anyone could direct me to where Gears is putting the local SQL Lite DBs.
I can't seem to find it mentioned in the documentation anywhere!
View 3 Replies
View Related
Apr 2, 2010
Is there any way to specify the time intervals that the Location Manager broadcasts the current location?
I am using a method called startListening:
CODE:.....................
View 5 Replies
View Related
Aug 9, 2010
I found this post:
http://androidforums.com/support-troubleshooting-evo-4g/142216-google-com-wants-know-your-location-prompt.html
In the EVO 4G section and I'm having the same issue with my Incredible. For the past couple of days every time I go to google.com I receive this prompt
This happens using the native browser or using Dolphin browser. All my location settings are set to allow sites to use my location (in the phone options and all browser options). I get the prompt both when I am logged into google and when I am logged out. I've even checked my google account settings "save recent locations" is set as On and "allow use of device location" is set to YES. No matter what combination of options I select within the prompt, it comes back every time I go to google.com. I've rebooted and even pulled out the battery and nothing changes. GPS on or off has no effect and clearing out my caches hasn't changed it either. My phone is stock except for being rooted.
View 9 Replies
View Related
Oct 13, 2010
Am trying to develop an app that show current location. but i am having one prob. my application is showing location on location change occur.* but how to show location first time. * i want to take location manually..not by onlocationchange Method in location manager.
View 9 Replies
View Related
Feb 23, 2010
I'm done creating an android program that adds a marker to a location. But I need to show CURRENT MY LOCATION in the MAP. I know this is done thru location based services but I don't know how to incorporate it into my program.
Here is my onCreate command:
CODE:.......
I have an onTouchEvent that places the marker. So no problem there, the problem is I need to display my location at the start of the program. It should show a mark that says, "You are here" or something like that in the map.
View 3 Replies
View Related
Jul 26, 2010
How do I get the current location of the phone? I'm not talking about registering for location updates on the location manager and waiting for it to update upon change. I'm talking about get the current position.
View 4 Replies
View Related
Jan 19, 2010
I need the current long and lat. getLastKnownLocation will not do the job as the info may be old. give me some code examples on how to turn on GPS and get the long and lat?
View 4 Replies
View Related
Oct 28, 2010
I am trying to get my current location on my xperia X10i phone. There is no error in application code but i am not getting the location. I have tried to use built in navigation. It works fine but i have to turn on GPS satellite receiver as well wifi network.
Here is my application code.
CODE:..................
View 4 Replies
View Related
Apr 23, 2010
I'm trying to get my location using it like this:
CODE:.........
But the myCurLocation is always == NULL
View 1 Replies
View Related
May 29, 2009
I know this has been discussed over and over now but I just got it workign and it works perfectly on the emulator when I mock the location with long and lat however, I am still getting NULL in the location when I run the code on my phone.
here's the main code...
View 15 Replies
View Related
Jul 15, 2010
Had 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 Related
May 1, 2010
I want to dispaly the current location in my application not in map. I want the current palce using current lattitude and longitude .
For Ex some 'x' person i want to know his location.but i want to know his location using his current lattitude and longitude.
When i use the below code it`Context context;
CODE:..........
The "addr" does not getting any value.why it is happened here my Activity is extended by MapActivity and also tell me without extending activity (simply in class) how do you find the current location using current lattitude and longitude ?
View 2 Replies
View Related
Oct 3, 2010
well this was working fine until it changed from were i live to budapest(current)
View 1 Replies
View Related
Jun 10, 2010
Over 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 Related
Jul 4, 2010
I 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)
View 1 Replies
View Related
Oct 5, 2010
How i can get the latitude and longitude of the current location, from android?
View 2 Replies
View Related
Oct 11, 2010
Im doing app in which, uses sqlite db file to get data. table in db having shop name, address,city, latitude, longitude etc columns.
Im able to get cureent location latitude and longitude and also able to calculate the distance between current location and the location of a shop(in db) using longitude and latitude values.
Here my issue:
I need to get/display 10 shopnames(from db) which are nearest(distance) to the current location.
View 3 Replies
View Related
Jun 29, 2010
The LocationManager API in android seems like it's a bit of a pain to use for an application that only needs an occasional and rough approximation of the user's location.The app I'm working on isn't really a location app per se, but it does need to get the user's location in order to display a list of nearby businesses. It doesn't need to worry about if the user is moving around or anything like that.Show the user a list of nearby locations.Preload the user's location so that by the time I need it in Activity X, it will be available. Don't particularly care about accuracy or frequency of update. Just grabbing one location is sufficient as long as it's not way off. Maybe if I want to be fancy I'll update the location once every few mins or so, but it's not a huge priority.
Work for any device as long as it has either a GPS or a Network Location provider.
View 5 Replies
View Related
Sep 23, 2010
Please Help me for creating an application for getting the current location of the android phone.
View 2 Replies
View Related
Nov 17, 2010
I have an activity that needs to display an alert to user when location is updated,
but i need first to get current location (update last known location) and then start a location update listener to display alert in this activity.
Basically what i need is to display an alert if location changed from time activity was created.
If i use getLastKnownLocation when activity is created, it might be outdated, then the requestLocationUpdate listener is called a few seconds from activity creation time.
How can i do this?
View 1 Replies
View Related