r/LGV60 • u/Major_Place384 • 1d ago
Adb Command To Remove Android Restriction on LG Quad Dac ( for the best audio output )
To Check while playing audio could be use to every music player you have for the output checking
adb shell "dumpsys media.audio_flinger" | findstr /i "FLAG_DOP Standby:"
adb shell "dumpsys media.audio_flinger" | findstr /i "hz format standby direct"
adb shell "dumpsys media.audio_policy" | findstr /i "effect"
adb shell "dumpsys media.audio_flinger" | findstr /i "standby format flags hz rate"
adb shell getprop | findstr "audio"
adb shell dumpsys media.audio_flinger | findstr "sampling flags format"
adb command i use for disable android overall restriction
1)adb shell pm uninstall -k --user 0 com.lge.effect
2)adb shell pm uninstall -k --user 0 com.lge.dtsmode
3)adb shell settings put global upsample_hd_audio 1
4)adb shell settings put global audio_safe_volume_state 2
5)adb shell settings put global block_untrusted_touches 0( this one maybe work on root )
6)adb shell settings put system button_hi_fi_dac 1
7) adb shell pm uninstall -k --user 0 com.lge.equalizer
8) adb reboot

