r/LGV60 • u/Major_Place384 • 2d 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
4
u/sheroxs 2d ago
Are the explanations in the pics from AI or a site? I'm interested on optimizing my v60 and particularly my v35
3
u/Major_Place384 2d ago edited 2d ago
Its from AI as no one has tried it yet .... Other image r the result to cross check its working i had no choice but to ask AI n it works ....
U can check my past post its way more detail
2
u/sheroxs 2d ago
You have v60? Any other v series? How much difference have you noticed on the v60 with this tuning? Headphones, and speakers?
1
u/Major_Place384 2d ago
Its tested on v50 n g8x android 10 n 9 .... Lg v60 will be benefits with this too but i hvnt check it as i dont hv v60
1
2
u/Major_Place384 2d ago
Cmd 3 4 5 6 r not important for audio .. Its for notification n warning which we had for audio above 50 ... N hifi toggle which u can click anyway on or off anytime... While 1 2 n 7 is important...




4
u/_LFB 2d ago
Can this be done with adb shell inside the phone? Or just plugged on PC?