Hey guys, I just noticed this issue of Google feed not showing text. Anybody else getting it?I'm on unofficial DU but it is apparently affecting other folks with stock or different rooms.
Xdevillived666 said:
Hey guys, I just noticed this issue of Google feed not showing text. Anybody else getting it?I'm on unofficial DU but it is apparently affecting other folks with stock or different rooms.
Click to expand...
Click to collapse
I believe that this is due to the latest Google app beta. Mine got updated and then text vanished. Stock, unrooted (for now), P DP2. Google Pixel
Same here on Nexus 5X
On my Nexus 5X the same. On my Samsung S8 text in feed shows correctly. Did not find any solution.
All devices stock and unrooted. Just found the solution. Left the Google beta and now it works again.
Related
Hello ;0)
I noticed a strange behaviour on my Nexus 5 (or maybe Google changed something?):
On my Nexus 4 I had an option in the settings of Google Now to activate some apps that I could search "within" the Google Search. All I had to do was to activate them and then, on the bottom of the search results, I would swipe the small bar to the right till I got to the phone entry and it would show me search results from the specified apps and I could open the app from there and it would take me to the result within the app.
For example: A search for "Sarah Miche" would pop up as "Sarah Michelle Gellar" with an imdb and a wikipedia icon, I clicked that and the wikipedia/imdb app would start and open the page about Sarah Michelle Gellar.
I quite liked that and used it a lot...
On my Nexus 5 however the option is gone. The settings are still there. In Google Now under settings-phone search but it just enables me to search apps/Chrome Beta/Contacts/Play Movies. And "apps" will just allow me to search for apps I installed on my phone not to search "inside" those apps. (See screenshots)
So I thought "Meeehhhhh, f****. They removed a feature I really liked. Guess I have to live with that..."
Now for the strange part:
I installed google search and GEL on my tablet (running Android 4.3) an the option is still there (but it´s called "tablet-search" and "tablet")
AND IT´S WORKING... (See screenshots) Same freaking Google-Search build, same freaking GEL-build....
Am I doing something wrong ?!?!? Does my phone hate me ? What´s up with that ?
Any help would be appreciated ;0)
Thanks ...
P.s.: Sorry my phone and my tablet are in german but you should get the picture ;0)
Same here, I don't even have "Chrome Beta" in the list.
But therein probably lies the answer: Google changed the way how Apps can "apply" to be shown in this list and not even the latest stock Chrome version has this feature yet (but the newer Beta does).
Also it seems to be a problem for the new GEL only, the list still works properly on my N10 with Google Search 3.1.8.x.
I've read mention of a new API for this functionality and that devs need to apply it to their apps. Just weird that Google itself hasn't applied it to all their apps.
Sent from my Nexus 5 using xda app-developers app
And that it still works on my tablet... ;0(
Gesendet von meinem Nexus 5 mit Tapatalk
patrickem said:
I've read mention of a new API for this functionality and that devs need to apply it to their apps.
Click to expand...
Click to collapse
Think you can find more info on that? As a developer I'd like to know, as my app uses the global search feature and it stopped working recently.
Daniel.Stevens said:
And that it still works on my tablet... ;0(
Click to expand...
Click to collapse
Any news on this?
On a side note, I created a question on Stackoverflow with the same issue.
On my nexus 7 2012 I installed the 3.1 from the Nexus 5 a few weeks ago. After a reset of Google Search data the tablet search broke like on your Nexus 5...but I only noticed it when I upgraded to kitkat. I obviously thought it was kitkat the problem until today.
The problem is how Google Search 3.x handles the list. There must be a bug of some sort.
Here's why:
On my htc one s with cm10.2 (4.3) I reset the data of Search 3.1.8 to try something only to discover that the Phone Search list was almost empty like on my tablet!
I uninstalled it and the 2.6.7 version was restored from /system/app. The phone search list was full now, even after I updated to 3.1.8.
So, basically, if you open Google Search 2.x and then you update to 3.x the list will be there like it always did.
Who updated to kitkat without resetting the data won't have any problems (or whoever update to 3.1.8 on any phone\tablet without data reset)
lbrfabio said:
On my nexus 7 2012 I installed the 3.1 from the Nexus 5 a few weeks ago. After a reset of Google Search data the tablet search broke like on your Nexus 5...but I only noticed it when I upgraded to kitkat. I obviously thought it was kitkat the problem until today.
The problem is how Google Search 3.x handles the list. There must be a bug of some sort.
Here's why:
On my htc one s with cm10.2 (4.3) I reset the data of Search 3.1.8 to try something only to discover that the Phone Search list was almost empty like on my tablet!
I uninstalled it and the 2.6.7 version was restored from /system/app. The phone search list was full now, even after I updated to 3.1.8.
So, basically, if you open Google Search 2.x and then you update to 3.x the list will be there like it always did.
Who updated to kitkat without resetting the data won't have any problems (or whoever update to 3.1.8 on any phone\tablet without data reset)
Click to expand...
Click to collapse
I found this commit in AOSP, which might be related:
https : // android.googlesource.com/platform/packages/apps/QuickSearchBox/+/ecf356c15143ab0583c64682de16d94a57f7dd1c
The commit message tells us that this feature was removed due to performance reasons (which might or might not be true, given that it references an internal ticket id and I didn't find a public issue here about this).
Since this part of the quicksearchbox is included in the ROM and released with Android 4.4, it doesn't matter which version of Google-Search you have installed. As long as you have updated to Android Kitkat 4.4 or newer, you won't be able to search the contentproviders of installed apps.
Nevertheless, I found this nifty, but ugly and ad-driven little app, which mimics device-search:
https : // play.google.com/store/apps/details?id=com.startapp.quicksearchbox
You should decline the initial request and ignore its Android 2.x-ugliness, though.
It takes some getting used to, but it works.
StingerAJ said:
I found this commit in AOSP, which might be related:
https : // android.googlesource.com/platform/packages/apps/QuickSearchBox/+/ecf356c15143ab0583c64682de16d94a57f7dd1c
The commit message tells us that this feature was removed due to performance reasons (which might or might not be true, given that it references an internal ticket id and I didn't find a public issue here about this).
Since this part of the quicksearchbox is included in the ROM and released with Android 4.4, it doesn't matter which version of Google-Search you have installed. As long as you have updated to Android Kitkat 4.4 or newer, you won't be able to search the contentproviders of installed apps.
Nevertheless, I found this nifty, but ugly and ad-driven little app, which mimics device-search:
https : // play.google.com/store/apps/details?id=com.startapp.quicksearchbox
You should decline the initial request and ignore its Android 2.x-ugliness, though.
It takes some getting used to, but it works.
Click to expand...
Click to collapse
was a very usefull option :crying::crying::crying:
Hello I have installed Archidroid 2.5 ROM, but I have a problem with the research on the phone.
When I enter in the settings of google and now I open the page "search on the phone" there is no app is completely empty.
So I can not look in the app Email.
I think this problem is related to the app Google now.
So there is no way to make it work on the Cyano rom based?
Possible solution
Try to uninstall Google Search and do a update from Google Play. Worked for me.
Hi,
I recently migrated to Nexus devices. I have a Nexus 5. Recently, while I am working with my phone, the play store suddenly opens to a random (usually Korean) app. I say Korean because the dev's website ends with'.kr' and the language looks like one of the East Asian languages (I am sorry but I cannot differentiate them very well).
I notice this usually happens when I am back to my home screen.
I suspected Ads and I have downloaded Ad Away and made sure I am running the most recent updates. I even installed Ad Network Detector by Lookout and even uninstalled some apps I suspected. But it still pops up.
This issue happens also on my Nexus 7 2013 (running rooted stock 4.4 and stock kernel - Dalvik runtime). Now there is an overlap of apps but they are not exactly the same.
Please note that I am running rooted stock 4.4 with custom kernel on my Nexus 5 (ART runtime). I have not updated play store manually. Everything is as is from Google. And the play store version is 4.4.22.
One last thing, yesterday, I noticed the same type of "ads" on my wife's galaxy s2 running Jelly Bam v10. There is very little overlap in terms of apps.
This is a very annoying form of ads. Anyone experienced this? And if so, any workarounds? I am trying to avoid a factory reset if possible.
I appreciate your help.
ash_arani said:
Hi,
I recently migrated to Nexus devices. I have a Nexus 5. Recently, while I am working with my phone, the play store suddenly opens to a random (usually Korean) app. I say Korean because the dev's website ends with'.kr' and the language looks like one of the East Asian languages (I am sorry but I cannot differentiate them very well).
I notice this usually happens when I am back to my home screen.
I suspected Ads and I have downloaded Ad Away and made sure I am running the most recent updates. I even installed Ad Network Detector by Lookout and even uninstalled some apps I suspected. But it still pops up.
This issue happens also on my Nexus 7 2013 (running rooted stock 4.4 and stock kernel - Dalvik runtime). Now there is an overlap of apps but they are not exactly the same.
Please note that I am running rooted stock 4.4 with custom kernel on my Nexus 5 (ART runtime). I have not updated play store manually. Everything is as is from Google. And the play store version is 4.4.22.
One last thing, yesterday, I noticed the same type of "ads" on my wife's galaxy s2 running Jelly Bam v10. There is very little overlap in terms of apps.
This is a very annoying form of ads. Anyone experienced this? And if so, any workarounds? I am trying to avoid a factory reset if possible.
I appreciate your help.
Click to expand...
Click to collapse
I'm glad that I found this as the same thing has been happening on my N5.
Cataclysm, Faux and 'next' browser. Although I think it still happened in chrome. It seems to happen when I'm using a browser, the play store launches by itself to some random app.
I'd hate to think this is Google doing this to sell more crap....
it sounds like you both have a spam app installed...try Addons Detector in play store, or uninstall anything that is not absolutely reputable, and read reviews about apps
N5 TapTalk
n7of9 said:
it sounds like you both have a spam app installed...try Addons Detector in play store, or uninstall anything that is not absolutely reputable, and read reviews about apps
N5 TapTalk
Click to expand...
Click to collapse
It seems to have stopped since uninstalling the latest version of 'next' browser (beta 1.3).
I noticed that the issue would almost always arise when browsing, and since going back to my previous browser if choice (Boat) it hasn't happened since.
A real shame if it's indeed the browser, it had great promise and I was going to use it as my daily... But not if they are injecting crap like this into it.
Neither lookout adwatch nor airpush detectors picked it up, so it must be stealth.
I've emailed the devs asking if they have something like this in their browser, although I'm pretty convinced since it hasn't happened once since removing it.
Update:
It's not the browser, nor the one or two games I installed.
Tried several different ad and air push detector apps but can't find the culprit.
This is truly annoying, especially as I have very few apps installed beyond the stock Google ones.
Any help appreciated.
I recently updated my phone to 4.4.3
When I did I noticed that I am not having problems using the Google Search Widget on the home page and within Google Now. When I try to search for something with the keyboard I get a message that says cant load search results. The odd thing is that if I search for the same thing by voice it works just fine. Google Search within Chrome will work fine too with voice or keyboard.
I thought this was an issue with 4.4.3 so I went back to 4.4.2 and same problem! I don't know whats going on this just started for me today. If I clear the data for Google Search it seems to fix it temporarily but it always come back.
Others seem to be having this problem. There are several posts at the bottom from today: https://code.google.com/p/android/issues/detail?id=65976
Here is a screenshot of the error:
https://lh5.googleusercontent.com/-...87-h865-no/Screenshot_2014-06-05-23-01-46.png
Anyone know of a fix?
Bump
Bump
I have the same issue, just started happening. The problem only affects the Google search widget and search for web. The image, video, etc searches all work.
I think it's pretty wide-spread. I've got 4 devices, some on 4.4.3 and some on 4.4.2 and its occurring on all of them.
There's a pretty long thread on Google Groups here:
Apparently they are aware of the issue and are working on a fix.
*edit - ugh can't post links yet. try this goo.gl/0UnHF8
ttaveanator said:
I think it's pretty wide-spread. I've got 4 devices, some on 4.4.3 and some on 4.4.2 and its occurring on all of them.
There's a pretty long thread on Google Groups here:
Apparently they are aware of the issue and are working on a fix.
*edit - ugh can't post links yet. try this goo.gl/0UnHF8
Click to expand...
Click to collapse
Clearing the data on the Google Search App fixes the issue for one search but after I search again it says the same thing. Also images, news, videos and all that other stuff works fine its just web that is broken.
I have been having the same issue for the last 2 days.
After clearing the cache from "Google Search, Google Play and Google Now" I turned and updated each app one by one.
I have discovered that with Google Now DEACTIVATED Search works fine on all my devices.
Samsung S4
Samsung Pro 8.4
Samsung Note 3
Hope this helps.
I downloaded ARcore from google playstore today along with some sample apps using ARcore but each one just keeps searching for planes. I have never seen a single blue dot or anything resembling the fact that it is actually working. The apps load, they just don't see any surface.
Does anyone experience this?
I'm running latest update (ONEPLUS A6003_22_180614) and I have been unable to find ANY INFO on this issue.
Please, if you have any information or similar experience help me out here cause I'm really lost.
Thanks in advance.
How did you download it from Google store if its not officially supported?
I tried installing it today but all apps using ARcore crash for some reason.
Glad u posted this as I'm not able to start threads yet.
I too can't seem to find compatible software to use this.
I side loaded it a couple days ago. The link is in the article in news feed
As soon as I seen the information about google's Measure app came out, I went and installed ARCore and Measure, and it worked perfectly. So maybe there are a lot of apps that don't work with this phone yet?
As a note: I'm on the latest update (5.1.8) with root. Didn't modify the camera app.
There has to be a compatible gcam built for oneplus 6 to use arcore and stickers. What did you think you were just going to use it with the stock oneplus cam? LMFAO!!
Measure does work with the stock cam
Well then how does it work? I have no idea how to use it or what it requires and I've seen people using it on OP6 be it sideloaded before it was suppoted or from google playstore (It is on playstore, I can download it no problem it is supported since few days ago it's all over the internet)
Do you need a special hardware cam to connect to it for it to work?
What do you mean gcam built specifically for oneplus 6?
I thought you only need the ARcore app and then one of the apps that take advantage of it like "just a line".
The apps load well but it isn't scanning anything.
Thanks for replies.
EDIT: Guys, it now works, I tried to download aforementioned Google Measure and IT WORKS finally and now all of the other apps work as well. Thank you for replies I would have not been able to resolve this issue without your suggestions. Thank you.
SOLVED
I installed ARCore from APK Mirror. Then 2 days ago when I saw the Measure app was out, I went to install it from the Play Store. It showed as Not compatible. Looked again yesterday and it said it was compatible. Installed it. Runs as a seperate app. No change to my stock camera
What else is working well?
Most apps I saw were buggy for other phones.
Jurassic Park is cool, if u like Dino's walking around your house
I can't seem to get measure to work I've downloaded arcore and Google measure but nothing seems to happen when I open the measure app it keeps telling me just to move my hand back and forth across the scene but there's no measurement, what did you guys do to solve?
For Google measure, I just open the app, aim my camera at what I want to measure, then a dot matrix appears on the area. Drag the length or width icon from the bottom to measure.
Qlone works good of you want to make 3d images of things around your house
Best way to get any of the apps to work is to scan a newspaper which is on a table or your bed if it has a pattern design sheet on top. The apps do not recognise plain surfaces properly.
theaxis01 said:
Jurassic Park is cool, if u like Dino's walking around your house
Click to expand...
Click to collapse
Which camera? Which mod?
my op6 also had the problem of no automatic surface scanning. I tried installing google measure but it didn't helped. Finally, after rebooting the phone i managed to use it. So try to reboot your device if you have the same problem
After andoid p beta 2 arcore works fine.. was able to download from play store and played around for a while.. seems to be good..
Subhojit said:
Which camera? Which mod?
Click to expand...
Click to collapse
1+6 bone stock 5.1.8
theaxis01 said:
1+6 bone stock 5.1.8
Click to expand...
Click to collapse
Stock camera has no ar options.
Don't know what else to tell u.
Phone has no root, no nothing. Just like it was out of the box, besides updating to 5.1.8
I'd post a SS but I guess I'm not allowed yet. Pics won't load
Hey everyone,
I foolishly deleted Google Phone from my phone on One UI and now, when I check the Play Store, it is not even listed. I also have Light Flow installed and had to revert to the legacy app for a phone on Android 6.0 or older. I believe although this is Android 9.0, it's somehow registering as something considerably older.
Any ideas on a phone APK that will install? I tried a few from APK Mirror but none of them would install. I also tried the new Pixel dialer and the same results.
In the worst case, I'll just continue to use the Samsung stock dialer, but would really prefer the Google on, especially since the icons look better using the new Pixel Launcher.
Thanks!
**Edit** I don't know how to delete this thread so instead, I'll link to the new pixel dialer that worked for me on Android Pie Beta after I deleted Google Phone and it was found to be incompatible on media fire searching for Google_Phone_8.0.148481159__Patched__%281%29.apk
I'm on ZRJ9 Pie Beta and the newest v26 from this thread is working for me just fine