Skip to content
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

Skip onboarding for secondary users #204

Open
Nephiel opened this issue Feb 19, 2024 · 0 comments
Open

Skip onboarding for secondary users #204

Nephiel opened this issue Feb 19, 2024 · 0 comments

Comments

@Nephiel
Copy link

Nephiel commented Feb 19, 2024

Android has a Multiple Users feature allowing additional user profiles for the same device. However, Developer Options are always disabled for secondary user profiles, only the main (owner) profile can enable and use them.

For the owner profile, setting up RootlessJamesDSP using ADB and USB debugging works as expected. Once the permissions are granted through ADB commands and the onboarding is complete, Developer Options can be disabled, and RootlessJamesDSP still seems to be working fine after reboots.

For secondary users, though, there is currently no way to get past the onboarding activity. While USB debugging is enabled for the owner profile, ADB shell also works for the secondary profiles. But the in-app onboarding only sees that Developer Options is not enabled for the current user, and refuses to proceed.

So, could the onboarding be skipped for those cases (like it already is for root setups)? As long as the required permissions are granted, even if Developer Options is disabled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant