View Single Post
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#377
Originally Posted by asys3 View Post
For me it seems, that the 1.1.1.27 has an sideeffekt to the proxymity sensor.
I always have the settings 'Display off when active' and 'Proximity' checked.
The 'Display off when main active' needs some work, e.g. it will turn oled on, even when proximity is present when phone's own display goes off. And seen also that oled is on, even when phone's display is on.


Originally Posted by asys3 View Post
Before the sailfishos update i'm sure you could activate the oled by the proximity sensor like a switch.
Now sometimes i have longer response times than before until the point where it doesn't act anymore .
This has always been sort of like this. The toholed proximity sensor does not wake up the phone, it should serve this when phone's own proximity is triggered (which wakes up the phone from sleep)

And it should also check the proximity every 30 sec.


Originally Posted by asys3 View Post
(journalctl - f out of the box reports nothing about the proximity sensor state)
Code:
devel-su journalctl -f | grep toholed
should show proximity state changes when hovering hand over it:

Code:
tammi 25 11:48:38 Jolla harbour-toholed[28808]: Interrupt: Proximity detect:       ALS C0     8 C1     3 prox  1011
tammi 25 11:48:38 Jolla harbour-toholed[28808]: Interrupt: Proximity cleared:      ALS C0     1 C1     0 prox   808
tammi 25 11:48:39 Jolla harbour-toholed[28808]: Interrupt: Proximity detect:       ALS C0     0 C1     0 prox  1023
tammi 25 11:48:39 Jolla harbour-toholed[28808]: Interrupt: Proximity cleared:      ALS C0     6 C1     2 prox   600
tammi 25 11:48:39 Jolla harbour-toholed[28808]: Interrupt: Proximity detect:       ALS C0     6 C1     2 prox  1023
Now, one thing that can be, the proximity threshold is too close to the "ambient" value.
This can be checked by enabling ALS (disable 'Display off when active' for the test).
Run above journal command, and expose phone to different lights (with e.g. flashlight) keeping objects away from the sensor. Then following prints are shown, and prox value should remain about the same:
Code:
tammi 25 12:01:22 Jolla harbour-toholed[17903]: Interrupt: Auto brightness adjust: ALS C0  1508 C1   318 prox   583
tammi 25 12:01:24 Jolla harbour-toholed[17903]: Interrupt: Auto brightness adjust: ALS C0    36 C1     9 prox   583
tammi 25 12:01:24 Jolla harbour-toholed[17903]: Interrupt: Auto brightness adjust: ALS C0  1157 C1   241 prox   581
tammi 25 12:01:25 Jolla harbour-toholed[17903]: Interrupt: Auto brightness adjust: ALS C0    34 C1     9 prox   578
For my toholed, ambient proximity is kinda high, ~580 and close to the default threshold level of 650. (This is caused by the IR light reflecting already from the 3d-print)
maximum for this value is 1023.
(Most of the assemblies had ambient values < 200)

I have made factory calibrations for these, as it did depend on the color of the otherhalf, and also how accurately i managed to align pcb to the 3d print.
calibration value is stored in eeprom, and you should see it in journal, when restarting harbour-toholed.
My toholed has proximity threshold of 901
Code:
tammi 25 11:58:19 Jolla harbour-toholed[17903]: EEPROM parameter 0 value 901
if the value shown there is 0 or >1023, the default 650 is used.

Changing eeprom value can be done with i2ctool, i'll provide instructions if the proximity threshold value needs tuning.

But, typical cause for proximity not to react, is that phone is sleeping (or there is some lint/fluff in the small holes, gently pressurised air puff should take care of it)
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH
 

The Following User Says Thank You to kimmoli For This Useful Post: