[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

2019-11-18 Thread RaiMan
** Changed in: sikuli Status: Fix Committed => Fix Released ** Changed in: sikuli Milestone: 1.1.4 => 2.0.0 -- 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]

[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 RaiMan
Ok, thanks for immediate feedback. I will check the click, and fix asap. -- 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] Windows: Android: Screenshot problem - lower part

[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-12 Thread RaiMan
The capture section is completely revised and should work now (including the IDE menu check). added goody: now a search on the whole screen (in my case 1200 x 1920) takes less than 3 secs (before more than 6 secs). ** Changed in: sikuli Status: In Progress => Fix Committed ** Changed in:

[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 RaiMan
--- same code of captureDeviceScreen(0, 0, 1600, 900) and output the image file. could you paste the code? -- 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] Windows: Android:

[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 RaiMan
No problem. I decided to run AndroidStudio on my Win10 to get the official emulator working. The Android eco-system is much more similar to a "normal" u*ix system like macOS, so I do not have panic to step into the basics in a short time. I will come back with any insights. -- You received

[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] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-07 Thread RaiMan
On Windows I have the "black-lower-part" effect with the emulator and my real device. On Mac it works as it should with my real device. ... but I do not have an emulator for Mac yet ** Summary changed: - [1.1.4] Android: Screenshot problem - ADBDevice: captureDeviceScreenMat: image type not