FsClock Android
Version 1.12.2
簡單的全螢幕時鐘螢幕保護程式
你喜歡這個應用程式嗎?請考慮透過在應用程式商店之一購買應用程式內購買(解鎖高級設定)或透過 Github 贊助取得設定解鎖代碼來支持開發。
開源意味著自由,如“言論自由”,但不同於“免費啤酒”。乍一看,它可能看起來不像,但即使是這個“小”時鐘應用程式也需要花費大量時間來維護,因為不同 Android 版本和設備的怪癖以及自動文字大小調整和 DreamService 實作(FireTV!!) 。
僅適用於 FireOS 7.x。在 FireOS 8 及更高版本上,目前似乎不再可以設定自訂螢幕保護程式。
Amazon FireOS(在 FireTV 裝置上)目前官方不允許將系統螢幕保護程式變更為其他(第 3 方)應用程式。雖然沒有人理解亞馬遜做出的這一決定,但使用Android 開發人員工具可以實現一種解決方法,該工具適用於FireOS 7。上啟動。
在 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