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
-
-
This post is deleted! -
This post is deleted! -
@MrT10001 @MrT10001 Hello, I found my mistake. To copy files from my Android phone to my PC using ADB, I need to execute the adb pull command directly in my PC's terminal, without accessing the ADB shell on my phone. For example, to copy the Music folder from my phone to the Music folder on my PC, I should use the following command in the terminal with a simple USB connection to the phone:
Code
adb pull /home/phablet/Music /home/(Your PC)/MusicIf it can help someone copy hidden system files, it works too.