-
Notifications
You must be signed in to change notification settings - Fork 28
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
server-start error due to multiple profiles #30
Comments
Thanks for the detailed info. |
dtmilano
added a commit
that referenced
this issue
Nov 12, 2024
Try it and let me know. |
Had the same issue, the commit 1a2079e fixes it 👍🏻 |
Great. Will merge to |
+1. The above commit fixes the issue for me too. Thanks for fixing it. |
dtmilano
added a commit
that referenced
this issue
Nov 18, 2024
server-start error due to multiple profiles #30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reopening issue #29
We should reopen the above issue which was closed as the author did not give details. I see the same issue because I have a work profile installed on my phone so I have multiple users. Doing a "pm list packages" tries to list all packages from all users and adb doesn't have permissions to the work profile.
The solution to this is to use the default user explicitly. This cannot be done in the adb daemon directly (atleast I don't know how).
The text was updated successfully, but these errors were encountered: