Google Assistant's Call screening (From pixel 3)Partially Working on our beloved Mi A - Xiaomi Mi A1 Guides, News, & Discussion

I don't know if you guys've heard about it but Google introduced a (of many) new feature (exclusive to pixel lineup) with the pixel 3 and later coming to pixel 2 and.
Since the early days of Google now and later Google Assistant I've dreamed of a way to make your AI ASSISTANT speak for you on your calls, but sadly then it was just a dream... Until this was announced and then I came up on this thread
By Mr George Burduli
[email protected]
https://www.xda-developers.com/enable-pixel-3-call-screening-pixel-2-pixel/
I'm not a Dev by any means and am not gonna be held responsible for anything that happens to your phone.
Your doing this on your own freedom.
Requires Rooted device
Text editor
Google dialer built in rom(maybe will work if installed?)
Android pie based rom(
maybe)
I tried it on our Mi A1 and it works... Well partially... For me the phone does show the words the other person is taking but he can't hear the assistant's voice.
While following the steps on the above thread you may notice that lines of code may or may not be missing!
Just add them on... Or if you're lazy just copy paste the below lines of code
To above the line
{
<\map>
}
{ <boolean name="__data_rollout__SpeakEasy.CallScreenOnPixelOneAndTwoRollout__launched__" value="true" />
<boolean name="__data_rollout__SpeakEasy.OverrideUSLocaleCheckRollout__launched_" value="true" />
<boolean name="G__enable_speakeasy_details" value="true" />
<boolean name="G__speak_easy_bypass_locale_check" value="true" />
<boolean name="G__speak_easy_enabled" value="true" />
}
As shown in screenshot
/data/data/com.google.android.dialer/shared_prefs/*dialer_phenotype_flags.xml.
Save then fstop the dialer app and boom!
All thanks to George Burduli
I just shared my happiness to other mi A1 users (others may try it too!)
I'm on Pixel Experience Rom based on pie
Hope someone capable can help fix the problem with the other person not being able to hear the assistant:laugh:.
Let me know if it worked for you.

interesting

Hehehe
xxqxpxx said:
interesting
Click to expand...
Click to collapse
if possible try it!!!

i'll try it on stock pie rom next!

tried on AEX oreo didn't work

xxqxpxx said:
tried on AEX oreo didn't work
Click to expand...
Click to collapse
Try on pie... Since pixel 3 was on pie...
Also try using a us VPN the first time since it is only released in the United States as of now

Since the first day this method has been out I've been trying for days to make the person hear the assistant on my Mi A1. It doesn't work. IDK why is this. Even the first Pixels have it working. I thought an update to the app will make it work on the 1st Pixels and every other phone but no. Some voice packages core seem missing? I have no idea.

I m on nougat device moto e4 plus With a patched google dailer apk I can't find the file dialer_phenotype_flags.xml
Can J just add that xml file in the folder and wil it work.. Would anybody mind sharing that file here...

Related

Tweetdeck

For some reason, Tweetdeck will not install. It simply says "Application Not Installed" and isn't, in fact, installed. Anyone know what's causing this?
I tried Seesmic as a stand-in, but it was rather inadequate.
I agree and can't get Tweetdeck to install either. Would love to find a solution.
Sent from my Kindle Fire using Tapatalk
blauciel said:
For some reason, Tweetdeck will not install. It simply says "Application Not Installed" and isn't, in fact, installed. Anyone know what's causing this?
I tried Seesmic as a stand-in, but it was rather inadequate.
Click to expand...
Click to collapse
I am also a proponent of Tweetdeck, but I've found that Seesmic both looks and works well if you increase the text size
My issue is switching between services is a pain. I have to ouch menu then accounts, then select the account. Kludgy. Odd thing is, Tweetdeck won't show on Android Market, which I have working.
//Tapatalk.KindleFire//
chad24taylor said:
I am also a proponent of Tweetdeck, but I've found that Seesmic both looks and works well if you increase the text size
Click to expand...
Click to collapse
Seesmic is my alternative client. And, I like it well enough. But, really like that unified stream from Tweetdeck for fast checking multiple services.
I also want/need tweetdeck. I love that app. Wish Amazon would just put it in the app store.
I also would love tweetdeck working. IS it looking for some requirement/service that is disabled in the KF?
I have sideloaded Plume for the meantime (which has a unified timeline for multi twitter accounts), which does nothng for FB but still is a good twitter client. Its also supports 7" tablets
From the AndroidManifest.xml in TweetDeck:
Code:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
I'm not sure which permissions are allowed on the Fire, but I guess that last one which seems related to Phone may be an issue.
I don't know if this is what is causing it to fail to install, but I guess it's possible. Perhaps also the location stuff seeing as it doesn't have GPS.
This is from the install apk?
//Tapatalk.EVO3D//
From the only APK I could find via google, yeah. (I don't actually own an android device to install it on and pull the APK from, so I resorted to Google). Not completely sure how recent the APK I found was. This is the APK I looked at: http://www.mediafire.com/?bqfrt783mv9myv8
I'll take a look at mine, and see if there are any differences.
//Tapatalk.KindleFire//
SifJar said:
From the AndroidManifest.xml in TweetDeck:
Code:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
I'm not sure which permissions are allowed on the Fire, but I guess that last one which seems related to Phone may be an issue.
I don't know if this is what is causing it to fail to install, but I guess it's possible. Perhaps also the location stuff seeing as it doesn't have GPS.
Click to expand...
Click to collapse
Yea that last one is most likely the issue.
Try downloading a different version of TweetDeck and see if it works.
Otherwise I guess it's incompatible with the Kindle Fire
Sent from my Kindle Fire using xda premium
I'm thinking repacking the apk with that line removed means it might work
//Tapatalk.KindleFire//
would that be possible?
I'd kiss a chimp if this would run on the fire
blauciel said:
I'm thinking repacking the apk with that line removed means it might work
//Tapatalk.KindleFire//
Click to expand...
Click to collapse
But if we removed that line it would not function properly. If it's asking permission to read your phone state, I'm pretty sure that it would not function without that permission.
It's not functioning now...
//Tapatalk.EVO3D//
blauciel said:
It's not functioning now...
//Tapatalk.EVO3D//
Click to expand...
Click to collapse
Well either way it wouldn't function.
Sent from my Kindle Fire using xda premium
You may be right, but I can't even open the xml file. All I get is gobbledy-gook.
//Tapatalk.KindleFire//
blauciel said:
You may be right, but I can't even open the xml file. All I get is gobbledy-gook.
//Tapatalk.KindleFire//
Click to expand...
Click to collapse
You're doing it wrong
Use this to extract the APK, then it should work: http://code.google.com/p/android-apktool/
SifJar said:
You're doing it wrong
Use this to extract the APK, then it should work: http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
aha! This works better than APK Multi-Tool, which is what I heretofore WAS using. Thanks.
...and removing that line didn't work. Still get Application Not Installed.

[Q] android:pathPattern not working

I want to start my activity in android with link of
www.youtube.com/watchXXXXXXXXX
i have written this code in my manifest file.
i dont knw which mistake i am making.
Please help me
this is my xml :
<activity
android:name=".TempActivity"
android:label="@string/title_activity_temp" >
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data
android:scheme="http"
android:host="www.youtube.com"
androidathPattern="watch*"/>
</intent-filter>
</activity>
Well it depends what you're trying to do, are you making an app via an IDE, or another tool or are you modding an existing app?
TheArc said:
Well it depends what you're trying to do, are you making an app via an IDE, or another tool or are you modding an existing app?
Click to expand...
Click to collapse
I am developing an android application which can play youtube videos.
The only thing i want is that when ever a link like "www.youtube.com/watchXXXXXXXXXXXXX" is opened in mobile browser, it should ask that "Do you want to open that link in google chrome or Temp activity"
Oh okay got it, and will the app open a single video or link or various types of links (it changes)
I only want to start my activity where a link start with www.youtube.com/watch is opened.

Fix video recording bug in any Rom [video frame drop fix] [100% Working]

Just add this two lines in your build.prop
Open Root --> System --> build.prop
Now add this two lines
Media.camera.ts.monotonic=0
Persist.camera.HAL3.enabled=true
Otherwise download build prop editor from play store and add this line.
Hit like if you like my work.
#It will be great if developers merge this lines into their build.prop while building the Rom. #no_more_video_recording_or_playing_bug_
hi,
my phone cant record video in apps like facebook will it work in this case too.
[email protected] said:
hi,
my phone cant record video in apps like facebook will it work in this case too.
Click to expand...
Click to collapse
Not sure with it ! Just give a try a watch it !
It worked on my Redmi 4A with HavocOS 3.0( Android 10 ). Thank you so much sir.
it didn't really work
i know this is an old thread but, is there a specific string/place/line in build.prop we should put that code in? or any empty line?

Enable Pixel Call Screening outside United States

Hi, is it anyway possible to enable Pixel 3's Call Screening feature for the Pixel 3 devices outside United States? Has anyone done it successfully?
Sometime back I read a reddit post that someone managed to get it working in Canada. Is it possible to make it work?
androidified said:
Hi, is it anyway possible to enable Pixel 3's Call Screening feature for the Pixel 3 devices outside United States? Has anyone done it successfully?
Sometime back I read a reddit post that someone managed to get it working in Canada. Is it possible to make it work?
Click to expand...
Click to collapse
It's hit and miss and requires editing buildprop I think. You'd have to Google "enable calls screening outside USA" and xda had a tutorial that worked for some folks . Let me know if you get it
Use a file explorer with root access and open /data/data/com.google.android.dialer/shared_prefs/dialer_phenotype_flags.xml
Edit these values to true:
"__data_rollout__SpeakEasy.CallScreenOnPixelOneAndTwoRollout__launched__"
"G__speak_easy_bypass_locale_check"
"__data_rollout__SpeakEasy.OverrideUSLocaleCheckRollout__launched__"
"G__enable_speakeasy_details"
"G__speak_easy_enabled"
Works on my Pixel 3 outside US.
martepato said:
Use a file explorer with root access and open /data/data/com.google.android.dialer/shared_prefs/dialer_phenotype_flags.xml
Edit these values to true:
"__data_rollout__SpeakEasy.CallScreenOnPixelOneAndTwoRollout__launched__"
"G__speak_easy_bypass_locale_check"
"__data_rollout__SpeakEasy.OverrideUSLocaleCheckRollout__launched__"
"G__enable_speakeasy_details"
"G__speak_easy_enabled"
Works on my Pixel 3 outside US.
Click to expand...
Click to collapse
yes this method works will my pixel 2 as well as 3. Need Root!
Just english language?
Yes it is I got mine working in the netherlands
Worked here in UK but now I have very loud beep from speaker when I hang up calls
Worked here in France
Doesn't work in Canada. Tried it on my Pixel 3 and Pixel 2XL, no dice.
martepato said:
Use a file explorer with root access and open /data/data/com.google.android.dialer/shared_prefs/dialer_phenotype_flags.xml
Edit these values to true:
"__data_rollout__SpeakEasy.CallScreenOnPixelOneAndTwoRollout__launched__"
"G__speak_easy_bypass_locale_check"
"__data_rollout__SpeakEasy.OverrideUSLocaleCheckRollout__launched__"
"G__enable_speakeasy_details"
"G__speak_easy_enabled"
Works on my Pixel 3 outside US.
Click to expand...
Click to collapse
Works in South Africa
This isn't available on other devices? I am using Arrow OS pie build and I didn't find the phenotype file inside the shared pref folder.
Edit: I have found the folder with the file but there are no statements which I can set to true.
Edit 2: You need to make call to get all the statements. I turned every given statement true but couldn't find one statement. The one which enabled Call Screen outside USA. It is something like __data__rollout but I can't remember the exact statement.
Any help would be appreciated.
Fantastic Lord said:
This isn't available on other devices? I am using Arrow OS pie build and I didn't find the phenotype file inside the shared pref folder.
Edit: I have found the folder with the file but there are no statements which I can set to true.
Click to expand...
Click to collapse
Probably not .
Guys,
can i return the phone to unroot state after changing the file (dialer_phenotype_flags.xml) with the appropriate value ??
Please advise. Thanks.
CAExempt said:
Australian Pixel 3a, Google Bought. Default Language is US English
I do not have these in the dialer_phenotype_flags.xml file
<boolean name="__data_rollout__SpeakEasy.CallScreenOnPixelOneAndTwoRollout__launched__" value="false" />
<boolean name="__data_rollout__SpeakEasy.OverrideUSLocaleCheckRollout__launched__" value="false" />
However I do have these and have changed them to "true"
<boolean name="G__enable_speakeasy_details" value="false" />
<boolean name="G__speak_easy_bypass_locale_check" value="false" />
<boolean name="G__speak_easy_enabled" value="false" />
Are the ones I currently do not have, required in order to use call screening?
Click to expand...
Click to collapse
No. They've changed since they've rolled out call screening to Canada and some other phone models. Those should suffice. Create a backup of your unedited xml just on case, change those values to true, reboot and then see if it worked or not.
I was able to turn on call screening. But when I press the call screen button. The person who called me doesn't hear the Google assistant speaking.
Does anyone know how to do this on the Pixel 4 XL?
I cant find any of the texts in the files as people has commented. Does anyone know how i can manage to get it to work?
Sturrlason22 said:
Does anyone know how to do this on the Pixel 4 XL?
I cant find any of the texts in the files as people has commented. Does anyone know how i can manage to get it to work?
Click to expand...
Click to collapse
Stopped working. Pretty sure google patched all that stuff

[Up to date] [Port] Sony apps ported for any device [Self-Work] [Collection] [First-Peoject-of-this-kind] [clean]

Hi,
So the other day I wanted to install some email app, yes K9 and Fairmail, but the functionality and the UI of other wasn't that appealing to me. While Searching I found a port of Sony mail, installed it, was using it, when I suddenly thought why not scan it on virustotal, to my disappointment it had some bad stuff going on.
So I thought why not make own, tried to learn and finally got successful in porting some major Sony apps, namely: Email, Music, Album, Notes. Photo editor.
(Also ported movie creator, but didn't thought anyone would need it, if you guys need it I'll try to upload it too)
I made organised apps based on Android versions. So you won't have to go back and forth or download multiple versions.
Note: if email v16 or v17 don't allow you to add account, install v15 then upgrade.
Mega link below:
740.73 MB folder on MEGA
69 files and 10 subfolders
mega.nz
If you like my work don't forget thank me.
Thank you so much! I looking this for months.
WORKING ON MOTO G7 PLAY ANDROID 10
ProjectBKA said:
Thank you so much! I looking this for months.
WORKING ON MOTO G7 PLAY ANDROID 10
Click to expand...
Click to collapse
Glad you liked it
Buddy this is wonderful stuff!! Everything is working flawlessly on mi 11x MiUi 12.5
Thanks! I don't know why, but I like these apps.
Awesome! They work great on Galaxy Note 10 Android 11
Thank a lot for this! Had a Xperia Z3+ that died on me a few months ago and missed some of the apps on it. Works good on Redmi Note 10 Pro running Android 11
Always loved the Sony email and Music Apps since my Xperia Z2 days, and up until last year I used unofficial ports of this apps post Z2 including the Lenovo K6 power and Redmi Note 9pro.
Just testing the Email and Music apps again on my Nokia 5.3 Android One (Android 11) device and they work fine with a few bugs in Music:
The music app UI Crashes when I try to favourite a song. Smart playlists ( Most played, Recently played & Fav) don't work and playing music on Gdrive.
Not had issues with the Email app so far.
As an android one user I'm really happy with these ports as they are wayyy better than the default options. Thank you.
Thank you very much
Could you port Samsung apps too?
(Also ported movie creator, but didn't thought anyone would need it, if you guys need it I'll try to upload it too)
Click to expand...
Click to collapse
I switched lately from my XPERIA XA2 to a Pixel 4a and I'm missing the Sony Movie Creator a lot :-(
Could you please upload your ported apk? Thanks in advance ;-)
Nice Work!
can you port game mode from vivo phone to other phone sir?
h4r4ld said:
I switched lately from my XPERIA XA2 to a Pixel 4a and I'm missing the Sony Movie Creator a lot :-(
Could you please upload your ported apk? Thanks in advance ;-)
Click to expand...
Click to collapse
Ok bro, will try to find apk. I have it in laptop. But I'll surely edit this response once I'm done uploading
BoyMantis18 said:
can you port game mode from vivo phone to other phone sir?
Click to expand...
Click to collapse
Well for now, I'm in my final year of civil engineering degree, final year project, thesis, assignments. But will try after I my exams end, you can expect some delay. I hope I remember.
MMXI said:
Thank you very much
Could you port Samsung apps too?
Click to expand...
Click to collapse
As I said to boymantis, I'm really busy for now, you may have noticed I wasn't active for quite sometime. I am having a busy and tight schedule in here. Will surely try when I get time. I hope I don't forget, I didn't thought about Samsung apps, because I have Samsung a31 at my disposal, but will try.
OSI007 said:
Always loved the Sony email and Music Apps since my Xperia Z2 days, and up until last year I used unofficial ports of this apps post Z2 including the Lenovo K6 power and Redmi Note 9pro.
Just testing the Email and Music apps again on my Nokia 5.3 Android One (Android 11) device and they work fine with a few bugs in Music:
The music app UI Crashes when I try to favourite a song. Smart playlists ( Most played, Recently played & Fav) don't work and playing music on Gdrive.
Not had issues with the Email app so far.
As an android one user I'm really happy with these ports as they are wayyy better than the default options. Thank you.
Click to expand...
Click to collapse
Thank you I love detailed review, I only wanted email for myself , but yes I like it more than Gmail. This one is so much better. Honestly I don't Google things, I try not to depend on Google so much.
I'll surely try to fix it, when I get time. I'm sorry I really don't have time
Trying to use Email for Android 10 v15. I get a WebView authorization error attempting to sign in to Google. 0Auth.
I think it's related to Google new auth policy that took effect on October.
Does anybody know a workaround or can you fix the WebView auth portion so I can sign in with Google? Thanks so much
Applepear said:
Ok bro, will try to find apk. I have it in laptop. But I'll surely edit this response once I'm done uploading
Click to expand...
Click to collapse
Hi, me too! Very appreciate it if you share movie creator apk. I'm using pixel 4a5g.
Hi! I want to use these apps but the link Is broken... Can you upload them again? Please..
thank you very much! WIll try it on my Oneplus Mclaren. Can you make a tutorial how you did it? I would love to port the keyboard from LG phone if possible. Thanks in advance. Good luck in your studies!

Categories

Resources