diff --git a/setup.bat b/setup.bat index 74edf28..5802efd 100644 --- a/setup.bat +++ b/setup.bat @@ -97,9 +97,13 @@ echo ^> 화면 상시 켜짐 설정 완료 "%ADB%" shell settings put system screen_brightness 255 %LOG% echo ^> 화면 밝기 최대 설정 완료 -:: 자동 화면 회전 비활성화 -"%ADB%" shell settings put system accelerometer_rotation 0 %LOG% -echo ^> 자동 회전 비활성화 완료 +:: 자동 화면 회전 활성화 (슬라이드쇼 화면 회전 대응) +"%ADB%" shell settings put system accelerometer_rotation 1 %LOG% +echo ^> 자동 회전 활성화 완료 + +:: 내비게이션/상태바 활성화 (Synology Photos 슬라이드쇼가 자체 전체화면 처리) +"%ADB%" shell settings put global policy_control null %LOG% +echo ^> 시스템 UI 활성화 완료 :: 터치/키 사운드 비활성화 "%ADB%" shell settings put system sound_effects_enabled 0 %LOG%