Hi all, "adb shell screencap" did not work on flame-kk. Bug 1006688 was just landed to m-c, then it is supported now.
It could be done like the following. [1] Confirm adb run as root. If it is not, run "adb root". [2] adb shell screencap -p /sdcard/screen.png [3] adb pull /sdcard/screen.png screenrecord is already supported like the following. [1] Confirm adb run as root. If it is not, run "adb root". [2] adb adb shell screenrecord /sdcard/record.mp4 [3] adb pull /sdcard/record.mp4 Regards, Sotaro
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

