Android :: Google Local Search Broken?
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
Oct 6, 2010
i want to use Google's ajax local search API in my android application.
View 5 Replies
View Related
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
View Related
Oct 30, 2009
One of my apps implements a search function which is invoked when the user presses the Search button. In 1.6, Android Quick Search Box can be suppressed by overriding Activity.onKeyDown() and picking out KEY_SEARCH. On Android 2.0, no more... Android's Quick Search pops up no matter whether Activity.onKeyDown(), Activity.onKeyUp() is overridden, or Activity.setDefaultKey(DEFAULT_KEYS_DISABLE) is set. Has anybody had any luck getting rid of the Android Quick Search?
View 2 Replies
View Related
Sep 6, 2010
On my old instant they had a live search, or thats what i think it was called. You press a button and say bar or whatever u choose and brings up the local spots. Are there any apps for the moment that I can do this with?
View 2 Replies
View Related
Jan 6, 2010
A buddy has an app on his non-hero phone that is voice activated and it will pull local directory assistance from the net.I have searched for an app like this, but I cant find anything.It is like a local phone book or directory assistance online.We needed to find a liquor store and he said ABC into his phone and it gave us all the locations within a 30 mile radius.Anyone have any idea of a Hero app that does the same thing?
View 6 Replies
View Related
Aug 27, 2010
I would like to create a search in my app which acts like the map search in the Google Maps app. I have creates an an auto complete text view which updates dynamically based on the results of the Geocoder.GetLocationByName() Method. However the results retrieved from this function are really bad and not at all consistent with the text I pass to it. Is there a better method of doing this to achieve accurate results?
View 1 Replies
View Related
Oct 27, 2010
I am trying to stream mp3 stream from my local http server indeed hosted on my phone to android media player.When local server gets the new socket , it starts writing some http headers followed by mp3 stream. but mediaplayer socket is throwing "Broken pipe" exception.Wat may be the issue causing this.
View 1 Replies
View Related
Mar 5, 2010
I am trying to get googlemaps to accept a local KML file.
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=file://" + Environment.getExternalStorageDirectory() + "/locate.kml"));
startActivity(myIntent);
The file is on the SD card, and is a valid KML file. Google Maps loads up, but says it cannot find the file.
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=http://www.website.com/locate.kml"));
startActivity(myIntent);
Works fine. geo: 0,0? q= seems to be very under documented, how to use it to refer to a local file?
View 2 Replies
View Related
Jan 20, 2009
Is it possible to get google maps to find directions for local bus routes? I know my local bus organization uses google for bus directions, and I can access it through the browser, but I'm wondering if there's a way to do it through the Maps application.
View 3 Replies
View Related
Jun 11, 2010
Have any other GV users experienced the threading of the same contact getting broken up? It almost seems like Google is switching the number it routes SMS through for the same contacts on a daily basis. This is even more odd because it recognizes the contact the SMS is from and labels them properly but separates the threads. I'm confused and cannot seem to find anything searching the web. I want to have all SMS threaded from the same contact like all other SMS threads work.
View 4 Replies
View Related
Jun 17, 2012
I have a Galaxy Nexus with stock Android 4.0.2. On day one, I imported a bunch of contacts by writing a small program using the contacts API. This worked great, and they all show up as "phone-only, unsynced contact" in the contact list, which is exactly what I want. When I now try to manually add a new contact through the phone's menus, I have no choice but to add it as a "Google contact". How can I add it as local (unsynced) from the menus?
View 1 Replies
View Related
Feb 17, 2014
l uninstalled Google Search and Google Play store apps, but they were not completely uninstalled and now I can't reinstall them because the store says they are installed. I cannot find them on my android tablet and so I cannot use them. What is a good app to completely uninstall them. Some of these apps will not install on my Lenovo tablet.
View 4 Replies
View Related
Nov 14, 2013
Just installed the new Google Search. But i dont have any options to turn on cards, like TV shows, local transport etc. Do these appear over time? I only have 4 things in "Everything else" but i have seen people have like 20+
View 1 Replies
View Related
Mar 8, 2010
Is it just me but I can no longer call out using GV - I set it - but it doesn't seem to actually work; the receiving party sees the call as coming from my regular cell #
View 10 Replies
View Related
Nov 11, 2010
I published an application that stores data in a local database.
Now I have to publish an update to this application to fix some little bugs, but I am afraid that downloading and installing the update will delate the local database associated with the previous version.
I would like to know how the update system works. Will installing an update completely delete all the apk, files, databases associeted with the previous version?
If so, how can I avoid this in my code?
View 2 Replies
View Related
May 3, 2013
Check out Mono. It takes a different approach by giving you access to all artists and their releases and then matching up content from either your local files, your files uploaded to Google Music or YouTube.
[URL]
View 1 Replies
View Related
Apr 21, 2014
If auto backup is enabled in Photos, any images I download are also backed up. This happens regardless of whether 'back up local folders' is on or off, and even if I've explicitly disabled uploads for the Downloads folder!
I only want to backup photos I take, not all the junk I download. It's clearly broken.
View 1 Replies
View Related
Apr 10, 2012
So I have a directory on my phone with some MP3s. I put a ".nomedia" file in the directory because I don't want these files to show up in Google Play Music
When I open 'Play Music', these files show up no matter what.
I just want Google Play Music to stream files, and I want to use an alternative player for the local Mp3s.
View 1 Replies
View Related
Sep 7, 2013
i just registered here to find out if opening a KML file on my SD card with Google maps in offline mode can work. I am looking for an solution quite a time, but only found this thread on stackover.
Quote:
To load kml into Google Maps on Android without writing an app, you can create a little html file somewhere with a geo-uri link to the kml file and then click on that link in any Android web browser.
For example: suppose your kml file is located in /sdcard/overlay.kml then you write a geo-uri link like this:
Quote:
<html>
<head><title>Example KML link page using a geo-uri</title></head>
<body>
<a href="geo:0,0?q=file:///sdcard/overlay.kml">overlay.kml</a>
</body>
</html>
Clicking on the link will launch Maps and then Maps will attempt to load and your kml.
Be warned however that the Android version of Maps does not appear to handle the same version/range of kml elements as the desktop version (or desktop Google Earth).
a other thread is about editing the manifest file to get maps to open local KML files
Quote:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="h**p://schemas.android.com/apk/res/android"
package="com.example.lyold"
[Code]....
Any way to open local KML files with google maps in offline mode ? I want to open kml ONLY in google maps, i know there are several apps out there that support kml files....
View 2 Replies
View Related
Apr 13, 2010
I have searched the forum and found other people in the past looking to do local searches but I didn't see an answer. I also found the documentation for the AJAX api but I'm not sure if that is what I need. I'm a little lost and I'm not sure exactly where to begin. An example would be great. I have a List View and I need to show business names in it. The names will come from a Google search based off of category and locale Ideally the results will come back in XML, but I can handle anything else if necessary.
View 3 Replies
View Related
Mar 24, 2010
Is it possible to use google map search API in android?
View 2 Replies
View Related
Jan 19, 2010
i am looking to put search on google map in android application can any one guide me how to achive this?and want to display some text along with that perticular search location.
View 1 Replies
View Related
Mar 6, 2009
I want to do a google search, so I open an HttpURLConnection() to www.google.com.
However, I am getting an error:
CODE:.............
And the response headers are:
CODE:.............
View 5 Replies
View Related
May 24, 2010
As we know,we can search nearby when use google map.recently I want to do something about search which when you can input a number (500meter ~2000meter) you can search within the limit of nearby for using the number.now how can I do to mapping the number to the map? Have any methods?
View 4 Replies
View Related
Dec 14, 2009
I am interested in using the Google voice search capability as an API. I tried looking for it but cannot find it. Is this voice search capability not available to developers?
View 2 Replies
View Related
Sep 16, 2010
Difference is between this and just hitting search on the soft keys. Also long press search on soft keys for voice search. theres really no reason for it am i right? maybe except for looks and to fill the screen..
View 4 Replies
View Related
Mar 17, 2010
I've got an HTC Hero cell phone, I'm in the UK but when I use Google search bar on my phones "desktop" I get directed to the Orange France web site to sign in as a cell phone customer. I'm a frequent visitor to France and suspect that I changed something in Google a couple of years ago but can't remember what. I would call my cell phone providor only I've noticed French results coming up in my search results occasionally when Googling on one of my PC's at home. I checked my search settings in Google and they are logged as UK and English.
View 3 Replies
View Related
Mar 13, 2010
I just got the Motorola Droid and it's great. I was playing around with it and it looks like I may have moved the "Google Search" that was originally docked at the top of the screen. Is there a way to get it to dock at the top of the screen again? I try to move it up there and it doesn't appear to be sticking / docking.
View 5 Replies
View Related
Aug 17, 2010
I downloaded google search last night even though we already have it built in, apparently when you go to the market it doesn't show google search as installed nor an update. I installed it and it appears to have updated the built in google search in our phones. I then uninstalled it just to see if it would tell me there was an update and then it did. I thought I would post this so everyone can update their google search. Also don't forget to install/update google voice search while you're at it.
View 5 Replies
View Related