mrrfv / open-android-backup

Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
http://openandroidbackup.me/
GNU General Public License v3.0
674 stars 37 forks source link

cannot specify device #88

Open JessieBuchanan opened 8 months ago

JessieBuchanan commented 8 months ago

Device info

Manufacturer: ASUS Android version: 12 Custom ROM/rooted? no Model: ROG Phone 5

System info

Available disk space: 900gb Operating system: Windows 11


Describe the issue below. I may be doing something wrong, however everytime I run the script I get

adb: error: failed to get feature set: more than one device/emulator Exiting.

I can't seem to find any way to specify which device I want. when I run .\adb devices I get emulator 5562, and I kill it using taskkill, however everytime I run the script it makes this emulator start again as far as I can tell.

I'm probably doing something wrong, but if there's not a way to specify a device it would make a great addition.

mrrfv commented 8 months ago

Manually specifying devices isn't yet supported, so there must be only one device available to ADB. I assume you don't have multiple phones connected to your PC at the same time, correct? In that case, ensure you don't have any Android emulators or virtual devices open, and if that doesn't work - try backing up on a different device or OS install.