ADB screenrecord command not found

Newbie picture Newbie · Sep 29, 2017 · Viewed 10.1k times · Source

I am unable to run adb shell screenrecord /sdcard/my.mp4

Device specification that i am trying to run this command:

  • Honor 5C
  • Android 6.0

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,

Answer

ximin chen picture ximin chen · Oct 10, 2018

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