starryalley / CSC_BLE_Bridge

Android app that bridges ANT+ Cycling Speed/Cadence/HR sensors as Bluetooth LE sensors
MIT License
65 stars 17 forks source link

Support older Android #2

Closed starryalley closed 4 years ago

starryalley commented 4 years ago

Bluetooth LE: Android 4.3 (API level 18)

See if it's possible to support older android version.

See #1

louisJ20 commented 4 years ago

I don't know if you changed something for android 4 but it still doesn't work. Android studio tells me that the mindsk is at 19.

starryalley commented 4 years ago

No I haven't done anything yet.

Unfortunately I took a look at the main package which advertises the phone as a Bluetooth LE device, the minimal supported version is API 21 (Android 5.0 Lollipop): https://developer.android.com/reference/android/bluetooth/le/package-summary

It is impossible to support Android 4.4 Kitkat (API 19). You will at least need an ANT+ BLE enabled Android 5.0 device to run this app.

This issue will then focus on supporting API 21.