본문 바로가기

보안/모바일

루팅 없이 안드로이드 카메라 소리 없애기

 

 

폰과 컴퓨터를 연결한후 

 

cmd 창에 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

 

 

마지막에 숫자는 bool값으로 0 아니면 1 로 통제를 하는것 같다 

반응형