We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, when screen off, ping bing.com will fail.
ping bing.com
But I have root permission in both android and linux, why this will ever happen.
Can we solve this problem?
The text was updated successfully, but these errors were encountered:
My android version is 9
But I also found this issue in android 13
Sorry, something went wrong.
I temporarily solved this problem by using fakestandby apk:
https://github.com/JonasBernard/FakeStandby/releases/tag/v1.4.0
It will turn off the screen by using a black picture as background, so the screen will never be really turned off, and the network will always on.
#disable power savings from adb or terminal: dumpsys deviceidle disable
No branches or pull requests
For example, when screen off,
ping bing.com
will fail.But I have root permission in both android and linux, why this will ever happen.
Can we solve this problem?
The text was updated successfully, but these errors were encountered: