How to Mirror, Record and perform file copying in Android using ADB.
This video would teach you how to mirror and record your Android phone device with an Ubuntu machine.
If you don’t know how to enable USB debugging in your android device, please click on the following link.
Commands used in this section.
===========================
For checking if device connected or not
——————————————————–
adb devices
Installing Adb tools
—————————
sudo apt-get install android-tools-adb
Installing ffmpeg
————————
sudo apt install ffmpeg
Screen mirroring
————————
adb shell screenrecord –bit-rate 6000000 –output-format=h264 – | ffplay –
Screen recording
————————
adb shell screenrecord –bit-rate 6000000 /sdcard/record.mp4
File copying
—————–
adb pull /sdcard/record.mp4 /home/ubuntufever/Desktop/
You can let me know your thoughts on this video through either in YouTube comment box or through my other social media platforms.
Social media links
——————————
►T W I T T E R :
►I N S T A G R A M :
►B L O G :
Nguồn: https://hdwallpaperslovely.com
Xem thêm bài viết khác: https://hdwallpaperslovely.com/cong-nghe/
Xem thêm Bài Viết:
- Đọc ngay hướng dẫn cài twrp Recovery hiệu quả trên thiết bị Android
- Bỏ túi cách thêm IDM vào Chrome tiện lợi không phải ai cũng biết
- Bỏ túi thông tin hướng dẫn sử dụng adb fastboot zenfone 5 flash Asus
- Hướng dẫn cài đặt và sử dụng Adobe Audition 1.5 chi tiết nhất
- Khắc phục lỗi ‘adb’ is not recognized as an internal or external command
thx 🙂
Hi nice tutorial, it really helped me to connect to Redmi note 3. I am not able to click any icon on the mirrorred screen. Please guide how did you enabled mouse and keyboard on the mirrored screen. thanks