adbkit
adbkit copied to clipboard
A pure Node.js client for the Android Debug Bridge.
I came with the problem as the picture below when I used android studio 2.2.3 to debug an app. But the eclipse is ok with the same app. I am...
I use adbkit on Android 7.1.1 (Nexus 5X), and call client.screencap() api, when I pipe the stream to fs.createWriteStream("/tmp/a.png"). I got an invalid png format file. But when I remove...
A little background, I am using your library to push a firmware update file to a custom android device. In order for the device to detect the update file, it...
adb returns "disconnected 10.2.6.97:5555" when disconnecting successfully. However, the code expects empty string if successful "" (adbkit/src/adb/command/host/disconnect.coffee) Therefore a Promise.reject is returned when it was actually successful.
I have modify the file (/src/adb/command/host-transport/logcat.coffee) where like this: cmd = 'logcat -B -b events -b main *:I 2>/dev/null'. But event log is Garbled and main log is ok. Can...
Any insight as to why this randomly happens? In order to get `listDevices` and `trackDevices` to work again I have to kill my process, then run `adb devices` manually on...
I have gone through the readme and most parts of the source codes, but even then I am not very clearly about how to realize the remote debug. Could you...
I'm trying to use ADBKit inside an Electron app. I call trackClient and the tracker seems to work, BUT, none of the next command called on the same ADBClient object...
The `ANDROID_ADB_SERVER_PORT` is used to tell adb what port to connect to. It would be great if this library would take it into account as well. :)
I use this code to get list android device connected in windows. But when I turn off all my network card or my network down it will catch exeption "getaddrinfo...