[Q] How Good are the speakers? - Huawei Ideos X5 U8800

Just wanted to ask if the speakers were actually decent on this phone, like whether they're loud but not distorted and if the sound quality is high
Coz i listen to music quite alot without using headphones (dont like the things in my ears )
Thanks if you can answer this for me

I found the quality good and the sound loud even with stock player,no pitch sound etc.

Pulseuser said:
Just wanted to ask if the speakers were actually decent on this phone, like whether they're loud but not distorted and if the sound quality is high
Coz i listen to music quite alot without using headphones (dont like the things in my ears )
Thanks if you can answer this for me
Click to expand...
Click to collapse
The back speaker is very good and loud, with bass, and no trace of distortion. The phone spekaer is a little above average.

Thanks guys, that helped alot, im not too fussed about the speakers for calling anyway. The ones on my current phone arent too good anyway, so i doubt the ones on this phone will be much worse
Thankyouuu

Speakers are good quality and loud.. plus I found a hack in this forum to make them louder.. so, it's all good

The speaker on the back of the phone is really good and has some little bass on it too. No distortion and clean sound.

Tcm9669 said:
Speakers are good quality and loud.. plus I found a hack in this forum to make them louder.. so, it's all good
Click to expand...
Click to collapse
please tell me about the hack for volume as my in call volume is very bad and lags after a minute in conversation.
thanks in advace

jacktackle said:
please tell me about the hack for volume as my in call volume is very bad and lags after a minute in conversation.
thanks in advace
Click to expand...
Click to collapse
I think its hardware related couse some peoples like me had it(phone went for replacement)while some others dont, so i dont think you can change it.

flipmodegr said:
I think its hardware related couse some peoples like me had it(phone went for replacement)while some others dont, so i dont think you can change it.
Click to expand...
Click to collapse
Anyone can change it. There is a file /system/etc/hwVolumeFactor.cfg which contains 2 values, 1 for the speaker and 1 for the headphones. Increasing the number 5-10 points will make it significantly louder, but I probably wouldn't go any higher than that.

Poulsen8r said:
Anyone can change it. There is a file /system/etc/hwVolumeFactor.cfg which contains 2 values, 1 for the speaker and 1 for the headphones. Increasing the number 5-10 points will make it significantly louder, but I probably wouldn't go any higher than that.
Click to expand...
Click to collapse
I have tried this but the file is read-only. How can we change to writable?

GolfCranK said:
I have tried this but the file is read-only. How can we change to writable?
Click to expand...
Click to collapse
Open CMD:
Code:
adb shell
su
mount -o remount,rw /dev/block/mmcblkp12 /system
exit
exit
adb pull /system/etc/hwVolumeFactor.cfg C:\
Edit the file with notepad then:
Code:
cd C:\
adb shell
cd /system/etc/
mv hwVolumeFactor.cfg hwVolumeFactor.bak
exit
exit
adb push hwVolumeFactor.cfg /system/etc/
mount -o remount,ro /dev/block/mmcblkp12 /system
reboot
That should do the trick . I think hehe .

Thanks but thats all Greek to me. I wouldn't know where to start. Is this input into a windows pc attached to the phone? Or is it linux? Never done anything like this before. Is there an easier way for the it challenged like me?

GolfCranK said:
Thanks but thats all Greek to me. I wouldn't know where to start. Is this input into a windows pc attached to the phone? Or is it linux? Never done anything like this before. Is there an easier way for the it challenged like me?
Click to expand...
Click to collapse
If you're on windows:
First enable debugging on your phone:
Go to Settings>Applications>Development and select debugging mode
Then:
I have written a quick batch file do do everything for you. Just run Volume.bat after you unpack the zip. If there are any errors in the window that pops up, please tell me. The script works fine for me. It will say "Press any key to continue" and when you press enter the phone will reboot. If you want to make it louder I can provide a new script to do so (I'm a batch noob so can't deal with inputs). Once the phone has rebooted there won be any 'visible' differences but the volume will go much louder.

can this make louder the speaker we use for calls? (i mean the front)
because the rear speaker it is very good for me but the front is very poor for me and i "try" to hear the others...
//obviously not a huge problem but i'm used at higher volume...

