[Q] Please help me distinguish between Nexus 5 and Kitkat Features - Nexus 5 Q&A, Help & Troubleshooting

I've read in the reviews that the nexus 5 is the first device that offers certain new google features, like sending the phone numbers of incoming calls to google so they can show you a google+ pic of the caller or the 'ok google' voice activation. i don't understand though if those are features contained in the general kitkat or just in the official nexus 5 rom? so if i would install an evervolv or cyanogenmod based on 4.4 on the nexus, would those features be gone or disabled or are they always there and active?

Part of kitkat i do believe

Phones run whatever the OS tells it to.. unless its hardware specfic...

that particular feature seems to be part of the new google dialer, so if you install a gapps package that contains the 4.4 dialer you'll end up with it, if you install e.g. the google core apps only you'll get the aosp dialer and this feature is not in there.

Moto X has an even better implementation of "Ok Google" with it's Touchless Controls and that was pre 4.4

Related

[Q] Google Now "Phone Search" not working anymore ? HELP !

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.

Who else thinks that soon every single system app will come to the Play Store?

So as many of you know, yesterday Google published the stock Nexus and GPe camera to the Play Store, albeit highly improved and reworked. I have a hunch that next we will get the Google Dialler and People app there, because the People app needs reworking. I believe that for the 'L' version of android (or 4.5) will focus on making the need for system updates very tiny, as only core things such as the kernel or frameworks would need patching. Thoughts?
Sent from my Nexus 7 using Tapatalk

Google dialer on CM11s?

One feature I really miss from my N5 is the google caller id where it will bring up a picture of the business you are calling. Is there any way I can get this on my unlocked/rooted stock rom so that it's the primary phone app?
Thanks!
There are many such apps in the play store, none of which even require rooting afaik.
Effectiveness depends on your location and the app's database but search "caller id" and you will find a couple. I live in the EU (coverage very flaky to outright wrong) so I can't give recommendations as none really worked for me.
Bump... Does anyone know how I can get google caller id like the one I had on my Nexus 5 running on my Oneplus One?
Would replacing all the dialer apks with the one from a nexus 5 work as long as I set the permissions correctly?

Google Messages RCS Trick

Hello All!
My Samsung phone was not receiving RCS on the google messages app, despite google confirming rollout in most of the world. I suspect that my cell provider Lucky Mobile might have something to do with it, as it is one of the few carriers in Canada that does not provide RCS services. In an effort to activate it on my phone, I found a trick that I believe has not been posted yet. I tested this out on an unrooted Samsung Galaxy S10 running android 10 One UI 2.5, an unrooted Samsung Galaxy A50 running Android 10 One UI 2, and an Unrooted Samsung Galaxy S10 Lite running Android 11 One UI 3. These are all Samsung devices, so it may not work on other phones, but I have no way of testing that. The steps I took are below
On the Google Play Store, install Carrier Services from Google
Still on the Play Store, Install Google Messages
Open Google Messages and set it as the default messaging app
In the Messages app, open settings and check to see if chat features are available, they were not for me, but it is a good idea to check
Keep the Messages app open in the background but switch back to the Play Store and uninstall Carrier Services
Re-open the Messages App, then exit and close it from the Recents menu, and then open it again
You should now get a pop-up saying that you can use chat features, if not, then it should be available in the chat features section in settings
That’s it! I’m not sure how useful this will be to others, considering that my issue is something most people wont have, but I thought that someone might be looking for a way of activating RCS on their phone, with similar results that I had until now. I would also appreciate if people with phones from different companies (e.g. Google, Xiaomi, OnePlus) could try it out to see if it only works with Samsung phones or other companies’ phones as well.
Edit: You can join the Messages Beta program if you want after the steps are complete, as it keeps RCS enabled. Not sure why but I am not complaining
(P.S. This is my first post on XDA so I'm not sure if this is best format to post this, or the right place to post this in)
No luck for pixel 4 xl on Android 12

Question Google Phone - Not Full Version?

Sooo, just got my ultra from Verizon. I noticed that Google phone does not have all the features that you can get via the play store. A lot of things are missing, even the voicemail tab. I reinstalled from Google play, same deal. Went to apk mirror and got a can't install on this device error. Is this a Samsung thing, or a Verizon thing?
Is there a port for it? One of my fav things on my Pixel was the phone features.
So Google Play allows the Google Phone app with Caller ID. However, the On Hold and Call Screening features are exclusive to the Pixels and require a specific system framework to run. Don't feel too bad, as the Pixel 6 series have had these features randomly stop working due to maintenance and updates.
Guyinlaca said:
So Google Play allows the Google Phone app with Caller ID. However, the On Hold and Call Screening features are exclusive to the Pixels and require a specific system framework to run. Don't feel too bad, as the Pixel 6 series have had these features randomly stop working due to maintenance and updates.
Click to expand...
Click to collapse
I'm coming from a pixel 6 pro. Had 3 pixels before it. Already missing quite a few pixel only features..
Can anyone with an unlocked version weigh in here? Does your Google phone app have the voicemail button and visual voicemail through it?
gettinwicked said:
Can anyone with an unlocked version weigh in here? Does your Google phone app have the voicemail button and visual voicemail through it?
Click to expand...
Click to collapse
I have unlocked U1 version and there is no voicemail within the phone app, I use the Samsung visual voicemail app which integrates fine. It was this way on my N20U as well. I'm on an AT&T NVMO.

Categories

Resources