[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying) --- fixed 2018-12-12 build #145

2018-12-12 Thread Lin U Min
Thanks!!! I saw that and tested it immediately. A issue: In the document said "a click gets a tap and type/paste result in an input text". My Test Code: Debug.on(3) adbScr = adbStart() use(adbScr) testImg = "aImg.png" click(testImg)##not worked adbScr.click(testImg)

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-08 Thread Lin U Min
I traced some code from the source for my test. And I tried to safe the Mat and BufferedImage. Both of them are success. ** Attachment added: "Main.java" https://bugs.launchpad.net/sikuli/+bug/1807108/+attachment/5220287/+files/Main.java -- You received this bug notification because you

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-08 Thread Lin U Min
It's weird that I build a same code of captureDeviceScreen(0, 0, 1600, 900) and output the image file. The image file is perfect. No black part in the lower part. But not testing with captureDeviceScreen(0, 0, -1, -1). -- You received this bug notification because you are a member of Sikuli

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-07 Thread Lin U Min
You can try bignox(https://en.bignox.com/) which supports mac. But I do not have a mac system so I have no idea if the adb works on emulator in mac system. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Android: Screenshot problem - ADBDevice: captureDeviceScreenMat: image type not RGBA

2018-12-06 Thread Lin U Min
I also try the screencap command without -p It's still return a 32bits-depth image. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1807108 Title: [1.1.4] Android: Screenshot problem - ADBDevice:

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Android: Screenshot problem - ADBDevice: captureDeviceScreenMat: image type not RGBA

2018-12-06 Thread Lin U Min
--- IDE:what is that? Sorry for my description It's just the SikulixIDE with Jython language. :) --- emulator:what exactly is that? possible for me to get it on my Windows 10? It's an emulator called "ldplayer".(http://www.ldplayer.net/) (Android 5.1) It works success on Windows 10. --- it

[Sikuli-driver] [Bug 1807108] Re: Screenshot problem of menuToolAndroid

2018-12-06 Thread Lin U Min
** Description changed: Sikuli versions: 1.1.4 OS: Windows 10 X64 IDE: Jython IDE I'm using adb to connect my emulator. Using menuToolAndroid to test, there're things failed. 1.Clicking "Check" Button: The first and second check was success. - In the third check: + In the third

[Sikuli-driver] [Bug 1807108] [NEW] Screenshot problem of menuToolAndroid

2018-12-06 Thread Lin U Min
Public bug reported: Sikuli versions: 1.1.4 OS: Windows 10 X64 IDE: Jython IDE I'm using adb to connect my emulator. Using menuToolAndroid to test, there're things failed. 1.Clicking "Check" Button: The first and second check was success. In the third check: a.The capture icon feature sometimes