FsClock Android
Version 1.12.2
简单的全屏时钟屏幕保护程序
你喜欢这个应用程序吗?请考虑通过在应用商店之一购买应用内购买(解锁高级设置)或通过 Github 赞助获取设置解锁代码来支持开发。
开源意味着自由,如“言论自由”,但不同于“免费啤酒”。乍一看,它可能看起来不像,但即使是这个“小”时钟应用程序也需要花费大量时间来维护,因为不同 Android 版本和设备的怪癖以及自动文本大小调整和 DreamService 实现(FireTV! !)。
仅适用于 FireOS 7.x。在 FireOS 8 及更高版本上,目前似乎不再可以设置自定义屏幕保护程序。
Amazon FireOS(在 FireTV 设备上)目前官方不允许将系统屏幕保护程序更改为其他(第 3 方)应用程序。虽然没有人理解亚马逊做出的这一决定,但使用 Android 开发人员工具可以实现一种解决方法,该工具适用于 FireOS 7。如果没有这种解决方法,时钟仍然可以像普通应用程序一样在 FireTV 设备上启动。
在 FireTV 上启用调试。
所有详细信息(包括如何在计算机上安装 ADB)均在此处描述。
执行以下命令:
# execute this command to set this app as screensaver
# please note: after that, the FireTV settings app still shows the Amazon screensaver, but the underlying Android system will now start the clock instead
adb shell settings put secure screensaver_components systems.sieber.fsclock/systems.sieber.fsclock.FullscreenDream
# if you want to restore the Amazon default screen saver, execute the following command
adb shell settings put secure screensaver_components com.amazon.ftv.screensaver/.app.services.ScreensaverService