-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device is busy error #8
Comments
I 've also tried the same process on a family member's Samsung Galaxy A40 updated with latest stock ROM device and got the same error. Getting the list of latest installed packages worked fine again. |
Same on Pixel 4 and Ubuntu 20.04. Changed this: mvt/mvt/android/modules/adb/base.py Lines 64 to 65 in 065a62c
To: except (USBErrorBusy, USBErrorAccess) as e:
log.critical(f"Device is busy, maybe run `adb kill-server` and try again. {e}") It reports:
So at least in my case, it's not access error. |
I had similar problem, and I had to make sure that ADB server daemon is not running on background. |
In my case, it was because Android Studio was open. |
I am testing mvt on my laptop and I am getting the following error:
I think adb is working ok, because afterwards I can run a complex command such as:
and it works ok.
I 've also tried
but I got the error again.
I am running this on Fedora Silverblue 34 with the latest platform-tools 31.0.2 provided from Google.
My phone is a Le eco le pro 3 (zl1) running Lineage OS 18.1 with Gapps and Magisk.
The text was updated successfully, but these errors were encountered: