You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.
I had the same issue. Problem for me was that Antivirus was already using the port 12345, which is hardcoded in AdbChimpDevice.java.
My solution was to binary patch (change port to 12346) the class file AdbChimpDevice.class using Java Bytecode Editor 0.1.1 and then replacing the original AdbChimpDevice.class in the jar file
with the patched one.
EDIT: I have the patched versions ... but since this is my first time posting anything on Github, I have no idea how to upload binary files :(
@oiaq the proper way would be to create a fork, upload your patch (ie: editing of the files, so that you don't break 4(c) of the license by releasing the binary), making a release and uploading the binary in the release.
if you are lazy, you can bundle the whole program source (needed because of 4(c)) and the binary and upload it anywhere and link it here
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I setup SDK, ASM, and all PATH variables.
I can get ASM2.5 to work - I can select the connected device and view the screen on the PC.
ASM3.0 seems to work - I can select the device, but the screen stays black.
What might cause this issue? What settings can I check?
Windows 7
Java 7
ADT v22.3.0-887826
Samsung GT-P3113 - 7 inch tablet, Android 4.2.2.
The text was updated successfully, but these errors were encountered: