HTC EVO 4G :: Clear Market Search Results
Jun 4, 2010I have tried to clear the market search history, but I can not figure out how to clear it.

I have tried to clear the market search history, but I can not figure out how to clear it.
Is there a way to clear the search history in the market search engine?
View 2 Replies View RelatedHow is an app's position in the Android Market search results determined? Is it as mysterious and complex as Google Web search results? We obviously don't want to change any words in our app's title or description that would hurt our position.
Same question applies for not only search results, but when clicking on a Category in the Android Market. How is the order of the list determined? I would think that Google would have published some guidelines at least that could help, but I haven't found anything yet.
I'll try and explain this as best as possible...
If I search for a generic term at top it may say 5 results found, but in the search results it says to re word your search. Why won't it just tell me the 5 it found?
This is on a Sprint hero with 1.5 cupcake obviously.
I have a little question, perhaps it's quite easy, but I've been looking for it for over a week now.
When I search on the market for a specific application, say "shazam", I get a message;
Suggestion
- Make sure all words are spelled correctly
- Try other keywords
- Try less specific keywords
However in the top bar it says
"1 result for Shazam"
But the result isn't showed. I have this problem with up to 9 search results.
I'm using a HTC Hero. Any suggestions on this one?
I went to Settings: Search, Clear history, but that didn't clear out the search history for the Market. How do I clear it in the Market?
View 6 Replies View RelatedHow do you or can you clear search list words in android market.
View 10 Replies View RelatedHow do you or can you clear search words in android market?
View 1 Replies View RelatedCan any of you guys out there tell me how to clear my market search cache? I'm gone through the steps in Settings/Applications but it doesn't work.
View 1 Replies View RelatedHow do I clear the search list in the Android Market? I tried clearing all the searches everywhere else, but nothing clears the Android Market list.
View 12 Replies View RelatedCan anyone offer any advice on how to go back to search results in contacts? You do a search for a name and get 2 or 3 contacts with the same name, you look at one but its not the one you wanted, you want to go back to the search results to look at the other option but you can't, it takes you back to all contacts, you are left cursing that you have to re-enter cuz now you are driving. What is a girl to do?
View 4 Replies View RelatedWhen using a BB and starting an email, in the name field I could type "Jo Ba" and the search results would return Joe Barnes and John Baker and I could choose from either. I do the same on the Incredible and get nothing. Additionally, if I wanted to get the name of someone at a specific company I could go to the contacts and type "Goog" and all the contacts that had Google in them would show on the screen. Am I missing something, is there a better way or is there an app that handles people searches a bit better?
View 2 Replies View RelatedIf I do a Google search via the search app or the search bar widget and for whatever reason go back to the home screen, how do I get back to the search results page? If I do a search and leave the search results page I can't seem to find a way to get back to it without opening a new search altogether.
View 2 Replies View RelatedI'm trying to implement both recent suggestions and custom suggesions in global search in the same application. They both use the same path in the provider so it doesn't seem like it is possible to return different results for them. For example just recent searches for suggestions and real search results in the Quick Search Box.
View 2 Replies View RelatedInstalled Dolphin Browser on My Hero. All fine until today. Now when I search for anything using Google Search, (which is the homepage), it returns me to the Homepage with no results!
View 6 Replies View RelatedJust like the problem BenDroid is having, when I go into the marketplace, only part of it will show up. I can click on some of the categories and scroll some of the apps, but if I attempt to run a search of any kind, I get mixed results or no results at all when I know they should be there.
View 5 Replies View RelatedSo I've been noticing this problem recently and it's seriously confusing me about YouTube on the Eris (both in app and the mobile site.)The search results on the Eris for both app and m. site are missing a LOT of results compared to when I search the same thing on my laptop. I chalked that up to YouTube having HD options now like when I searched (please don't judge, it was a favor for my fiancee)
View 6 Replies View RelatedWhen I go into contacts on my phone and start typing "M", it automatically starts showing up all contacts that start with "M"...but one is missing. It's a contact that I added on my phone, not on gmail on my computer. When I manually scroll down the contacts list, the contact is there. When I log into gmail on my computer, the contact is there and is listed under "My Contacts". Anyway ideas?
View 7 Replies View RelatedI have a debranded Desire, originally sold by Telus in Canada, which I updated to Froyo using the instructions on this site. Everything works fine except that all google search results post UK based urls, rather than US and local search results. I have Google settings to remember my location but I cannot figure out to stop this from happening. It happens using the google search button or when using a bookmarked google web page.
View 5 Replies View RelatedWhen I do a Google Search I am seeing a different screen than most friends. They have tabs for the different categories and the Search Tools on the left. I am seeing the different screen below plus when I click the wrench for search tools because I only want to see results for the last week. I get the screen below. I can't figure out how to change the time option. Clicking it is not working.
View 1 Replies View RelatedWhen I click on the search button (magnifying glass), type in the name of a person I am looking for in my contacts, I come up with a list of people who match what I have typed. On my droid, I could then click on any of the results to bring up that persons contact information. On this phone, it flashes the contact information for about a 10th of a second then goes back to my search results. I can get the contact information by clicking on the icon for that person, then selecting the contacts icon that comes up below. Is this something that is going on with my phone only or are others having this issue also.
View 5 Replies View RelatedI had been showing off the droids capabilities to a co-worker when he asked "how far away is the nearest place to get a haircut from the hotel". At this time we were still at the airport, so I couldn't just say "map of nearest haircut". So I got the map to display the embassy suites, but then couldn't get it to ALSO display places to get a haircut. It was one or the other. I worked on it for about an hour but couldn't figure this one out. Is there a way to display multiple results?
View 9 Replies View RelatedI've been track id-ing a dozen of songs using my mini X10 (not pro version) and I just realized, how am I to delete the search results? Cant find a "delete several" button anywhere so I am stuck with the lists of songs id-ed and it lags the phone while browsing through it.
View 1 Replies View RelatedI want to display search result on the screen, I have implemented in such a way that. From the search form user fill the 'search field' and 'search location' I set values into bean and that bean is static so that I can access it from every where. Then I start search result screen intent using:
Intent mainIntent = new Intent(SearchVenueResults.this, SearchResults.class);
startActivity(mainIntent);
On the 'SearchResults' activity 'oncreate' method I load data on the behalf of static bean which values filled from search form and then display data.
@Override
public void onCreate(Bundle savedInstanceState) { loadDataAndSetupUI();
super.onCreate(savedInstanceState);
}
My question is is it the correct approach to use it or in Android there is another preferable approach?
I have tried to implement the searchable dictionary sample app. Everything seems to be working except when I try to pull the results from global search. I have tried to follow everything that has been described in the docs too. code...
View 2 Replies View RelatedJust downloaded donut sdk and played with global search, very cool, except a small issue. I integrate my application with global search functionality, but global search always shows "More results... xxx (n) " even if there is only 1 result from my application. I've disabled all other applications so that there is enough room for displaying the results of my application for sure. Any hint when it shows result directly and when it shows "More results..."?
View 3 Replies View RelatedIf I search for "My photos" or "My photos of trees" (for example) in Google.com search on the desktop via Chrome, or from iOS Chrome or iOS Google Now, it works as expected and shows my pictures from my Google+ photos as it has since Google rolled out the feature months ago. However, on my new Nexus 7 running 4.3, I get no results from Google+ at all, whether I use Google Now or even just Google.com via Chrome.
I'm logged in to Google+, on Google.com via Chrome I see it in the header bar, but no "Google+ results" appear in my search results. Other services appear to work as expected, such as package tracking via searching "My packages". Saying "Show me photos of..." will pull up image results from the web. The only way to search for my Google+ photos I can find is to go to the Google+ app, to photos, hit the menu button, and then search. (terribly hidden, by the way!). That works fine.
Is it possible Google doesn't have this feature on Android Chrome or Android Google Now, but has it on everything else (desktop, iOS)?
If I search in the market for anything, I only get 1 page of results. I am unable to scroll down to view the other results. I've unistalled vending.apk, clear defaults, flashed different ROMs.
View 1 Replies View RelatedSO I open the market (that has a billion apps in it), and I am trying to sort the results by rateing, or popularity or something. Surely there must be some way to filter them.
Am I totally missing something? Also - locale sounds cool - lots of people recommend it, but when I search for that I get like 50 results that all look like they could be the "right" one. what one do I want? it is a paid app right?
How do I clear my google map application history? Can't seem to get it done.
View 3 Replies View Related