Built-in screen recorder - Google Pixel 3a Questions & Answers

Hi all,
Looking on the web I found out that android 10 had a built-in screen recorder in his beta, and it seems the didn't release it yet apparently.
However, I was eventually able to enable it via adb by hitting
Code:
adb shell settings put global settings_screenrecord_long_press true
on the adb shell.
Then I was able to long press on the screenshot button and start the video. However, when I tap on "end recording" I get the error "unable to delete video file" or something similar. I searched for the video on my device, but couldn't find nothing.
Anyone else getting the same error?

the_wing said:
Hi all,
Looking on the web I found out that android 10 had a built-in screen recorder in his beta, and it seems the didn't release it yet apparently.
However, I was eventually able to enable it via adb by hitting
on the adb shell.
Then I was able to long press on the screenshot button and start the video. However, when I tap on "end recording" I get the error "unable to delete video file" or something similar. I searched for the video on my device, but couldn't find nothing.
Anyone else getting the same error?
Click to expand...
Click to collapse
Just tried it out, yea I got the same error. Could probably find what changed since beta 3 by looking at the AOSP source.
Sent from my Google Pixel 3a XL using XDA Labs

Related

Voice commands on Synergy

I have searched through our forum and found some members with similar issues and maybe some with the same issue but I don't think they have been resolved. Then there are a few reporting everything is working beautifully. I am on Synergy 1.7 r68 and leankernel v0.6. I can make the device respond to commands for the camera and music player but not the phone. Am I missing one of those check boxes somewhere? I feel like I have looked everywhere and am missing something simple. I thought it may be Google Now instead of stock search? I don't use it a lot (yet, still trying to work out if it is going to be useful to me) and at this point would replace it to have this functionality. Any Ideas?
Not exactly sure what your trying to get the command for, but tap Google Now where you would talk to device tap menu/settings and scroll thru that and see maybe you don't have everything enabled.
galchristian said:
Not exactly sure what your trying to get the command for, but tap Google Now where you would talk to device tap menu/settings and scroll thru that and see maybe you don't have everything enabled.
Click to expand...
Click to collapse
Thanks! I poked around in there already but I looked again, not what I am looking for. Specifically, it is the "answer" and "reject" command.
chip.hughes said:
Thanks! I poked around in there already but I looked again, not what I am looking for. Specifically, it is the "answer" and "reject" command.
Click to expand...
Click to collapse
I think those settings will be enabled after You agree to the S-voice's EULA (EndUserLicenseAgreement)
I believe mine started working after I played with "S-voice" for a bit and agreed to their services. But I just looked in there I didn't see any settings like that. You could still try tho
Open Google now (or search if you have the "now" option disabled), press menu key, go to settings, go to phone search, be sure contacts is checked. Check all your voice settings in the phones main settings menu too under language and input. If that doesn't work, update your rom nightly, I'm on r71 with no Now issues that stand out.
Sent from my SCH-I535 using xda premium

Waking up device with "Ok Google" voice command?

Has anybody had success with waking/unlocking your phone with the "Ok Google" voice command? I enjoy using it but I don't want to have to unlock my phone to use the voice assistant every time, particularly when it's for simple questions (I know, first world problems). I enabled Trusted Voice but that doesn't seem to work when my phone screen turns off. Any help would be appreciated.
Same here. I also tried to do that. Ultimately i came up with nothing.
same here man.
I can't recall the source, but I'd read somewhere it only wakes up to the Dear Honor voice command activated in settings. Seemed to work when I tested it. Also found an automate module that senses the honor voice app open, closes it and loads the Google one. It's pretty sluggish but that's the only workaround I was able to find.
The okay Google command only works with screen off on Nexus and Pixel devices. Honor has another command that you must use, but it doesn't tap into Google assistant.
Extinguished said:
I can't recall the source, but I'd read somewhere it only wakes up to the Dear Honor voice command activated in settings. Seemed to work when I tested it. Also found an automate module that senses the honor voice app open, closes it and loads the Google one. It's pretty sluggish but that's the only workaround I was able to find.
Click to expand...
Click to collapse
Care to link to that module please?
pyromayniyak said:
Care to link to that module please?
Click to expand...
Click to collapse
Looks like it's been removed from the list. I went ahead and zipped a copy of the flow so I can upload it here.

Enable the Hidden Screen Recorder on Moto One Action (Android 10)

