:cowboy:hei everyone,
I have found the method to solve the earphone problem, it was at the framework-res.apk.
i use apktool to open it,
and found that at
framework-res\res\values\bools.xml
a bool key "config_safe_media_volume_enabled" should be "false" but got "true";
in aex rom's github, i...