Android: ScreenCast di Linux Menggunakan AShot

From OnnoWiki
Revision as of 06:54, 14 July 2017 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

sumber: https://askubuntu.com/questions/804332/is-it-possible-to-show-the-display-of-my-android-phone-on-my-pc-screen-in-ubuntu


Download

https://sourceforge.net/projects/ashot/


Jalankan

java -jar AShot-1.1.jar

It will ask you for the Android SDK. Browse to it, and select your path (something like /home/yourUserName/Android/Sdk/). It should connect automatically and display the Android screen that is connected via USB. If you get an error in connection, copy the adb executable from platform-tools/ to tools/ and try again.

To copy:

cd Android/Sdk
cp platform-tools/adb tools/

It has a slight delay, so it's not good for streaming video, but good enough for presentations.




Referensi