alexchengalan / csipsimple

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

Vibrates when phone on silent mode #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put your phone on silent mode (just one step before vibration)
2. call your to your Droid phone with another phone

What is the expected output? What do you see instead?

The phone should just display the incoming call witouht vibrating

What version of the product are you using? On what operating system?

CSipSimple dev build for 0.00-12-07

Please provide any additional information below.

Original issue reported on code.google.com by cedricli...@gmail.com on 3 Aug 2010 at 10:47

GoogleCodeExporter commented 9 years ago
Ok, that's true I didn't notice this bug.
Thanks for the report !

Original comment by r3gis...@gmail.com on 3 Aug 2010 at 12:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In fact, yes Bob has already fixed a part of my mistakes with the silent mode 
(for the dialer). But it is not yet done for the incoming calls (ringer). 

Code to manage silent mode was already written but the code was commented it 
out because was easier for my tests (and maybe also because there were issues 
with the audio) :). 
So to fix it I have just two line to uncomment and it should be ok :)

Original comment by r3gis...@gmail.com on 3 Aug 2010 at 7:23

GoogleCodeExporter commented 9 years ago
Well, I am working on Ringer() now. I see your code but I am changing it as 
you'll see! There is a thread leak for the vibrateThread and a few others.  I 
hope you will like the results. 

Original comment by dc3de...@gmail.com on 4 Aug 2010 at 3:41

GoogleCodeExporter commented 9 years ago
See Issue 127.

Original comment by dc3de...@gmail.com on 4 Aug 2010 at 3:43

GoogleCodeExporter commented 9 years ago
See Issue 33

Original comment by dc3de...@gmail.com on 4 Aug 2010 at 6:25

GoogleCodeExporter commented 9 years ago
-> Fixed, see r177

Original comment by dc3de...@gmail.com on 4 Aug 2010 at 6:44