So Google added the functionality of the native screen recorder in one of Android Q Beta Build (maybe the fourth one). But later on, it simply removed it from the stable build. But there is a simple trick through which you could get back that Screen Recorder on your Moto One Action. Obviously your device must be running Android 10.
All you have to do is enter the below ADB command:
Code:
adb shell settings put global settings_screenrecord_long_press true
Now press the Power Key and long-press the Screenshot option for a couple of seconds. You should now get the Screen-record option. That's it. Enjoy this feature.....And hey, don't forget to hit thanks if I helped you
please help me to perform this by giving all steps and procedure
Akshatbadhani said:
please help me to perform this by giving all steps and procedure
Click to expand...
Click to collapse
Don't be lazy. Learn how to set-up ADB on your PC, enabling debug mode on your phone and applying commands via terminal.
Akshatbadhani said:
please help me to perform this by giving all steps and procedure
Click to expand...
Click to collapse
Step 1:
Install ADB: https://www.xda-developers.com/install-adb-windows-macos-linux/
Step 2:
Open Command Prompt/Terminal, and check if your device is recognised (make sure USB Debugging is enabled). You should see something like:
Code:
List of devices:
A1712THSRBAJ device
Step 3:
After that, simply type:
Code:
adb shell settings put global settings_screenrecord_long_press true
Step 4: test it by long pressing Power button, then long pressing the Screenshot option on the display.
@binary**# thank you. Working flawlessly.
binary**# said:
So Google added the functionality of the native screen recorder in one of Android Q Beta Build (maybe the fourth one). But later on, it simply removed it from the stable build. But there is a simple trick through which you could get back that Screen Recorder on your Moto One Action. Obviously your device must be running Android 10.
All you have to do is enter the below ADB command:
Now press the Power Key and long-press the Screenshot option for a couple of seconds. You should now get the Screen-record option. That's it. Enjoy this feature.....And hey, don't forget to hit thanks if I helped you
Click to expand...
Click to collapse
What's that launcher?
binary**# said:
So Google added the functionality of the native screen recorder in one of Android Q Beta Build (maybe the fourth one). But later on, it simply removed it from the stable build. But there is a simple trick through which you could get back that Screen Recorder on your Moto One Action. Obviously your device must be running Android 10.
All you have to do is enter the below ADB command:
Code:
adb shell settings put global settings_screenrecord_long_press true
Now press the Power Key and long-press the Screenshot option for a couple of seconds. You should now get the Screen-record option. That's it. Enjoy this feature.....And hey, don't forget to hit thanks if I helped you
Click to expand...
Click to collapse
screen recording is working,but don't stopped, cancelled..just reboot corrects this
ADB does indeed add this, but the problem is that it doesn't save the files. It says - error deleting screen recording - and doesn't save it.
binary**# said:
So Google added the functionality of the native screen recorder in one of Android Q Beta Build (maybe the fourth one). But later on, it simply removed it from the stable build. But there is a simple trick through which you could get back that Screen Recorder on your Moto One Action. Obviously your device must be running Android 10.
All you have to do is enter the below ADB command:
Code:
adb shell settings put global settings_screenrecord_long_press true
Now press the Power Key and long-press the Screenshot option for a couple of seconds. You should now get the Screen-record option. That's it. Enjoy this feature.....And hey, don't forget to hit thanks if I helped you
Click to expand...
Click to collapse
error deleting screen recording - and doesn't save it.
Not worked
Hello Devs
I am trying to port Nubia Red Magic Game Space
For oneplus 8 pro.
Reson to port : 1: Nubia Game space is much better optimization than oneplus game space
2: Nubia game space have a special feature of recording screen without Overlays.
Yes you can record your favourite game without any Overlays on screen.
Can anyone help me out, i successfully done few things but i am unable to get setting menu and swipe features in game space or after launching the game i am unable to use interface of game space.
Hope so people will join me
Shubhamtkd said:
Hello Devs
I am trying to port Nubia Red Magic Game Space
For oneplus 8 pro.
Reson to port : 1: Nubia Game space is much better optimization than oneplus game space
2: Nubia game space have a special feature of recording screen without Overlays.
Yes you can record your favourite game without any Overlays on screen.
Can anyone help me out, i successfully done few things but i am unable to get setting menu and swipe features in game space or after launching the game i am unable to use interface of game space.
Hope so people will join me
Click to expand...
Click to collapse
Just as a heads up this isn't the appropriate forum category to ask as this is the Motorola One Action subsection not OnePlus 8 Pro or whatever. If you need help I recommend looking in the device appropriate subsection.

Huawei Celia help

