카메라무음(adb) » 이력 » 개정판 2
개정판 1 (이태훈, 2025/12/26 00:28) → 개정판 2/3 (이태훈, 2025/12/26 00:28)
h1. 카메라무음(adb) h2. 1. adb 다운로드 URL : https://developer.android.com/tools/releases/platform-tools?hl=ko !clipboard-202512260923-nkhnr.png! !clipboard-202512260923-i8yah.png! ------------------------ h2. 2. adb로 셔터음 제거 1) 기기연결 <pre><code class="shell"> ```bash adb devices </code></pre> ``` 2) 셔터음 제거 <pre><code class="shell"> ```bash adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 </code></pre> ``` %{color:red}셔터음 제거 시 0, 항상 발생 1%