From cad4c3eb6fe472bd27037908aa01f12d34995ee7 Mon Sep 17 00:00:00 2001 From: Sandeep Kumar Date: Thu, 6 Oct 2016 18:36:12 +0530 Subject: [PATCH] Testing purpose-copied a text file --- android screen share | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 android screen share diff --git a/android screen share b/android screen share new file mode 100644 index 000000000..3e972a4c3 --- /dev/null +++ b/android screen share @@ -0,0 +1,16 @@ +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.