jkgooch / androidscreencast

Automatically exported from code.google.com/p/androidscreencast
0 stars 0 forks source link

Button to scale the display 1:1 / native device resolution #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Within seconds of launching this great app, I wanted to have a 1:1 aspect
ratio, i.e. a 480 x 800 client area reflecting the native resolution,
without scaling that distorts text.

Original issue reported on code.google.com by ddascale...@gmail.com on 19 Feb 2010 at 11:09

GoogleCodeExporter commented 8 years ago
I see not a distorted text, but less resolution.

ps i wrote a small script in win:

adb devices

javaws androidscreencast.jnlp

in linux works the same but it must have admin priv.

great multiplatfom!!!

Original comment by gbarb...@gmail.com on 14 May 2010 at 9:05

GoogleCodeExporter commented 8 years ago
Any progress on this? Looks like a trivial issue, but 8 months have passed 
without any improvement. It's the only thing that keeps me from donating.

gbarberi: Can you attach that script?

Original comment by ddascale...@gmail.com on 27 Oct 2010 at 4:16

GoogleCodeExporter commented 8 years ago
Not sure if this will work for you, but:

When I ran this project from the .jnlp I had the same problem where it isn't 
opening to a 1:1 resolution.  I found that downloading the source code, adding 
it as a project in Eclipse, and compiling/running it from there made the app 
open with the right resolution.  After compiling it (which I've only managed to 
do from Eclipse, I've had errors doing it from the command line), you can get 
Eclipse to give you the exact command line it uses to run the program at the 
right resolution.

To do that last part, after the program runs, pull up the debug view and it 
should show you some info about the last Java programs launched.  Click on 
"Properties" in the context menu on your program, and you'll see the command 
line.

Original comment by wp...@google.com on 12 Nov 2010 at 10:03