Sony: Any update on this?
I am trying to write a Control Extension that will read light sensor data from the Sony Smartwatch 2 in the background, even while the watch's screen backlight goes off and the screen shows the clock time.
The problem is that as soon as the backlight turns off and the clock appears, the sensorEvent.getSensorValues() will only return zero for the light sensor. Waking the screen up again will cause getSensorValues() to start returning non-zero values again.
A similar question was asked over a year ago (for the accelerometer), and I have confirmed that the accelerometer continues to return valid values when the screen is locked.
However, as soon as the screen locks, the light sensor only returns zero.
Maybe the accelerometer issue was fixed last year for the MN2, but the problem still occurs for the light sensor on the SW2?
How to keep my accelerometer awake with screen off with Sony SmartwatchMN2