03-19-2022 14:48
03-19-2022 14:48
Hoping my report could help Fitbit fix the issue, let me start another thread on Aria Air.
There are plenty of complaints on the data sync issue and apparent QA issue with Aria Air.
Given that most users complaining about the issues are non-technical users, I believe I can provide a bit more useful complaint.
On top of that, I believe the behavior I am seeing is rather odd, so there might be an added benefit.
When I step on the scale with the App's "weight" screen or "today" screen opened, it shows a new "Log Weight" screen. However, the value shown is incorrect: Whatever the previously logged value is shown. For example, if I enter an arbitrary value of 500kg, it shows that value. The scale shows a realistic value of 67kg in my case. The screen has an orange circular icon with a white checkmark ✔ .
Now, an interesting thing happens when I step off and step on to re-measure the weight. Then the number on the screen is updated to match the number on the scale. The orange icon is gone. and I can save the weight.
I guess the core of the issue is an asynchronous data race problem. Probably there are two threads:
There is an obvious data race; the second thread might have finished too fast. This may mean either two things could happen:
I agree that this could be a difficult bug, since it would never reproduce on an Android simulator or on a certain device. It would also depend on a build optimization setting (optimized release build or debug build). It is highly phone-specific because it depends on the execution speed and response time of the OS and the BT hardware. More thorough QA testing on real devices could have revealed this bug, but I suspect it would be still difficult to solve.
My system environment:
Phone: Pixel 3, Andoid version 12, security update 2021/10/05, Play system update 2022/02/01.
Latest fitbit version as of 2022/03/19.
I also have a Fitbit Inspire HR but is currently unpaired from the phone and unlinked from the app to separate the issues. No other Fitbit or Bluetooth devices linked to the account nor the phone.
The scale is set to kg mode. The phone language is set to US English (because I am a Japanese user living in US, normally using a JP setting), wondering if the locale could affect some data field which makes this buggy program find an incorrectly named field. (This happened in a Delta Airline app, which required the phone to be set to US locale to work properly. US companies have a long of history of doing internationalization wrong.)
03-19-2022 15:00
03-19-2022 15:00
Here are the screenshots showing the results above.
03-26-2022 14:30
03-26-2022 14:30
I cannot get mine to send the new data at all, ever no matter how many times I step on and off.
I am going to return mine, it has the same value as a $10 scale, step on, look at the reading, enter into the app.
04-03-2022 07:42
04-03-2022 07:42
make sure the app is open when u step on scale. It has to be open or the scale wont send the data to the app
04-04-2022 22:53
04-04-2022 22:53
Yeah, did that, still as useless as a $10 scale that has no connection.
02-05-2023 07:46 - edited 02-05-2023 07:47
02-05-2023 07:46 - edited 02-05-2023 07:47
Google should make the Android app Open Source so that guicho2.71828 could fix it for us all! 🙂
I have one more clue, In case the devs read this and care about fixing it: For me, the issue can be resolved, briefly, by clearing the app data cache. This works once, then the issue returns.
Pixel 4XL, Android 13, Fitbit App version 3.74
03-12-2023 05:25
03-12-2023 05:25
Your clue definitely helps, and gives me more insight.
There would be a flag telling that the measurement has not been taken before, in which case the data field would contain an invalid value, thus is not shown and is properly updated when you step on the scale.
Obviously this would work only once after clearing the cache.