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

Problem with background service on Android #66

Open
michael23505 opened this issue Dec 28, 2024 · 2 comments
Open

Problem with background service on Android #66

michael23505 opened this issue Dec 28, 2024 · 2 comments

Comments

@michael23505
Copy link

Got a message that there may be a bug in the background service, but haven't been able to reproduce. Sideband on android does not stay active in the background. It stops after a few minutes of inactivity. Using several different phones and android version 14.

@markqvist
Copy link
Owner

This could be due to power management killing the background process (even though it asks the OS nicely to be kept awake).

Have you excluded it from battery optimisations and/or allowed unrestricted background activity for the app? The settings UI for this varies a bit from vendor to vendor, but should be relatively straightforward to find.

Just a side-note. On Android versions where the API allows it, Sideband will request user permission to run unrestricted in the background on the first start, but if your particular version of Android does not support that, you will need to do it manually.

@michael23505
Copy link
Author

After some more testing, i've only gotten that message once or twice, but everything seems to be working properly. Thanks.

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

2 participants