Open GoogleCodeExporter opened 9 years ago
Sorry, Version is 0.3.3 beta
Original comment by g.ste...@gmail.com
on 28 Oct 2010 at 9:43
That sounds very strange... could you attach a logcat of the process as I'm
unable to replicate that behaviour on my phones (I don't own a Galaxy).
I looked trough the code and if you don't pick up it should not get into case
TelephonyManager.CALL_STATE_OFFHOOK that starts the functionality of
SpeakerProximity but it could be possible that it gets into case
TelephonyManager.CALL_STATE_IDLE and there I unregister a listener where I dont
check for null reference before...
app.getSensorManager().unregisterListener(app.getProximityListener());
I have to try a few things on it but with a logcat from your device I should
clearly see where the problem is.
Original comment by michel.racic
on 28 Oct 2010 at 9:58
Hmm, will try to get a logcat this weekend...
Original comment by g.ste...@gmail.com
on 5 Nov 2010 at 10:32
managed to get a logcat today, but didnt see anything special in it. however, i
realized that prox sensor is still active and switching off the display of my
Galaxy S after a missed call, only way arround this is a reboot
Original comment by g.ste...@gmail.com
on 8 Nov 2010 at 8:13
Attachments:
btw, did do this logcat with OS-Monitor, and a tag filter "SpeakerProximity"
hope thats ok...
Original comment by g.ste...@gmail.com
on 8 Nov 2010 at 8:17
Original issue reported on code.google.com by
g.ste...@gmail.com
on 28 Oct 2010 at 9:41