Android 11 / 12 이상 부터 불편한
카메라 무음 설정 / 그린 닷 없애는 방법
준비사항
1 ADB 다운로드
2 OEM 드라이버 다운로드
3 휴대폰 - 진동 or 무음모드 설정
설정하기
1 개발자 모드 활성화 하기 - 설정 - 휴대전화 정보 - 소프트웨어 정보 - 빌드번호 연타
2 개발자 옵션 - USB 디버깅 활성화
3 PC와 USB 연결하기
4 시작 - 실행 (Win + R) - CMD 입력
5 다운받은 adb 폴더로 가서 명령어 실행
카메라 (mic) 사용 시 - 소리 및 green dot
우선 아래 명령어로 장치가 잘 연결 되었는지 체크 후 명령어 순차적 실행
adb devices
카메라 무음
adb shell settings put system csc_pref_camera_forced_shuttersound_key 0
카메라 그린 닷 제거
adb shell cmd device_config put privacy camera_mic_icons_enabled false default
adb shell cmd device_config put privacy location_indicators_enabled false default
관련 링크
https://developer.samsung.com/android-usb-driver
http://bigota.d.miui.com/tools/xiaomi_usb_driver.rar
https://developer.android.com/studio
Download Android Studio and SDK tools | Android Developers
The official IDE for Android app developers.
developer.android.com