Poulsen8r said:
Anyone can change it. There is a file /system/etc/hwVolumeFactor.cfg which contains 2 values, 1 for the speaker and 1 for the headphones. Increasing the number 5-10 points will make it significantly louder, but I probably wouldn't go any higher than that.
Click to expand...
Click to collapse
Well i can confirm its hardware related couse my replacement came today and everyone can hear me perfect(called 5 diferent peoples),no pitch sound or low voice volume , so its defective microphone.

Related

[cyanogen 4.04] incall volume very loud

is anyone else having the issue where the in call volume through the handset is loud, even at the lowest volume? im not getting much of a difference between lowest and highest volume setting.
ok, i just updated to 4.1.2.1 and the volume is a bit better, but the lowest setting is still louder than i remember.
Common issue.
Be sure to report any issues you might find suitable for the "bug" title on his website.
http://www.cyanogenmod.com
Always be sure to follow up with any finds or strange occurrences for the masses there.
ive found the massive collection of audio problems, going to try and work with the person to build up files for each network:
http://code.google.com/p/cyanogenmod/issues/detail?id=225
reignzone, do you think you can possibly pull the audio files from the tmobile network?
Here's an alternative.
kchau said:
ive found the massive collection of audio problems, going to try and work with the person to build up files for each network:
http://code.google.com/p/cyanogenmod/issues/detail?id=225
reignzone, do you think you can possibly pull the audio files from the tmobile network?
Click to expand...
Click to collapse
I could push you my MEDIA folder...which consists of the audio notifications from the HTC Hero. Unless of course you were referring to AUDIO as in sound quality signals from the network itself? I doubt very much that I'm capable of doing that. Even if I provided a dump for someone...typically that type of information or settings rather, it's a developers primary goal.
Just be patient. Cyanogen says he's running Google 1.6 as of earlier this evening. He will be releasing an update to the masses THIS WEEKEND for sure. That ROM is fully cooked when he drops it. Trust me.
i might have found the solution.
in /system/etc the AudioPara4.csv file found in cyanogen's rom's are for the Dream, i was able to find a dump of the stock tmobile rom (credit goes to whoever did this, i closed the tab so i dont know exactly who you are) and the file i got is for the sapphire, its just a simple case of replace files.
i looked over and i found some differences in the earcuple and handsfree section of the file. if anyone needs these files i can make them available the instructions are as follows:
put Sapphare AudioPara4.csv into /sdcard/snd
su
mkdir /sdcard/bak
cd /system/etc
busybox cp AudioPara4.csv /sdcard/bak
cd /sdcard/snd
busybox cp AudioPara4.csv /system/etc
i did notice a slight difference in the volume.
dont forget to reboot.
now you can do louder volume hacks without affecting the volume of the earpiece, if you know what you are doing.

Volume hack possible?

