I am unable to run adb shell screenrecord /sdcard/my.mp4
Device specification that i am trying to run this command:
whenever i run the screenrecord command it shows command not found.
D:\adb>adb shell screenrecord
/systerm/bin/sh:screenrecord not found
Also i have builtin screen record application is this reason for my issue? Is there any other way to capture screen except screencap? Or can i tap into builtin screen record application? Any suggestions or idea are appreciable.
Thanks,
Huawei has removed this cmd tool from /system/bin. Run command adb shell ls /system/bin/
see if you can find this tool from the outputs
Is there any other way to capture screen except screencap?
In one word: scrcpy
From Wikipedia:
scrcpy is a free and open-source screen mirroring application that allows control of an Android device from a Windows, macOS, or Linux desktop computer. The software is developed by Genymobile, which also developed Genymotion, an Android emulator.
On their Github repository you will find instructions to install it on several operating systems (including Windows, Linux, MacOS) and to run it, with various options to set resolution, bitrate, screen orientation, etc.
Unless you explicitly disable this feature, it also lets you control your device from the PC.
Using the --record
option you can save the screen capture on a video, and using the --crop
option you can even capture or record only a specific part of the screen.
After a long search, this is the tool I liked the most and that I am using, since there is no screenrecord
in my phone.
You need to undestand whe does adb shell screenrecord /sdcard/my.mp4
mean. It means execution "screenrecord" command in your phone's shell. You could do the same by installing any terminal emulator on your phone, run it and type (on phone) screenrecord /sdcard/my.mp4
You are getting "command not found" error, it means there is no "screenrecord" command available. Most devices should have it included, but it seems your device have it missing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With