Skip to content

TCL TV fix #571

@gpopesc

Description

@gpopesc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions