-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
Google Chromecast is fine using the adb command line from documentation.
TCL Tv's put an app to sleep as soon you used another app, unless is white listed by the system and screen saver for immich frame failed to launch.
The solution I found:
adb shell settings put secure screensaver_components \
com.immichframe.immichframe/.ScreenSaverService
adb shell dumpsys deviceidle whitelist +com.immichframe.immichframe
adb shell cmd appops set com.immichframe.immichframe RUN_IN_BACKGROUND allow
adb shell cmd appops set com.immichframe.immichframe WAKE_LOCK allow
adb shell cmd appops set com.immichframe.immichframe APP_AUTO_START allow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels