Termux-ADB icon indicating copy to clipboard operation
Termux-ADB copied to clipboard

adb server versión doest not match client

Open tyoungIII opened this issue 5 years ago • 5 comments

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 avatar Apr 01 '20 01:04 tyoungIII

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

MasterDevX avatar Apr 01 '20 09:04 MasterDevX

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 avatar Apr 02 '20 23:04 tyoungIII

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 avatar Apr 03 '20 00:04 tyoungIII

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.

MasterDevX avatar Apr 29 '20 09:04 MasterDevX

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

tutacat avatar Aug 19 '20 10:08 tutacat