You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This discussion was converted from issue #571 on January 21, 2026 13:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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/.ScreenSaverServiceadb shell dumpsys deviceidle whitelist +com.immichframe.immichframeadb shell cmd appops set com.immichframe.immichframe RUN_IN_BACKGROUND allowadb shell cmd appops set com.immichframe.immichframe WAKE_LOCK allowadb shell cmd appops set com.immichframe.immichframe APP_AUTO_START allowBeta Was this translation helpful? Give feedback.
All reactions