FsClock Android
Version 1.12.2
シンプルな全画面時計スクリーンセーバー
このアプリは好きですか?いずれかの App Store でアプリ内購入 (高度な設定のロックを解除する) を購入するか、Github スポンサーシップを通じて設定ロック解除コードを取得することで、開発をサポートすることを検討してください。
オープンソースは「言論の自由」としての自由を意味しますが、「無料ビール」としての意味ではありません。一見するとそうは見えないかもしれませんが、この「小さな」時計アプリでさえ、さまざまな Android バージョンやデバイスの癖と、自動テキスト サイズ調整および DreamService 実装 (FireTV!! !)。
FireOS 7.x まででのみ動作します。 FireOS 8 以降では、現在カスタム スクリーンセーバーを設定することはできないようです。
Amazon FireOS (FireTV デバイス上) では現在、システム スクリーンセーバーを別の (サードパーティ) アプリに変更することを正式に許可していません。 Amazon のこの決定を誰も理解していませんが、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