Data 'logger' turning off when phone goes to standbymode
Posted
by Marko Järvenpää
on Stack Overflow
See other posts from Stack Overflow
or by Marko Järvenpää
Published on 2010-04-21T09:29:26Z
Indexed on
2010/04/21
9:33 UTC
Read the original article
Hit count: 192
I'm creating a datalogger which logs the gps data and the sensor data of the phone. I've just a strange problem. If the phone is not touched for few minutes it goes into standby mode (screen goes black), and that causes the logger to stop working. Actually the firewriting in the logger stops working. The GPS resumes fine after coming out of blackscreen, but when I check the log I created it only shows saved points for few minutes.
Does anyone have idea what is causing this?
© Stack Overflow or respective owner