Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adb server versión doest not match client #17

Open
tyoungIII opened this issue Apr 1, 2020 · 5 comments
Open

adb server versión doest not match client #17

tyoungIII opened this issue Apr 1, 2020 · 5 comments

Comments

@tyoungIII
Copy link

When running adb devices I received the error:
adb server version (31) doesn't match this client (39); killing.. error: could not install *smartsocket* listener: Address already in use adb server didn't ACK

Already tried: adb kill-server and adb start-server, restarted the device. Did not work.

@tyoungIII tyoungIII changed the title adb server versión doest not match adb server versión doest not match client Apr 1, 2020
@MasterDevX
Copy link
Owner

Hmm.. Try reinstalling ADB and check if it works.

@tyoungIII
Copy link
Author

Used the uninstall script and used the install script. No luck.

More about the device. Car multimedia video interface. Uses Allwinner quad-core T7 (arm)

@tyoungIII
Copy link
Author

Found out that the device has and in /sbin/adb-ec .

/sbin/adb-ec version
Android Debug Bridge version 1.0.31.5 -EC root

@tyoungIII tyoungIII reopened this Apr 3, 2020
@MasterDevX
Copy link
Owner

So I think there can be two possible causes of the problem. The first one - your ADB daemon version is not compatible with ADB server version. Second possible cause - you have some problems with PATH environment variable. Type in echo $PATH and post output here.

@tutacat
Copy link

tutacat commented Aug 19, 2020

Likely the device has outdated client, you would need to install am older adb server if there is no update for client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants