Simo Kinnunen

Results 330 comments of Simo Kinnunen

@thinkhy Any chance you have a Lenovo P1? Can you verify & check whether there's some security setting that you need to enable like on Xiaomi phones?

Hmm, we might add it at some point, but currently what you can do is this: ``` javascript client.shell(serial, 'pm list packages -f -3') .then(adb.util.readAll) .then(function(output) { // Manually parse...

Please look at the latest commits in STFService.apk. You need similar changes here. On Fri, Sep 8, 2017 at 23:43 Pavan Kumar Tulasi wrote: > The current application is exiting...

Run `adb shell cat /proc/stat`. If that gives you permission denied, then there isn't anything we can do about it. You could possibly use `dumpsys` with `.shell()` to access similar...

Hmmm that's weird... what's the model? Run `adb devices -l` and paste the line here (you can remove the serial number though if you like).

The docs seem clear enough to me but I'm heavily biased as I wrote them. PRs welcome. All 3 methods are available on the client instance. The client itself is...

Hmm, I'm not sure. Minicap relies on SurfaceFlinger. Maybe SurfaceFlinger decides that it no longer has to work that much after you disconnect the display? I'm not sure if we...

By the way is there any reason why you can't just use the built-in `screencap` utility?

Hi, Thanks, but can you file against https://github.com/openstf/stf (our main repo), we will probably forget about this otherwise. This repo is for the org site only.

Perhaps the display goes off?