Trying to make a service that takes the Fitbit app and creates an alert whenever the HR exceeds a specified zone.
Is it possible to parse the view's text without Talkback?
I'm trying to avoid Talkback because
- It can't be turned on/off via the API
- I don't want it to be on all the time
- The text-to-speech is an unnecessary feature
And I can't use the Fitbit API because
- You can't access the Bluetooth data directly, only the web service
- You can't force the device to sync programmatically
- And even if I use the web service, the data is delayed by Bluetooth + Sync + Download + any delay to limit overloading Fitbit servers + My (negligible) code processing