Enable the Hidden Screen Recorder on Moto One Action (Android 10) - Motorola One Action Guides, News, & Discussion

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.

Related

Disable Touch wake, a way to save battery.

Hey guys, this is my first post so probably i will have a lot of erros. Pls dont be angry haha.
First Everything here is at your own risk so if your watch stop working is your fault no mine. You have been warned. Lets start:
-You need to instal TWRP in your smartwatch.
Here some links:
-(MOTO 360) http://forum.xda-developers.com/moto-360/development/unofficial-twrp-2-8-1-0-moto-360-t2966750
-(SONY SMARTWATCH 3) http://forum.xda-developers.com/sma...overy-twrp-2-8-3-0-sony-smartwatch-3-t2986907
-(LG G R) http://forum.xda-developers.com/g-watch-r/development/root-root-twrp-r-t2960511
Click to expand...
Click to collapse
-When you have installed, start in recovery mode, and go to mount and press system. Connect your watch to your computer and open ADB
adb root
adb pull /system/usr/idc/sec_touchscreen.idc <where you want to save the file>
Click to expand...
Click to collapse
-Make a copy of the file and open the file with notepad++, you will se the following things
# Copyright 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Input Device Calibration File for the Dory touch screen.
#
device.internal = 1
touch.deviceType = touchScreen
touch.orientationAware = 1
touch.wake = 1
Click to expand...
Click to collapse
-Remove the part of ( touch.wake = 1 , please make a copy, because you will need it .
-Now go other time to adb and putt he following
adb push /system/usr/idc/ <where you have the file>
Click to expand...
Click to collapse
-Restart the watch.
-Now you will see that is impossible to block the watch, calm down xD. Restart other time the watch in recovery.
-Now with the copy of the original file, mount system on twrp and puth this on adb (the file must have the same name as the original)
adb push /system/usr/idc/ <where you have the copy>
Click to expand...
Click to collapse
-Restart the watch and now, you will se that the screen is only going to be unlocked by the button of your watch.
Also if you want to sabe more battery you can change the cpu governor
Looks like you have mistyped adb push into adb pull.
Good idea. Tryin.
EDIT : looks like you don't know adb pull and push:
Push means Computer to Device
Pull means Device to Computer
---------- Post added at 19:51 ---------- Previous post was at 19:46 ----------
And shouldn't 'sec' means Samsung? This guide may only work for Samsung devices. Please modify.
Maybe we have to find the exact file using ls.
Nice work.
I know hahaha, muy mistake .Also i want to know if this work for mor people
Sent from my A0001 using XDA Free mobile app
Thanks! Ill wait a bit for you to work out the typos. I also have to decide if i want to keep my LG R or get the zenwatch2 when it is out... But hanks all the same. This has been bugging me since i got the watch. Theater mode doesn't send notifications and I cross my arms while I sleep, waking my watch up all night...
Also thanks for posting the other sources for each watch. Great first post!
Working on Gear 2.. no need to copy the original file back.
working on LG g watch (wear 5.1) fine too, but the .idc-filename is
/system/usr/idc/synaptics_rmi4_i2c.idc now!
Only replace the last line
Code:
touch.wake = 1
with
Code:
# touch.wake = 1
I'm sure
Code:
touch.wake = 0
instead of commenting out, would work to! - But didn't test it...
and push the file back...
after reboot touch2wake is disabled and rotateWRIST2wake works fine!
Lets see how much battery drain will be decreased...
Thanx @dataonlycod ! (for finding and your solution):good:
No measureable benefit
Disabling touch2wake gave me no longer battery life here !!!
I've done the mod on my LGWR by simply booting (not flashing) TWRP
funny thing is that now the watch won't wake when touched, but it is still possible to scroll through notifications
bitstra said:
Disabling touch2wake gave me no longer battery life here !!!
Click to expand...
Click to collapse
as scrolling notifications is still possible, the touch screen is still active
to save battery, you would have to find a way to really disable it - but the power reduction sould be negligible
2k4ever said:
as scrolling notifications is still possible, the touch screen is still active
Click to expand...
Click to collapse
how can i block scrolling in ambient mode?
starbase64 said:
how can i block scrolling in ambient mode?
Click to expand...
Click to collapse
I don't know
keep in mind that disabling touch 2 wake is just a hack
the most probable way would be an xposed module that disables the toch screen when the watch goes into ambient mode
I was hoping this would fix the issue i have when i cross my arms and the watch starts doing things because it thinks my arm is my finger... ugh
Thanks
La:good:
Has anybody managed to get this hack working on the Sony Smartwatch 3.
The file that appears to need editing is called 'synaptics_dsx.idc'.
I have ensured the edited file is pushed back to the phone, but the hack never works.
hi friends/ does it work for URBANE ?
Hi friends, anyone get it to work with Moto 360 ?
persichini said:
I was hoping this would fix the issue i have when i cross my arms and the watch starts doing things because it thinks my arm is my finger... ugh
Click to expand...
Click to collapse
I had the same issue.
And here's what I did:
1. Set touch.wake = 0 on the file
2. Installed 'Showear: Android Wear Lock ' app from google play
link: https://play.google.com/store/apps/details?id=com.jdd.showear&hl=fi
3. Set lock method as sequence of swipes: Just one swipe from left to right
4. Set the following setting:
- Auto-lock on standy
- Lock on startup
- Vibration (to notify me when I unlock the screen since I set the lock screen invisible)
- Hide lock screen on standby
- Transparent lock screen
- Transparent (unselected) lock elements (Answer no to the msg box after setting this on)
Yes this way needs me to swipe the screen from left to right every time I want to use touch on the watch with my finger, but it is now impossible for any touch event to occur when the screen is dimmed since the lock cannot be unlocked from dim mode with the option 'Hide lock screen on standby' selected.
And having that no-touch on dim mode is way more important to me than the added swipe.
Hope this helps
very useful tip , thanks
Thank you
nice woooooooork
Fine
I will try, anyway I get pretty decent batt life with my Sony sw3, 4 days.

notification fix

OK guys I hope this hasn't already been covered but here goes anyway. I have found this fix for notifications not arriving when doze is enabled. Iff you go into the particular app e.g what's app then into data usage you must select the following settings see pic below. then all the notifications will arrive straight away regardless of doze state.
sam00561 said:
OK guys I hope this hasn't already been covered but here goes anyway. I have found this fix for notifications not arriving when doze is enabled. Iff you go into the particular app e.g what's app then into data usage you must select the following settings see pic below. then all the notifications will arrive straight away regardless of doze state.
Click to expand...
Click to collapse
Yes that seems to be the problem. I had made a post months ago. It's very hidden feature by Lenovo and I think it's wrong to pre-restrict all background data. User should decide what to do.
I think they lenovo did it to block unnecessary data usage but i agree it is not needed and people are thinking their is something wrong with their phones.
Thanks for the tip
Thanks Sam, I saw this on the JJ review of Nougat. Is this for Nougat as my MM P2 settings don't look like the screenshot.
Sent from my Lenovo P2a42 using Tapatalk
Hi yes it is for Nougat the comment posted on JJs review regarding this fix was posted by me also.
Confusing settings these as the first one makes it look like enabling the "Restrict background data" option will disable background data, when in fact it does the opposite. You need to have both of these options enabled so the sliders are green, then you need to open Settings > Power Manager > Battery Optimization
Then you need to search for the apps that you need to fix notifications and change the option so it says "Don't optimize". Then the phone won't 'helpfully' close the app when the phone has been unused for a long time. This is why notifications are stopping.
precisely i agree quite confusing it took me a while i had to get a friend to send me whats app messages continuously untill i figured all this out but im glad i finally did.
If you make the changes to fix the notifications, shut down and power the phone back on rather than do a reboot. The settings don't seem to work until the phone has properly rebooted.
Is it worth noting that elsewhere it's stated that turning off doze altogether (using ADB) might be a saner option? Consensus seems to indicate it's basically a curse with little value, and that would certainly hold water in light of the battery capacity of the P2.
https://forum.xda-developers.com/lenovo-p2/help/regretting-purchase-t3611968
I think the following helps. Credit goes to JasonMR and manototh (Taken from oneplus.net forum)
JasonMR
KitKat
JasonMR, Nov 2, 2016 :
Guys, to avoid having to run the ADB command after each reboot follow these instructions (please note, the files should be downloaded to a PC and then transferred to your phone via USB otherwise they mess up sometimes):
You need to enable USB debugging mode in Developer options first
Download and install this apk and transfer it to your phones storage - https://drive.google.com/file/d/0BxD...w?usp=drivesdk
Then connect phone to PC and allow the drivers to install
Download and install ADB here - https://drive.google.com/file/d/0B0M...ljU2NPR0k/view
Go into the ADB folder, hold shift, right click and select "Open command prompt here"
Type the command: adb devices (now hit enter)
It should return your phones serial number is connected correctly
Run this command in ADB: adb -d shell pm grant com.adamioan.scriptrunner android.permission.DUMP (now hit enter)
Download this file and transfer it to your phones storage - https://drive.google.com/open?id=0Bx...VA4YmxGTS1OX3c
Open the SH Script runner app and tap the three dots in the top right corner, select "Load" and locate the file from teh previous step
Click the Circle button with the play sign at the top of the screen
You should see the message "Idle mode disabled" which means that Doze has now been disabled.
Whenever you reboot your phone, open the SH Script runner and the command will still be there, just click the play button to run the script again.
And that is it, two clicks to disable Doze after each reboot.
Full credit to manototh for putting this together originally.
Doze does not need disabling iff you follow my advice in the initial post i have tried and tested this and can confirm it works fully.
This is really frustrating. No matter what settings I use I still don't get notifications after a while. I don't want to go modifying my phone, can someone post a step by step if they have it working properly?
Spacedog79 said:
This is really frustrating. No matter what settings I use I still don't get notifications after a while. I don't want to go modifying my phone, can someone post a step by step if they have it working properly?
Click to expand...
Click to collapse
Follow my ordinal post and also go into battery optimisation and disable optimization for things like sms eggs what's app Facebook etc all the things you need notifications for should be disabled from sleep mode under battery optimization.
Like this
sam00561 said:
Like this
Click to expand...
Click to collapse
Yes thats exactly how I've done it. I've also tried every combination of settings under Apps for Unrestricted data usage.
And also the setting here
sam00561 said:
And also the setting here
Click to expand...
Click to collapse
Yep doesn't work either.
Perhaps your only option left is to try the disable doze app which has worked for many people but it's a paid app.
Just to update it does seem to be working properly now. I'm not 100% sure but I think turning the phone all the way off and on again instead of rebooting with the settings correct had the desired effect.

Nubia X Root & Google Play [gapps] & TWRP & Xposed & Android 9 Beta Update

Nubia X Root & Google Play [gapps] & TWRP & Xposed & Android 9 Beta Update
I'm sorry for my bad english.
it's just google translation.
I wanted to gather all the messy subjects together.
Hi friends, I have long engaged in the result x 'forums around in China due to lack of adequate information I have finally achieved by the Chinese barely make Turkish English English make brick. Every day I follow the developments. I wrote the shortest path for you. I will keep you informed of developments.
NOTE: The following actions may cause you do not brick your phone. So you select the correct USB cable you trust yourself, your device will be the driver of the full committee, consider that there is sufficient charge your phone.
To disable your antivirus software & Windows Defender!
Everything for our Chinese brothers Cardinal Glass' , Teeemoo thank you.
Download it: https://drive.google.com/file/d/1yz63uyybxphnngomz9smu7vhr9r251q4/view?usp=sharing
Bugs: [MUST READ OUT AGAINST THEIR WILL you]
* notices what we do sometimes it does not. (Whatsapp & instagram etc. Estimation practices of the Chinese ROM in the background is not self-freeze. If we change if we notice permissions and power settings or even wipe out the root of the security applications from systems from applications such as service disabler all permits and we even problem not solved.
* In the example WhatsApp and instance in applications that use the camera you open the camera time again turns the rear camera reminders according to the head and forcibly opens the rear screen, you will return again.
* Google place first when opening the account came not download applications from the mobile internet or enter your mobile web on issues occurring as you use mobile use internet maps. No solution.
* v2.24 version I saw. For example: Chrome as your browser, Opera etc. whatever you have opened after returning to the main screen freezes If you try to open the application again. Fix this problem in Android Beta 9.
* After a while, some applications can delete the data itself. So it's like you've logged in.
* Tinder & Go applications are endless wait at the entrance to the loading screen I have ever seen in practice. but it began to open after installing the module xposed smoothly.
* You must not allow individual notification, and power to each application. Do not forget to look at 3 points in the Settings fine-tune the settings sleeping dogs lie.
* According to the head in the browser wi-fi downloading it does not just doing mobile data download. I'm currently downloading APKs from the mobile.
* I will write as they come to mind.
Phases 1 & Android Version Update
Phone update or root has to do with your version.
You can download it from the official site to update the phone. or you can remain on your existing romu.
http://ui.nubia.cn/rom/detail/58
Android Beta 9 (for Roma) (brick would certainly remove before you install if root)
https://forum.xda-developers.com/nubia-x/how- to / nubian-x-android-9-beta-official-t3920901 (the subject is my position)
https://drive.google.com/file/d/1aqeip-uqyı5jq7m1sabj51h1mfn31pkn/edit
download the update to take a flash memory OTG connect the phone to make the local updating the update. (It is recommended that you reset after the phone.)
Step 2. Step Root
Turn on USB Debugging from Developer settings of your phone. (Click the feline 10 times the number from the Software Compilation information.)
Your phone off by pressing and holding Volume Down key and open the fastboot screen angle of the keys will pull your hand does not come.
Have you downloaded the file is the root folder.
From there, select the version that exists on your phone.
Open the application in administrator mode.
Wait a few seconds chinese writing a hit going to come close to the top right, the next screen.
From there, click on the chinese enter Fastboot by root. Wait for the phone to turn off and write surcess here.
Open opens the application Magisk found no additional setup to alert you of the incoming call is not in your android phone 9. (If your phone is a brick olucam very difficult to believe that the recovery is very difficult.) If you say yes to restart the Android 9.
Magisk allowed to enter the settings are automatically accepted after make. CLOSE ALL UPDATES. Or olucaktır brick your phone.
You now have root.
Step 3 (i.e. the gapps Assembly Play Store etc.)
root Root explorer in the folder after adjusting the rate apk p.
Take the google android folder that is compatible with your computer into the phone version.
Copy the root file explorer by selecting it in the folder 4.
then again from expolorer "root / system / priv-paste the files here, go to the app folder.
Then select by holding your attigi on files.
Click on the top right 3 points.
perrmisions Click
on the screen incoming enter click on octal" 0755 "type.
beneath 2 units box unchecked mark and exit.
restart the phone and make the google play installation with a mobile internet connection.
Congratulations uploaded google play.
Step 4 tWRP installation.
Turn off your phone.
Open the appropriate twrp application on your version of the folder.
wait a few seconds at the first of the warning screen, press the top right cross to
Turn your phone off, hold down the mute button and open the phone in fastboot mode.
Connect via USB to your computer.
* Note: Debugging must be active all the time like I'm saying.
Click the button twrp fastboot practice.
surcess after the opening of the phone, select the recovery option.
your phone will open with twrp. You can continue to use after the restart normally.
Step 5. Xposed installation.
Open magisk manager from your phone
, open the left menu modules. Add the module structure.
2 Install the zip file you downloaded it from your computer in single file, select the folder and restart xposed.
xposed now have your phone but do not do the updating.
I apologize in advance for my friends typos.
I tried to make them a male as I said. If you see me, I implore you can take appropriate donation. Because I'm getting android software as online education. But I do not have money to go to the course. I'm glad you support me for my course.
I will do the next time you'll be aware of the application.
Donate link. : Https://www.bynogame.com/destekle/kaminote
use good days.
Gapps
<Mod edit: Unnecessarily quoted OP deleted>
You can install the pico version of gapps as it fits in the system partition but for Android 9 you need to mount system_root.

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.

How To Guide How-To Enable Two-Button Navigation on the OnePlus 9 with Android 11!

Hey friends! I don't know about you guys, but I really dislike the latest implementation of Gesture Navigation and the old 3-Button Navigation bar makes me feel like I'm stuck back on Ice Cream Sandwich! It made me really sad when Google forced all the OEMs to ditch 2-Button Navigation. Fortunately, we can now get it back! Even on Android 11!!
You will need USB Debugging enabled on your phone and ADB installed on your computer. You will also need your phone to be rooted with the latest version of Magisk installed.
It's a super easy process and all it takes is installing one Magisk module and an ADB command. I've created two versions of the module, one with the standard height nav bar and another with a shorter one that takes up less space on the display. You can find both versions of the module here: https://www.rwilco12.com/downloads.php?dir=Files/Misc+Files/Magisk+Modules/OnePlus+Oxygen+OS+11+-+Two-Button+Navigation
After installing the module, all you have to do is go into ADB and run this command.
adb shell cmd overlay enable com.android.internal.systemui.navbar.twobutton
Here's a helpful video we recorded that should help you through the process.
What is two button navigation? Don't think ever used this.
zymphad said:
What is two button navigation? Don't think ever used this.
Click to expand...
Click to collapse
It's the best! You have a Back button and a Home button. To get Recents, you swipe up on the Home button. If you want to quick switch between apps, just swipe right or left on the Nav Bar.
Wait... Isn't that just the Pixel navigation?
zymphad said:
Wait... Isn't that just the Pixel navigation?
Click to expand...
Click to collapse
It was available on the Pixel 3 but the official name was "2-Button Navigation".
Some OEMs, like OnePlus, included it in their Android 9 implementations but then they were supposed to phase it out with Android 10. OnePlus left the app in place but hid the menu option to enable it, so you would enable it with ADB. With Android 11, OnePlus took it out completely. The Magisk module adds it back so you can activate it via ADB.

Categories

Resources