Difference between revisions of "Android: ScreenCast di Linux Menggunakan AShot"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "sumber: https://askubuntu.com/questions/804332/is-it-possible-to-show-the-display-of-my-android-phone-on-my-pc-screen-in-ubuntu down vote I was able to do it easily with Ash...")
 
Line 2: Line 2:
  
  
down vote
 
I was able to do it easily with Ashot. It's an open source project, programmed in Java, so you just download and run (assuming you have Android Studio already set up).
 
  
When you extract the folder, run
+
==Download==
 +
 
 +
 
 +
https://sourceforge.net/projects/ashot/
 +
 
 +
 
 +
==Jalankan==
 +
 
 +
 
  
 
  java -jar AShot-1.1.jar
 
  java -jar AShot-1.1.jar

Revision as of 06:54, 14 July 2017

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