Jeremie Juste <[email protected]> writes: > Hello, >> Assuming this file exists in your smartphone, you could try to put >> these lines in the [sound] section of your .linphonerc >> >> mic_gain_db=6 >> playback_gain_db=6 >> >> (6 dB as an example) > > Many thanks for the suggestion. I found the file. > But I'm need to learn how to modify the file from my computer. > > Keeping you posted, > > Best, > > Jeremie
Hello, I have found and have modify the file on the phone. It's is a very inconvenient way to proceed and I haven't tested it yet. Hope I won't have to go back and forth too much. For those who want to follow this path # on debian terminal - install adb apt-get-install android-tools-adb - connect your device - > adb device ( > means enter the following command) On my device the .linphonerc file is located in the following directory /data/data/org.linphone/files/ and one need root privilege to access this file Therefore you need to need to make the adb deamon run in root mode first see http://android.stackexchange.com/questions/75510/adb-pull-data-fails#75555 - > adb root Then you can pull the file in the current directory and modify it as you wish - > adb pull /data/data/org.linphone/files/.linphonerc Then adb push .linphonerc /data/data/org.linphone/files/.linphonerc I really hope there is a simpler way of modifying it in the future. :-) I'll keep you posted about how thing is going. Best, Jeremie _______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
