Take phone's screen video using ADB.
First Enable USB-Debugging on your android from Developer options menu.. The Developer options can be activated by clicking the "Build Number" 7-8 times...
Then go to main menu of settings and enter Developer options.
Then tick on USB debugging.. If a disclaimer appears then just tap Agree to it.
Just install adb suite on your PC... Google for it and you will find adb setup.
Go to CMD and then enter adb devices with your device connected and USB-debugging enabled.!
You need to install your device drivers:
Drivers can be installed automatically on windows 7-8, Else you can find them on the internet.!
If you can find a device then proceed ahead else recheck the drivers..
Once you find in your device just enter the following command...
adb shell screenrecord /sdcard/demo.mp4
Here /sdcard is the path and /demo.mp4 is the output.
You can change the path of demo.
You can even change the path of demo record.
The demo is of max 3 minutes.
You need to take the video manually out of the phone's sd.. You cannot store video directly on pc.!
You can even make your phone's demo using this command even if your phone is NOT ROOTED..!
You can change the path of demo.
You can even change the path of demo record.
The demo is of max 3 minutes.
You need to take the video manually out of the phone's sd.. You cannot store video directly on pc.!
You can even make your phone's demo using this command even if your phone is NOT ROOTED..!
Device undetected |