Hello. So I'm using p40 pro, with emui 10.1.0. I tried setting up celia, but it's not working.
The hivoice itself is working, meaning if I go to "tools" folder in home screen, and open hivoice, it's working. I can press the button to start giving voice commands.
What's not working, is the wakeup phrase, the "hey, celia". When I clicked the option to toggle voice wakeup, I got the screen that said 'say the wakeup phrase, "hey, celia"', but I'm stuck there. Below the screen, there's the hivoice circle icon, but it doesn't do anything when I click it. I repeatedly saying "hey, celia" many times, with and without pressing the icon, nothing.
I installed GMS and google play. Does that have anything to do with the problem?
Thank you.
creatip said:
I installed GMS and google play. Does that have anything to do with the problem?
Thank you.
Click to expand...
Click to collapse
Don't think so, because it works on my phone with GMS. Had to set my country to UK though since I'm in Germany. This is with the latest .121 firmware.
Hi, sorry for the late response.
Tried it again the next day, and it worked as it should. I'm guessing there was a server problem on my failed try. My internet was up and running at that time, no problem browsing and watching videos.
can one of you guys export the apk? I'm hopping to be able to use it in a country where its not yet available.
rigocalin said:
can one of you guys export the apk? I'm hopping to be able to use it in a country where its not yet available.
Click to expand...
Click to collapse
AI Voice apk https://mega.nz/folder/wR500KoB#Dll-MgfcCan7ab7PCzTB5w
creatip said:
Hello. So I'm using p40 pro, with emui 10.1.0. I tried setting up celia, but it's not working.
The hivoice itself is working, meaning if I go to "tools" folder in home screen, and open hivoice, it's working. I can press the button to start giving voice commands.
What's not working, is the wakeup phrase, the "hey, celia". When I clicked the option to toggle voice wakeup, I got the screen that said 'say the wakeup phrase, "hey, celia"', but I'm stuck there. Below the screen, there's the hivoice circle icon, but it doesn't do anything when I click it. I repeatedly saying "hey, celia" many times, with and without pressing the icon, nothing.
I installed GMS and google play. Does that have anything to do with the problem?
Thank you.
Click to expand...
Click to collapse
Have you enable the voice wake up option?
creatip said:
Hello. So I'm using p40 pro, with emui 10.1.0. I tried setting up celia, but it's not working.
The hivoice itself is working, meaning if I go to "tools" folder in home screen, and open hivoice, it's working. I can press the button to start giving voice commands.
What's not working, is the wakeup phrase, the "hey, celia". When I clicked the option to toggle voice wakeup, I got the screen that said 'say the wakeup phrase, "hey, celia"', but I'm stuck there. Below the screen, there's the hivoice circle icon, but it doesn't do anything when I click it. I repeatedly saying "hey, celia" many times, with and without pressing the icon, nothing.
I installed GMS and google play. Does that have anything to do with the problem?
Thank you.
Click to expand...
Click to collapse
Celia I will be live within the next few months I believe, I cant wait to get using it myself, We'll just have to wait for the next EMUI update and see what that brings with it!! :angel:
jericho246 said:
AI Voice apk https://mega.nz/folder/wR500KoB#Dll-MgfcCan7ab7PCzTB5w
Click to expand...
Click to collapse
Hi, i'd like to reinstall AI Voice.
Do you have AI Voice 21.06.301 version or higher of apk please ?
Thank you for helping me.

No Luck with Native Screen Recorder

I was trying to enable it as per this article: https://9to5google.com/2020/01/14/google-pixel-screen-recorder-enable/ , that option shows up on the screen momentarily but the UI crashes soon after.
"Finally, you’ll need to enter a single command to get the built-in screen recorder working. After you’ve entered the(adb shell settings put global settings_screenrecord_long_press true) command, the feature will be live on your device." - Nope, it doesn't work for me.
Yeah, it didn't work for me either. I had just done it on my 2XL too, but no luck on the 4a.
JeepFreak said:
Yeah, it didn't work for me either. I had just done it on my 2XL too, but no luck on the 4a.
Click to expand...
Click to collapse
Let's hope they would bring it back to 4a by ota updates, I have a good use for that while flying my drone.
I was able to revert/remove that option from screenshot button by:
"adb shell settings put global settings_screenrecord_long_press false" command.
Works on Android 11 beta
datchico305 said:
Works on Android 11 beta
Click to expand...
Click to collapse
good to know - thanks!
Stork works better, in my opinion. Have you already tried this app?
FWIW, there is a screen recorder in Android 12 (quick settings toggle button). I didn't do anything to make it appear.

Categories

Resources