Open GoogleCodeExporter opened 9 years ago
May be same as Issue # 52
Original comment by iareh...@gmail.com
on 2 May 2011 at 9:51
this issue is still un-attended :(
Original comment by iareh...@gmail.com
on 7 May 2011 at 10:36
anyway sound recording is working. so it is not important.
Original comment by wkp...@gmail.com
on 7 May 2011 at 10:43
@wkpark... it is an important issue. It may be related to low mic sound in
voice chat. During a voice chat in nimbuzz, I have to hold my phone as
microphone keeping phone mic near mouth so that other can hear me....
Original comment by iareh...@gmail.com
on 7 May 2011 at 10:48
why don't you attach your logcat/dmesg ?
this issue is almost nothing for me without logcat or dmesg.
Original comment by wkp...@gmail.com
on 7 May 2011 at 10:51
Here is logcat
Original comment by iareh...@gmail.com
on 7 May 2011 at 11:13
Attachments:
@wkp... Any progress in this issue??? This is the only remaining issue i am
waiting to resolve........
Original comment by iareh...@gmail.com
on 31 May 2011 at 11:40
Is'nt this issue important to get attention of wkpark? Waiting for a long time
for this issue to be resolved :(
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 8:17
OpenEtna have same issue and it means that it is not easy to fix this bug.
http://code.google.com/p/openetna/issues/detail?id=460
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 8:22
oops! this issue is older then that :(
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 8:24
In official froyo... Sound is very loud and clear in videos. Can we get help
from that?
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 8:46
Ok. I see. the official firmware use "VOICE_RECORDER" device but GB use
"SPEAKER" device as input device, strange.
so I just add the missing device "VOICE_RECORDER" in to the "libaudio.so" src
with volume control and
set the right device as "VOICE_RECORDER".
now it works fine for me.
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 10:36
Attachments:
Thanks wkp for showing you concern. Tried attatched libaudio.so but sound is
still low. I used following commands.
adb shell
su
mount -o remount rw /system
cp /sdcard/libaudio.so /system/lib
plz guide
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 11:40
you have to restart your phone or adb shell killall mediaserver.
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 12:01
I restarted phone after copying file. Do I need killall command?? Can you
confirm the file is new one?? :)
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 12:04
you cant test like as following.
- try to record sound using the "Voice Recorder". it use the same input snd
device used by camera app.
- compare with the unmodified libaudio.so and the new one.
(you don't have to reboot. just 1) adb remount 2) adb push libaudio.so.old /system/lib/libaudio.so 3) adb shell killall mediaserver)
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 12:14
Both files are of exactly same size
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 12:28
Attachments:
yes. same size but different md5sum.
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 12:32
No improvement. Better upload new system and boot images containing all new
changes :)
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 12:41
I think you did not change the media volume.
you can change media volume with volume button when you are playing a sound
file.
I have two phone, one is Official firmware and other is GB2.3.5.
so I can compare the difference, trust me~
Original comment by wkp...@gmail.com
on 7 Sep 2011 at 12:54
I fully trust you. I have repeated procedure 5 times but results are same. May
be i am doing something wrong. To me, it is enough to know that bug is resolved
:)
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 1:26
Also media volume is full. I did it already
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 1:27
wow ... it seems this project is back to life ... thaaaaaaanx wpark :)
Original comment by Husam...@gmail.com
on 7 Sep 2011 at 4:58
hi husam... is new libaudio.so working fine for you??
Original comment by iareh...@gmail.com
on 7 Sep 2011 at 5:07
I have found that sound is a bit louder using new libaudio.so but it is still
quite low as compared to official froyo. Is there a parameter to adjust mic
volume? attaching both files recorded using old and new libaudio
Original comment by iareh...@gmail.com
on 8 Sep 2011 at 12:33
Attachments:
I did not mention about how much louder then old. yes. a little bit. somewhat
smaller then expected.
the quality of sound produced by the Voice Recorder (or Camera app) is lower
then expected.
so i think it is not a big problem now :)
I don't know how can i adjust mic volume now.
anyway I will check all other sound/fm-radio related issues with this issue.
Original comment by wkp...@gmail.com
on 8 Sep 2011 at 1:19
also another problem.
microphone volume is low also.
when i talk too another one i must speake louder than when i speak with another
cellphone, i think the volume of microphone must be upper than now
Original comment by ali.fara...@gmail.com
on 9 Sep 2011 at 9:56
hi all , hi iareh . the file is working , just do the following :
1-put the file libaudio.so in the folder containing your adb program on your
computre ( for me it is the c:\program files\android\android-sdk\tools )
if you use android sdk program and dont find adb files in (tools ) folder then
u have to download platform tools and u'll find adb files in it.
if you use another adb program just put the libaudio.so file in the same folder
2-connect the phone to the pc in debug mode
3- use this order to put the system folder in writable mode
adb shell mount -o remount rw /system
4- use this order to copy the new file from the pc to your phone :
adb push libaudio.so /system/lib
5- reboot your phone ..
i did it and it improved the sound volume very much for both voice recorder and camera.
thank you wkp
Original comment by elfe...@gmail.com
on 13 Sep 2011 at 5:38
Issue 185 has been merged into this issue.
Original comment by wkp...@gmail.com
on 13 Oct 2011 at 8:31
Original issue reported on code.google.com by
iareh...@gmail.com
on 2 May 2011 at 9:49