I know on some other Android phone's (e.g. G1 http://androidcommunity.com/forums/f4/volume-increase-hack-found-18107/), a software modification has allowed for much higher volume.
Not sure if actually increases the speaker volume as well, or just through headphones?
+1 for the speaker!
Agree! The speaker is WAY too low!!!
/CK
+1 here too
It would be nice, the speaker is crazy quiet.
i wonder wot the reason was for them to keep it at that level of sound and is way to queit
Or it possible use the front speaker for avi/video/streaming?
Sent from my Desire HD using XDA App
It seems everyone has the low volume speakers.
I noticed that Angry Birds seems to be a little bit louder than other things.
Anyway, I highly urge everyone that thinks this is a problem to give this feedback to the HTC customer support. Obviously this is the only way to get an official fix for this quicker, if at all.
Wonder if the speaker can handle a increase in max volume.
Anyway, aren't there hidden service menus on the Desire HD that can be triggered with a phone code? In the service menus of a phone there are always some nice parameters to tweak.
I tried some general codes, but none of them seems to work (except the *#*#INFO#*#* of course, but that's a general hidden android menu... even works on the emulator)
until we get access to the rom via Bootloader, there is no general tweak we can do.
However, just for music, try PowerAmp from the market. It has a great pre-amp setting to boost the volume (be careful not to blow your speakers though)
We want increasement in the general speaker volume... Not just music
/CK
saquib said:
I know on some other Android phone's (e.g. G1 http://androidcommunity.com/forums/f4/volume-increase-hack-found-18107/), a software modification has allowed for much higher volume.
Not sure if actually increases the speaker volume as well, or just through headphones?
Click to expand...
Click to collapse
You can do that, but you will need a script to do that at every launch, since /system write is not permanent.
Furthermore, after each time you adb push the files, you need to restart mediaserver in order pull in the new settings.
Last but not least, you will need to modify the DHD audiopara, since the G2 might not work well.
To make the long story short... SPAM HTC's EMAIL!!
WE DIDNT BUY THA F*CKING PHONE FOR THIS ISSUES ...
And they thought they could fool us ... with their Dolby and SRS enhancements!
Disguzting!!
worse comes to worse ill rip this open and find a replacement speaker, i cant even hear it ring in my pocket and im missing calls
who knows said:
worse comes to worse ill rip this open and find a replacement speaker, i cant even hear it ring in my pocket and im missing calls
Click to expand...
Click to collapse
I experienced the same, missing calls because the damn volume is just too low!
Also, when you use the speakers when having a phone call, you can't even hear the person unless you're in an absolutely quiet room... The same goes for music, youtube, navigation..... Anything!!!??!?
YumYumHD said:
I experienced the same, missing calls because the damn volume is just too low!
Also, when you use the speakers when having a phone call, you can't even hear the person unless you're in an absolutely quiet room... The same goes for music, youtube, navigation..... Anything!!!??!?
Click to expand...
Click to collapse
I returned mine because of the low speaker volume. I was missing 99% of calls because I couldn't hear the phone ringing. In my business I just can't afford to miss calls. As I sold my normal desire to get this phone I had to buy an Orange San Francisco to use till something else comes along.
I was playing with a friend's Nokia N8 & have to say the speaker quality & loundness is outstanding on it. Also used as a phone its much better than the DHD. Shame the OS is a bit dodgy.
speaker
I am not sure if you are speaking about speakers of DHD in general or just about external. Well, Ive sent back my DHD to Vodafone because call speaker was so useless that I could not even hear other person when I had TV on. Hopefully it was just one bad piece but its apparent that HTC fcked up DHD with poor quality speakers in general. I am waiting for my phone replacement and even when I know that it would be hard to say DHD goodbye I am afraid Ill have to if speaker quality will be that bad again
http://www.bel.fi/~alankila/android-dsp/
Why don't we use this... compile libaudioflinger and DSP Manager, in which we can set presets (you can +10 every channel of sound, so it comes out 10x louder).
Good luck compiling... I couldn't find an example
http://github.com/CyanogenMod/android_frameworks_base <-- libaudioflinger is in /libs/ (yes it's default in Cyanogenmod)
http://github.com/CyanogenMod/android_packages_apps_DSPManager DSP Manager android application, yes everyone should be able to compile this one

Increase headphone volume

Hi guys,
I was testing a bluetooth headphone and noticed the volume quite low even on the highest setting the headphone could give.
Is there a way to increase the volume the phone provides over a bluetooth connection with those secret codes?
I was trying this method but the code doesn't work at all:
Samsung Focus Audio Level ChangesIncrease Speaker Volume
1- Go to the dialer of your phone and access diagnostic mode by dialing ##634# or start the Diagnosis app by clicking it from your app menu.
2- Input *#0002*28345# to get to the Audio menu.
3- See the last option named “Device Gain (max/min)”... Hit the “Get” option next to it.
4- Now from among the 3 fields: in the second one enter 1600 and in the third field enter 0.
6- Hit “Set”.
7- Tap “Start” button at the bottom of the app.
8- Exit Diagnosis by clicking the windows home button then restart your phone.
Increase Headphone Volume
1- First and foremost make sure that your headphones are attached to your phone, as the fix won’t work otherwise.
2- Go to the dialer of your phone and access diagnostic mode by dialing ##634# or start the Diagnosis app by clicking it from your app menu.
3- Input *#0002*28345# in the diagnosis screen.
4- Navigate to “Device Gain (max/min)” and hit the "Get" button next to it.
5- In the 3 fields, enter these values respectively 5, 1100 and –1100 (some people use 1500 in second field but I think it is too high)
6- Hit "Set".
7- on the next line below change the AUDIENCE.CFG to "on".
8- Tap on the "Start" button at the bottom of the app.
9- Exit Diagnosis by clicking the windows home button then restart your phone.
NOTE:
By the way I tried a few other codes I found on the internet and nothing so far :/
Mephisto_POA said:
By the way I tried a few other codes I found on the internet and nothing so far :/
Click to expand...
Click to collapse
i have tried everything and i ended up using audioboost from play store , its a little rough around the edges but it gives it a good boost
In the Stock Music Player:Settings > Equalizer > Custom > Move the Levers all the way up,all of them.
or use voodoo louder, Its a paid app (99p) and works well (Needs kernel support, So check before buying)
Do they add distortion? Increasing the boost in the equalizer won't affect the quality ?
azzledazzle said:
or use voodoo louder, Its a paid app (99p) and works well (Needs kernel support, So check before buying)
Click to expand...
Click to collapse
Does voodoo really work when using bluetooth headphones? I think it only works or if the headphones are plugged into the 3.5 mm jack. But maybe I'm wrong because I don't use bluetooth headphones.
Sent from my Galaxy Note running ICS
oh i have no idea i dont use them either I know it works with the phone speaker and wired headphones tho !
Im using Voodoo Louder now, seemed to increase the volume of my phone when I'm plugged to the wired headset.
According to google play voodoo only supports the 3.5 mm jack, no bluetooth and also not the speaker.
Sent from my Galaxy Note running ICS
Ok so i bought the N7000 and i am genuinely dissapointed by the volume level in headphones. Coming from iphone 3g everything is top notch except for the volume level. I am on stock Samsung ICS 4.0.3 and even the videos are not loud enough. iphone 3g which is like 3 yrs old had an awesome loudness level and quality. Anyway to increase this?
Honestly are you people deaf? At least you must be hearing impaired. When I turn up the volume to the maximum it hurts my ears. It's by no means convenient anymore. I don't want to insult anybody but I am really wondering how someone can claim the sound through the headphones is not loud enough. Maybe your source is not loud enough because like I said, I cannot listen to my mp3 files at the highest level, it hurts. So here are my propositions: Either check your source (sound files) or buy voodoo louder.
Sent from my Galaxy Note running ICS
altae said:
Honestly are you people deaf? At least you must be hearing impaired. When I turn up the volume to the maximum it hurts my ears. It's by no means convenient anymore. I don't want to insult anybody but I am really wondering how someone can claim the sound through the headphones is not loud enough. Maybe your source is not loud enough because like I said, I cannot listen to my mp3 files at the highest level, it hurts. So here are my propositions: Either check your source (sound files) or buy voodoo louder.
Sent from my Galaxy Note running ICS
Click to expand...
Click to collapse
Have to agree with altae there, although I use in ears which are notably louder than cans or over ears. If it really bothers you try paranoid which has quite major amp settings so you can max way beyond stock.
Sent from my GT-N7000 using xda premium
I listen to music with the lowest volume and it still hurts my ears.
lakame said:
I listen to music with the lowest volume and it still hurts my ears.
Click to expand...
Click to collapse
Perhaps you need to change your choice of music:laugh::silly:
I need a fix that works with stock ics. Dont want to root. And yes the NOTE is not loud enough. Like it or not. Htc has higher loudness too.
Poweramp offers slight volume boost... Just checking, have you tried adjusting the music volume in settings?
Sent from my GT-N7000 using xda premium
THUDUK said:
Perhaps you need to change your choice of music:laugh::silly:
Click to expand...
Click to collapse
I listen to jpop.
Nothing strange there.
Though the speaker is not loud enough.. I don't understand the complains 'bout the headphones.
I can agree on that, the speaker isn't that good. But I bought it as a phone and not a ghetto blaster so I don't really care.
Sent from my Galaxy Note running ICS
ok so judging by the replies i think i should root and use voodoo loud. Does it really crank up the volume high?

Which file and string do i need to edit to boost headphone volume ?

I have edited few xml files but usually i get nothing, once i got just a beeping noise.
If you guys know what to do please help me, thank you!!
veljo323 said:
I have edited few xml files but usually i get nothing, once i got just a beeping noise.
If you guys know what to do please help me, thank you!!
Click to expand...
Click to collapse
System/etc/audio then search for mixer there will pop up 15 files one of them is it... unfortunately i don't know which of them because I'm not tried it on this phone...
(If you find which it is and edit dont forget to restart afterwards otherwise it won't work)
I suggest getting Viper4Android installed if you can.
It includes a Xtra Loud option that boosts the volume.
Schlengge said:
I suggest getting Viper4Android installed if you can.
It includes a Xtra Loud option that boosts the volume.
Click to expand...
Click to collapse
That's only phone speaker which is in my opinion loud enough, im looking for headphone output.
veljo323 said:
That's only phone speaker which is in my opinion loud enough, im looking for headphone output.
Click to expand...
Click to collapse
This is also possible with Viper.
For example by activating certain Convolvers. You can find suitable ones here on XDA (http://forum.xda-developers.com/showthread.php?t=2216193).
Just remember to activate Expert UI settings in Viper to display all the options.

[A2017G] Bottom speaker louder than top speaker

STILL NOT FIXED
I have rooted and unlocked my Axon 7 (A2017G) and edited the mixer_paths.xml file to make the audio output louder.
But there's a little problem (and I don't know if it's because of the mixer paths edit, I don't think so)
My top speaker sounds a lot more dull than my bottom speaker. My bottom speakers seem to be louder too.
How to check this? And are there more people experiencing this?
Thanks in advance.
Did not do anything to my A2017G, but I find that my top speaker is louder and "sparks" when near at full volume
nigelnkj said:
Did not do anything to my A2017G, but I find that my top speaker is louder and "sparks" when near at full volume
Click to expand...
Click to collapse
Some say it's dust, but I don't know how. I haven't called with this phone much.
Bump. It's everywhere. Even on LineageOS, bottom speaker is almost twice as loud :/ It can't be dust.
BUMP
This problem is getting on my nerves. The bottom speaker is twice as loud and crispy as the top speaker, which sounds dull.
Anyone else had this and possibly fixed it?
Two questions
Did you try to reset your phone and test the speakers again?
Is there the same problem on YouTube and mp3 music files?
SilentEYE said:
Two questions
Did you try to reset your phone and test the speakers again?
Is there the same problem on YouTube and mp3 music files?
Click to expand...
Click to collapse
1. Yes I switched between roms to test modems and other stuff for ZTE.
2. Ofcourse. It's obviously the same on every output.
I guess it's just a hardware fault, but I thought maybe someone would have fix (clean it or something?)
Then I would say that this is an hardware problem indeed.
Having the same issue here, thought that other ROM will provide the fix but still zilch. Rooting the phone only meant the void of guarantee so not really good move there either.
I read somewhere online that usually bottom speaker is the one to go out first and that global version has the speakers a lot different then American and Chinese version). Any other possible fixes before replacing it? And where to find the replacement too?
Update: it should be software related since the sound in earphones has the same problem - only inverted. Which means there should be a tweak in binary or something?
I'm willing to pay to whoever makes this problem disappear. I'm beyond the point of helplessness here...
Fixed!
Fixed the issue finally! ??
Go to:
- settings
- advanced settings
- accessibility
- mono speaker output.
For the last trick to work, just try to disable it, then enable it and restart the device. Disable it again when device rebooted. Worked as a charm for me! So I'll be saving me some money ???
oFFgotoFF said:
Fixed the issue finally!
Go to:
- settings
- advanced settings
- accessibility
- mono speaker output.
For the last trick to work, just try to disable it, then enable it and restart the device. Disable it again when device rebooted. Worked as a charm for me! So I'll be saving me some money
Click to expand...
Click to collapse
Omg! This problem was bugging me since day 1, but could not find any solution to this... But I've tried what you said and it works wonders! Can't believe I can now finally listen to music the way it was intented, since having a speaker with lower volume on a stereo setup is very annoying. Thank you very much for sharing the solution with us!
Andrew-X said:
Omg! This problem was bugging me since day 1, but could not find any solution to this... But I've tried what you said and it works wonders! Can't believe I can now finally listen to music the way it was intented, since having a speaker with lower volume on a stereo setup is very annoying. Thank you very much for sharing the solution with us!
Click to expand...
Click to collapse
You're welcome buddy, I can imagine your happiness and that smile is thanks enough. Cheers.

Categories

Resources