FsClock Android
Version 1.12.2
간단한 전체 화면 시계 화면 보호기
이 앱이 마음에 드시나요? App Store 중 한 곳에서 인앱 구매(고급 설정 잠금 해제)를 구매하거나 Github 후원을 통해 설정 잠금 해제 코드를 받아 개발을 지원해 보세요.
오픈 소스는 "표현의 자유"와 같은 자유를 의미하지만 "무료 맥주"와는 다릅니다. 언뜻 보기에는 그렇게 보이지 않을 수도 있지만, 이 "작은" 시계 앱조차도 자동 텍스트 크기 조정 및 DreamService 구현(FireTV!! !).
FireOS 7.x까지만 작동합니다. FireOS 8 이상에서는 현재 더 이상 사용자 정의 화면 보호기를 설정할 수 없는 것 같습니다.
Amazon FireOS(FireTV 장치)는 현재 시스템 화면 보호기를 다른(타사) 앱으로 변경하는 것을 공식적으로 허용하지 않습니다. Amazon이 내린 이 결정을 아무도 이해하지 못하지만, FireOS 7까지 작동하는 Android 개발자 도구를 사용하여 가능한 해결 방법이 있습니다. 이 해결 방법이 없어도 일반 앱처럼 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