Harlen Tan

Results 10 comments of Harlen Tan

+1 not work well on Samsung S8. The minicap do not take the whole screen of the device. Maybe there is something wrong with the screen resolution. The real screen...

Nope. STF will also get the wrong screen display. I test Samsung S8 in STF, it gets 1080x2008 screen resolution

```javascript function infoFromService(id) { return service.getDisplay(id) } function readInfo(id) { log.info('Reading display info') return infoFromService(id) .catch(function() { return infoFromMinicap(id) }) .then(function(properties) { properties.url = screenOptions.publicUrl return new Display(id, properties) })...

That's great ! I will test it later. Thanks.

@thulasipavankumar @sorccu I am afraid that modify the settings of display to WQHD do not work for Galaxy S8 in STF. Maybe I should take some time to go depth...

How is this project going ? Maybe is time to rewrite the adbkit with pure JavaScript. It's not only just about the CoffeeScript, it's also about the dependencies many of...

Thanks for your effert for this. You did a great job.

Nope, I just use client.startService and then try to use client.openTcp to connect to the port on device. But the openTcp will block the adb of the device, event if...

I get the conn after first call client.openTcp, should I call con.end() before I exit the process?

I am sure tethering is not enabled. It just happen with Android 6.0.1,android android 7.x for sometime. Is there something wrong with the my situation that I resue the same...