D

Disable noise suppression in Phone.apk

Kefir So., 04. Dezember, 2011 um 9:37 #1


LeoMar75 hat Folgendes geschrieben:
The right way to disable noise suppression is the following:

1)Decompile Phone.apk
2)Go to res/values/bools.xml
3)Change this line: [code:1]<bool name="has_in_call_noise_suppression">true</bool>[/code:1]

to false
4)Recompile the apk

Enjoy it!





Top