Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

ASM 2.5 OK / ASM 3.0 not OK #3

Open
spiff88 opened this issue Feb 7, 2014 · 2 comments
Open

ASM 2.5 OK / ASM 3.0 not OK #3

spiff88 opened this issue Feb 7, 2014 · 2 comments

Comments

@spiff88
Copy link

spiff88 commented Feb 7, 2014

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.

@oiaq
Copy link

oiaq commented Sep 5, 2014

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 :(

@asl97
Copy link

asl97 commented Feb 9, 2016

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants