-
안드로이드 카메라 셔터음 없애는 adb 명령어자유글 2024. 2. 1. 09:38반응형
안드로이드에서 카메라 셔터음을 나지 않게 하기 위해서 쓰는 adb 명령어 입니다.
진동 무음 모드일때 아래의 명령어를 입력하면 셔터음이 나지 않습니다.
adb shell settings put system csc_pref_camera_forced_shuttersound_key 0
원래대로 복구하려면 아래의 명령어를 입력하면 됩니다.
adb shell settings put system csc_pref_camera_forced_shuttersound_key 1
반응형'자유글' 카테고리의 다른 글
Modile Cross Platform Structure (0) 2022.11.08 macOS에서 Homebrew로 java 설치하기 (0) 2022.09.03 박종천 개발자님 영상 (0) 2022.08.02 맥 zsh 에서 bash_profile 적용이 안될때 (0) 2022.01.21 cpu는 어떻게 작동할까? (with .bRd 3D) (0) 2021.07.31 여의도 애플스토어 - 맥북 수리기 (0) 2021.05.03 Github Codespaces 베타 출시 (0) 2020.05.08 Wanted New Start Package 후기 (0) 2020.02.16