My laptop has Ubuntu 14.04 as OS. I installed latest version of "android-adb-tools" available in "Synaptic Package Manager". After installation, adb
command --help
says that adb
's version is 1.0.31.
I used adb sideload
to install a new ROM on my Samsung device (with TWRP version 2.8.4.0 as recovery), but command returns error: protocol fault (no status)
and TWRP says that I have to use adb
with version 1.0.32 or higher! Where i could find "android-adb-tools" package with adb
version of 1.0.32 or higher?
/usr/bin
. Just put the file somewhere new. Make a/bin
folder in your home directory. Add it to your path if you want this version of adb to be chosen automatically. – Drew Dormann May 24 '15 at 00:52