linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] increase mic volume? low sound volume on linphone m


From: Jeremie Juste
Subject: Re: [Linphone-users] increase mic volume? low sound volume on linphone mobile
Date: Thu, 02 Mar 2017 22:33:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Jeremie Juste <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]