MasterDevX

Results 28 comments of MasterDevX

> so I wish u can add x86 binary Hey, nice idea, maybe I will some time later :+1:

Try restarting adb server (```adb kill-server; adb start-server```). If it won't work, try to revoke ADB authentications in developer settings. And if this also will give no result, try reinstalling...

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

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...

@randomt4sk Okay, my telepathic abilities say that you came here from XDA :grin: So I've read this thread on XDA about this TV Stick and I think there might be...

@randomt4sk Hmm, looks like you just don't have this binary. Let's find another way. Do you have dpkg installed there?

@randomt4sk Then try to execute this: ```dpkg --print-architecture```

@randomt4sk Most likely that's because of armv7l, I have one device with the same CPU architecture, so I'm gonna check if ADB works there. I'll write back soon :)

@randomt4sk Hmm, worked pretty well on my armv7l. Try running ADB without wrapper script. To do so, type: ```$PREFIX/bin/adb.bin``` And tell if you're getting the same error.

Currently I have no idea, why are you getting this error, sorry. I'll write here if I find any solution.