Android: ScreenCast di Linux Menggunakan AShot

From OnnoWiki
Revision as of 06:50, 14 July 2017 by Onnowpurbo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


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

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