OliE
OliE
Indeed, just a quick research this is unfortunately not easy to implement.
Seems has to do with [Audio Focus](https://developer.android.com/guide/topics/media-apps/audio-focus) but my first try didn't work. Any help are welcome.
First of all, you can't run in newer versions of Android background task anymore. But maybe I can trigger it via MQTT in openScale sync would that help?
I don't know the app Automate but can you trigger via Automate or your MQTT Server MQTT packet? You can read more about background task in Android at https://developer.android.com/guide/background
If I have time, I will look into this feature request.
could be the impedance value since it seems a so. library is used to calculate the body measurements like for the 1byone scale in issue #159 or yunmai scale in...
@ZHAJOR do you have an implementation for openScale? If yes could you send a PR?
@ZHAJOR thanks in advance :+1:
@srwareham you have to disassembly and reverse engineering the `libyolanda_calc.so` Use for example IDA free, JEB or radare2. To get the .so files just download the apk and unzip it....
@srwareham yes as I wrote you have to disassembly and understand the `libyolanda_calc.so` as there are the body metrics are calculated. @YilmazTasdelen just read two post above yours https://github.com/oliexdev/openScale/issues/291#issuecomment-425615095