Android Live Screen Mirroring On Ubuntu With ADB Connection


Author: How To Works
2015 View
5m 30s Lenght
11 Rating


How to set up Android Live Screen Mirroring On Ubuntu With ADB Connection For updated codes see http://androidcodes.info/home/main/android-live-screen-mirroring-on-ubuntu-using-adb-connection/ Hello here i will show you how to mirror the adb (physical device) screen on your ubuntu machine Hope you are familiar with adb connection Using USB cable you can connect your physical android device to developing PC (here My ubuntu machine :p ) Prerequisites _____________________ * A physical android device activated Develper options * ADB Driver (dont worry mostly ubuntu is having that ) * yeh thats enough ! start the terminal by ctrl+alt+t Install adb : sudo apt install adb You will be asked to download here i have already downloaded and installed Install ffmpeg : sudo apt install ffmpeg check devices connected already in developer mode Mirror the phone using command adb shell screenrecord --output-format=h264 - | ffplay - Dont worry just wait a second just wait on this step this may take some time :p whoola thats all


Comments

  1. Thank you very much! Perfect solution. :) BTW I needed this to reocrd my latest video. You can check it out on my channel.
  2. pipe:: Invalid data found when processing inputKB sq= 0B f=0/0
  3. adb devices
    list with no permissions
    Why Sir?
  4. thanks
  5. How is the performance? Is it laggy or good enough to watch movies on it?