Hello, I porting MIUIV4 on AOKP MILESTONE 6,and everythings works , only phave problem with call. I hear everything but caller dont hera me.
I work this in MIUIV4 but it is like in code (<bool name="send_mic_mute_to_AudioManager">true</bool>). How fix this problem.Thanks.
I work this in MIUIV4 but it is like in code (<bool name="send_mic_mute_to_AudioManager">true</bool>). How fix this problem.Thanks.
Code:
Disassemble Phone.apk and navigate to res/values/bools.xml to change:
Code:
<bool name="send_mic_mute_to_AudioManager">false</bool>
->
Code:
<bool name="send_mic_mute_to_AudioManager">true</bool>
