hudamalmsteen / csipsimple_test

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Speakerphone does not turn off in dev 12-26 with HTC Hero #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One HTC Hero (Telus) with dev version 12-26 and Android 1.5 the app uses the 
speakerphone for all outbound calls. The speaker light is green and even when I 
click it the speaker does not revert to earpiece.

Original issue reported on code.google.com by dcitele...@gmail.com on 1 Sep 2010 at 9:48

GoogleCodeExporter commented 9 years ago
Ok, probably a regression. (I have an idea of where it is).

I'll put an update soon so you can test a fix. I'll notify you on this thread 
when update is available.

Thx for the report !

Original comment by r3gis...@gmail.com on 2 Sep 2010 at 8:01

GoogleCodeExporter commented 9 years ago
I just tested dev-12-27-bis and the speaker phone is still on by default and 
can not be switched off. HTC Hero, Android 1.5

Original comment by dcitele...@gmail.com on 3 Sep 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Ok. I hoped it was just an issue of api routing.. but sounds worse. 
Well I fear that I know where is the issue.
Not so a good news since it means that something I did that improve a lot of 
things on nexus one and other devices, break other things on other devices. 
Audio api is a nightmare :(.
I'll try the other solution in next version. I'll keep you in touch when it 
will be done.
Again, thanks for tests.

Original comment by r3gis...@gmail.com on 3 Sep 2010 at 9:37

GoogleCodeExporter commented 9 years ago
Just downloaded 12-28 and speakerphone issue is still there. Also can not 
disconnect call anymore. HTC Hero Android 1.5. Let me know if you need 
additional info.

Original comment by dcitele...@gmail.com on 4 Sep 2010 at 12:38

GoogleCodeExporter commented 9 years ago
I'll test Wednesday on a HTC Hero 1.5 will be easier to make tests and get logs.
Besides, I'll probably change a little bit the way I switch from earpiece to 
speaker phone to ensure things to be done. I'll notify you on this thread when 
I'll get something to test.

Original comment by r3gis...@gmail.com on 4 Sep 2010 at 2:52

GoogleCodeExporter commented 9 years ago
Tested some more and I can disconnect calls after all. Turns out I had a 
conflict with something called "Borat soundboard". Removed it and disconnect 
works fine. Speakerphone issue remains.

Original comment by dcitele...@gmail.com on 4 Sep 2010 at 3:21

GoogleCodeExporter commented 9 years ago
I just rooted my Telus HTC Hero and upgraded to VillainRom12 (android 2.1). 
Csipsimple works great. No more speakerphone issues.

Original comment by dcitele...@gmail.com on 6 Sep 2010 at 1:36

GoogleCodeExporter commented 9 years ago
Ok.

BTW, tested today with a HTC hero 1.5, problem will be fixed in next release. 

There where a strange behavior... method setSpeakerphone(false) => turned on 
speakerphone and this device instead of turning it off (or at least doing 
nothing) (while routing method - which is deprecated but was the good way in 
1.5 was well working)

Original comment by r3gis...@gmail.com on 8 Sep 2010 at 8:47