Skip to content

Instantly share code, notes, and snippets.

@ddesai
Last active August 29, 2015 14:09
Show Gist options
  • Save ddesai/8f1736416c5cb2aea7ab to your computer and use it in GitHub Desktop.
Save ddesai/8f1736416c5cb2aea7ab to your computer and use it in GitHub Desktop.
android screen monitor
* Download the ZIP from here: https://code.google.com/p/android-screen-monitor/
* unzip it and extract asm.jar
* move it to your favorite location -- say ~ddesai/
* connect the phone using USB
* run it "java -jar ~ddesai/asm.jar
and you will see the Android screen on your laptop (Mac!)
HowTos:
* You can select device by CTRL + D (or context menu)
* You can switch window orientation to portrait or landscape by CTRL + P or CTRL + L key (or context menu)
* You can scaling window by CTRL + 2 (200%), CTRL + 0 (150%), CTRL + 7 (75%), CTRL + 5 (50%) or CTRL + 1 (100%) key (or context menu)
* You can export a image as PNG file by CTRL + S key (or context menu)
* You can check application version by CTRL + A (or context menu)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment