Related
I dropped my phones while skiing and some snow must have got in because now, when making or receiving calls, I can not hear the other side and they can't hear me unless I use speakerphone.
No media sounds play any more, however the phone notifications and alarm still work. I understand that perhaps the media speaker has broken but why is the microphone still working only in speakerphone mode?
Is there an independent microphone/speaker set for speakerphone?
There is nothing else wrong with the phone.
[EDIT] Another side effect is that the Google voice search was not working.
Install this: https://market.android.com/details?id=com.seb.audiotoggle
I think it will actually solve your problem. It did for me when the exact same problems started to bother me today after skiing as well!
You need to start it at every boot as it don't stick between reboots. Consider using a startup manager.
The problem seems to be a mix of hardware and software in the headphone jack, but I have not examined it much yet.
Thanks for the reply. The app you suggest should be very useful and I will download it anyway. However, this to say that the phone had fixed itself this morning.
I put the phone on charge overnight, and this morning, it asked for my sim unlock code, which I thought was very strange! But I entered the code that I had received from my network provider and now everything is working as it should.
It was probably something do with the remaining water inside the phone or possibly the cold temperatures.
Good to know! Maybe my phone fixes itself during the night as well
Still working?
Has the issue remained fixed for you? I ask because I have the same thing - the symptoms are that I can't hear anyone and they can't hear me, all media sounds are off, and the phone can't hear me.
I ran Tasker to monitor things, and the phone keeps thinking I plugged in headphones (with a mic), so that explains all the behavior. Running the headphone toggle app works temporarily - sometimes only a few seconds.
After doing a factory reset, sound would still come and go. With my Nandroid backup back on, same thing. I want to return it, and so I put everything back to stock, and noticed that now the bootloader is locked again, the issue is gone (for now).
I just wanted to keep the discussion going because I can't even tell if it's hardware related or not, and other people probably have this problem, and it takes some snooping to realize it's the headphone connector (vs sound settings, speaker issues, etc.). It could be a short (my guess) but now that it's working today I can't return it as the tech would probably claim nothing's wrong. I also already used up the one return my stupid carrier allows, so I'd rather fix it myself if it's software-related, instead of sending it out for repair.
I still have this problem, even after cleaning the headphone plug. My guess is that this is a hardware problem affecting only a few. It makes the phone pretty much useless, as you can't hear the other part talking, so I made myself a software fix that resets the sound routing the the default speaker on every boot and incoming and outgoing call. I guess I can share the apk-file if anyone is interested.
Give it a try: ----
Can release source if you are interested, but I am currently in a car getting ready for a ski weekend
I am also having this problem with my Galaxy Nexus. I would be interested in seeing the source, if you are still up for releasing it.
VingInMedina said:
I am also having this problem with my Galaxy Nexus. I would be interested in seeing the source, if you are still up for releasing it.
Click to expand...
Click to collapse
See attachment for source, I also added a compiled apk file in the zip-file. You can open the project in Eclipse if you want.
Thanks for posting the source. I was able to work with it fine.
I've replaced my Nexus with a new one under warranty. Hopefully this one won't have the same problem.
Melhouse said:
See attachment for source, I also added a compiled apk file in the zip-file. You can open the project in Eclipse if you want.
Click to expand...
Click to collapse
Worked for me. Still hoping that Negri will replace my phone though.
Melhouse said:
I still have this problem, even after cleaning the headphone plug. My guess is that this is a hardware problem affecting only a few. It makes the phone pretty much useless, as you can't hear the other part talking, so I made myself a software fix that resets the sound routing the the default speaker on every boot and incoming and outgoing call. I guess I can share the apk-file if anyone is interested.
Can release source if you are interested, but I am currently in a car getting ready for a ski weekend
Click to expand...
Click to collapse
Thanks for releasing this! It works great!
I was going out of my mind trying to figure out what was going on. I was unlocked, rooted in stock 4.02 when this started to happen. I thought it was bad signal quality because i only noticed it when I stopped being able to make calls and use voice dialer. I only listen to music with a headset, so never even noticed that it wasn't working with the speaker til I tried to play a youtube video.
I actually upgraded to stock 4.04 with new FA2 radios and thought I had cured it, only to have it happen again. When I read this I tried resetting all my notification sounds (Handcent, et al) hoping somewhere there was a conflict, but still couldn't find it. I'm using NOVA launcher - wonder if there's something in there?
Anyhow, I gave up since your audiojack.apk works great! Someday when I have time I'll go back to troubleshooting to see where the problem is coming from.
Thanks again!
Works temporarily
Melhouse said:
See attachment for source, I also added a compiled apk file in the zip-file. You can open the project in Eclipse if you want.
Click to expand...
Click to collapse
This worked, but the OS will eventually think the headphone is plugged in again and I have to press the "Force Speaker phone" button again. I wonder if there is an event that is fired every time the OS thinks the headphones were plugged in? If so, that event can be captured and code could look to see if the headphones are turned off by the user and ignore the event.
Wired Headphone Routing Fix
Melhouse said:
See attachment for source, I also added a compiled apk file in the zip-file. You can open the project in Eclipse if you want.
Click to expand...
Click to collapse
If you want the same routing fix as audiojack but have it done automatically in a service try this.
There is an issue with a lot of Galaxy Nexus where the OS thinks the headphone is being plugged in and unplugged on its own. Try this free application to resolve it:
Search Google Play for Wired Headphone Routing Fix
The birth of SoundAbout...............................
dmwoods said:
If you want the same routing fix as audiojack but have it done automatically in a service try this.
There is an issue with a lot of Galaxy Nexus where the OS thinks the headphone is being plugged in and unplugged on its own. Try this free application to resolve it:
Search Google Play for Wired Headphone Routing Fix
Click to expand...
Click to collapse
Nice! What events do you listen for?
I have another problem. When i'm in a call and i swich to speakers the person i speak can't here me...if i switch back he can here me again. I don't know what is the problem i don't think that are two microfhones one for speakers mode and one for normal mode...Maybe a software problem but i wipe and flash another rom and kernel i tryed 2 or 3 roms and kernel and i have the same issue. Now i'm on AOKP B32 with Franco Kernel 135. Anyone have this problem?
android.intent.action.HEADSET_PLUG
Melhouse said:
Nice! What events do you listen for?
Click to expand...
Click to collapse
android.intent.action.HEADSET_PLUG
6jaipur6 said:
I have another problem. When i'm in a call and i swich to speakers the person i speak can't here me...if i switch back he can here me again. I don't know what is the problem i don't think that are two microfhones one for speakers mode and one for normal mode...Maybe a software problem but i wipe and flash another rom and kernel i tryed 2 or 3 roms and kernel and i have the same issue. Now i'm on AOKP B32 with Franco Kernel 135. Anyone have this problem?
Click to expand...
Click to collapse
I am having the exact problem that you are. I am running a different ROM though, but the same issue.
ddub1 said:
I am having the exact problem that you are. I am running a different ROM though, but the same issue.
Click to expand...
Click to collapse
Have you solve your problem?
can't install the audiojack.apk because I'm still on Android 4.0.2 and min SKD is 15, could anybody port it to sdk 14?
Melhouse said:
See attachment for source, I also added a compiled apk file in the zip-file. You can open the project in Eclipse if you want.
Click to expand...
Click to collapse
Worked for me on Verizon GN. Verizon already has a replacement on the way... guess I should've done more extensive searching for a fix first!
Spoke too soon. Seems as though the screen doesn't shut off while I am on a call. Guess I'll give the replacement a try after all.
My problem is, Using BT-Headsets is not possible: I can connect them and use them, but the connection seems to be bad and it´s not possible to really use it.
Is there any fix on Lollipop 5.1.1 vor Z1C?
Edit: solved. Installed an app "Xperia Bluetooth Media Fix".
Can be found in Google Play store.
Edit: unsolved: Seems I just had a lucky day yesterday. Today I´m facing the bluetooth problems again.
mtkt said:
My problem is, Using BT-Headsets is not possible: I can connect them and use them, but the connection seems to be bad and it´s not possible to really use it.
Is there any fix on Lollipop 5.1.1 vor Z1C?
Click to expand...
Click to collapse
You told me your problem is solved, would you please edit your Thread as solved?
Sent from my D5503 using xda premium
He posted an EDIT at the bottom of the post
I am having the exact same problem, and that terrible fix they posted on google play is a pointless joke. I have a pair of blueant pumps that work just fine with my old xperia play, I actually upgraded the Z1 compact to lollipop hoping it would fix the intermittent audio cutting-out issue. NOPE! the fix loads your Bluetooth, then kills it then loads the fix every damned time you boot your headphones, they couldn't be bothered to post a hotfix to the rom or a rom with the fix built into it? and it still doesn't fix the intermittent issues of the sound going out if I stick the phone in my khaki pants- yes super thin and it still cuts out- or even simply holding the phone by its bottom half it makes the sound cut out- perhaps my hands must be magical? or made of lead?absolutely unbearable to try and listen with BT I assume the bt module is some new type that is really weak=cheap or perhaps a newer incompatible version?.
so has no one else encountered this issue? I have searched for days with no answer other than the solution to dump this phone.
-The story -
So I bought my mi mix 2 off swappa used and it was pretty much mint condition. When I received it it was on latest miui 11 global locked bootloader no root.. All worked fine for about three weeks. I ended up buying windows 10, again, which made me throw up a lil in my mouth. I did this so that I could use the mi unlock tool to unlock my bootloader. The java Linux tool no longer works to unlock if you use Linux so rn kinda forced to buy Windows. So I unlocked bootloader and then installed twrp and made a backup like I do with every phone since Android began. I then flashed HAVOC 3.1 using latest twrp recovery. I quickly realized my speaker decided to stop working in the earpiece soon after that. I ran some tests using apps and the earpiece speaker works, but NOT in a call. :crying:
-The problem I'm having in detail-
When I make a call to anyone they can hear me but I can hear NOTHING at all. Not low volume, but no sound whatsoever. If I switch to speaker phone however I can hear them and they can hear me fine. The top speaker that doesn't work during calls works when I tested it but refuses to work while on any call.
So naturally I Google searched the world for a few days hoping to find a fix. Then I thought maybe it was my recovery, maybe it was firmware I used, maybe it's a rom bug...etc...etc... I never proved it to be any of the things I thought it could be. I've installed other roms and I get the same thing with them. I've tried other firmware and same deal. I've disabled encryption, used magisk and not used magisk... Anyway, you get the picture.
Would anyone happen to know something I can do to fix this? I read some people touch up where top speaker is during a call ..That didn't work. ? I did 29 reboots and that did nothing. I checked the ear piece and cleaned what I could and that did nothing. I've wiped several different ways and used orange fox recovery and twrp different versions of both and that did nothing.
Please someone who's smart chime in and tell me I'm dumb and all I have to do is xyz and I can hear again from the earpiece on calls. Can it be a defective speaker? If so why does the speaker work fine on anything but NOT when making a call? Can it still be a defective speaker?
I did read TONS of reports of sound issues on Xiaomi devices across the board. That didn't make me smile much.. Anyway any advice or thoughts or anything would sure be extremely helpful and I'd forever be grateful. I hope you all have a good day and your speaker never acts stupid like mine is on my phone.
flash713 said:
-The story -
So I bought my mi mix 2 off swappa used and it was pretty much mint condition. When I received it it was on latest miui 11 global locked bootloader no root.. All worked fine for about three weeks. I ended up buying windows 10, again, which made me throw up a lil in my mouth. I did this so that I could use the mi unlock tool to unlock my bootloader. The java Linux tool no longer works to unlock if you use Linux so rn kinda forced to buy Windows. So I unlocked bootloader and then installed twrp and made a backup like I do with every phone since Android began. I then flashed HAVOC 3.1 using latest twrp recovery. I quickly realized my speaker decided to stop working in the earpiece soon after that. I ran some tests using apps and the earpiece speaker works, but NOT in a call. :crying:
-The problem I'm having in detail-
When I make a call to anyone they can hear me but I can hear NOTHING at all. Not low volume, but no sound whatsoever. If I switch to speaker phone however I can hear them and they can hear me fine. The top speaker that doesn't work during calls works when I tested it but refuses to work while on any call.
So naturally I Google searched the world for a few days hoping to find a fix. Then I thought maybe it was my recovery, maybe it was firmware I used, maybe it's a rom bug...etc...etc... I never proved it to be any of the things I thought it could be. I've installed other roms and I get the same thing with them. I've tried other firmware and same deal. I've disabled encryption, used magisk and not used magisk... Anyway, you get the picture.
Would anyone happen to know something I can do to fix this? I read some people touch up where top speaker is during a call ..That didn't work. I did 29 reboots and that did nothing. I checked the ear piece and cleaned what I could and that did nothing. I've wiped several different ways and used orange fox recovery and twrp different versions of both and that did nothing.
Please someone who's smart chime in and tell me I'm dumb and all I have to do is xyz and I can hear again from the earpiece on calls. Can it be a defective speaker? If so why does the speaker work fine on anything but NOT when making a call? Can it still be a defective speaker?
I did read TONS of reports of sound issues on Xiaomi devices across the board. That didn't make me smile much.. Anyway any advice or thoughts or anything would sure be extremely helpful and I'd forever be grateful. I hope you all have a good day and your speaker never acts stupid like mine is on my phone.
Click to expand...
Click to collapse
Try the latest version of Havoc 3.0, not 3.1. my device also has an unspeakable error on the call of messenger with most of the android 10 rom, i can hear the voice of the other side, but they can't hear me, after trying a lot of android 10 rom, i found only havoc os 3.0 is not making that error. Though it's not your fault, I think you should try it.
quan2032 said:
Try the latest version of Havoc 3.0, not 3.1. my device also has an unspeakable error on the call of messenger with most of the android 10 rom, i can hear the voice of the other side, but they can't hear me, after trying a lot of android 10 rom, i found only havoc os 3.0 is not making that error. Though it's not your fault, I think you should try it.
Click to expand...
Click to collapse
Mine is I can't hear them but they can bear me. What the hell is going on. Hahaha! If all else fails I'm going to get a new top receiver speaker put in at a shop close by. It does appear that many Xiaomi devices have had sound issues and have had speakers replaced. If you search on YouTube Xiaomi no sound on call or speaker replacement you'll see MANY videos on "how to." Quite a few videos specifically for mi mix 2. They should let us upgrade at least to the mix 2s for free.
I'll try 3.0 havoc but I've flashed around on Android 10 and 9 and problem hasn't gone away. Still zero sound on my end on calls but all speakers work doing anything else. Appreciate the recommendation. Thanks for commenting. Later today's ill flash 3.0 and see what's up. Then I may pull a few kernels from other roms and switch em out with whatever I'm on and see if I can't get something going that way.
I will also post a log of me on the phone talking and maybe someone can see something that's wrong... Hope so anyway..
flash713 said:
-The story -
So I bought my mi mix 2 off swappa used and it was pretty much mint condition. When I received it it was on latest miui 11 global locked bootloader no root.. All worked fine for about three weeks. I ended up buying windows 10, again, which made me throw up a lil in my mouth. I did this so that I could use the mi unlock tool to unlock my bootloader. The java Linux tool no longer works to unlock if you use Linux so rn kinda forced to buy Windows. So I unlocked bootloader and then installed twrp and made a backup like I do with every phone since Android began. I then flashed HAVOC 3.1 using latest twrp recovery. I quickly realized my speaker decided to stop working in the earpiece soon after that. I ran some tests using apps and the earpiece speaker works, but NOT in a call. :crying:
-The problem I'm having in detail-
When I make a call to anyone they can hear me but I can hear NOTHING at all. Not low volume, but no sound whatsoever. If I switch to speaker phone however I can hear them and they can hear me fine. The top speaker that doesn't work during calls works when I tested it but refuses to work while on any call.
So naturally I Google searched the world for a few days hoping to find a fix. Then I thought maybe it was my recovery, maybe it was firmware I used, maybe it's a rom bug...etc...etc... I never proved it to be any of the things I thought it could be. I've installed other roms and I get the same thing with them. I've tried other firmware and same deal. I've disabled encryption, used magisk and not used magisk... Anyway, you get the picture.
Would anyone happen to know something I can do to fix this? I read some people touch up where top speaker is during a call ..That didn't work. I did 29 reboots and that did nothing. I checked the ear piece and cleaned what I could and that did nothing. I've wiped several different ways and used orange fox recovery and twrp different versions of both and that did nothing.
Please someone who's smart chime in and tell me I'm dumb and all I have to do is xyz and I can hear again from the earpiece on calls. Can it be a defective speaker? If so why does the speaker work fine on anything but NOT when making a call? Can it still be a defective speaker?
I did read TONS of reports of sound issues on Xiaomi devices across the board. That didn't make me smile much.. Anyway any advice or thoughts or anything would sure be extremely helpful and I'd forever be grateful. I hope you all have a good day and your speaker never acts stupid like mine is on my phone.
Click to expand...
Click to collapse
Clearing the phone app cache data help me to overcome this but this problem in 3.1 occurs more often..
Sinchanwa said:
Clearing the phone app cache data help me to overcome this but this problem in 3.1 occurs more often..
Click to expand...
Click to collapse
Appreciate you commenting and man do I wish it was the phone app cache. I have to get a speaker replacement. Going to look into it tomorrow and get an estimates. I love my phone! Hope they don't try and tell me some insane cost for it and I sure hope that it gets fixed right. I'm going to a top rated place to get it fixed so fingers crossed. [emoji51]
Sent from my Ocean using XDA-Developers Legacy app
flash713 said:
Appreciate you commenting and man do I wish it was the phone app cache. I have to get a speaker replacement. Going to look into it tomorrow and get an estimates. I love my phone! Hope they don't try and tell me some insane cost for it and I sure hope that it gets fixed right. I'm going to a top rated place to get it fixed so fingers crossed. [emoji51]
Sent from my Ocean using XDA-Developers Legacy app
Click to expand...
Click to collapse
Hey there just want to know is your problem solved?
Sinchanwa said:
Hey there just want to know is your problem solved?
Click to expand...
Click to collapse
Not yet. What's up?
I flashed Bootleggers 5.0 about 12 hours ago and setup NanoDroid for the first time on this device. Super cool!!
Sent from my chiron using XDA-Developers Legacy app
flash713 said:
Not yet. What's up?
I flashed Bootleggers 5.0 about 12 hours ago and setup NanoDroid for the first time on this device. Super cool!!
Sent from my chiron using XDA-Developers Legacy app
Click to expand...
Click to collapse
Fine buddy..
So just for info i clean flashed havoc 3.1 and every thing is rocking if want to return on havoc plz clean flash it..:good::victory:
Sinchanwa said:
Fine buddy..
So just for info i clean flashed havoc 3.1 and every thing is rocking if want to return on havoc plz clean flash it..:good::victory:
Click to expand...
Click to collapse
I never thought that my sound issue was related to havoc in any way I am almost positive its a broken speaker. Looks as though that type of thing happens often on this device and other xiaomi devices. Google search receiver speaker replacement really fast and watch how many things show up about it. Its all over. I'm going to get a replacement. Using my moto g7 power rn as my main phone so I can have conversations and hear on my end. I always clean flash everything I flash. I never fail to wipe data, system, cache, delik cache on any install.
I have the same problem after installing Havoc 3.1. I tried updating the firmware...and rolling back the firmware to 9.5.16 to no avail
flash713 said:
-The story -
So I bought my mi mix 2 off swappa used and it was pretty much mint condition. When I received it it was on latest miui 11 global locked bootloader no root.. All worked fine for about three weeks. I ended up buying windows 10, again, which made me throw up a lil in my mouth. I did this so that I could use the mi unlock tool to unlock my bootloader. The java Linux tool no longer works to unlock if you use Linux so rn kinda forced to buy Windows. So I unlocked bootloader and then installed twrp and made a backup like I do with every phone since Android began. I then flashed HAVOC 3.1 using latest twrp recovery. I quickly realized my speaker decided to stop working in the earpiece soon after that. I ran some tests using apps and the earpiece speaker works, but NOT in a call. :crying:
-The problem I'm having in detail-
When I make a call to anyone they can hear me but I can hear NOTHING at all. Not low volume, but no sound whatsoever. If I switch to speaker phone however I can hear them and they can hear me fine. The top speaker that doesn't work during calls works when I tested it but refuses to work while on any call.
So naturally I Google searched the world for a few days hoping to find a fix. Then I thought maybe it was my recovery, maybe it was firmware I used, maybe it's a rom bug...etc...etc... I never proved it to be any of the things I thought it could be. I've installed other roms and I get the same thing with them. I've tried other firmware and same deal. I've disabled encryption, used magisk and not used magisk... Anyway, you get the picture.
Would anyone happen to know something I can do to fix this? I read some people touch up where top speaker is during a call ..That didn't work. I did 29 reboots and that did nothing. I checked the ear piece and cleaned what I could and that did nothing. I've wiped several different ways and used orange fox recovery and twrp different versions of both and that did nothing.
Please someone who's smart chime in and tell me I'm dumb and all I have to do is xyz and I can hear again from the earpiece on calls. Can it be a defective speaker? If so why does the speaker work fine on anything but NOT when making a call? Can it still be a defective speaker?
I did read TONS of reports of sound issues on Xiaomi devices across the board. That didn't make me smile much.. Anyway any advice or thoughts or anything would sure be extremely helpful and I'd forever be grateful. I hope you all have a good day and your speaker never acts stupid like mine is on my phone.
Click to expand...
Click to collapse
r_nally said:
I have the same problem after installing Havoc 3.1. I tried updating the firmware...and rolling back the firmware to 9.5.16 to no avail
Click to expand...
Click to collapse
This is just too strange. So maybe my issue does have something to do with installing Havoc 3.1. That was the first rom I flashed after I unlocked my bootloader and speaker worked fine on latest MIUI Global rom before... I wonder if it's possible to break a speaker due to a rom installation? I've never heard of that before. I thought surely it was just the rom and was a bug or a firmware problem. I flashed all kinda firmwares afterwards in latest twrp and also sideloaded a few to see if maybe something wasn't right with recovery and like you say it did not change anything at all. I still get zero sound on my receiver speaker while on a call.
I'm going to try a few more things and see if it does anything. If I find a fix or something that allows me to hear anything at all out of my end on receiver speaker I'll most definitely add it here in a post and to the op. Seems like there would be more people than us if it had something to do with Havoc... Idk. Appreciate your information. I hope we can get this fixed soon. I never even hardly used my phone when the speaker worked. ? I bought it used off swappa and about two weeks later unlocked and flashed Havoc and no sound during calls on my end.
Did you flash magisk also? Maybe that caused the problem...
I'm using Google phone but have also tried the stock Android phone as well as a couple of different versions of firmware. If no solution emerges I'm going to disassemble the phone and see if the earpiece has lost connection
r_nally said:
Did you flash magisk also? Maybe that caused the problem...
I'm using Google phone but have also tried the stock Android phone as well as a couple of different versions of firmware. If no solution emerges I'm going to disassemble the phone and see if the earpiece has lost connection
Click to expand...
Click to collapse
I used an app off Google play store to test speakers and my receiver speaker works but refuses to work during a call on my end. It did have sound come through loud and clear when I ran the tests I did when it first happened. I've flashed using magisk stable, canary, formatted data, used different firmwares, everything know to mankind and searched around and tried several things online and nothing. I've been trying to boot the Android 10 GSIs to see if that makes any difference but have had no luck using the same vendor and boot everyone used on pie GSIs so I snatched some from different roms and still no luck on GSIs that are Android 10. Lemme find link to test all i used and I'll return and post a link. Brb
Sent from my OnePlus5 using XDA Labs
You should add your findings to the havoc thread...if there are 2 people with the exact same problem maybe the developers will take notice and investigate
r_nally said:
You should add your findings to the havoc thread...if there are 2 people with the exact same problem maybe the developers will take notice and investigate
Click to expand...
Click to collapse
I doubt it and I did make a post there a while back about it. There are many others there ok that thread who reported sound issues and I wanted to confirm what for sure caused it before I put the blame all on a rom... The speakers on this device have had issues MANY times based on all the reports i read all over the internet. But if I can confirm exactly what it is I'll dang sure be very open about it online and let the world know in hopes that if it was something I did maybe someone else won't and I can somehow prevent it. But I did make a post there when it occurred. Search my username on the thread and you'll see it.
When you set a ringtone does sound come from your top speaker? On my device it does. Just curious. See if you can hear any sound selecting different ringtones. ?
Sent from my Mi MIX 2 using XDA Labs
I did find some info about pixel users who had this problem, in that case the problem was caused by file association issues with the phone app and Google play services. Some people were able to fix by removing the permissions of Google play services. I tried this approach but many of the permissions cannot be disabled
r_nally said:
I did find some info about pixel users who had this problem, in that case the problem was caused by file association issues with the phone app and Google play services. Some people were able to fix by removing the permissions of Google play services. I tried this approach but many of the permissions cannot be disabled
Click to expand...
Click to collapse
I'm going to clean flash now after I do a backup and I'll install havoc and NanoDroid which eliminates Googles hold on all our devices. Once I get all setup I'll run some tests and see if maybe this solves it.
NanoDroid: https://forum.xda-developers.com/showthread.php?t=3584928
[MODULE/SYSTEM] NanoDroid 22.5.1.20200102 (microG, pseudo-debloat, F-Droid + apps)
No difference
r_nally said:
I did find some info about pixel users who had this problem, in that case the problem was caused by file association issues with the phone app and Google play services. Some people were able to fix by removing the permissions of Google play services. I tried this approach but many of the permissions cannot be disabled
Click to expand...
Click to collapse
On my other device , Moto G7 Power see the 8th post here: https://forum.xda-developers.com/g7-power/development/rom-havoc-os-3-2-t4058987
This time I haven't had it occur on G7 Power but when I saw that guys post I had a flash back. :/
I suspect FW issue. Started not using top speaker after SW update. 10.0.6 When I receive a call and press the volume button, the 'earpiece' icon bar appear. I suspect the phone switch the sound to the 'earpiece' even if there is no earpiece. I even switched Bluetooth off, and still happens. The phone thinks there is a earpiece/headset connected even if there is none. I think Xiaomi Mi devs should post a solution or update. The issue is wide spread.
[edit 17Jul20]
OK, it happened again today. No sound from top speaker when making or receiving calls. Had to switch to speaker phone. Then I cleared the 'Contact and dialer' app cache memory. (And for good measure the other caller and dailer apps also. TOP SPEAKER CAME ALIVE AGAIN!! So I am pretty sure its a bug/memory issue.
What I did: Long press the dailer icon - tap on App info - press 'Clear data' icon and select to clear chache memory.
ToBadX2 said:
I suspect FW issue. Started not using top speaker after SW update. 10.0.6 When I receive a call and press the volume button, the 'earpiece' icon bar appear. I suspect the phone switch the sound to the 'earpiece' even if there is no earpiece. I even switched Bluetooth off, and still happens. The phone thinks there is a earpiece/headset connected even if there is none. I think Xiaomi Mi devs should post a solution or update. The issue is wide spread. - Christo
Click to expand...
Click to collapse
What's crazy is this happened on my device just after I wiped data, system cache and flashed HAVOC which was the first rom that I flashed when I got this device. And I flashed my firmware and it did nothing at all. I'm getting a another speaker from eBay this week. They're only like $3 US. Gonna replace it and see what happens. ?
Hi guys,
Im here to speak about my mi 10t who got some sound/mic issue.
Everything was working good but one day, the phone muted himself on stock Rom.
When i tried to use the tap recorder, the app said "verify if an app is using the microphone an try again."
I try to put a Custom rom on it but it's the same with Lineage Os.
Now, internal and external speaker stoped working. Microphone too.
the bluetooth connect well to a device but when i play a song, no sound happen.
Even on twitter or reddit, when i tried to play a video its say, Error to load the video.
When i tried to call someone, the app close immediately
I can only send sms and read them.
Please helps
Hello,
I have the same problem just like you 1 month now,tried everything , even install custom ROMS but the problem remains.
Did you drop your phone down? I cant remember that i did , but if i shake my 10T pro near my ears i can hear that something is moving inside my device.
The temporary fix that i had was to reboot many times my device and reopen it , clear the data from phone services , but couldnt find any permanent fix though.
Does anyone else has this?
glixbourkt said:
Hello,
I have the same problem just like you 1 month now,tried everything , even install custom ROMS but the problem remains.
Did you drop your phone down? I cant remember that i did , but if i shake my 10T pro near my ears i can hear that something is moving inside my device.
The temporary fix that i had was to reboot many times my device and reopen it , clear the data from phone services , but couldnt find any permanent fix though.
Does anyone else has this?
Click to expand...
Click to collapse
Hey!
I am running lineage and the problem is still there !
Ahah, a friend just remember me that i threw a whole beer on it during a party like 3 months ago..
I totaly forgot that and i think i was too drunk to remember.. unfortunately!
But the phone is like new and nothing is moving inside
Yes if i reboot/wipe data 363637x time it has a chance to work but the problem come back fast
I use a second phone where i put my sim on it and play with the mi10
It's sad because that 144hz screen is fkin good
And i still can't Say if it's a software or an hardware bug.
Because if i open the phone, change the internal/external speaker for nothing i will be a bit pissed
But still a good phone even muted aha
Shlagito said:
Hey!
I am running lineage and the problem is still there !
Ahah, a friend just remember me that i threw a whole beer on it during a party like 3 months ago..
I totaly forgot that and i think i was too drunk to remember.. unfortunately!
But the phone is like new and nothing is moving inside
Yes if i reboot/wipe data 363637x time it has a chance to work but the problem come back fast
I use a second phone where i put my sim on it and play with the mi10
It's sad because that 144hz screen is fkin good
And i still can't Say if it's a software or an hardware bug.
Because if i open the phone, change the internal/external speaker for nothing i will be a bit pissed
But still a good phone even muted aha
Click to expand...
Click to collapse
Hey,
Thanks for the answer.
I had a similar accident as well . My question though is what causes the sound issue. if i try to reboot/wipe this (which i dont want to wipe all my data every week ) there is a change also for me to work.
Do you have any idea how can i fix this ? should i give it to somebody who can open it for me as its a hardware issue?
I have the same problem, has anyone found the solution?
glixbourkt said:
Hello,
I have the same problem just like you 1 month now,tried everything , even install custom ROMS but the problem remains.
Did you drop your phone down? I cant remember that i did , but if i shake my 10T pro near my ears i can hear that something is moving inside my device.
The temporary fix that i had was to reboot many times my device and reopen it , clear the data from phone services , but couldnt find any permanent fix though.
Does anyone else has this?
Click to expand...
Click to collapse
Entirely unrelated to the issue, but just to calm some folks
The Mi 10T Pro model rattles because the camera has OIS (the camera module itself moves). This can also give a slight rattling effect when playing very loud music
Don't worry about it
Dobsgw said:
Entirely unrelated to the issue, but just to calm some folks
The Mi 10T Pro model rattles because the camera has OIS (the camera module itself moves). This can also give a slight rattling effect when playing very loud music
Don't worry about it
Click to expand...
Click to collapse
Yes i found it out as i opened myself the phone with no luck fixing it.
Its now somewhere collecting dust 3-4 months now. Cant fix it....
if anyone has any solution or any idea just let us know.
Lhpmira said:
I have the same problem, has anyone found the solution?
Click to expand...
Click to collapse
Try to open the phone x50 times and dont let it close again....This is the only way that i found out , but cant/ dont have the time to switch it off x50 times.
same problem here...
i've dropped my phone one time and after that, no sound at all.
the assistance shop said that all the components were good, but the problem remains
my last try was to flash the xiaomi stock rom, but no results
Had a similar issue.
Even multiple factory resets also didn't help.
However tried another sim and did a reset and it was working fine.
Now then after few days it again happened
Now this time I probably understood what was triggering the issue. I had paired my headphones(Bluedio Turbine) with both my laptop and phone. Using one at a time it was working fine. However if there's a call from both laptop and phone then the phone went into this state.
Again tried resetting multiple times. This time tried replacing the sim with a different sim. Different from the one in previous attempt and the sim change trick also did not work. Then tried again with the same sim which had fixed it earlier and it worked.
So in short these are the steps that helped me. Seems like only sim might have worked however don't know for sure.
Take proper backup of your data. Also this may or may not work for you.
Factory reset from settings.
Shutdown phone.
Press volume up and power button and hold them for some time till the phone starts up.
Use power button and volume key to wipe data.
I did this 3-4 however I think so it is t required.
Replace your sim with another sim. I had replaced my Airtel sim with a different Airtel sim and it worked for me. However replacing Airtel with jio did not help.
Start the phone.
Setup the phone.
Phone might start behaving fine.
CameraPhone123 said:
Had a similar issue.
Even multiple factory resets also didn't help.
However tried another sim and did a reset and it was working fine.
Now then after few days it again happened
Now this time I probably understood what was triggering the issue. I had paired my headphones(Bluedio Turbine) with both my laptop and phone. Using one at a time it was working fine. However if there's a call from both laptop and phone then the phone went into this state.
Again tried resetting multiple times. This time tried replacing the sim with a different sim. Different from the one in previous attempt and the sim change trick also did not work. Then tried again with the same sim which had fixed it earlier and it worked.
So in short these are the steps that helped me. Seems like only sim might have worked however don't know for sure.
Take proper backup of your data. Also this may or may not work for you.
Factory reset from settings.
Shutdown phone.
Press volume up and power button and hold them for some time till the phone starts up.
Use power button and volume key to wipe data.
I did this 3-4 however I think so it is t required.
Replace your sim with another sim. I had replaced my Airtel sim with a different Airtel sim and it worked for me. However replacing Airtel with jio did not help.
Start the phone.
Setup the phone.
Phone might start behaving fine.
Click to expand...
Click to collapse
Ignore this. This again happened after the last fix. Now again I can not use the mic. In CIT check if I try to test any of the mics, top or main the app crashes. Seems to be related to the mic. However don't understand how come event Bluetooth calls fail.
Another thing that I tried was putting the phone in refrigerator for around 10-15 mins. The phone was switched off before being put in the refrigerator. It generally works after that.
However it is generally good only till a restart.
Try at your own risk.
Must be something to do with the firmware only. And problem seem to be happening at the time of a reboot. Right at the time when MIUI logo appears during a reboot, if you dont hear the bootup sound, then the system audio wont work.
What fixes for me is multiple reboots until you hear the bootup sound. Most of the time, it takes just a couple of reboot. Max it has taken for me is 7.
Problem with loading of audio driver?!
Hi all,
Is there any update on that issue ? I still have that phone doing nothing at the moment. So i was wondering if there is any chance to use it.
I have the same problem.
Abdu55799 said:
I have the same problem.
Click to expand...
Click to collapse
New Mi10T Pro - No Sound at all
Brand new device. Flashed custom OS (Arrow OS and google pixel)- no sound at all. No Youtube sounds, no call sounds, no media sounds, even Bluetooth, even with headphones. Phone are silent absolutely. Please help. Thanks in advance, guys!
forum.xda-developers.com
you may find a solution there.
I still have the error
Still same problem here. I even updated to a custom rom, but no difference. Even sound via bluetooth does not work nor sound via USB.
Anyone has a theory how that could happen?
As the title suggests, recently my front camera button goes missing.. I have to delete app cache and restart the phone every single time for it work. After doing so it only works for a few hours and then reverts to the same issue. It also shows 'SHOULD_NOT_SHOW' under the video tab for the camera.. anyone else facing a similar issue? on the latest fw, on the global stock rom.
I have attached a picture.
rowdyruffbrick said:
As the title suggests, recently my front camera button goes missing.. I have to delete app cache and restart the phone every single time for it work. After doing so it only works for a few hours and then reverts to the same issue. It also shows 'SHOULD_NOT_SHOW' under the video tab for the camera.. anyone else facing a similar issue? on the latest fw, on the global stock rom.
I have attached a picture.
Click to expand...
Click to collapse
Hey
I had the same problem with My RogP6. It was a little funny, because i was trying on my own to factory reset phone twice, and reinstall manually system by downloaded form the Internet earlier, and none of this solutions wasn't sucess.
Finally when i gave up, i sent My phone on the guarranty to Asus service and in the conclusion they wrote that they "Updated firmware and drivers". It made my laughing but unexpected the issue was really gone and camera works fine now.
afl5314 said:
Hey
I had the same problem with My RogP6. It was a little funny, because i was trying on my own to factory reset phone twice, and reinstall manually system by downloaded form the Internet earlier, and none of this solutions wasn't sucess.
Finally when i gave up, i sent My phone on the guarranty to Asus service and in the conclusion they wrote that they "Updated firmware and drivers". It made my laughing but unexpected the issue was really gone and camera works fine now.
Click to expand...
Click to collapse
What?! So I have to return the phone to a service centre? Man... Is there a way to update the drivers or something by ourselves? It's really getting out of hand here.