jkgooch / androidscreencast

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

How can i change default window size of androidscreencast? #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I had run androidscreencast successfully on my ubuntu system. Now i want change 
the default window size of androidscreencast as bellow picture:
How should i set it?

Thank you very much!

Original issue reported on code.google.com by Janet.W...@technicolor.com on 18 Jun 2010 at 6:10

Attachments:

GoogleCodeExporter commented 8 years ago
I'm having this issue too, i have a QVGA android device (tattoo aka click) and 
i have to resize the screen everytime i open android screencaster...

plzy plz! =D

PS: Android ScreenCaster is awesome, will shine if average fps get higher

Original comment by ele.sam...@gmail.com on 6 Jul 2010 at 3:41

GoogleCodeExporter commented 8 years ago
I wrote a function to resize the window.

setBundlePath("/home/automation/tablet_v2_automation/ESDTK/pictures")
def resizeWindow(dx,dy):
    corner = find(Pattern("corner.png").targetOffset(16,15))
    dragDrop(corner,corner.getTarget().offset(dx,dy))
resizeWindow(500,0)

Original comment by Janet.W...@technicolor.com on 7 Jul 2010 at 2:41