안드로이드 14 이상에서 구형 앱 강제 설치
> adb install --bypass-low-target-sdk-block FILENAME.apk
갤럭시 기본 카메라 셔터음
> adb shell settings put system csc_pref_camera_forced_shuttersound_key 값
(0: off, 1: on)
갤럭시 소프트웨어 업데이트(OTA) 끄기
> adb shell pm disable-user com.wssyncmldm
주사율 설정 값 설정
> adb shell settings put system min_refresh_rate 값 (최소 주사율)
> adb shell settings put system peak_refresh_rate 값 (최대 주사율)
주사율 설정 값 불러오기
> adb shell settings get system min_refresh_rate (최소 주사율)
> adb shell settings get system peak_refresh_rate (최대 주사율)
주사율 설정 값 삭제
> adb shell settings delete system min_refresh_rate (최소 주사율)
> adb shell settings delete system peak_refresh_rate (최대 주사율)
화면 모드 설정(자연스러운 화면 설정 필수)
> adb shell settings put system screen_mode_setting 값
(0: AMOLED 영화, 1: AMOLED 사진, 2: 기본, 3: 자연스러운 화면, 4: 선명한 화면)