Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.mobile.android Subject: Re: Steps counting apps Date: Tue, 21 May 2024 10:20:21 +0200 Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net 9bL9LeDNjSF+kTunbasSoA3sRL+GgUEFKw8+/tfrjw40DlTVeu Cancel-Lock: sha1:jkHAX/lLxbxMmJNNRr28f3nltPs= sha256:t3AX8EHSR01ZEqeHBhiU/eDdCz8vv8w9NSS5R0ltqIQ= Content-Language: de-DE In-Reply-To: Bytes: 1888 Jim the Geordie, 2024-05-16 11:43: > Just out of curiosity I thought I might try a STEPS counter app. > Many seem to come with all sorts of health monitoring extras, which I'm > not bothered about, but happy to enter and not use. > However there are massive differences between them on the numbers of > steps they claim I have taken and some don't appear to work at all. > I'm not wanting to start a thread about the health benefits, just to > find the simplest, accurate, free one. If your phone does not have a built in step counting sensor, apps can only "guess" the steps by using the values provided by the accelerometer and trying to find out, what acceleration change counts as "step". In addition to save energy the app can not constantly monitor the sensor, so the determined values will not be very accurate. Ideally the app should also inform you, if no step counter values are available (also see ) and it has to "guess" the values based on accelleration sensor data. -- Arno Welzel https://arnowelzel.de