adb pull out of service
-
Hello, I have a problem since my last update. I can no longer use the adb pull command; it returns this error to me:adb: error: failed to get feature set: no devices/emulators found.Do you have any idea to help ? Please
-
@_Joao_
The command adb devices does not detect my device... -
@_Joao_ Try the usual things of changing USB ports, cables and update fastboot and ADB too. It is working on mine.
-
@MrT10001 Hello Mr. T10001, I don't think it's the USB cable because my computer recognizes the phone and I can navigate through the phone's directories... My Debian system tells me that I am on the latest version of Fastboot and ADB when I try to update... What versions are installed on your system, please ?
adb version
Android Debug Bridge version 1.0.41
Version 29.0.6-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
sudo apt install --only-upgrade android-tools-adb
android-tools-adb est déjà la version la plus récente (1:8.1.0+r23-5)fastboot --version
fastboot version 29.0.6-debian
Installed as /usr/lib/android-sdk/platform-tools/fastboot
sudo apt install --only-upgrade android-tools-fastboot
android-tools-fastboot est déjà la version la plus récente (1:8.1.0+r23-5). -
@_Joao_ I am running it on Windows 11 mainly as my Ubuntu machines are in bits at the moment (yes 3 systems getting old and one just conked out). On this system I have Android Studio installed and keep it up to date which I assume you can do on Debian as you can on Ubuntu.
-
@MrT10001 Yes, there is a Flatpak, but it is a non-free software, which I am trying to avoid on my system
-
-
@MrT10001 Thank you for the link and for your help. I will think about all of this before I dive in, as we will soon be upgrading to Debian 13 with fresh packages, which might possibly resolve the issue...