MonkeyRemote
MonkeyRemote copied to clipboard
Remote control your Android device via ADB
Hi, thanks for this awesome tool! I tried to connect to my android phone with broken screen. It shows the screen, but when I interact with it, I get error...
com.android.ddmlib.AdbCommandRejectedException: cannot bind to socket at com.android.ddmlib.AdbHelper.createForward(AdbHelper.java:767) at com.android.ddmlib.Device.createForward(Device.java:688) at com.android.chimpchat.adb.AdbChimpDevice.createManager(AdbChimpDevice.java:125) at com.android.chimpchat.adb.AdbChimpDevice.(AdbChimpDevice.java:71) at com.android.chimpchat.adb.AdbBackend.waitForConnection(AdbBackend.java:122) at com.android.chimpchat.ChimpChat.waitForConnection(ChimpChat.java:91) at de.nsvb.monkeyremote.MonkeyRemote.main(MonkeyRemote.java:102) Exception in thread "main" java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210) at com.android.chimpchat.adb.AdbChimpDevice.(AdbChimpDevice.java:73) at com.android.chimpchat.adb.AdbBackend.waitForConnection(AdbBackend.java:122)...
Hi, this is the second time that I notice that there is a leak. The process is running at least since 25 min The process is inflating up to ~2.9GiB...
The condition is that the bottle neck is the ADB transfer rate or the on-device compression rate. That would also reduce latency which can enable using MonkeyRemote via ADB over...