0% found this document useful (0 votes)
148 views

Screen Mirroring Tutorial

This document provides instructions for installing an application called Seven Square that allows you to display your Android phone's screen on an Ubuntu system. It describes downloading and compiling the source code from GitHub using terminal commands. Once installed, running seven-square & in the terminal will mirror the Android screen on the Ubuntu system once USB debugging is enabled on the Android device.

Uploaded by

Cesar Diaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views

Screen Mirroring Tutorial

This document provides instructions for installing an application called Seven Square that allows you to display your Android phone's screen on an Ubuntu system. It describes downloading and compiling the source code from GitHub using terminal commands. Once installed, running seven-square & in the terminal will mirror the Android screen on the Ubuntu system once USB debugging is enabled on the Android device.

Uploaded by

Cesar Diaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Mostrar pantalla de telefono Android en Ubuntu

Available for Ubuntu 15.04 Vivid/15.10 Wily/14.04 Trusty/12.04 Precise/Linux Mint 17.x/13/other
related Ubuntu derivatives
To install Seven Square in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the
following commands in the Terminal:

Terminal Commands:
sudo apt-get install android-tools-adb qt4-qmake libqt4-dev libqtcore4 libqtgui4
cd;wget https://github.com/yangh/sevensquare/archive/master.zip
unzip master.zip;cd sevensquare-master;make
sudo make install;cd;rm -rf sevensquare-master master.zip

Once installed run following command in terminal to run this application:


Terminal Commands:
seven-square &

Now in your Android device go to Settings > Developer Tools > and enable USB Debugging, and now
connect your Android device to your computer using USB cable to mirror its screen.

You might also like