General :: Searching For Google+ Widget?
Dec 5, 2012I'm searching for a Google plus widget that will allow me to select viewing feed from a specific circle instead from the general "all circles".
View 1 RepliesI'm searching for a Google plus widget that will allow me to select viewing feed from a specific circle instead from the general "all circles".
View 1 RepliesIs there a way to quickly search through widgets, as oppose to scrolling through a dozen pages? I see a couple apps on the app store, any you like best? <- those were all widgets that support search, not searches for widgets.
View 13 Replies View RelatedWhen trying to use the Google Navigation app it just displays "searching for gps." at the bottom of the screen and never locks in on my location. In the location and security settings both "use wireless networks" and "use gps satellites" are checked.Am I doing something wrong or is there a problem with the phone?
View 49 Replies View RelatedI am writing an application (on v1.0) that needs to search Google maps for the nearest facility to my current location e.g. What are the nearest bike shops. I looked at googlenav.Search but this has been deprecated for some reason. I did look at the Qype APIs but gave up early as these were difficult to use.
View 3 Replies View RelatedI am on DD10, and when I go to use Google Maps Navigation, it just keeps searching for GPS.?
View 9 Replies View RelatedI remember watching a commercial or seeing something about this phone where you could take a picture of lets say a math problem and then search it up on google. Is this true and is it an app that all android OS phones can use?
View 5 Replies View RelatedI have a Samsung GT i5700 and when I load Google maps Navigation it just says Searching for GPS. Follow route works as do other GPS apps. Any ideas?
View 3 Replies View RelatedIs anyone else having issues with Google Navigation since the update? Every time I try to use it it keeps searching for GPS but never finds one. Why do I feel like this is some sketchy Verizon tactic to make me pay and use their VS Navigator?
View 3 Replies View RelatedI got this issue with my SGS2 that I started to get into the running and started to need more of my gps to track my training and Ive noticed this weird behaviour of my gps.. It just wont even search for satellites whenever the 3g is on (you know the alert that says searching for gps).. installed the GPS checker to see if there was no satellites or something but it wont even search for them whenever I have the 3g on.. I found that the GPS works only if I disable the Mobile Data and restart my phone.. So I cant have both at the same time.. the minute I enable the 3g data it stops working and I have all the GPS options checked at the configuration and the wifi 3g assist.. What could be causing this?
I have JellyBam 9.0.0 cyanogen mod based 10.1 and baseband XXXKI4
I have a S4 (SGH-I337M) with Android 4.2.2 installed on it, Not Rooted, Not unlock. I can't access to mobile service network, my SIM card works with other phone, but when i plug it in my galaxy s4 it detect network for 2 ou 3 seconds then it turns to No service and than detect for 3 seconds and ... so on. i have tried to search for available networks (setting-> other network -> mobile-> search for networks) it displays error while searching for network.
I tried many options, reboot, filght mode on-off, recovery, reset, and nothing worked.
I have a Nexus 7 2 and I am searching for a compatible Photo Album app. I want to show my clients some of my products' pictures. I want the app to have the ability to tag photos and search for photos with specific tags. Also I want to be able to organize my photos in folders.
View 1 Replies View RelatedI use the Google Calendar, the new one from Play Store, and its widget. For some reason it will only display 2 events, even if I stretch to full size. Now, I don't have many events, and the next one isn't til a week away, but if there is room to display it, I figured it should. I already went into desktop browser and set to the maximum 4 week. There's nothing under the settings of the app.
View 5 Replies View RelatedI was wondering if it'd be possible for someone to change the default size of the Google keep widget. I know that you can do so in your launcher but Aviate doesn't let you change the size and it's ridiculously tiny.
View 2 Replies View RelatedI search an icon pack with an minimalistic and/or flat design.
So nothing like MIUI,IOS or something.
It should look like android 4.4 Icons.
There is an Icon from whatsapp while starting.
The icon which is on the left side. I want an icon pack theme like that icons.
That's the widget below on the screen, but every time I press it just goes to the Google search page or if I hold it it just opens up Nova Launcher actions. Is there a way to do it from the homescreen using voice?
View 5 Replies View RelatedAny way to get Google Now as (not the shortcut) a widget or on your lock screen?
View 1 Replies View RelatedI am experiencing massive battery drain from *wakelock*/mediaplayer while music playback.
For now, i have tried everything:
- full wipe
- music playback on fresh wiped rom
- formatting sdcard / internal storage
- disabling media server
- debugging with logcat
- ...
Currently, the mediaserver drains more power then any other process, including screen. The phone gets not hot, but warm while only playing music with screen off. That was not happening before, as i listen music daily.
After all, the problem is most likely caused by a corrupt file, but how can i locate this file ? I have 2300 mp3s on my phone, so testing every single one would be a bit complicated...
GT-I9100
I don't know why, but when I type something into the Google search widget, it will open up a browser, I think Google Now, and then when I click on a link, it will open the link in Chrome, but in Incognito mode! I don't know how to stop it from doing this, and just open links in regular Chrome.
Have tried closing Chrome + Incognito tabs, restarting device, uninstalling Chrome (which isn't possible).
I cannot seem to find a way to put music controls for Google Play Music on my home screen. I can put a link to a specific playlist and I can put the Google SoundSearch widget on my home screen but not an actual widget that allows me to quicklly pause play skip etc. It shows up on my lockscreen but I see no option for the home screen. Am I missing something?
I know the playback controls are now available in the notification pane but having to swipe down is an extra step. I seem to remember a widget before....
Since upgrading to 2.2, I've noticed my Navigation takes MUCH longer to search for GPS. It now either never gets directions (the "Getting driving directions." pop-up box just sits there forever until I back out) and I have to turn GPS off and on then back out of Navigation and restart it OR it'll get the directions but say "Searching for GPS." for at least a couple minutes.
View 20 Replies View RelatedI was on google.com (mobile view) earlier using the standard browser and after I had performed a search, if I pressed on the top seach box to edit what I had searched for rather than bringing up the keyboard it scrolls me to the bottom of the page and shows the bottom search box and zooms in quite far. I tested this in both orientations and it still did the same thing. Has anyone else noticed this? Or is it just me?
View 3 Replies View Relatedin my application i am trying to use amazon mp3 application to search for songs in amazon. I got this code from the default music player. Intent i = new Intent(); i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); i.setAction(Media Store.INTENT _ACTION_MEDIA_SEARCH); i.putExtra(SearchManager.QUERY, mSong.getArtits() + " " + mSong.getName()); i.putExtra(MediaStore.EXTRA_MEDIA_ARTIST, "artist"); i.putExtra(MediaStore.EXTRA_MEDIA_ALBUM, "album"); i.putExtra (Media Store.EXTRA_MEDIA_TITLE, mSong.getName()); i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, "audio/*"); start Activity(Intent.createChooser(i, "Search for " + mSong.getName())); and this is working fine. My question is how can i add my affiliate partner key to the intent so amazon can receive it in the request.
View 2 Replies View RelatedA friend of mine is a member of the EVO Facebook group and sent me to a link which reads as follows:
"For those of you having battery issues I found a way to Dramatically improve the battery life.
First things first, go into Settings> About Phone> Battery> Battery Use> Cell Standby. Assuming your phone has been on, or off the charger for ~10 minutes, it should show Time Without Signal at around 50%. Next thing, press Home and bring up the dialer. Dial *#*#4636#*#* (Do not press "Call"). After a second, it should bring up the "Testing" menu.
Go into Phone Information, press MENU, and tap "select radio band." You should experience a Force Close, don't panic, this was supposed to happen. Scrolling down shows that the preferred network type is GSM auto (prl). What this means is that even though you are connected to a CDMA network, your phone is trying to find a GSM network, preventing the radio from sleeping, and causing excessive battery drain. Remedy this by tapping GSM auto (prl) and changing it to CDMA auto (prl).
Now your done, your TWS should drop dramatically, and you should experience much better battery life!
Note: You need to do this every time you reboot."
I've changed it on my phone just now and the service still works as normal. I guess we'll see if the battery life increases. If this works and with overclock widget I should be getting some crazy battery life now!
Recently I've been getting this "searching for GPS" when using navigation and it never seems to lock.
View 4 Replies View RelatedIf 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 RelatedOn the HTC Hero, can you search the notes kept with a contact? On the HTC Magic, the search only does the names.
View 2 Replies View RelatedI installed my application through clicking run in eclipse. When I search for my application to start it and click on it I get the following error. Do I have to add some magic phrase to the manifest?
CODE:................
How does this app market business work? Why are certain countries limited to what they can download from the app market? And how can i tell what market my phone is searching from?
View 8 Replies View RelatedA co-worker has an iphone app that allows him to draw a line and it only shows the results for his search within a specified distance of the drawn line as opposed to in a radius from where you are as is default in google. Thus not giving you results that are behind you and don't really help. He said it is called Y! Sketch. I couldn't find that specific app in the Android market. Is this because I'm a search noob and just missed it? If that specific app is not made for Android, is there another similar app?
View 1 Replies View RelatedI've been playing around w/the settings for Video Recording, but still cant seem to find THE BEST for Indoors...Anybody have SUGGESTIONS for my SETTINGS on Video Recording? and other then that I'm LOVING this EVO.
View 1 Replies View Related